Trace number 1543921

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. 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.
  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
SAT07 reference solver: SATzilla RANDOM? (exit code) 1199.65 1200

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S704699380-099.cnf
MD5SUM79363fa796cb5f9a1d9ad7ab58b2c2fb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark954.206
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
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 520000
Number of clauses of size over 50

Solver Data

10.67/10.73	c run March_dl for 5 seconds ... 
10.67/10.73	c Bin: Executing march_dl
10.67/10.73	c child exit by a signal
10.67/10.73	c march_dl returned code 137.
10.67/10.73	c run saps (UBCSAT implementation) for 2 seconds ... 
10.67/10.73	c Bin: Executing ubcsat2006
10.67/10.73	c child exited successfully
10.67/10.73	c ubcsat2006 returned code 0.
10.67/10.73	c satzilla computing base features
10.67/10.73	c satzilla doing unit-prop probe
10.67/10.73	c satzilla doing local search probe
10.67/10.73	c satzilla doing lobjois search-space size estimate
10.67/10.73	c satzilla's ranking:
10.67/10.73	c 1) minisat20+P: 9.168030
10.67/10.73	c 2) march_dl: 11.250590
10.67/10.73	c 3) kcnfs: 12.484555
10.67/10.73	c 4) kcnfs+P: 999.000000
10.67/10.73	c 5) march_dl+P: 999.000000
10.67/10.73	c 6) vallst+P: 999.000000
10.67/10.73	c 7) zchaff_rand+P: 999.000000
10.67/10.73	c 8) vallst: 999.000000
10.67/10.73	c 9) zchaff_rand: 999.000000
10.67/10.73	c 10) minisat20: 999.000000
10.67/10.73	c satzilla running minisat20 with preprocessing ... 
10.78/10.83	This is MiniSat 2.0 beta
10.78/10.83	WARNING: for repeatability, setting FPU to use double precision
10.78/10.83	============================[ Problem Statistics ]=============================
10.78/10.83	|                                                                             |
10.78/10.83	|  Number of variables:  1000                                                 |
10.78/10.83	|  Number of clauses:    20000                                                |
10.78/10.84	|  Parsing time:         0.02         s                                       |
10.78/10.84	============================[ Search Statistics ]==============================
10.78/10.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/10.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/10.84	===============================================================================
10.78/10.84	|         0 |    1000    20000   100000 |     6666        0    nan |  0.000 % |
10.78/10.86	|       100 |    1000    20000   100000 |     7333      100    150 |  0.000 % |
10.78/10.87	|       250 |    1000    20000   100000 |     8066      250    126 |  0.000 % |
10.87/10.90	|       477 |    1000    20000   100000 |     8873      477    123 |  0.000 % |
10.87/10.94	|       818 |    1000    20000   100000 |     9760      818    123 |  0.000 % |
10.87/11.00	|      1324 |    1000    20000   100000 |    10736     1324    122 |  0.000 % |
10.97/11.08	|      2083 |    1000    20000   100000 |    11810     2083    122 |  0.000 % |
11.16/11.22	|      3222 |    1000    20000   100000 |    12991     3222    122 |  0.000 % |
11.36/11.45	|      4931 |    1000    20000   100000 |    14290     4931    122 |  0.000 % |
11.76/11.83	|      7494 |    1000    20000   100000 |    15719     7494    128 |  0.000 % |
12.45/12.52	|     11338 |    1000    20000   100000 |    17291    11338    129 |  0.000 % |
13.76/13.80	|     17105 |    1000    20000   100000 |    19020    17105    133 |  0.000 % |
15.86/15.99	|     25754 |    1000    20000   100000 |    20922    16070    140 |  0.000 % |
19.55/19.65	|     38728 |    1000    20000   100000 |    23015    18415    150 |  0.000 % |
25.65/25.77	|     58191 |    1000    20000   100000 |    25316    14312    146 |  0.000 % |
36.35/36.49	|     87383 |    1000    20000   100000 |    27848    15565    141 |  0.000 % |
53.55/53.63	|    131172 |    1000    20000   100000 |    30633    26430    138 |  0.000 % |
84.73/84.88	|    196857 |    1000    20000   100000 |    33696    19231    141 |  0.000 % |
132.72/132.84	|    295384 |    1000    20000   100000 |    37066    32269    143 |  0.000 % |
208.60/208.78	|    443175 |    1000    20000   100000 |    40772    35282    140 |  0.000 % |
333.26/333.45	|    664858 |    1000    20000   100000 |    44849    39379    146 |  0.000 % |
538.91/539.17	|    997384 |    1000    20000   100000 |    49334    28533    142 |  0.000 % |
862.41/862.79	|   1496172 |    1000    20000   100000 |    54268    33147    141 |  0.000 % |
1199.52/1199.99	c Preprocessing...
1199.52/1199.99	c Inital problem has 1000 variables, 20000 nary clauses (0 binary clauses).
1199.52/1199.99	c Num non-binary clauses 20000, Average non-binary clause length 5.000
1199.52/1199.99	c Theory has no gaps
1199.52/1199.99	c Preprocessor runtime was 0.050 seconds.
1199.52/1199.99	c 
1199.52/1199.99	c Satisfiability of theory still undetermined.
1199.52/1199.99	c See file /tmp/EJw8oE for simplified theory.
1199.52/1199.99	c Bin: Executing minisat20
1199.52/1199.99	c child exit by a signal
1199.52/1199.99	c minisat20 returned code 137.
1199.52/1199.99	c minisat20 returned code 137.
1199.52/1199.99	c satzilla running march_dl ... 
1199.52/1199.99	c Bin: Executing march_dl
1199.52/1199.99	c march_dl returned code 1.
1199.52/1199.99	c march_dl returned code 1.
1199.52/1199.99	c satzilla running kcnfs ... 
1199.52/1199.99	c Bin: Executing kcnfs
1199.52/1199.99	c kcnfs returned code 1.
1199.52/1199.99	c kcnfs returned code 1.
1199.52/1199.99	c satzilla running kcnfs with preprocessing ... 
1199.52/1199.99	c Bin: Executing kcnfs
1199.52/1199.99	c kcnfs returned code 1.
1199.52/1199.99	c kcnfs returned code 1.
1199.52/1199.99	c satzilla running march_dl with preprocessing ... 
1199.52/1199.99	c Bin: Executing march_dl
1199.52/1199.99	c march_dl returned code 1.
1199.52/1199.99	c march_dl returned code 1.
1199.52/1199.99	c satzilla running vallst with preprocessing ... 
1199.52/1199.99	c Bin: Executing vallst
1199.52/1199.99	c vallst returned code 1.
1199.52/1199.99	c vallst returned code 1.
1199.52/1199.99	c satzilla running zchaff_rand with preprocessing ... 
1199.52/1199.99	c Bin: Executing zchaff_rand
1199.52/1199.99	c zchaff_rand returned code 1.
1199.52/1199.99	c zchaff_rand returned code 1.
1199.52/1199.99	c satzilla running vallst ... 
1199.52/1199.99	c Bin: Executing vallst
1199.52/1199.99	c vallst returned code 1.
1199.52/1199.99	c vallst returned code 1.
1199.52/1199.99	c satzilla running zchaff_rand ... 
1199.52/1199.99	c Bin: Executing zchaff_rand
1199.52/1199.99	c zchaff_rand returned code 1.
1199.52/1199.99	c zchaff_rand returned code 1.
1199.52/1199.99	c satzilla running minisat20 ... 
1199.52/1199.99	c Bin: Executing minisat20
1199.52/1199.99	c minisat20 returned code 1.
1199.52/1199.99	c minisat20 returned code 1.
1199.52/1199.99	c ERROR: All Failed! 
1199.52/1199.99	c SATZILLA_TIME=1199.810000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1543921-1238601069/watcher-1543921-1238601069 -o /tmp/evaluation-result-1543921-1238601069/solver-1543921-1238601069 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_R HOME/instance-1543921-1238601069.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.98 0.99 3/80 4050
/proc/meminfo: memFree=1351536/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) R 4048 4050 3798 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=796 CPUtime=0
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 1132770812 815104 108 1992294400 134512640 134996440 4294956240 18446744073709551615 134777906 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 199 108 50 118 0 78 0

