Trace number 3308488
Some explanations
A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process.
The trace of the execution of a solver is divided into four (or five) parts:
-
SOLVER DATA
This is the output of the solver (stdout and stderr).
Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.
When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.
As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
-
VERIFIER DATA
The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
WATCHER DATA
This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver.
The memory used by the solver (vsize) is also given every ten seconds.
When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
-
LAUNCHER DATA
These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.
Solver answer on this benchmark
General information on the benchmark
Name | APPLICATIONS/crypto/ desgen/gss-27-s100.cnf |
MD5SUM | f47c33d2a9a327da4633207adfef7b77 |
Bench Category | APPLICATION (applications instances) |
Best result obtained on this benchmark | SAT |
Best CPU time to get the best result obtained on this benchmark | 493.835 |
Satisfiable | |
(Un)Satisfiability was proved | |
Number of variables | 31951 |
Number of clauses | 96161 |
Sum of the clauses size | 226837 |
Maximum clause length | 3 |
Minimum clause length | 1 |
Number of clauses of size 1 | 64 |
Number of clauses of size 2 | 61518 |
Number of clauses of size 3 | 34579 |
Number of clauses of size 4 | 0 |
Number of clauses of size 5 | 0 |
Number of clauses of size over 5 | 0 |
Solver Data
0.00/0.00 c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00 c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria. All rights reserved.
0.00/0.00 c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00 c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00 c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00 c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00 c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00 c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00 c
0.00/0.00 c reading HOME/instance-3308488-1303983226.cnf
0.00/0.00 c found header 'p cnf 31951 96161'
0.00/0.06 c finished parsing
0.00/0.06 c
0.00/0.06 c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.06 c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.06 c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.06 c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.06 c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.06 c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.06 c
0.00/0.06 c sizeof vars[0] = 16 alignment = 0 0 MB
0.00/0.06 c sizeof orgs[0] = 8 alignment = 0 0 MB
0.00/0.06 c sizeof occs[0] = 8 alignment = 0 0 MB
0.00/0.06 c sizeof iirfs[0..1] = 8 alignment = 0 0 MB
0.00/0.06 c
0.00/0.06 c starting search after 0.1 seconds
0.00/0.06 c no decision limit
0.00/0.06 c
0.00/0.06 c original/binary fixed eliminated learned agility
0.00/0.06 c seconds variables equivalent conflicts height MB
0.00/0.06 c
0.00/0.06 c * 0.1 95961 31006 95 850 0 0 0 0.0 0 8
0.59/0.63 c s 0.6 58726 9421 813 918 20799 0 0 0.0 0 7
0.59/0.63 c l 0.6 58726 9421 813 918 20799 0 20409 0.0 0 7
0.59/0.68 c R 0.7 59253 9389 840 923 20799 118 106 26.6 14 8
0.79/0.86 c R 0.9 59865 9358 860 934 20799 517 497 28.1 17 8
1.00/1.09 c B 1.1 69699 9345 863 944 20799 1001 978 27.1 16 9
1.10/1.18 c R 1.2 69907 9345 863 944 20799 1124 1101 27.1 17 9
1.19/1.23 c s 1.2 68459 9342 863 947 20799 1187 1155 26.9 17 8
1.19/1.23 c - 1.2 68459 9342 863 947 20799 1187 20205 26.9 17 8
1.69/1.77 c B 1.8 80962 9336 868 948 20799 2001 1969 26.6 16 9
1.89/1.90 c s 1.9 80909 9335 868 949 20799 2145 2112 26.4 18 9
2.10/2.20 c R 2.2 80956 9335 868 949 20799 2729 2696 26.3 17 10
2.90/2.90 c s 2.9 80388 9275 870 949 20857 3496 3294 25.9 13 9
3.70/3.78 c s 3.8 80705 9273 872 949 20857 4618 4413 25.6 16 9
4.90/4.99 c s 5.0 80632 9238 872 950 20891 5699 5148 25.5 17 9
6.00/6.00 c s 6.0 80648 9238 872 950 20891 6703 6150 25.4 17 10
6.00/6.01 c R 6.0 80648 9238 872 950 20891 6741 6188 25.4 16 10
6.89/6.90 c B 6.9 80651 9238 872 950 20891 8001 7448 25.4 16 11
6.89/6.97 c s 7.0 80651 9238 872 950 20891 8029 7476 25.4 15 10
8.00/8.08 c
8.00/8.08 c original/binary fixed eliminated learned agility
8.00/8.08 c seconds variables equivalent conflicts height MB
8.00/8.08 c
8.00/8.08 c s 8.1 80653 9238 872 950 20891 9145 8592 25.4 17 10
9.09/9.18 c s 9.2 80657 9238 872 950 20891 10204 9650 25.3 18 10
10.29/10.31 c s 10.3 80667 9238 872 950 20891 12047 11493 25.5 17 11
11.39/11.49 c s 11.5 80670 9238 872 950 20891 13250 12695 25.3 16 11
12.59/12.61 c s 12.6 80677 9238 872 950 20891 14311 13756 25.2 17 11
14.79/14.90 c R 14.9 80677 9238 872 950 20891 16362 15807 25.1 16 12
14.89/14.99 c s 15.0 80678 9238 872 950 20891 16362 15807 25.1 16 12
16.19/16.23 c s 16.2 80689 9238 872 950 20891 17524 16969 25.0 17 12
17.39/17.47 c s 17.5 80691 9238 872 950 20891 18507 17952 25.0 16 12
18.70/18.74 c s 18.7 80692 9238 872 950 20891 19662 19107 24.9 16 12
19.19/19.21 c + 19.2 80693 9238 872 950 20891 20205 22225 25.0 17 13
19.99/20.07 c s 20.1 80695 9238 872 950 20891 20917 20359 25.0 16 12
21.29/21.38 c s 21.4 80700 9238 872 950 20891 21963 21405 24.9 16 13
22.69/22.73 c s 22.7 80722 9238 872 950 20891 23245 22251 24.9 17 13
23.39/23.42 c B 23.4 80723 9238 872 950 20891 24004 22247 24.9 17 14
23.99/24.10 c s 24.1 80723 9238 872 950 20891 24638 22274 24.9 16 13
24.69/24.77 c + 24.8 80723 9238 872 950 20891 25255 24447 24.9 18 14
31.19/31.28 c + 31.3 80723 9238 872 950 20891 31565 26891 24.9 18 15
40.19/40.21 c R 40.2 80723 9238 872 950 20891 38807 26926 24.8 16 15
40.89/40.99 c
40.89/40.99 c original/binary fixed eliminated learned agility
40.89/40.99 c seconds variables equivalent conflicts height MB
40.89/40.99 c
40.89/40.99 c + 41.0 80723 9238 872 950 20891 39456 29580 24.8 18 15
51.99/52.02 c s 52.0 80724 9238 872 950 20891 47087 29615 24.9 17 14
53.49/53.50 c s 53.5 80725 9238 872 950 20891 48138 29620 24.9 17 14
55.09/55.19 c + 55.2 80725 9238 872 950 20891 49321 32538 24.9 18 15
64.80/64.86 c s 64.9 80726 9238 872 950 20891 56073 32589 25.0 14 14
66.39/66.42 c s 66.4 80727 9238 872 950 20891 57174 32564 25.0 17 14
67.79/67.89 c s 67.9 80728 9238 872 950 20891 58129 32566 25.0 17 14
70.69/70.72 c s 70.7 80729 9238 872 950 20891 60166 32551 25.0 12 14
72.19/72.21 c s 72.2 80737 9238 872 950 20891 61102 32583 24.9 17 14
72.89/72.94 c + 72.9 80737 9238 872 950 20891 61651 35791 24.9 17 15
74.70/74.78 c s 74.8 80743 9238 872 950 20891 62747 33682 25.0 17 15
76.29/76.33 c s 76.3 80771 9238 872 950 20891 63700 34635 25.1 17 15
76.79/76.80 c B 76.8 80771 9238 872 950 20891 64017 34952 25.1 16 16
79.99/80.09 c s 80.1 80772 9238 872 950 20891 66319 35837 25.1 16 15
81.59/81.65 c s 81.7 80776 9238 872 950 20891 67506 35804 25.2 18 15
85.79/85.81 c s 85.8 80678 9226 872 951 20902 70862 34860 25.3 17 15
87.29/87.37 c s 87.4 80682 9226 872 951 20902 71691 35688 25.3 17 15
95.09/95.19 c s 95.2 80683 9226 872 951 20902 76878 35826 25.5 15 15
95.29/95.37 c + 95.4 80683 9226 872 951 20902 77061 39370 25.5 17 16
110.79/110.81 c
110.79/110.81 c original/binary fixed eliminated learned agility
110.79/110.81 c seconds variables equivalent conflicts height MB
110.79/110.81 c
110.79/110.81 c R 110.8 80683 9226 872 951 20902 90086 39404 25.7 18 18
112.29/112.35 c s 112.4 80685 9226 872 951 20902 91798 39401 25.7 16 16
117.09/117.19 c + 117.2 80685 9226 872 951 20902 96327 43307 26.2 15 17
127.99/128.06 c s 128.1 80689 9226 872 951 20902 104030 43335 26.3 15 16
149.79/149.82 c s 149.8 80690 9226 872 951 20902 120208 43360 26.5 18 17
150.09/150.10 c + 150.1 80690 9226 872 951 20902 120406 47637 26.5 12 18
153.79/153.83 c s 153.8 80629 9219 872 952 20908 122909 44674 26.5 16 17
179.89/179.97 c s 180.0 80630 9219 872 952 20908 140956 47644 26.9 18 17
192.99/193.07 c + 193.1 80630 9219 872 952 20908 150505 52400 26.8 17 20
206.80/206.89 c B 206.9 80630 9219 872 952 20908 160037 52434 26.8 17 21
211.89/211.90 c s 211.9 80631 9219 872 952 20908 163794 52420 26.8 17 18
213.89/213.98 c s 214.0 80578 9212 873 952 20914 164893 52400 26.8 17 18
215.89/215.94 c s 215.9 80538 9209 876 952 20914 166069 52446 26.8 16 18
217.99/218.03 c s 218.0 80500 9203 878 952 20918 167525 52434 26.8 17 18
219.79/219.90 c s 219.9 80503 9203 878 952 20918 168635 52421 26.8 16 18
221.79/221.84 c s 221.8 80512 9203 878 952 20918 170205 52438 26.8 18 18
247.40/247.48 c + 247.5 80512 9203 878 952 20918 188130 57640 26.9 18 21
263.19/263.21 c s 263.2 80513 9203 878 952 20918 199855 57672 26.9 16 19
270.50/270.50 c R 270.5 80513 9203 878 952 20918 205451 57682 27.0 19 21
311.40/311.40 c
311.40/311.40 c original/binary fixed eliminated learned agility
311.40/311.40 c seconds variables equivalent conflicts height MB
311.40/311.40 c
311.40/311.40 c s 311.4 80514 9203 878 952 20918 232288 57680 27.0 17 20
313.41/313.48 c s 313.5 80516 9203 878 952 20918 233512 57675 27.0 18 20
315.61/315.61 c s 315.6 80518 9203 878 952 20918 234778 57680 27.0 16 20
316.20/316.28 c + 316.3 80518 9203 878 952 20918 235161 63404 27.0 15 21
317.70/317.73 c s 317.7 80521 9203 878 952 20918 236110 58621 27.0 17 20
321.00/321.02 c s 321.0 80522 9203 878 952 20918 238399 60910 27.0 17 21
323.20/323.20 c s 323.2 80523 9203 878 952 20918 239733 62243 27.0 17 21
337.00/337.09 c s 337.1 80524 9203 878 952 20918 249794 63424 27.1 16 21
395.20/395.21 c s 395.2 80525 9203 878 952 20918 289783 63423 27.1 12 20
402.00/402.04 c + 402.1 80525 9203 878 952 20918 293951 69744 27.2 18 22
422.00/422.07 c s 422.1 80527 9203 878 952 20918 306406 69795 27.1 18 21
427.81/427.81 c s 427.8 80528 9203 878 952 20918 310377 69760 27.1 17 21
430.50/430.53 c s 430.5 80507 9200 879 952 20920 312024 69804 27.1 17 21
432.70/432.76 c s 432.8 80509 9200 879 952 20920 313160 69807 27.1 17 21
466.10/466.15 c s 466.2 80512 9200 879 952 20920 333623 69762 27.1 14 21
468.61/468.64 c s 468.7 80513 9200 879 952 20920 335109 69791 27.1 18 21
505.10/505.11 c s 505.1 80514 9200 879 952 20920 356409 69795 27.0 17 21
521.60/521.64 c + 521.7 80514 9200 879 952 20920 367438 76718 27.0 18 25
544.00/544.00 c s 544.0 80515 9200 879 952 20920 382237 76765 26.9 16 22
547.50/547.54 c
547.50/547.54 c original/binary fixed eliminated learned agility
547.50/547.54 c seconds variables equivalent conflicts height MB
547.50/547.54 c
547.50/547.54 c B 547.6 80515 9200 879 952 20920 384077 76788 26.9 17 25
615.70/615.72 c s 615.7 80516 9200 879 952 20920 425138 76744 26.8 17 22
654.10/654.16 c s 654.2 80517 9200 879 952 20920 451939 76762 26.6 15 22
658.50/658.52 c s 658.5 80518 9200 879 952 20920 453962 76741 26.6 18 22
668.01/668.05 c + 668.1 80518 9200 879 952 20920 459295 84389 26.6 18 24
671.91/672.00 c R 672.0 80518 9200 879 952 20920 461789 79262 26.6 17 25
672.21/672.23 c s 672.2 80524 9200 879 952 20920 461789 79262 26.6 17 23
737.31/737.37 c s 737.4 80525 9200 879 952 20920 505627 84439 27.0 17 23
740.61/740.60 c s 740.6 80568 9200 879 952 20920 506902 84435 27.0 18 23
743.41/743.48 c s 743.5 80584 9200 879 952 20920 508031 84417 27.0 18 23
748.31/748.39 c s 748.4 80585 9200 879 952 20920 510149 84444 27.0 14 23
755.11/755.18 c s 755.2 80587 9200 879 952 20920 512989 84438 27.0 17 23
769.21/769.29 c s 769.3 80542 9194 879 953 20925 518986 84408 27.0 18 23
775.01/775.06 c s 775.1 80527 9192 879 954 20926 522127 84406 27.0 17 24
778.31/778.40 c s 778.4 80496 9189 881 954 20927 523209 84415 27.0 17 23
781.71/781.77 c s 781.8 80438 9180 884 958 20929 524304 84398 27.0 17 24
784.91/784.95 c s 785.0 80445 9180 884 958 20929 525475 84446 27.0 17 23
787.91/787.97 c s 788.0 80446 9180 884 958 20929 526805 84429 27.0 17 23
795.21/795.24 c s 795.3 80447 9180 884 958 20929 530631 84425 27.0 17 23
799.41/799.40 c
799.41/799.40 c original/binary fixed eliminated learned agility
799.41/799.40 c seconds variables equivalent conflicts height MB
799.41/799.40 c
799.41/799.40 c s 799.4 80448 9180 884 958 20929 532689 84438 26.9 17 23
802.61/802.60 c s 802.6 80449 9180 884 958 20929 534189 84430 26.9 18 23
805.81/805.85 c s 805.9 80453 9180 884 958 20929 535558 84416 26.9 18 23
809.01/809.03 c s 809.1 80473 9180 884 958 20929 536857 84428 26.9 17 23
822.41/822.44 c s 822.5 80475 9180 884 958 20929 543450 84433 26.9 17 23
874.92/874.90 c s 874.9 80476 9180 884 958 20929 568291 84463 26.8 14 23
877.92/877.92 c s 878.0 80518 9180 884 958 20929 569563 84462 26.8 17 23
880.82/880.85 c s 880.9 80528 9180 884 958 20929 571098 84422 26.8 16 23
886.92/886.96 c + 887.0 80528 9180 884 958 20929 574115 92827 26.8 16 26
921.12/921.16 c s 921.2 80529 9180 884 958 20929 589449 92873 26.8 16 24
924.62/924.60 c s 924.6 80532 9180 884 958 20929 590863 92853 26.8 16 24
927.62/927.64 c s 927.7 80534 9180 884 958 20929 592343 92854 26.8 17 24
940.32/940.32 c s 940.4 80535 9180 884 958 20929 598215 92878 26.7 17 24
952.42/952.43 c s 952.5 80536 9180 884 958 20929 603289 92874 26.8 17 24
981.13/981.14 c s 981.2 80537 9180 884 958 20929 621053 92867 26.7 17 24
986.92/986.93 c s 987.0 80541 9180 884 958 20929 623564 92890 26.7 17 24
1097.83/1097.84 c s 1097.9 80542 9180 884 958 20929 677162 92868 26.5 17 24
1123.92/1123.92 c s 1124.0 80544 9180 884 958 20929 689201 92871 26.5 18 24
1131.72/1131.75 c s 1131.8 80545 9180 884 958 20929 692467 92839 26.5 16 24
1181.03/1181.09 c
1181.03/1181.09 c original/binary fixed eliminated learned agility
1181.03/1181.09 c seconds variables equivalent conflicts height MB
1181.03/1181.09 c
1181.03/1181.09 c + 1181.1 80545 9180 884 958 20929 717640 102109 26.4 17 28
1192.72/1192.75 c s 1192.8 80546 9180 884 958 20929 723003 98225 26.4 17 25
1230.83/1230.88 c s 1230.9 80484 9179 884 959 20929 744201 102132 26.3 16 25
1234.03/1234.02 c s 1234.1 80486 9179 884 959 20929 745396 102167 26.3 17 25
1243.32/1243.33 c s 1243.4 80489 9179 884 959 20929 749688 102165 26.2 17 25
1292.83/1292.89 c s 1292.9 80491 9179 884 959 20929 771417 102170 26.2 17 25
1298.73/1298.75 c s 1298.8 80492 9179 884 959 20929 773710 102163 26.2 17 25
1300.03/1300.00 c
1300.03/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00 c
1300.03/1300.00 c 774348 conflicts, 992579 decisions, 2 random
1300.03/1300.00 c 6 iterations, 1646 restarts, 0 skipped
1300.03/1300.00 c 17 enlarged, 650 shrunken, 7563 rescored, 249 rebiased
1300.03/1300.00 c 103 simplifications, 0 reductions
1300.03/1300.00 c
1300.03/1300.00 c vars: 884 fixed, 959 equiv, 20929 elim, 974 merged
1300.03/1300.00 c elim: 3404229 resolutions, 13 phases, 13 rounds
1300.03/1300.00 c sbst: 92% substituted, 0.9% nots, 98.1% ands, 0.9% xors, 0.1% ites
1300.03/1300.00 c arty: 2.26 and 2.03 xor average arity
1300.03/1300.00 c prbe: 3527988 probed, 1909 phases, 191 rounds
1300.03/1300.00 c prbe: 24 failed, 130 lifted, 15 merged
1300.03/1300.00 c sccs: 19 non trivial, 0 fixed, 23 merged
1300.03/1300.00 c hash: 52 units, 936 merged
1300.03/1300.00 c mins: 30793311 learned, 88% deleted, 24 strong, 58 depth
1300.03/1300.00 c subs: 2868 forward, 1215 backward, 1704 doms
1300.03/1300.00 c strs: 7598 forward, 1126 backward
1300.03/1300.00 c doms: 5986 dominators, 1719 high, 8 low
1300.03/1300.00 c prps: 3356549010 propagations, 2.58 megaprops
1300.03/1300.00 c
1300.03/1300.00 c 1300.0 seconds, 31 MB max, 128 MB recycled
1300.03/1300.00 c
1300.03/1300.00 c *** CAUGHT SIGNAL 15 ***
1300.03/1300.00 c
Verifier Data
ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>
Watcher Data
runsolver Copyright (C) 2010-2011 Olivier ROUSSEL
This is runsolver version 3.3.0 (svn: 935)
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308488-1303983226/watcher-3308488-1303983226 -o /tmp/evaluation-result-3308488-1303983226/solver-3308488-1303983226 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308488-1303983226.cnf
running on 2 cores: 4,6
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB
[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 9072
/proc/meminfo: memFree=21493292/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=3832 CPUtime=0 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 879 0 0 0 0 0 0 0 23 0 1 0 509924938 3923968 835 33554432000 134512640 135151029 4293958016 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 958 835 65 156 0 801 0
[startup+0.087645 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 9072
/proc/meminfo: memFree=21493292/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=11744 CPUtime=0.08 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 3106 0 0 0 8 0 0 0 23 0 1 0 509924938 12025856 2834 33554432000 134512640 135151029 4293958016 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 2936 2835 80 156 0 2779 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11744
[startup+0.100609 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 9072
/proc/meminfo: memFree=21493292/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=12272 CPUtime=0.09 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 3236 0 0 0 9 0 0 0 23 0 1 0 509924938 12566528 2964 33554432000 134512640 135151029 4293958016 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 3068 2964 80 156 0 2911 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12272
[startup+0.30061 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 9072
/proc/meminfo: memFree=21493292/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=16584 CPUtime=0.29 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5051 0 0 0 29 0 0 0 25 0 1 0 509924938 16982016 4011 33554432000 134512640 135151029 4293958016 18446744073709551615 134673072 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4403 4016 80 156 0 4246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16584
[startup+0.70053 s]
/proc/loadavg: 0.00 0.00 0.00 3/179 9072
/proc/meminfo: memFree=21493292/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17532 CPUtime=0.69 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5675 0 0 0 68 1 0 0 25 0 1 0 509924938 17952768 4249 33554432000 134512640 135151029 4293958016 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4383 4249 80 156 0 4226 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17532
[startup+1.50036 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9073
/proc/meminfo: memFree=21475320/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17532 CPUtime=1.49 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5675 0 0 0 148 1 0 0 25 0 1 0 509924938 17952768 4249 33554432000 134512640 135151029 4293958016 18446744073709551615 134554520 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4383 4249 80 156 0 4226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17532
[startup+3.10105 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 9083
/proc/meminfo: memFree=21448744/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17796 CPUtime=3.1 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5868 0 0 0 309 1 0 0 25 0 1 0 509924938 18223104 4313 33554432000 134512640 135151029 4293958016 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4449 4313 80 156 0 4292 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 17796
[startup+6.30046 s]
/proc/loadavg: 0.24 0.05 0.02 5/190 9093
/proc/meminfo: memFree=21329660/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17796 CPUtime=6.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5997 0 0 0 629 1 0 0 25 0 1 0 509924938 18223104 4313 33554432000 134512640 135151029 4293958016 18446744073709551615 134552227 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4449 4313 80 156 0 4292 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 17796
[startup+12.7002 s]
/proc/loadavg: 0.54 0.12 0.04 5/190 9093
/proc/meminfo: memFree=21327572/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17796 CPUtime=12.69 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5997 0 0 0 1268 1 0 0 25 0 1 0 509924938 18223104 4313 33554432000 134512640 135151029 4293958016 18446744073709551615 134554803 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4449 4313 80 156 0 4292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17796
[startup+25.5008 s]
/proc/loadavg: 1.31 0.30 0.10 5/190 9093
/proc/meminfo: memFree=21317524/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=17796 CPUtime=25.49 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 5997 0 0 0 2548 1 0 0 25 0 1 0 509924938 18223104 4313 33554432000 134512640 135151029 4293958016 18446744073709551615 134556969 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4449 4313 80 156 0 4292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17796
[startup+51.101 s]
/proc/loadavg: 2.22 0.60 0.20 5/190 9121
/proc/meminfo: memFree=21262868/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=18636 CPUtime=51.09 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 6203 0 0 0 5108 1 0 0 25 0 1 0 509924938 19083264 4519 33554432000 134512640 135151029 4293958016 18446744073709551615 134555315 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 4659 4519 80 156 0 4502 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18636
[startup+102.306 s]
/proc/loadavg: 3.23 1.12 0.40 5/187 9170
/proc/meminfo: memFree=21269880/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=20400 CPUtime=102.29 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 8854 0 0 0 10228 1 0 0 25 0 1 0 509924938 20889600 4949 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 5100 4949 80 156 0 4943 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 20400
[startup+162.301 s]
/proc/loadavg: 3.75 1.66 0.63 5/190 9232
/proc/meminfo: memFree=20080900/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=22896 CPUtime=162.29 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 10214 0 0 0 16227 2 0 0 25 0 1 0 509924938 23445504 5591 33554432000 134512640 135151029 4293958016 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 5724 5591 80 156 0 5567 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 22896
[startup+222.301 s]
/proc/loadavg: 3.91 2.08 0.83 5/190 9234
/proc/meminfo: memFree=19560404/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=24232 CPUtime=222.29 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 13110 0 0 0 22227 2 0 0 25 0 1 0 509924938 24813568 5943 33554432000 134512640 135151029 4293958016 18446744073709551615 134580500 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 6058 5943 80 156 0 5901 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 24232
[startup+282.3 s]
/proc/loadavg: 3.96 2.43 1.03 5/190 9235
/proc/meminfo: memFree=19629508/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=25868 CPUtime=282.29 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 13610 0 0 0 28227 2 0 0 25 0 1 0 509924938 26488832 6314 33554432000 134512640 135151029 4293958016 18446744073709551615 134554894 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 6467 6314 80 156 0 6310 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 25868
[startup+342.301 s]
/proc/loadavg: 3.98 2.71 1.21 5/190 9237
/proc/meminfo: memFree=19495628/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=27676 CPUtime=342.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 14305 0 0 0 34227 3 0 0 25 0 1 0 509924938 28340224 6779 33554432000 134512640 135151029 4293958016 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 6919 6779 80 156 0 6762 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 27676
[startup+402.301 s]
/proc/loadavg: 3.99 2.94 1.38 5/190 9238
/proc/meminfo: memFree=19522468/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=27032 CPUtime=402.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 14714 0 0 0 40227 3 0 0 25 0 1 0 509924938 27680768 6652 33554432000 134512640 135151029 4293958016 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 6758 6652 80 156 0 6601 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 27032
[startup+462.3 s]
/proc/loadavg: 3.99 3.13 1.55 5/190 9240
/proc/meminfo: memFree=19444204/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=28636 CPUtime=462.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 15649 0 0 0 46227 3 0 0 25 0 1 0 509924938 29323264 7020 33554432000 134512640 135151029 4293958016 18446744073709551615 134580636 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 7159 7020 80 156 0 7002 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 28636
[startup+522.301 s]
/proc/loadavg: 4.05 3.30 1.70 5/190 9242
/proc/meminfo: memFree=19441104/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=28872 CPUtime=522.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 15945 0 0 0 52227 3 0 0 25 0 1 0 509924938 29564928 7031 33554432000 134512640 135151029 4293958016 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 7218 7031 80 156 0 7061 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 28872
[startup+582.301 s]
/proc/loadavg: 4.02 3.43 1.84 5/190 9243
/proc/meminfo: memFree=19531776/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=30580 CPUtime=582.3 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 16509 0 0 0 58227 3 0 0 25 0 1 0 509924938 31313920 7434 33554432000 134512640 135151029 4293958016 18446744073709551615 134555150 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 7645 7434 80 156 0 7488 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 30580
[startup+642.3 s]
/proc/loadavg: 4.00 3.53 1.97 5/190 9245
/proc/meminfo: memFree=19396640/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=29812 CPUtime=642.31 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 16743 0 0 0 64228 3 0 0 25 0 1 0 509924938 30527488 7342 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 7453 7342 80 156 0 7296 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 29812
[startup+702.301 s]
/proc/loadavg: 4.00 3.61 2.10 5/190 9246
/proc/meminfo: memFree=19487176/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32684 CPUtime=702.31 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 17407 0 0 0 70227 4 0 0 25 0 1 0 509924938 33468416 8006 33554432000 134512640 135151029 4293958016 18446744073709551615 134552608 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8171 8006 80 156 0 8014 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 32684
[startup+762.307 s]
/proc/loadavg: 4.00 3.68 2.21 5/190 9248
/proc/meminfo: memFree=19353536/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32592 CPUtime=762.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 18076 0 0 0 76228 4 0 0 25 0 1 0 509924938 33374208 8040 33554432000 134512640 135151029 4293958016 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8148 8040 80 156 0 7991 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 32592
[startup+822.301 s]
/proc/loadavg: 4.05 3.75 2.33 5/190 9250
/proc/meminfo: memFree=19312888/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32944 CPUtime=822.31 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 21450 0 0 0 82227 4 0 0 25 0 1 0 509924938 33734656 8072 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8236 8072 80 156 0 8079 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 32944
[startup+882.3 s]
/proc/loadavg: 4.02 3.79 2.43 5/190 9251
/proc/meminfo: memFree=19311048/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32588 CPUtime=882.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 21898 0 0 0 88227 5 0 0 25 0 1 0 509924938 33370112 8043 33554432000 134512640 135151029 4293958016 18446744073709551615 134552227 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8147 8043 80 156 0 7990 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 32588
[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/190 9253
/proc/meminfo: memFree=19265112/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32592 CPUtime=942.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 22459 0 0 0 94227 5 0 0 25 0 1 0 509924938 33374208 8044 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8148 8044 80 156 0 7991 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 32592
[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.62 5/190 9254
/proc/meminfo: memFree=19258072/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=32912 CPUtime=1002.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 23079 0 0 0 100227 5 0 0 25 0 1 0 509924938 33701888 8062 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8228 8062 80 156 0 8071 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 32912
[startup+1062.3 s]
/proc/loadavg: 4.04 3.89 2.70 5/190 9256
/proc/meminfo: memFree=19165784/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=35056 CPUtime=1062.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 23441 0 0 0 106227 5 0 0 25 0 1 0 509924938 35897344 8424 33554432000 134512640 135151029 4293958016 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8764 8424 80 156 0 8607 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 35056
[startup+1122.3 s]
/proc/loadavg: 4.01 3.91 2.78 5/190 9258
/proc/meminfo: memFree=19199156/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=34028 CPUtime=1122.32 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 23857 0 0 0 112227 5 0 0 25 0 1 0 509924938 34844672 8281 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8507 8281 80 156 0 8350 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 34028
[startup+1182.3 s]
/proc/loadavg: 4.08 3.94 2.86 5/190 9259
/proc/meminfo: memFree=19133564/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=33424 CPUtime=1182.33 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 24346 0 0 0 118228 5 0 0 25 0 1 0 509924938 34226176 8178 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8356 8178 80 156 0 8199 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 33424
[startup+1242.3 s]
/proc/loadavg: 4.03 3.95 2.93 5/187 9264
/proc/meminfo: memFree=21001776/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=33632 CPUtime=1242.33 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 25214 0 0 0 124228 5 0 0 25 0 1 0 509924938 34439168 8280 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8408 8280 80 156 0 8251 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 33632
Maximum wall clock time exceeded: sending SIGTERM then SIGKILL
[startup+1300 s]
/proc/loadavg: 4.01 3.95 2.99 4/188 9290
/proc/meminfo: memFree=20279456/32951124 swapFree=67111524/67111528
[pid=9072] ppid=9070 vsize=33696 CPUtime=1300.03 cores=4,6
/proc/9072/stat : 9072 (precosat) R 9070 9072 9032 0 -1 4202496 25934 0 0 0 129994 9 0 0 25 0 1 0 509924938 34504704 8276 33554432000 134512640 135151029 4293958016 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/9072/statm: 8424 8276 80 156 0 8267 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 33696
Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended. Dumping a history of the last processes samples
Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.097985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 35684
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25935
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 15509
runsolver used 2.25366 second user time and 4.85726 second system time
The end
Launcher Data
Begin job on node102 at 2011-04-28 11:33:46
IDJOB=3308488
IDBENCH=70849
IDSOLVER=1690
FILE ID=node102/3308488-1303983226
RUNJOBID= node102-1303983224-9051
PBS_JOBID= 13168724
Free space on /tmp= 71556 MiB
SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308488-1303983226/watcher-3308488-1303983226 -o /tmp/evaluation-result-3308488-1303983226/solver-3308488-1303983226 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308488-1303983226.cnf
TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2
MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=384997895
node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5333.65
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5226.15
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.82
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Xeon(R) CPU X5550 @ 2.67GHz
stepping : 5
cpu MHz : 2666.828
cache size : 8192 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 11
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips : 5332.75
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: [8]
/proc/meminfo:
MemTotal: 32951124 kB
MemFree: 21493324 kB
Buffers: 1631324 kB
Cached: 9191860 kB
SwapCached: 4 kB
Active: 2803020 kB
Inactive: 8101716 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 32951124 kB
LowFree: 21493324 kB
SwapTotal: 67111528 kB
SwapFree: 67111524 kB
Dirty: 4708 kB
Writeback: 0 kB
AnonPages: 81484 kB
Mapped: 15200 kB
Slab: 487540 kB
PageTables: 4796 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 83587088 kB
Committed_AS: 228628 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
Free space on /tmp at the end= 71396 MiB
End job on node102 at 2011-04-28 11:55:28