Trace number 304127

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:
  1. 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, and are wall clock time (not CPU 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.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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.
  5. 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

Solver NameAnswerCPU timeWall clock time
SATzilla CRAFTED? (exit code) 1199.02 1199.51

General information on the benchmark

Namerandom/LargeSize/7SAT/v220/
unif-k7-r85-v220-c18700-S1535300821-05.cnf
MD5SUM93f37c46a26d2e8e869ca178d98d46ca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

Solver Data (download as text)

11.04/11.09	c run March_dl for 5 seconds ... 
11.04/11.09	c Bin: Executing march_dl
11.04/11.09	c child exit by a signal
11.04/11.09	c march_dl returned code 137.
11.04/11.09	c run saps (UBCSAT implementation) for 2 seconds ... 
11.04/11.09	c Bin: Executing ubcsat2006
11.04/11.09	c child exited successfully
11.04/11.09	c ubcsat2006 returned code 0.
11.04/11.09	c satzilla computing base features
11.04/11.09	c satzilla doing unit-prop probe
11.04/11.09	c satzilla doing local search probe
11.04/11.09	c satzilla doing lobjois search-space size estimate
11.04/11.09	c satzilla's ranking:
11.04/11.09	c 1) minisat20+P: 1.038836
11.04/11.09	c 2) minisat20: 1.263995
11.04/11.09	c 3) march_dl: 1.662805
11.04/11.09	c 4) march_dl+P: 2.600917
11.04/11.09	c 5) vallst+P: 4.862829
11.04/11.09	c 6) zchaff_rand+P: 6.124272
11.04/11.09	c 7) kcnfs+P: 999.000000
11.04/11.09	c 8) kcnfs: 999.000000
11.04/11.09	c 9) vallst: 999.000000
11.04/11.09	c 10) zchaff_rand: 999.000000
11.04/11.09	c satzilla running minisat20 with preprocessing ... 
11.15/11.20	This is MiniSat 2.0 beta
11.15/11.20	WARNING: for repeatability, setting FPU to use double precision
11.15/11.20	============================[ Problem Statistics ]=============================
11.15/11.20	|                                                                             |
11.15/11.20	|  Number of variables:  220                                                  |
11.15/11.20	|  Number of clauses:    18700                                                |
11.15/11.22	|  Parsing time:         0.02         s                                       |
11.15/11.22	============================[ Search Statistics ]==============================
11.15/11.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.15/11.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.15/11.22	===============================================================================
11.15/11.22	|         0 |     220    18700   130900 |     6233        0    nan |  0.000 % |
11.15/11.23	|       100 |     220    18700   130900 |     6856      100     56 |  0.002 % |
11.15/11.25	|       250 |     220    18700   130900 |     7542      250     57 |  0.002 % |
11.24/11.28	|       475 |     220    18700   130900 |     8296      475     60 |  0.002 % |
11.24/11.31	|       813 |     220    18700   130900 |     9126      813     61 |  0.002 % |
11.24/11.36	|      1319 |     220    18700   130900 |    10038     1319     61 |  0.002 % |
11.34/11.44	|      2079 |     220    18700   130900 |    11042     2079     62 |  0.002 % |
11.44/11.57	|      3219 |     220    18700   130900 |    12147     3219     62 |  0.002 % |
11.64/11.78	|      4927 |     220    18700   130900 |    13361     4927     62 |  0.002 % |
12.05/12.14	|      7490 |     220    18700   130900 |    14697     7490     62 |  0.002 % |
12.66/12.78	|     11335 |     220    18700   130900 |    16167    11335     63 |  0.002 % |
13.90/13.97	|     17102 |     220    18700   130900 |    17784     8964     63 |  0.002 % |
15.95/16.00	|     25752 |     220    18700   130900 |    19562    17614     63 |  0.002 % |
19.13/19.18	|     38726 |     220    18700   130900 |    21519    10927     64 |  0.002 % |
23.94/24.08	|     58187 |     220    18700   130900 |    23671    19580     62 |  0.002 % |
32.03/32.08	|     87380 |     220    18700   130900 |    26038    11577     62 |  0.002 % |
45.45/45.55	|    131169 |     220    18700   130900 |    28641    12655     61 |  0.002 % |
66.14/66.28	|    196854 |     220    18700   130900 |    31506    28287     63 |  0.002 % |
100.17/100.25	|    295381 |     220    18700   130900 |    34656    31115     65 |  0.002 % |
154.37/154.55	|    443170 |     220    18700   130900 |    38122    24965     63 |  0.002 % |
242.67/242.86	|    664853 |     220    18700   130900 |    41934    17833     62 |  0.002 % |
379.83/380.17	|    997379 |     220    18700   130900 |    46128    31237     64 |  0.002 % |
601.66/602.06	|   1496167 |     220    18700   130900 |    50741    38923     65 |  0.002 % |
948.78/949.27	|   2244349 |     220    18700   130900 |    55815    42375     65 |  0.002 % |
1198.89/1199.49	c Preprocessing...
1198.89/1199.49	c Inital problem has 220 variables, 18700 nary clauses (0 binary clauses).
1198.89/1199.49	c Num non-binary clauses 18700, Average non-binary clause length 7.000
1198.89/1199.49	c Theory has no gaps
1198.89/1199.49	c Preprocessor runtime was 0.060 seconds.
1198.89/1199.49	c 
1198.89/1199.49	c Satisfiability of theory still undetermined.
1198.89/1199.49	c See file /tmp/oR4Tox for simplified theory.
1198.89/1199.49	c Bin: Executing minisat20
1198.89/1199.49	c child exit by a signal
1198.89/1199.49	c minisat20 returned code 137.
1198.89/1199.49	c minisat20 returned code 137.
1198.89/1199.49	c satzilla running minisat20 ... 
1198.89/1199.49	c Bin: Executing minisat20
1198.89/1199.49	c minisat20 returned code 1.
1198.89/1199.49	c minisat20 returned code 1.
1198.89/1199.49	c satzilla running march_dl ... 
1198.89/1199.49	c Bin: Executing march_dl
1198.89/1199.49	c march_dl returned code 1.
1198.89/1199.49	c march_dl returned code 1.
1198.89/1199.49	c satzilla running march_dl with preprocessing ... 
1198.89/1199.49	c Bin: Executing march_dl
1198.89/1199.49	c march_dl returned code 1.
1198.89/1199.49	c march_dl returned code 1.
1198.89/1199.49	c satzilla running vallst with preprocessing ... 
1198.89/1199.49	c Bin: Executing vallst
1198.89/1199.49	c vallst returned code 1.
1198.89/1199.49	c vallst returned code 1.
1198.89/1199.49	c satzilla running zchaff_rand with preprocessing ... 
1198.89/1199.49	c Bin: Executing zchaff_rand
1198.89/1199.49	c zchaff_rand returned code 1.
1198.89/1199.49	c zchaff_rand returned code 1.
1198.89/1199.49	c satzilla running kcnfs with preprocessing ... 
1198.89/1199.49	c Bin: Executing kcnfs
1198.89/1199.49	c kcnfs returned code 1.
1198.89/1199.49	c kcnfs returned code 1.
1198.89/1199.49	c satzilla running kcnfs ... 
1198.89/1199.49	c Bin: Executing kcnfs
1198.89/1199.49	c kcnfs returned code 1.
1198.89/1199.49	c kcnfs returned code 1.
1198.89/1199.49	c satzilla running vallst ... 
1198.89/1199.49	c Bin: Executing vallst
1198.89/1199.49	c vallst returned code 1.
1198.89/1199.49	c vallst returned code 1.
1198.89/1199.49	c satzilla running zchaff_rand ... 
1198.89/1199.49	c Bin: Executing zchaff_rand
1198.89/1199.49	c zchaff_rand returned code 1.
1198.89/1199.49	c zchaff_rand returned code 1.
1198.89/1199.49	c ERROR: All Failed! 
1198.89/1199.49	c SATZILLA_TIME=1199.180000

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-304127-1172051861 -o ROOT/results/node40/solver-304127-1172051861 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304127-1172051861/SATzilla2007_C /tmp/evaluation/304127-1172051861/instance-304127-1172051861.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 2/64 27458
/proc/meminfo: memFree=1451888/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=0
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 130220346 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 360 110 95 260 0 84 0
[pid=27459] ppid=27458 vsize=784 CPUtime=0
/proc/27459/stat : 27459 (march_dl) R 27458 27458 26388 0 -1 4194304 96 0 0 0 0 0 0 0 20 0 1 0 130220346 802816 91 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27459/statm: 196 91 50 118 0 75 0