[startup+0.0505089 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 4050
/proc/meminfo: memFree=1351536/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=1748 CPUtime=0.04
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 378 0 0 0 4 0 0 0 19 0 1 0 1132770812 1789952 296 1992294400 134512640 134996440 4294956240 18446744073709551615 134651446 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 437 296 52 118 0 316 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3188

[startup+0.101513 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 4050
/proc/meminfo: memFree=1351536/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=2808 CPUtime=0.09
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 1514 0 0 0 9 0 0 0 19 0 1 0 1132770812 2875392 545 1992294400 134512640 134996440 4294956240 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 702 545 57 118 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4248

[startup+0.301534 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 4050
/proc/meminfo: memFree=1351536/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=4108 CPUtime=0.29
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 2864 0 0 0 28 1 0 0 21 0 1 0 1132770812 4206592 664 1992294400 134512640 134996440 4294956240 18446744073709551615 134584508 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 1027 664 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5548

[startup+0.701576 s]
/proc/loadavg: 0.92 0.98 0.99 3/80 4050
/proc/meminfo: memFree=1351536/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=4108 CPUtime=0.69
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 2868 0 0 0 68 1 0 0 24 0 1 0 1132770812 4206592 668 1992294400 134512640 134996440 4294956240 18446744073709551615 134583416 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 1027 668 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5548

[startup+1.50166 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 4052
/proc/meminfo: memFree=1348904/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=4240 CPUtime=1.49
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 2893 0 0 0 148 1 0 0 25 0 1 0 1132770812 4341760 693 1992294400 134512640 134996440 4294956240 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 1060 693 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5680

[startup+3.10282 s]
/proc/loadavg: 0.92 0.98 0.99 2/82 4052
/proc/meminfo: memFree=1331752/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=0
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1132770812 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4050/statm: 360 110 95 260 0 84 0
[pid=4051] ppid=4050 vsize=27080 CPUtime=3.09
/proc/4051/stat : 4051 (march_dl) R 4050 4050 3798 0 -1 4194304 9032 0 0 0 279 30 0 0 25 0 1 0 1132770812 27729920 6425 1992294400 134512640 134996440 4294956240 18446744073709551615 134559562 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4051/statm: 6770 6425 72 118 0 6649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28520

[startup+6.30116 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 4053
/proc/meminfo: memFree=1349352/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=1440 CPUtime=4.99
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 135 10620 0 0 0 0 468 31 16 0 1 0 1132770812 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 360 111 96 260 0 84 0
[pid=4053] ppid=4050 vsize=6188 CPUtime=1.28
/proc/4053/stat : 4053 (ubcsat2006) R 4050 4050 3798 0 -1 4194304 582 0 0 0 121 7 0 0 25 0 1 0 1132771313 6336512 565 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4053/statm: 1547 565 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.00 2/82 4054
/proc/meminfo: memFree=1339560/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=9532 CPUtime=1.85
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 2174 0 0 0 185 0 0 0 25 0 1 0 1132771895 9760768 2169 1992294400 134512640 134998072 4294956288 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 2383 2169 59 118 0 2261 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 15728

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4054
/proc/meminfo: memFree=1329128/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=17880 CPUtime=14.65
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 4247 0 0 0 1464 1 0 0 25 0 1 0 1132771895 18309120 4242 1992294400 134512640 134998072 4294956288 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 4470 4242 59 118 0 4348 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 24076

[startup+51.1018 s]
/proc/loadavg: 1.13 1.03 1.01 2/82 4054
/proc/meminfo: memFree=1326760/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=20288 CPUtime=40.25
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 4845 0 0 0 4022 3 0 0 25 0 1 0 1132771895 20774912 4840 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 5072 4840 59 118 0 4950 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26484

[startup+102.306 s]
/proc/loadavg: 1.17 1.05 1.02 2/82 4054
/proc/meminfo: memFree=1321256/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=25812 CPUtime=91.43
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 6219 0 0 0 9140 3 0 0 25 0 1 0 1132771895 26431488 6214 1992294400 134512640 134998072 4294956288 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 6453 6214 59 118 0 6331 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 32008

[startup+162.301 s]
/proc/loadavg: 1.06 1.04 1.01 2/82 4054
/proc/meminfo: memFree=1318696/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=28288 CPUtime=151.42
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 6865 0 0 0 15138 4 0 0 25 0 1 0 1132771895 28966912 6860 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 7072 6860 59 118 0 6950 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 34484

[startup+222.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/82 4054
/proc/meminfo: memFree=1316456/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=30580 CPUtime=211.39
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 7409 0 0 0 21135 4 0 0 25 0 1 0 1132771895 31313920 7404 1992294400 134512640 134998072 4294956288 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 7645 7404 59 118 0 7523 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 36776

[startup+282.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/82 4054
/proc/meminfo: memFree=1314216/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=32692 CPUtime=271.37
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 7954 0 0 0 27132 5 0 0 25 0 1 0 1132771895 33476608 7949 1992294400 134512640 134998072 4294956288 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 8173 7949 59 118 0 8051 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 38888

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/82 4054
/proc/meminfo: memFree=1311976/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=34936 CPUtime=331.36
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 8517 0 0 0 33130 6 0 0 25 0 1 0 1132771895 35774464 8512 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 8734 8512 59 118 0 8612 0

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


[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1306728/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=40420 CPUtime=751.25
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 9946 0 0 0 75117 8 0 0 25 0 1 0 1132771895 41390080 9859 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 10105 9859 59 118 0 9983 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 46616

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1306280/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=40816 CPUtime=811.22
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 10052 0 0 0 81114 8 0 0 25 0 1 0 1132771895 41795584 9965 1992294400 134512640 134998072 4294956288 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 10204 9965 59 118 0 10082 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 47012

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1304552/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=42532 CPUtime=871.21
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 10484 0 0 0 87112 9 0 0 25 0 1 0 1132771895 43552768 10397 1992294400 134512640 134998072 4294956288 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 10633 10397 59 118 0 10511 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 48728

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1302824/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=44260 CPUtime=931.19
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 10920 0 0 0 93110 9 0 0 25 0 1 0 1132771895 45322240 10833 1992294400 134512640 134998072 4294956288 18446744073709551615 134529260 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11065 10833 59 118 0 10943 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 50456

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1302056/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45052 CPUtime=991.17
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11105 0 0 0 99108 9 0 0 25 0 1 0 1132771895 46133248 11018 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11263 11018 59 118 0 11141 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 51248

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301928/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45024 CPUtime=1051.15
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11122 0 0 0 105106 9 0 0 25 0 1 0 1132771895 46104576 11035 1992294400 134512640 134998072 4294956288 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11256 11035 59 118 0 11134 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 51220

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301928/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45024 CPUtime=1111.14
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11123 0 0 0 111105 9 0 0 25 0 1 0 1132771895 46104576 11036 1992294400 134512640 134998072 4294956288 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11256 11036 59 118 0 11134 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 51220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1171.12
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 117102 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 51484

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1179.12
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 117902 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 51484

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1185.52
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 118542 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 51484

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1187.12
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 118702 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525548 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 51484

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1187.92
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 118782 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 51484

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1188.32
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 118822 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525506 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 51484

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 4060
/proc/meminfo: memFree=1301672/2055912 swapFree=4170680/4192956
[pid=4050] ppid=4048 vsize=6196 CPUtime=10.8
/proc/4050/stat : 4050 (SATzilla2007_R) S 4048 4050 3798 0 -1 4194304 2407 11208 0 0 351 14 671 44 25 0 1 0 1132770812 6344704 1366 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4050/statm: 1549 1366 164 260 0 1273 0
[pid=4054] ppid=4050 vsize=45288 CPUtime=1188.72
/proc/4054/stat : 4054 (minisat20) R 4050 4050 3798 0 -1 4194304 11195 0 0 0 118862 10 0 0 25 0 1 0 1132771895 46374912 11108 1992294400 134512640 134998072 4294956288 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/4054/statm: 11322 11108 59 118 0 11200 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 51484

Child status: 17
Real time (s): 1200
CPU time (s): 1199.65
CPU user time (s): 1198.94
CPU system time (s): 0.710891
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 51484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.94
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24823
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= 10
involuntary context switches= 2094

runsolver used 1.41978 second user time and 4.04738 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-01 17:51:09
IDJOB=1543921
IDBENCH=70188
IDSOLVER=557
FILE ID=node78/1543921-1238601069
PBS_JOBID= 9068331
Free space on /tmp= 126872 MiB

SOLVER NAME= SAT07 reference solver: SATzilla RANDOM
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S704699380-099.cnf
COMMAND LINE= HOME/SATzilla2007_R BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1543921-1238601069/watcher-1543921-1238601069 -o /tmp/evaluation-result-1543921-1238601069/solver-1543921-1238601069 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_R HOME/instance-1543921-1238601069.cnf            

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 79363fa796cb5f9a1d9ad7ab58b2c2fb
RANDOM SEED=1498188205

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

/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.214
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.214
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:      2055912 kB
MemFree:       1352016 kB
Buffers:         99416 kB
Cached:         510088 kB
SwapCached:       7800 kB
Active:         333204 kB
Inactive:       286728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1352016 kB
SwapTotal:     4192956 kB
SwapFree:      4170680 kB
Dirty:            8832 kB
Writeback:           0 kB
Mapped:          16104 kB
Slab:            68252 kB
Committed_AS:  2738876 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126864 MiB
End job on node78 at 2009-04-01 18:11:09