Trace number 339606

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.46 1199.93

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark457.795
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.54/10.63	c run March_dl for 5 seconds ... 
10.54/10.63	c Bin: Executing march_dl
10.54/10.63	c child exit by a signal
10.54/10.63	c march_dl returned code 137.
10.54/10.63	c run saps for 2 seconds ... 
10.54/10.63	c Bin: Executing ubcsat2006
10.54/10.63	c child exited successfully
10.54/10.63	c ubcsat2006 returned code 0.
10.54/10.63	c satzilla computing base features
10.54/10.63	c satzilla doing unit-prop probe
10.54/10.63	c satzilla doing local search probe
10.54/10.63	c satzilla doing lobjois search-space size estimate
10.54/10.63	c satzilla's ranking:
10.54/10.63	c 1) minisat20: 2.946278
10.54/10.63	c 2) march_dl: 2.983493
10.54/10.63	c 3) vallst: 3.035334
10.54/10.63	c 4) zchaff_rand: 3.548585
10.54/10.63	c 5) kcnfs: 4.602262
10.54/10.63	c 6) eureka: 4.893505
10.54/10.63	c 7) kcnfs+P: 999.000000
10.54/10.63	c 8) march_dl+P: 999.000000
10.54/10.63	c 9) vallst+P: 999.000000
10.54/10.63	c 10) zchaff_rand+P: 999.000000
10.54/10.63	c 11) rsat+P: 999.000000
10.54/10.63	c 12) eureka+P: 999.000000
10.54/10.63	c 13) minisat20+P: 999.000000
10.54/10.63	c 14) rsat: 999.000000
10.54/10.63	c satzilla running minisat20 ... 
10.54/10.63	This is MiniSat 2.0 beta
10.54/10.63	WARNING: for repeatability, setting FPU to use double precision
10.54/10.63	============================[ Problem Statistics ]=============================
10.54/10.63	|                                                                             |
10.54/10.63	|  Number of variables:  1100                                                 |
10.54/10.63	|  Number of clauses:    7545                                                 |
10.54/10.64	|  Parsing time:         0.01         s                                       |
10.54/10.64	============================[ Search Statistics ]==============================
10.54/10.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.54/10.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.54/10.64	===============================================================================
10.54/10.64	|         0 |    1100     7545    30180 |     2515        0    nan |  0.000 % |
10.54/10.64	|       100 |    1100     7545    30180 |     2766      100      3 |  0.000 % |
10.54/10.65	|       251 |    1100     7545    30180 |     3043      251      3 |  0.000 % |
10.54/10.66	|       476 |    1100     7545    30180 |     3347      476      3 |  0.000 % |
10.54/10.67	|       813 |    1100     7545    30180 |     3682      813      3 |  0.000 % |
10.54/10.69	|      1319 |    1100     7545    30180 |     4050     1319      4 |  0.000 % |
10.57/10.73	|      2079 |    1100     7545    30180 |     4455     2079      7 |  0.000 % |
10.57/10.80	|      3218 |    1100     7545    30180 |     4901     3218     12 |  0.000 % |
10.83/10.95	|      4928 |    1100     7545    30180 |     5391     4928     14 |  0.000 % |
11.02/11.19	|      7491 |    1100     7545    30180 |     5930     4773     15 |  0.000 % |
11.42/11.58	|     11336 |    1100     7545    30180 |     6523     5603     15 |  0.000 % |
12.12/12.22	|     17103 |    1100     7545    30180 |     7175     4730     16 |  0.000 % |
13.02/13.20	|     25752 |    1100     7545    30180 |     7893     6115     18 |  0.000 % |
14.62/14.70	|     38727 |    1100     7545    30180 |     8682     7100     15 |  0.000 % |
17.02/17.11	|     58188 |    1100     7545    30180 |     9550     4605     15 |  0.000 % |
20.82/20.96	|     87380 |    1100     7545    30180 |    10505     4902     15 |  0.000 % |
26.90/27.01	|    131169 |    1100     7545    30180 |    11556     6325     16 |  0.000 % |
36.38/36.55	|    196854 |    1100     7545    30180 |    12711     7998     17 |  0.000 % |
51.16/51.32	|    295381 |    1100     7545    30180 |    13983    10634     16 |  0.000 % |
75.23/75.40	|    443170 |    1100     7545    30180 |    15381    10774     16 |  0.001 % |
112.60/112.88	|    664853 |    1100     7545    30180 |    16919     8340     14 |  0.000 % |
172.28/172.56	|    997378 |    1100     7545    30180 |    18611     9218     16 |  0.000 % |
267.46/267.77	|   1496166 |    1100     7545    30180 |    20472    12721     16 |  0.000 % |
423.01/423.32	|   2244348 |    1100     7545    30180 |    22520    10773     16 |  0.000 % |
670.64/671.08	|   3366623 |    1099     7529    30116 |    24772    21875     16 |  0.091 % |
1075.13/1075.65	|   5050036 |    1095     7444    29776 |    27249    15075     16 |  0.455 % |
1199.29/1199.89	c Bin: Executing minisat20
1199.29/1199.89	c child exit by a signal
1199.29/1199.89	c minisat20 returned code 137.
1199.29/1199.89	c minisat20 returned code 137.
1199.29/1199.89	c satzilla running march_dl ... 
1199.29/1199.89	c Bin: Executing march_dl
1199.29/1199.89	c march_dl returned code 1.
1199.29/1199.89	c march_dl returned code 1.
1199.29/1199.89	c satzilla running vallst ... 
1199.29/1199.89	c Bin: Executing vallst
1199.29/1199.89	c vallst returned code 1.
1199.29/1199.89	c vallst returned code 1.
1199.29/1199.89	c satzilla running zchaff_rand ... 
1199.29/1199.89	c Bin: Executing zchaff_rand
1199.29/1199.89	c zchaff_rand returned code 1.
1199.29/1199.89	c zchaff_rand returned code 1.
1199.29/1199.89	c satzilla running kcnfs ... 
1199.29/1199.89	c Bin: Executing kcnfs
1199.29/1199.89	c kcnfs returned code 1.
1199.29/1199.89	c kcnfs returned code 1.
1199.29/1199.89	c satzilla running eureka ... 
1199.29/1199.89	c Bin: Executing eureka
1199.29/1199.89	c eureka returned code 1.
1199.29/1199.89	c eureka returned code 1.
1199.29/1199.89	c satzilla running kcnfs with preprocessing ... 
1199.41/1199.92	c Preprocessing...
1199.41/1199.92	c Inital problem has 1100 variables, 7545 nary clauses (0 binary clauses).
1199.41/1199.92	c Num non-binary clauses 7545, Average non-binary clause length 4.000
1199.41/1199.92	c Preprocessor runtime was 0.010 seconds.
1199.41/1199.92	c 
1199.41/1199.92	c Satisfiability of theory still undetermined.
1199.41/1199.92	c See file /tmp/4qmcby for simplified theory.
1199.41/1199.92	c Bin: Executing kcnfs
1199.41/1199.92	c kcnfs returned code 1.
1199.41/1199.92	c kcnfs returned code 1.
1199.41/1199.92	c satzilla running march_dl with preprocessing ... 
1199.41/1199.92	c Bin: Executing march_dl
1199.41/1199.92	c march_dl returned code 1.
1199.41/1199.92	c march_dl returned code 1.
1199.41/1199.92	c satzilla running vallst with preprocessing ... 
1199.41/1199.92	c Bin: Executing vallst
1199.41/1199.92	c vallst returned code 1.
1199.41/1199.92	c vallst returned code 1.
1199.41/1199.92	c satzilla running zchaff_rand with preprocessing ... 
1199.41/1199.92	c Bin: Executing zchaff_rand
1199.41/1199.92	c zchaff_rand returned code 1.
1199.41/1199.92	c zchaff_rand returned code 1.
1199.41/1199.92	c satzilla running rsat with preprocessing ... 
1199.41/1199.92	c Bin: Executing rsat
1199.41/1199.92	c rsat returned code 1.
1199.41/1199.92	c rsat returned code 1.
1199.41/1199.92	c satzilla running eureka with preprocessing ... 
1199.41/1199.92	c Bin: Executing eureka
1199.41/1199.92	c eureka returned code 1.
1199.41/1199.92	c eureka returned code 1.
1199.41/1199.92	c satzilla running minisat20 with preprocessing ... 
1199.41/1199.92	c Bin: Executing minisat20
1199.41/1199.92	c minisat20 returned code 1.
1199.41/1199.92	c minisat20 returned code 1.
1199.41/1199.92	c satzilla running rsat ... 
1199.41/1199.92	c Bin: Executing rsat
1199.41/1199.92	c rsat returned code 1.
1199.41/1199.92	c rsat returned code 1.
1199.41/1199.92	c ERROR: All Failed! 
1199.41/1199.92	c SATZILLA_TIME=1199.620000

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/node47/watcher-339606-1173708055 -o ROOT/results/node47/solver-339606-1173708055 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339606-1173708055/SATzilla2007_F /tmp/evaluation/339606-1173708055/instance-339606-1173708055.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.94 3/64 16723
/proc/meminfo: memFree=1776368/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) R 16721 16723 16590 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=768 CPUtime=0
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 96780670 786432 96 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 192 96 50 118 0 71 0