[startup+0.106921 s]
/proc/loadavg: 0.92 0.99 0.99 2/64 27458
/proc/meminfo: memFree=1451888/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=0
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 130220346 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 360 110 95 260 0 84 0
[pid=27459] ppid=27458 vsize=2020 CPUtime=0.09
/proc/27459/stat : 27459 (march_dl) R 27458 27458 26388 0 -1 4194304 1615 0 0 0 9 0 0 0 20 0 1 0 130220346 2068480 374 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134522694 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27459/statm: 505 374 57 118 0 384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3460

[startup+0.515973 s]
/proc/loadavg: 0.92 0.99 0.99 2/64 27458
/proc/meminfo: memFree=1451888/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=0
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 130220346 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 360 110 95 260 0 84 0
[pid=27459] ppid=27458 vsize=5512 CPUtime=0.51
/proc/27459/stat : 27459 (march_dl) R 27458 27458 26388 0 -1 4194304 3648 0 0 0 50 1 0 0 23 0 1 0 130220346 5644288 798 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27459/statm: 1378 798 67 118 0 1257 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6952

[startup+1.34108 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 27460
/proc/meminfo: memFree=1448928/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=0
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 130220346 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 360 110 95 260 0 84 0
[pid=27459] ppid=27458 vsize=5512 CPUtime=1.33
/proc/27459/stat : 27459 (march_dl) R 27458 27458 26388 0 -1 4194304 3654 0 0 0 132 1 0 0 25 0 1 0 130220346 5644288 804 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583376 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27459/statm: 1378 804 67 118 0 1257 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 6952

[startup+2.98229 s]
/proc/loadavg: 0.92 0.99 0.99 2/66 27460
/proc/meminfo: memFree=1448672/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=0
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 130220346 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 360 110 95 260 0 84 0
[pid=27459] ppid=27458 vsize=5644 CPUtime=2.97
/proc/27459/stat : 27459 (march_dl) R 27458 27458 26388 0 -1 4194304 3702 0 0 0 296 1 0 0 25 0 1 0 130220346 5779456 852 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27459/statm: 1411 852 67 118 0 1290 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7084

[startup+6.25872 s]
/proc/loadavg: 0.93 0.99 0.99 2/66 27461
/proc/meminfo: memFree=1449760/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=1440 CPUtime=4.99
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 135 3766 0 0 0 0 498 1 16 0 1 0 130220346 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/27458/statm: 360 111 96 260 0 84 0
[pid=27461] ppid=27458 vsize=6188 CPUtime=1.25
/proc/27461/stat : 27461 (ubcsat2006) R 27458 27458 26388 0 -1 4194304 621 0 0 0 121 4 0 0 25 0 1 0 130220846 6336512 604 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/27461/statm: 1547 604 156 64 0 1128 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7628

[startup+12.7135 s]
/proc/loadavg: 0.94 0.99 0.99 2/66 27462
/proc/meminfo: memFree=1441184/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=5860 CPUtime=1.49
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 1276 0 0 0 149 0 0 0 25 0 1 0 130221466 6000640 1270 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 1465 1270 58 118 0 1343 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12804

[startup+25.5182 s]
/proc/loadavg: 0.95 0.99 0.99 2/66 27462
/proc/meminfo: memFree=1437152/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=9860 CPUtime=14.3
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 2264 0 0 0 1429 1 0 0 25 0 1 0 130221466 10096640 2258 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 2465 2258 58 118 0 2343 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16804

[startup+51.1435 s]
/proc/loadavg: 0.97 0.99 0.99 2/66 27462
/proc/meminfo: memFree=1434656/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=11872 CPUtime=39.91
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 2760 0 0 0 3990 1 0 0 25 0 1 0 130221466 12156928 2754 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 2968 2754 58 118 0 2846 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18816

[startup+102.389 s]
/proc/loadavg: 0.98 0.99 0.99 2/66 27462
/proc/meminfo: memFree=1431776/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=14916 CPUtime=91.14
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 3503 0 0 0 9112 2 0 0 25 0 1 0 130221466 15273984 3497 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 3729 3497 58 118 0 3607 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 21860

[startup+162.455 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27462
/proc/meminfo: memFree=1430048/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=16504 CPUtime=151.2
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 3911 0 0 0 15117 3 0 0 25 0 1 0 130221466 16900096 3905 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134529223 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 4126 3905 58 118 0 4004 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 23448

[startup+222.526 s]
/proc/loadavg: 0.99 0.99 0.99 2/72 27546
/proc/meminfo: memFree=1427952/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=17328 CPUtime=211.21
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 4119 0 0 0 21117 4 0 0 25 0 1 0 130221466 17743872 4113 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 4332 4113 58 118 0 4210 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 24272

[startup+282.611 s]
/proc/loadavg: 0.99 0.99 0.99 2/72 27636
/proc/meminfo: memFree=1426600/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=18764 CPUtime=271.24
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 4440 0 0 0 27119 5 0 0 25 0 1 0 130221466 19214336 4434 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 4691 4434 58 118 0 4569 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 25708

[startup+342.673 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27660
/proc/meminfo: memFree=1426912/2055920 swapFree=4183944/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=19564 CPUtime=331.26
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 4645 0 0 0 33121 5 0 0 25 0 1 0 130221466 20033536 4639 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 4891 4639 58 118 0 4769 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 26508

[startup+402.736 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27679
/proc/meminfo: memFree=1424608/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=21044 CPUtime=391.3
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 4995 0 0 0 39123 7 0 0 25 0 1 0 130221466 21549056 4989 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 5261 4989 58 118 0 5139 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 27988

[startup+462.796 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1424096/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=21584 CPUtime=451.33
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 5129 0 0 0 45126 7 0 0 25 0 1 0 130221466 22102016 5123 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 5396 5123 58 118 0 5274 0
Current children cumulated CPU time (s) 462.5

################
# More data... #
################

/proc/27462/statm: 6063 5766 58 118 0 5941 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 31196

[startup+823.163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1421472/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=24384 CPUtime=811.6
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 5817 0 0 0 81151 9 0 0 25 0 1 0 130221466 24969216 5811 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6096 5811 58 118 0 5974 0
Current children cumulated CPU time (s) 822.77
Current children cumulated vsize (KiB) 31328

[startup+883.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1421472/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=24384 CPUtime=871.64
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 5823 0 0 0 87155 9 0 0 25 0 1 0 130221466 24969216 5817 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6096 5817 58 118 0 5974 0
Current children cumulated CPU time (s) 882.81
Current children cumulated vsize (KiB) 31328

[startup+943.278 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1421280/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=24516 CPUtime=931.68
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 5858 0 0 0 93159 9 0 0 25 0 1 0 130221466 25104384 5852 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6129 5852 58 118 0 6007 0
Current children cumulated CPU time (s) 942.85
Current children cumulated vsize (KiB) 31460

[startup+1003.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1419424/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26532 CPUtime=991.72
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6331 0 0 0 99162 10 0 0 25 0 1 0 130221466 27168768 6325 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6633 6325 58 118 0 6511 0
Current children cumulated CPU time (s) 1002.89
Current children cumulated vsize (KiB) 33476

[startup+1063.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1419104/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1051.76
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6403 0 0 0 105166 10 0 0 25 0 1 0 130221466 27508736 6397 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525863 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6397 58 118 0 6594 0
Current children cumulated CPU time (s) 1062.93
Current children cumulated vsize (KiB) 33808

[startup+1123.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1419104/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1111.8
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6403 0 0 0 111170 10 0 0 25 0 1 0 130221466 27508736 6397 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6397 58 118 0 6594 0
Current children cumulated CPU time (s) 1122.97
Current children cumulated vsize (KiB) 33808

[startup+1183.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418976/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1171.84
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 117174 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (KiB) 33808

Solver just ended. Dumping a history of the last processes samples

[startup+1187.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418976/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1175.63
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 117553 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1186.8
Current children cumulated vsize (KiB) 33808

[startup+1193.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418976/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1182.18
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 118208 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1193.35
Current children cumulated vsize (KiB) 33808

[startup+1197.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418912/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1185.46
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 118536 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1196.63
Current children cumulated vsize (KiB) 33808

[startup+1198.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418912/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1187.1
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 118700 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1198.27
Current children cumulated vsize (KiB) 33808

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418912/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1187.51
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 118741 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1198.68
Current children cumulated vsize (KiB) 33808

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418912/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=6944 CPUtime=11.17
/proc/27458/stat : 27458 (SATzilla2007_C) S 27456 27458 26388 0 -1 4194304 2751 4393 0 0 398 8 704 7 25 0 1 0 130220346 7110656 1551 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/27458/statm: 1736 1551 165 260 0 1460 0
[pid=27462] ppid=27458 vsize=26864 CPUtime=1187.72
/proc/27462/stat : 27462 (minisat20) R 27458 27458 26388 0 -1 4194304 6434 0 0 0 118762 10 0 0 25 0 1 0 130221466 27508736 6428 18446744073709551615 134512640 134998072 4294956768 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 1 0 0
/proc/27462/statm: 6716 6428 58 118 0 6594 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 33808

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27679
/proc/meminfo: memFree=1418912/2055920 swapFree=4183972/4192956
[pid=27458] ppid=27456 vsize=0 CPUtime=1199
/proc/27458/stat : 27458 (SATzilla2007_C) D 27456 27458 26388 0 -1 4194308 2764 10827 0 0 398 8 119475 19 18 0 1 0 130220346 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 0 0 0
/proc/27458/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 0

Child status: 17
Real time (s): 1199.51
CPU time (s): 1199.02
CPU user time (s): 1198.74
CPU system time (s): 0.278957
CPU usage (%): 99.9593
Max. virtual memory (cumulated for all children) (KiB): 33808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.74
system time used= 0.278957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13591
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= 60
involuntary context switches= 3189

runsolver used 0.795879 second user time and 2.53161 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Feb 21 09:57:41 UTC 2007

IDJOB= 304127
IDBENCH= 20124
IDSOLVER= 135
FILE ID= node40/304127-1172051861

PBS_JOBID= 3892731

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v220/unif-k7-r85-v220-c18700-S1535300821-05.cnf
COMMAND LINE= /tmp/evaluation/304127-1172051861/SATzilla2007_C /tmp/evaluation/304127-1172051861/instance-304127-1172051861.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-304127-1172051861 -o ROOT/results/node40/solver-304127-1172051861 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304127-1172051861/SATzilla2007_C /tmp/evaluation/304127-1172051861/instance-304127-1172051861.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  93f37c46a26d2e8e869ca178d98d46ca

RANDOM SEED= 672785268

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1452424 kB
Buffers:         34760 kB
Cached:         499508 kB
SwapCached:       2932 kB
Active:         123596 kB
Inactive:       420204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452424 kB
SwapTotal:     4192956 kB
SwapFree:      4183944 kB
Dirty:            8904 kB
Writeback:           0 kB
Mapped:          15496 kB
Slab:            45744 kB
Committed_AS:   223032 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB

End job on node40 on Wed Feb 21 10:17:41 UTC 2007