Trace number 338850

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 FULL? (exit code) 1199.68 1200.31

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
Bench CategoryCRAFTED (crafted 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 variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.77/10.97	c run March_dl for 5 seconds ... 
10.77/10.97	c Bin: Executing march_dl
10.77/10.97	c child exit by a signal
10.77/10.97	c march_dl returned code 137.
10.77/10.97	c run saps for 2 seconds ... 
10.77/10.97	c Bin: Executing ubcsat2006
10.77/10.97	c child exited successfully
10.77/10.97	c ubcsat2006 returned code 0.
10.77/10.97	c satzilla computing base features
10.77/10.97	c satzilla doing unit-prop probe
10.77/10.97	c satzilla doing local search probe
10.77/10.97	c satzilla doing lobjois search-space size estimate
10.77/10.97	c satzilla's ranking:
10.77/10.97	c 1) minisat20: 1.901565
10.77/10.97	c 2) march_dl: 2.134685
10.77/10.97	c 3) vallst: 2.206219
10.77/10.97	c 4) zchaff_rand: 2.719285
10.77/10.97	c 5) kcnfs: 2.920116
10.77/10.97	c 6) eureka: 4.087439
10.77/10.97	c 7) kcnfs+P: 999.000000
10.77/10.97	c 8) march_dl+P: 999.000000
10.77/10.97	c 9) vallst+P: 999.000000
10.77/10.97	c 10) zchaff_rand+P: 999.000000
10.77/10.97	c 11) rsat+P: 999.000000
10.77/10.97	c 12) eureka+P: 999.000000
10.77/10.97	c 13) minisat20+P: 999.000000
10.77/10.97	c 14) rsat: 999.000000
10.77/10.97	c satzilla running minisat20 ... 
10.77/10.97	This is MiniSat 2.0 beta
10.77/10.97	WARNING: for repeatability, setting FPU to use double precision
10.77/10.97	============================[ Problem Statistics ]=============================
10.77/10.97	|                                                                             |
10.77/10.97	|  Number of variables:  409                                                  |
10.77/10.97	|  Number of clauses:    1362                                                 |
10.77/10.97	|  Parsing time:         0.00         s                                       |
10.77/10.97	============================[ Search Statistics ]==============================
10.77/10.97	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.77/10.97	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.77/10.97	===============================================================================
10.77/10.97	|         0 |     409     1362     4084 |      454        0    nan |  0.000 % |
10.77/10.97	|       100 |     409     1362     4084 |      499      100      2 |  0.003 % |
10.77/10.98	|       250 |     409     1362     4084 |      549      250      2 |  0.003 % |
10.77/10.98	|       476 |     409     1362     4084 |      604      476     10 |  0.003 % |
10.77/11.00	|       815 |     409     1362     4084 |      664      815     22 |  0.001 % |
10.84/11.02	|      1321 |     409     1362     4084 |      731      462      3 |  0.003 % |
10.84/11.05	|      2080 |     409     1362     4084 |      804      817     20 |  0.001 % |
10.84/11.09	|      3220 |     409     1362     4084 |      884     1082     22 |  0.001 % |
10.84/11.17	|      4928 |     409     1362     4084 |      973     1074     26 |  0.003 % |
10.84/11.30	|      7493 |     409     1362     4084 |     1070     1220     27 |  0.001 % |
10.84/11.48	|     11337 |     409     1362     4084 |     1177     1098     22 |  0.003 % |
10.84/11.78	|     17105 |     409     1362     4084 |     1295     1074     24 |  0.003 % |
12.16/12.30	|     25755 |     409     1362     4084 |     1424     1187     26 |  0.001 % |
12.96/13.14	|     38729 |     409     1362     4084 |     1567     1568     33 |  0.001 % |
14.36/14.55	|     58190 |     409     1362     4084 |     1724     1353     33 |  0.003 % |
16.36/16.55	|     87386 |     409     1362     4084 |     1896     1890     35 |  0.003 % |
19.66/19.85	|    131175 |     409     1362     4084 |     2086     1643     31 |  0.003 % |
24.85/25.08	|    196863 |     409     1362     4084 |     2294     1210     21 |  0.001 % |
32.95/33.11	|    295389 |     409     1362     4084 |     2524     2271     41 |  0.001 % |
45.54/45.71	|    443179 |     409     1362     4084 |     2776     1428     24 |  0.003 % |
66.28/66.55	|    664862 |     409     1362     4084 |     3054     2514     43 |  0.003 % |
100.24/100.53	|    997387 |     409     1362     4084 |     3359     2150     40 |  0.003 % |
147.90/148.22	|   1496175 |     409     1362     4084 |     3695     2965     44 |  0.003 % |
222.78/223.18	|   2244359 |     409     1362     4084 |     4065     3723     51 |  0.003 % |
351.54/351.97	|   3366636 |     409     1362     4084 |     4471     2691     49 |  0.003 % |
547.28/547.71	|   5050050 |     409     1362     4084 |     4918     3640     51 |  0.001 % |
856.07/856.62	|   7575168 |     409     1362     4084 |     5410     4809     60 |  0.003 % |
1199.65/1200.30	c Bin: Executing minisat20
1199.65/1200.30	c child exit by a signal
1199.65/1200.30	c minisat20 returned code 137.
1199.65/1200.30	c minisat20 returned code 137.
1199.65/1200.30	c satzilla running march_dl ... 
1199.65/1200.30	c Bin: Executing march_dl
1199.65/1200.30	c march_dl returned code 1.
1199.65/1200.30	c march_dl returned code 1.
1199.65/1200.30	c satzilla running vallst ... 
1199.65/1200.30	c Bin: Executing vallst
1199.65/1200.30	c vallst returned code 1.
1199.65/1200.30	c vallst returned code 1.
1199.65/1200.30	c satzilla running zchaff_rand ... 
1199.65/1200.30	c Bin: Executing zchaff_rand
1199.65/1200.30	c zchaff_rand returned code 1.
1199.65/1200.30	c zchaff_rand returned code 1.
1199.65/1200.30	c satzilla running kcnfs ... 
1199.65/1200.30	c Bin: Executing kcnfs
1199.65/1200.30	c kcnfs returned code 1.
1199.65/1200.30	c kcnfs returned code 1.
1199.65/1200.30	c satzilla running eureka ... 
1199.65/1200.30	c Bin: Executing eureka
1199.65/1200.30	c eureka returned code 1.
1199.65/1200.30	c eureka returned code 1.
1199.65/1200.30	c satzilla running kcnfs with preprocessing ... 
1199.65/1200.31	c Preprocessing...
1199.65/1200.31	c Inital problem has 409 variables, 1360 nary clauses (2 binary clauses).
1199.65/1200.31	c Num non-binary clauses 1360, Average non-binary clause length 3.000
1199.65/1200.31	c Theory has no gaps
1199.65/1200.31	c Preprocessor runtime was 0.000 seconds.
1199.65/1200.31	c 
1199.65/1200.31	c Satisfiability of theory still undetermined.
1199.65/1200.31	c See file /tmp/VurYWI for simplified theory.
1199.65/1200.31	c Bin: Executing kcnfs
1199.65/1200.31	c kcnfs returned code 1.
1199.65/1200.31	c kcnfs returned code 1.
1199.65/1200.31	c satzilla running march_dl with preprocessing ... 
1199.65/1200.31	c Bin: Executing march_dl
1199.65/1200.31	c march_dl returned code 1.
1199.65/1200.31	c march_dl returned code 1.
1199.65/1200.31	c satzilla running vallst with preprocessing ... 
1199.65/1200.31	c Bin: Executing vallst
1199.65/1200.31	c vallst returned code 1.
1199.65/1200.31	c vallst returned code 1.
1199.65/1200.31	c satzilla running zchaff_rand with preprocessing ... 
1199.65/1200.31	c Bin: Executing zchaff_rand
1199.65/1200.31	c zchaff_rand returned code 1.
1199.65/1200.31	c zchaff_rand returned code 1.
1199.65/1200.31	c satzilla running rsat with preprocessing ... 
1199.65/1200.31	c Bin: Executing rsat
1199.65/1200.31	c rsat returned code 1.
1199.65/1200.31	c rsat returned code 1.
1199.65/1200.31	c satzilla running eureka with preprocessing ... 
1199.65/1200.31	c Bin: Executing eureka
1199.65/1200.31	c eureka returned code 1.
1199.65/1200.31	c eureka returned code 1.
1199.65/1200.31	c satzilla running minisat20 with preprocessing ... 
1199.65/1200.31	c Bin: Executing minisat20
1199.65/1200.31	c minisat20 returned code 1.
1199.65/1200.31	c minisat20 returned code 1.
1199.65/1200.31	c satzilla running rsat ... 
1199.65/1200.31	c Bin: Executing rsat
1199.65/1200.31	c rsat returned code 1.
1199.65/1200.31	c rsat returned code 1.
1199.65/1200.31	c ERROR: All Failed! 
1199.65/1200.31	c SATZILLA_TIME=1199.850000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-338850-1173693616 -o ROOT/results/node42/solver-338850-1173693616 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338850-1173693616/SATzilla2007_F /tmp/evaluation/338850-1173693616/instance-338850-1173693616.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): 2400 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.91 0.95 0.99 3/64 11761
/proc/meminfo: memFree=1788520/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=772 CPUtime=0
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 106 0 0 0 0 0 0 0 19 0 1 0 95315065 790528 97 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134524476 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 193 98 55 118 0 72 0