[startup+0.013597 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16723
/proc/meminfo: memFree=1776368/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=900 CPUtime=0
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 96780670 921600 133 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 225 133 50 118 0 104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.101606 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16723
/proc/meminfo: memFree=1776368/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=1832 CPUtime=0.09
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 443 0 0 0 9 0 0 0 19 0 1 0 96780670 1875968 377 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3344

[startup+0.301626 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16723
/proc/meminfo: memFree=1776368/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=5760 CPUtime=0.29
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 1441 0 0 0 28 1 0 0 21 0 1 0 96780670 5898240 1326 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 1440 1326 72 118 0 1319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7272

[startup+0.70167 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16723
/proc/meminfo: memFree=1776368/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=6336 CPUtime=0.69
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 1580 0 0 0 54 15 0 0 25 0 1 0 96780670 6488064 1465 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 1584 1465 72 118 0 1463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7848

[startup+1.50176 s]
/proc/loadavg: 0.91 0.95 0.94 2/66 16725
/proc/meminfo: memFree=1770592/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=6336 CPUtime=1.49
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 1957 0 0 0 124 25 0 0 25 0 1 0 96780670 6488064 1438 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514087 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 1584 1438 74 118 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7848

[startup+3.10193 s]
/proc/loadavg: 0.91 0.95 0.94 2/66 16725
/proc/meminfo: memFree=1770592/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=0
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16724] ppid=16723 vsize=6336 CPUtime=3.09
/proc/16724/stat : 16724 (march_dl) R 16723 16723 16590 0 -1 4194304 1961 0 0 0 284 25 0 0 25 0 1 0 96780670 6488064 1442 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528117 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16724/statm: 1584 1442 74 118 0 1463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7848

[startup+6.30128 s]
/proc/loadavg: 0.92 0.95 0.94 2/66 16726
/proc/meminfo: memFree=1775200/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=1512 CPUtime=4.99
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 149 1961 0 0 0 0 473 26 16 0 1 0 96780670 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16723/statm: 378 125 110 260 0 84 0
[pid=16726] ppid=16723 vsize=6188 CPUtime=1.28
/proc/16726/stat : 16726 (ubcsat2006) R 16723 16723 16590 0 -1 4194304 361 0 0 0 115 13 0 0 25 0 1 0 96781170 6336512 343 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/16726/statm: 1547 343 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.94 2/72 16791
/proc/meminfo: memFree=1772392/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=3000 CPUtime=2.05
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 455 0 0 0 205 0 0 0 25 0 1 0 96781734 3072000 448 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 750 448 59 118 0 628 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 5180

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.94 2/72 16811
/proc/meminfo: memFree=1771632/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=3788 CPUtime=14.84
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 662 0 0 0 1484 0 0 0 25 0 1 0 96781734 3878912 655 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 947 655 59 118 0 825 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 5968

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.94 2/72 16849
/proc/meminfo: memFree=1771120/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=4364 CPUtime=40.39
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 798 0 0 0 4039 0 0 0 25 0 1 0 96781734 4468736 791 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1091 791 59 118 0 969 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 6544

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.94 2/66 16925
/proc/meminfo: memFree=1771360/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=5176 CPUtime=91.53
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 991 0 0 0 9153 0 0 0 25 0 1 0 96781734 5300224 984 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1294 984 59 118 0 1172 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 7356

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16925
/proc/meminfo: memFree=1770784/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=5836 CPUtime=151.52
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1159 0 0 0 15151 1 0 0 25 0 1 0 96781734 5976064 1152 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1459 1152 59 118 0 1337 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 8016

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16925
/proc/meminfo: memFree=1770016/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=6508 CPUtime=211.5
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1331 0 0 0 21149 1 0 0 25 0 1 0 96781734 6664192 1324 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525776 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1627 1324 59 118 0 1505 0
Current children cumulated CPU time (s) 222.07
Current children cumulated vsize (KiB) 8688

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16925
/proc/meminfo: memFree=1769824/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=6772 CPUtime=271.48
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1389 0 0 0 27147 1 0 0 25 0 1 0 96781734 6934528 1382 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1693 1382 59 118 0 1571 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 8952

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16925
/proc/meminfo: memFree=1769504/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=7036 CPUtime=331.46
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1464 0 0 0 33145 1 0 0 25 0 1 0 96781734 7204864 1457 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 1759 1457 59 118 0 1637 0

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

/proc/16791/statm: 2133 1820 59 118 0 2011 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 10712

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16925
/proc/meminfo: memFree=1767840/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=8796 CPUtime=751.35
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1889 0 0 0 75134 1 0 0 25 0 1 0 96781734 9007104 1882 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2199 1882 59 118 0 2077 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 10976

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16927
/proc/meminfo: memFree=1767648/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9084 CPUtime=811.32
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 1941 0 0 0 81131 1 0 0 25 0 1 0 96781734 9302016 1934 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2271 1934 59 118 0 2149 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 11264

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16927
/proc/meminfo: memFree=1767392/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9384 CPUtime=871.31
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2006 0 0 0 87130 1 0 0 25 0 1 0 96781734 9609216 1999 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2346 1999 59 118 0 2224 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 11564

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/66 16927
/proc/meminfo: memFree=1767328/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9384 CPUtime=931.29
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2016 0 0 0 93128 1 0 0 25 0 1 0 96781734 9609216 2009 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2346 2009 59 118 0 2224 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 11564

[startup+1002.3 s]
/proc/loadavg: 1.04 0.99 0.95 2/66 16927
/proc/meminfo: memFree=1767264/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9384 CPUtime=991.27
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2033 0 0 0 99126 1 0 0 25 0 1 0 96781734 9609216 2026 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2346 2026 59 118 0 2224 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 11564

[startup+1062.3 s]
/proc/loadavg: 1.06 1.00 0.95 2/66 16927
/proc/meminfo: memFree=1767072/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9676 CPUtime=1051.26
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2076 0 0 0 105124 2 0 0 25 0 1 0 96781734 9908224 2069 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2419 2069 59 118 0 2297 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 11856

[startup+1122.3 s]
/proc/loadavg: 1.06 1.01 0.96 2/66 16927
/proc/meminfo: memFree=1766944/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=9840 CPUtime=1111.25
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2112 0 0 0 111123 2 0 0 25 0 1 0 96781734 10076160 2105 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2460 2105 59 118 0 2338 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 12020

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 0.96 2/66 16927
/proc/meminfo: memFree=1766688/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1171.23
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2174 0 0 0 117121 2 0 0 25 0 1 0 96781734 10375168 2167 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525420 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2167 59 118 0 2411 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 12312

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

[startup+1190.3 s]
/proc/loadavg: 1.13 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1179.23
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2198 0 0 0 117921 2 0 0 25 0 1 0 96781734 10375168 2191 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2191 59 118 0 2411 0
Current children cumulated CPU time (s) 1189.8
Current children cumulated vsize (KiB) 12312

[startup+1196.7 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1185.63
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2198 0 0 0 118561 2 0 0 25 0 1 0 96781734 10375168 2191 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2191 59 118 0 2411 0
Current children cumulated CPU time (s) 1196.2
Current children cumulated vsize (KiB) 12312

[startup+1198.3 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1187.22
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2198 0 0 0 118720 2 0 0 25 0 1 0 96781734 10375168 2191 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2191 59 118 0 2411 0
Current children cumulated CPU time (s) 1197.79
Current children cumulated vsize (KiB) 12312

[startup+1199.1 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1188.02
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2198 0 0 0 118800 2 0 0 25 0 1 0 96781734 10375168 2191 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2191 59 118 0 2411 0
Current children cumulated CPU time (s) 1198.59
Current children cumulated vsize (KiB) 12312

[startup+1199.5 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2180 CPUtime=10.57
/proc/16723/stat : 16723 (SATzilla2007_F) S 16721 16723 16590 0 -1 4194304 912 2328 0 0 317 18 675 47 25 0 1 0 96780670 2232320 367 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 545 367 169 260 0 251 0
[pid=16791] ppid=16723 vsize=10132 CPUtime=1188.42
/proc/16791/stat : 16791 (minisat20) R 16723 16723 16590 0 -1 4194304 2198 0 0 0 118840 2 0 0 25 0 1 0 96781734 10375168 2191 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/16791/statm: 2533 2191 59 118 0 2411 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 12312

[startup+1199.9 s]
/proc/loadavg: 1.12 1.04 0.97 2/66 16927
/proc/meminfo: memFree=1766624/2055920 swapFree=4166212/4192956
[pid=16723] ppid=16721 vsize=2316 CPUtime=1199.41
/proc/16723/stat : 16723 (SATzilla2007_F) R 16721 16723 16590 0 -1 4194304 1022 4526 0 0 318 18 119555 50 16 0 1 0 96780670 2371584 399 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135158777 0 0 4096 0 0 0 0 17 0 0 0
/proc/16723/statm: 579 399 170 260 0 285 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 2316

Child status: 17
Real time (s): 1199.93
CPU time (s): 1199.46
CPU user time (s): 1198.76
CPU system time (s): 0.697893
CPU usage (%): 99.9612
Max. virtual memory (cumulated for all children) (KiB): 12312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.76
system time used= 0.697893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5815
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= 1874

runsolver used 1.14083 second user time and 2.57161 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Mar 12 14:00:55 UTC 2007

IDJOB= 339606
IDBENCH= 24750
IDSOLVER= 136
FILE ID= node47/339606-1173708055

PBS_JOBID= 4101767

Free space on /tmp= 66534 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339606-1173708055/SATzilla2007_F /tmp/evaluation/339606-1173708055/instance-339606-1173708055.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-339606-1173708055 -o ROOT/results/node47/solver-339606-1173708055 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339606-1173708055/SATzilla2007_F /tmp/evaluation/339606-1173708055/instance-339606-1173708055.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 436580758

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1776712 kB
Buffers:         30988 kB
Cached:         182216 kB
SwapCached:      21056 kB
Active:          92780 kB
Inactive:       148148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776712 kB
SwapTotal:     4192956 kB
SwapFree:      4166212 kB
Dirty:           10264 kB
Writeback:           0 kB
Mapped:          15408 kB
Slab:            24252 kB
Committed_AS:   189284 kB
PageTables:       1452 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= 66534 MiB

End job on node47 on Mon Mar 12 14:20:55 UTC 2007