Trace number 337170

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.49 1199.87

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
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 variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.57/10.63	c run March_dl for 5 seconds ... 
10.57/10.63	c Bin: Executing march_dl
10.57/10.63	c child exit by a signal
10.57/10.63	c march_dl returned code 137.
10.57/10.63	c run saps for 2 seconds ... 
10.57/10.63	c Bin: Executing ubcsat2006
10.57/10.63	c child exited successfully
10.57/10.63	c ubcsat2006 returned code 0.
10.57/10.63	c satzilla computing base features
10.57/10.63	c satzilla doing unit-prop probe
10.57/10.63	c satzilla doing local search probe
10.57/10.63	c satzilla doing lobjois search-space size estimate
10.57/10.63	c satzilla's ranking:
10.57/10.63	c 1) minisat20: 0.042545
10.57/10.63	c 2) kcnfs: 2.909896
10.57/10.63	c 3) march_dl: 3.049730
10.57/10.63	c 4) eureka: 3.269977
10.57/10.63	c 5) vallst: 3.294601
10.57/10.63	c 6) zchaff_rand: 3.607888
10.57/10.63	c 7) kcnfs+P: 999.000000
10.57/10.63	c 8) march_dl+P: 999.000000
10.57/10.63	c 9) vallst+P: 999.000000
10.57/10.63	c 10) zchaff_rand+P: 999.000000
10.57/10.63	c 11) rsat+P: 999.000000
10.57/10.63	c 12) eureka+P: 999.000000
10.57/10.63	c 13) minisat20+P: 999.000000
10.57/10.63	c 14) rsat: 999.000000
10.57/10.63	c satzilla running minisat20 ... 
10.57/10.64	This is MiniSat 2.0 beta
10.57/10.64	WARNING: for repeatability, setting FPU to use double precision
10.57/10.64	============================[ Problem Statistics ]=============================
10.57/10.64	|                                                                             |
10.57/10.64	|  Number of variables:  363                                                  |
10.57/10.64	|  Number of clauses:    9559                                                 |
10.57/10.64	|  Parsing time:         0.01         s                                       |
10.57/10.64	============================[ Search Statistics ]==============================
10.57/10.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.57/10.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.57/10.64	===============================================================================
10.57/10.64	|         0 |     363     9559    37389 |     3186        0    nan |  0.000 % |
10.57/10.65	|       100 |     363     9559    37389 |     3504      100     30 |  0.002 % |
10.57/10.65	|       250 |     363     9559    37389 |     3855      250     25 |  0.002 % |
10.57/10.66	|       476 |     363     9559    37389 |     4241      476     24 |  0.001 % |
10.57/10.66	|       817 |     363     9559    37389 |     4665      817     24 |  0.001 % |
10.57/10.68	|      1324 |     363     9559    37389 |     5131     1324     24 |  0.002 % |
10.60/10.70	|      2084 |     363     9559    37389 |     5644     2084     26 |  0.001 % |
10.60/10.74	|      3223 |     363     9559    37389 |     6209     3223     25 |  0.002 % |
10.60/10.80	|      4932 |     363     9559    37389 |     6830     4932     27 |  0.002 % |
10.85/10.92	|      7494 |     363     9559    37389 |     7513     4018     29 |  0.002 % |
11.04/11.11	|     11338 |     363     9559    37389 |     8264     4039     28 |  0.002 % |
11.34/11.48	|     17104 |     363     9559    37389 |     9090     5604     30 |  0.002 % |
12.05/12.15	|     25753 |     363     9559    37389 |    10000     5011     32 |  0.002 % |
13.15/13.24	|     38728 |     363     9559    37389 |    11000     7849     31 |  0.001 % |
14.54/14.62	|     58191 |     363     9559    37389 |    12100    10593     32 |  0.002 % |
17.04/17.10	|     87383 |     363     9559    37389 |    13310     9163     31 |  0.002 % |
21.34/21.41	|    131172 |     363     9559    37389 |    14641    12657     33 |  0.002 % |
27.74/27.90	|    196856 |     363     9559    37389 |    16105    11855     31 |  0.002 % |
39.12/39.28	|    295382 |     363     9559    37389 |    17715    12944     32 |  0.002 % |
59.02/59.13	|    443171 |     363     9559    37389 |    19487     9104     33 |  0.002 % |
87.02/87.20	|    664855 |     363     9559    37389 |    21436    15128     34 |  0.002 % |
135.21/135.36	|    997381 |     363     9559    37389 |    23579    13391     31 |  0.002 % |
213.78/213.92	|   1496170 |     363     9559    37389 |    25937    14503     31 |  0.002 % |
333.44/333.66	|   2244353 |     363     9559    37389 |    28531    18884     31 |  0.002 % |
579.57/579.86	|   3366629 |     363     9559    37389 |    31384    18845     32 |  0.002 % |
865.79/866.19	|   5050041 |     363     9559    37389 |    34522    20667     29 |  0.002 % |
1199.39/1199.82	c Bin: Executing minisat20
1199.39/1199.82	c child exit by a signal
1199.39/1199.82	c minisat20 returned code 137.
1199.39/1199.82	c minisat20 returned code 137.
1199.39/1199.82	c satzilla running kcnfs ... 
1199.39/1199.82	c Bin: Executing kcnfs
1199.39/1199.82	c kcnfs returned code 1.
1199.39/1199.82	c kcnfs returned code 1.
1199.39/1199.82	c satzilla running march_dl ... 
1199.39/1199.82	c Bin: Executing march_dl
1199.39/1199.82	c march_dl returned code 1.
1199.39/1199.82	c march_dl returned code 1.
1199.39/1199.82	c satzilla running eureka ... 
1199.39/1199.82	c Bin: Executing eureka
1199.39/1199.82	c eureka returned code 1.
1199.39/1199.82	c eureka returned code 1.
1199.39/1199.82	c satzilla running vallst ... 
1199.39/1199.82	c Bin: Executing vallst
1199.39/1199.82	c vallst returned code 1.
1199.39/1199.82	c vallst returned code 1.
1199.39/1199.82	c satzilla running zchaff_rand ... 
1199.39/1199.82	c Bin: Executing zchaff_rand
1199.39/1199.82	c zchaff_rand returned code 1.
1199.39/1199.82	c zchaff_rand returned code 1.
1199.39/1199.82	c satzilla running kcnfs with preprocessing ... 
1199.39/1199.86	c Preprocessing...
1199.39/1199.86	c Inital problem has 363 variables, 9196 nary clauses (363 binary clauses).
1199.39/1199.86	c Num non-binary clauses 9196, Average non-binary clause length 3.987
1199.39/1199.86	c Theory has no gaps
1199.39/1199.86	c Preprocessor runtime was 0.020 seconds.
1199.39/1199.86	c 
1199.39/1199.86	c Satisfiability of theory still undetermined.
1199.39/1199.86	c See file /tmp/a3dGFT for simplified theory.
1199.39/1199.86	c Bin: Executing kcnfs
1199.39/1199.86	c kcnfs returned code 1.
1199.39/1199.86	c kcnfs returned code 1.
1199.39/1199.86	c satzilla running march_dl with preprocessing ... 
1199.39/1199.86	c Bin: Executing march_dl
1199.39/1199.86	c march_dl returned code 1.
1199.39/1199.86	c march_dl returned code 1.
1199.39/1199.86	c satzilla running vallst with preprocessing ... 
1199.39/1199.86	c Bin: Executing vallst
1199.39/1199.86	c vallst returned code 1.
1199.39/1199.86	c vallst returned code 1.
1199.39/1199.86	c satzilla running zchaff_rand with preprocessing ... 
1199.39/1199.86	c Bin: Executing zchaff_rand
1199.39/1199.86	c zchaff_rand returned code 1.
1199.39/1199.86	c zchaff_rand returned code 1.
1199.39/1199.86	c satzilla running rsat with preprocessing ... 
1199.39/1199.86	c Bin: Executing rsat
1199.39/1199.86	c rsat returned code 1.
1199.39/1199.86	c rsat returned code 1.
1199.39/1199.86	c satzilla running eureka with preprocessing ... 
1199.39/1199.86	c Bin: Executing eureka
1199.39/1199.86	c eureka returned code 1.
1199.39/1199.86	c eureka returned code 1.
1199.39/1199.86	c satzilla running minisat20 with preprocessing ... 
1199.39/1199.86	c Bin: Executing minisat20
1199.39/1199.86	c minisat20 returned code 1.
1199.39/1199.86	c minisat20 returned code 1.
1199.39/1199.86	c satzilla running rsat ... 
1199.39/1199.86	c Bin: Executing rsat
1199.39/1199.86	c rsat returned code 1.
1199.39/1199.86	c rsat returned code 1.
1199.39/1199.86	c ERROR: All Failed! 
1199.39/1199.86	c SATZILLA_TIME=1199.650000

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/node11/watcher-337170-1173661583 -o ROOT/results/node11/solver-337170-1173661583 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337170-1173661583/SATzilla2007_F /tmp/evaluation/337170-1173661583/instance-337170-1173661583.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.99 0.98 0.99 3/77 32292
/proc/meminfo: memFree=1080832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) R 32290 32292 31237 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=768 CPUtime=0
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 94 0 0 0 0 0 0 0 18 0 1 0 386112881 786432 88 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 192 88 50 118 0 71 0