[startup+0.0401531 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 11761
/proc/meminfo: memFree=1788520/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=0.03
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 3 0 0 0 19 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528095 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2504

[startup+0.101148 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 11761
/proc/meminfo: memFree=1788520/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=0.09
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 9 0 0 0 19 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2504

[startup+0.301185 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 11761
/proc/meminfo: memFree=1788520/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=0.29
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 29 0 0 0 20 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134552314 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2504

[startup+0.701261 s]
/proc/loadavg: 0.91 0.95 0.99 3/64 11761
/proc/meminfo: memFree=1788520/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=0.69
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 69 0 0 0 24 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134587142 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2504

[startup+1.50141 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 11763
/proc/meminfo: memFree=1787928/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=1.49
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 149 0 0 0 25 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2504

[startup+3.10272 s]
/proc/loadavg: 0.91 0.95 0.99 2/66 11763
/proc/meminfo: memFree=1787800/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=0
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11762] ppid=11761 vsize=992 CPUtime=3.09
/proc/11762/stat : 11762 (march_dl) R 11761 11761 10426 0 -1 4194304 207 0 0 0 309 0 0 0 25 0 1 0 95315065 1015808 198 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528825 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11762/statm: 248 198 75 118 0 127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2504

[startup+6.30133 s]
/proc/loadavg: 0.92 0.95 0.99 2/66 11764
/proc/meminfo: memFree=1787800/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1512 CPUtime=4.99
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 149 208 0 0 0 0 499 0 16 0 1 0 95315065 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/11761/statm: 378 125 110 260 0 84 0
[pid=11764] ppid=11761 vsize=6188 CPUtime=1.18
/proc/11764/stat : 11764 (ubcsat2006) R 11761 11761 10426 0 -1 4194304 258 0 0 0 95 23 0 0 25 0 1 0 95315576 6336512 240 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/11764/statm: 1547 240 156 64 0 1128 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 7700

[startup+12.7015 s]
/proc/loadavg: 0.93 0.95 0.99 2/66 11765
/proc/meminfo: memFree=1787160/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=2208 CPUtime=1.72
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 218 0 0 0 172 0 0 0 25 0 1 0 95316163 2260992 211 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 552 211 58 118 0 430 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 3968

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.99 2/66 11765
/proc/meminfo: memFree=1786784/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=2720 CPUtime=14.51
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 341 0 0 0 1451 0 0 0 25 0 1 0 95316163 2785280 334 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 680 334 58 118 0 558 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 4480

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.99 2/72 11831
/proc/meminfo: memFree=1785008/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=3228 CPUtime=40.07
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 467 0 0 0 4005 2 0 0 25 0 1 0 95316163 3305472 460 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529269 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 807 460 58 118 0 685 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 4988

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.99 2/72 11923
/proc/meminfo: memFree=1784488/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=3584 CPUtime=91.2
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 581 0 0 0 9118 2 0 0 25 0 1 0 95316163 3670016 574 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 896 574 58 118 0 774 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 5344

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1785120/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=4092 CPUtime=151.16
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 682 0 0 0 15114 2 0 0 25 0 1 0 95316163 4190208 675 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1023 675 58 118 0 901 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 5852

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1784928/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=4216 CPUtime=211.14
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 730 0 0 0 21111 3 0 0 25 0 1 0 95316163 4317184 723 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1054 723 58 118 0 932 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 5976

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1784544/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=4624 CPUtime=271.12
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 827 0 0 0 27109 3 0 0 25 0 1 0 95316163 4734976 820 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1156 820 58 118 0 1034 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 6384

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1784416/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=4748 CPUtime=331.1
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 867 0 0 0 33107 3 0 0 25 0 1 0 95316163 4861952 860 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527499 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1187 860 58 118 0 1065 0

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


[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1783328/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=5952 CPUtime=750.96
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1160 0 0 0 75091 5 0 0 25 0 1 0 95316163 6094848 1153 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1488 1153 58 118 0 1366 0
Current children cumulated CPU time (s) 761.8
Current children cumulated vsize (KiB) 7712

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1783264/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=5952 CPUtime=810.94
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1167 0 0 0 81089 5 0 0 25 0 1 0 95316163 6094848 1160 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528300 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1488 1160 58 118 0 1366 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 7712

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1783200/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6068 CPUtime=870.92
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1197 0 0 0 87087 5 0 0 25 0 1 0 95316163 6213632 1190 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528282 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1517 1190 58 118 0 1395 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 7828

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1783072/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6172 CPUtime=930.89
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1215 0 0 0 93084 5 0 0 25 0 1 0 95316163 6320128 1208 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1543 1208 58 118 0 1421 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 7932

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11963
/proc/meminfo: memFree=1782944/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6344 CPUtime=990.87
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1256 0 0 0 99082 5 0 0 25 0 1 0 95316163 6496256 1249 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1586 1249 58 118 0 1464 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 8104

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782752/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6344 CPUtime=1050.86
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1265 0 0 0 105080 6 0 0 25 0 1 0 95316163 6496256 1258 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1586 1258 58 118 0 1464 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 8104

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782688/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6440 CPUtime=1110.84
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1289 0 0 0 111078 6 0 0 25 0 1 0 95316163 6594560 1282 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1610 1282 58 118 0 1488 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 8200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1170.81
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 117075 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527463 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 8296

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1178.81
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 117875 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1189.65
Current children cumulated vsize (KiB) 8296

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1185.21
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 118515 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527515 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1196.05
Current children cumulated vsize (KiB) 8296

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1186.81
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 118675 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1197.65
Current children cumulated vsize (KiB) 8296

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1187.61
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 118755 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 8296

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1188.41
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 118835 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 8296

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 11965
/proc/meminfo: memFree=1782560/2055920 swapFree=4182364/4192956
[pid=11761] ppid=11759 vsize=1760 CPUtime=10.84
/proc/11761/stat : 11761 (SATzilla2007_F) S 11759 11761 10426 0 -1 4194304 575 472 0 0 303 35 700 46 25 0 1 0 95315065 1802240 262 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/11761/statm: 440 262 169 260 0 146 0
[pid=11765] ppid=11761 vsize=6536 CPUtime=1188.81
/proc/11765/stat : 11765 (minisat20) R 11761 11761 10426 0 -1 4194304 1313 0 0 0 118875 6 0 0 25 0 1 0 95316163 6692864 1306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 1 0 0
/proc/11765/statm: 1634 1306 58 118 0 1512 0
Current children cumulated CPU time (s) 1199.65
Current children cumulated vsize (KiB) 8296

Child status: 17
Real time (s): 1200.31
CPU time (s): 1199.68
CPU user time (s): 1198.8
CPU system time (s): 0.887865
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 8332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.8
system time used= 0.887865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2460
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= 26
involuntary context switches= 1570

runsolver used 0.85487 second user time and 2.51862 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Mar 12 10:00:16 UTC 2007

IDJOB= 338850
IDBENCH= 24732
IDSOLVER= 136
FILE ID= node42/338850-1173693616

PBS_JOBID= 4101737

Free space on /tmp= 66549 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338850-1173693616/SATzilla2007_F /tmp/evaluation/338850-1173693616/instance-338850-1173693616.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-338850-1173693616 -o ROOT/results/node42/solver-338850-1173693616 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338850-1173693616/SATzilla2007_F /tmp/evaluation/338850-1173693616/instance-338850-1173693616.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  9ce7a6a007310fa075cda4060c50d29c

RANDOM SEED= 90327144

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1788928 kB
Buffers:         32732 kB
Cached:         180184 kB
SwapCached:       4820 kB
Active:          99928 kB
Inactive:       128936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788928 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:           10188 kB
Writeback:           0 kB
Mapped:          19872 kB
Slab:            24124 kB
Committed_AS:   156648 kB
PageTables:       1420 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= 66549 MiB

End job on node42 on Mon Mar 12 10:20:17 UTC 2007