[startup+0.085921 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 32292
/proc/meminfo: memFree=1080832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=1764 CPUtime=0.08
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 506 0 0 0 8 0 0 0 19 0 1 0 386112881 1806336 336 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 441 336 67 118 0 320 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3276

[startup+0.101922 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 32292
/proc/meminfo: memFree=1080832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=1764 CPUtime=0.09
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 507 0 0 0 9 0 0 0 19 0 1 0 386112881 1806336 337 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583521 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 441 337 67 118 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3276

[startup+0.301947 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 32292
/proc/meminfo: memFree=1080832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=2804 CPUtime=0.29
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 985 0 0 0 29 0 0 0 21 0 1 0 386112881 2871296 582 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134532808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 701 582 75 118 0 580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4316

[startup+0.701993 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 32292
/proc/meminfo: memFree=1080832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=2936 CPUtime=0.69
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 1004 0 0 0 69 0 0 0 25 0 1 0 386112881 3006464 601 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533084 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 734 601 75 118 0 613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4448

[startup+1.50209 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32294
/proc/meminfo: memFree=1078512/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=2936 CPUtime=1.49
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 1021 0 0 0 149 0 0 0 25 0 1 0 386112881 3006464 618 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 734 618 75 118 0 613 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4448

[startup+3.10128 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32294
/proc/meminfo: memFree=1078256/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=0
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32293] ppid=32292 vsize=3068 CPUtime=3.09
/proc/32293/stat : 32293 (march_dl) R 32292 32292 31237 0 -1 4194304 1035 0 0 0 309 0 0 0 25 0 1 0 386112881 3141632 632 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526908 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32293/statm: 767 632 75 118 0 646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4580

[startup+6.30165 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32295
/proc/meminfo: memFree=1079536/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=1512 CPUtime=4.99
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 149 1049 0 0 0 0 499 0 16 0 1 0 386112881 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32292/statm: 378 125 110 260 0 84 0
[pid=32295] ppid=32292 vsize=6188 CPUtime=1.29
/proc/32295/stat : 32295 (ubcsat2006) R 32292 32292 31237 0 -1 4194304 380 0 0 0 119 10 0 0 25 0 1 0 386113382 6336512 362 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32295/statm: 1547 362 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1077168/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=3928 CPUtime=2.04
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 690 0 0 0 204 0 0 0 25 0 1 0 386113945 4022272 683 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525370 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 982 683 58 118 0 860 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 6400

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1075504/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=5396 CPUtime=14.84
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 1064 0 0 0 1484 0 0 0 25 0 1 0 386113945 5525504 1057 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 1349 1057 58 118 0 1227 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 7868

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1073712/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=7136 CPUtime=40.43
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 1496 0 0 0 4042 1 0 0 25 0 1 0 386113945 7307264 1489 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 1784 1489 58 118 0 1662 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 9608

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1072432/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=8540 CPUtime=91.62
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 1829 0 0 0 9160 2 0 0 25 0 1 0 386113945 8744960 1822 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 2135 1822 58 118 0 2013 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 11012

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1071856/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=9108 CPUtime=151.59
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 1957 0 0 0 15157 2 0 0 25 0 1 0 386113945 9326592 1950 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 2277 1950 58 118 0 2155 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 11580

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1071024/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=9928 CPUtime=211.58
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 2150 0 0 0 21155 3 0 0 25 0 1 0 386113945 10166272 2143 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 2482 2143 58 118 0 2360 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 12400

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1070832/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=10216 CPUtime=271.56
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 2216 0 0 0 27152 4 0 0 25 0 1 0 386113945 10461184 2209 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 2554 2209 58 118 0 2432 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 12688

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1070064/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=10932 CPUtime=331.54
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 2392 0 0 0 33150 4 0 0 25 0 1 0 386113945 11194368 2385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 2733 2385 58 118 0 2611 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1067824/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=13252 CPUtime=811.4
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 2957 0 0 0 81132 8 0 0 25 0 1 0 386113945 13570048 2950 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 3313 2950 58 118 0 3191 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 15724

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1066672/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=14468 CPUtime=871.38
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3247 0 0 0 87129 9 0 0 25 0 1 0 386113945 14815232 3240 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 3617 3240 58 118 0 3495 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 16940

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 32296
/proc/meminfo: memFree=1066032/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=15020 CPUtime=931.37
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3386 0 0 0 93127 10 0 0 25 0 1 0 386113945 15380480 3379 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 3755 3379 58 118 0 3633 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 17492

[startup+1002.3 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1065712/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=15464 CPUtime=991.35
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3483 0 0 0 99125 10 0 0 25 0 1 0 386113945 15835136 3476 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 3866 3476 58 118 0 3744 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 17936

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1065328/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=15892 CPUtime=1051.33
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3579 0 0 0 105122 11 0 0 25 0 1 0 386113945 16273408 3572 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 3973 3572 58 118 0 3851 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 18364

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1065200/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16036 CPUtime=1111.31
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3609 0 0 0 111120 11 0 0 25 0 1 0 386113945 16420864 3602 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525548 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4009 3602 58 118 0 3887 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 18508

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1171.3
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3732 0 0 0 117118 12 0 0 25 0 1 0 386113945 16973824 3725 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3725 58 118 0 4022 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 19048

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064624/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1179.29
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 117917 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525813 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1189.89
Current children cumulated vsize (KiB) 19048

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1185.69
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118557 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1196.29
Current children cumulated vsize (KiB) 19048

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1187.29
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118717 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1197.89
Current children cumulated vsize (KiB) 19048

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1188.09
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118797 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 19048

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1188.49
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118837 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1199.09
Current children cumulated vsize (KiB) 19048

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1188.69
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118857 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 19048

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32296
/proc/meminfo: memFree=1064688/2055920 swapFree=4169972/4192956
[pid=32292] ppid=32290 vsize=2472 CPUtime=10.6
/proc/32292/stat : 32292 (SATzilla2007_F) S 32290 32292 31237 0 -1 4194304 963 1435 0 0 323 18 701 18 25 0 1 0 386112881 2531328 421 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32292/statm: 618 421 169 260 0 324 0
[pid=32296] ppid=32292 vsize=16576 CPUtime=1188.79
/proc/32296/stat : 32296 (minisat20) R 32292 32292 31237 0 -1 4194304 3741 0 0 0 118867 12 0 0 25 0 1 0 386113945 16973824 3734 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32296/statm: 4144 3734 58 118 0 4022 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 19048

Child status: 17
Real time (s): 1199.87
CPU time (s): 1199.49
CPU user time (s): 1198.99
CPU system time (s): 0.506922
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 19048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.99
system time used= 0.506922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6507
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= 25
involuntary context switches= 2880

runsolver used 1.19382 second user time and 3.17852 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Mar 12 01:06:23 UTC 2007

IDJOB= 337170
IDBENCH= 24692
IDSOLVER= 136
FILE ID= node11/337170-1173661583

PBS_JOBID= 4101389

Free space on /tmp= 66223 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337170-1173661583/SATzilla2007_F /tmp/evaluation/337170-1173661583/instance-337170-1173661583.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-337170-1173661583 -o ROOT/results/node11/solver-337170-1173661583 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337170-1173661583/SATzilla2007_F /tmp/evaluation/337170-1173661583/instance-337170-1173661583.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  207febf52bd846c013e185fa637fdf3c

RANDOM SEED= 573008426

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1081240 kB
Buffers:         58536 kB
Cached:         817504 kB
SwapCached:       2248 kB
Active:         474860 kB
Inactive:       424076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1081240 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           10308 kB
Writeback:           0 kB
Mapped:          30908 kB
Slab:            61320 kB
Committed_AS:  1225540 kB
PageTables:       1756 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= 66223 MiB

End job on node11 on Mon Mar 12 01:26:23 UTC 2007