Trace number 304579

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.78 1200.18

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S659720099-13.cnf
MD5SUMdf8cf6a022cc11177f2b8acfa52efe18
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark162.155
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 513600

Solver Data (download as text)

10.84/10.88	c run March_dl for 5 seconds ... 
10.84/10.88	c Bin: Executing march_dl
10.84/10.88	c child exit by a signal
10.84/10.88	c march_dl returned code 137.
10.84/10.88	c run saps for 2 seconds ... 
10.84/10.88	c Bin: Executing ubcsat2006
10.84/10.88	c child exited successfully
10.84/10.88	c ubcsat2006 returned code 0.
10.84/10.88	c satzilla computing base features
10.84/10.88	c satzilla doing unit-prop probe
10.84/10.88	c satzilla doing local search probe
10.84/10.88	c satzilla doing lobjois search-space size estimate
10.84/10.88	c satzilla's ranking:
10.84/10.88	c 1) minisat20: 3.156620
10.84/10.88	c 2) kcnfs: 3.294759
10.84/10.88	c 3) march_dl: 3.949048
10.84/10.88	c 4) eureka: 4.128478
10.84/10.88	c 5) vallst: 4.748231
10.84/10.88	c 6) zchaff_rand: 5.476557
10.84/10.88	c 7) kcnfs+P: 999.000000
10.84/10.88	c 8) march_dl+P: 999.000000
10.84/10.88	c 9) vallst+P: 999.000000
10.84/10.88	c 10) zchaff_rand+P: 999.000000
10.84/10.88	c 11) rsat+P: 999.000000
10.84/10.88	c 12) eureka+P: 999.000000
10.84/10.88	c 13) minisat20+P: 999.000000
10.84/10.88	c 14) rsat: 999.000000
10.84/10.88	c satzilla running minisat20 ... 
10.84/10.88	This is MiniSat 2.0 beta
10.84/10.88	WARNING: for repeatability, setting FPU to use double precision
10.84/10.88	============================[ Problem Statistics ]=============================
10.84/10.88	|                                                                             |
10.84/10.89	|  Number of variables:  160                                                  |
10.84/10.89	|  Number of clauses:    13600                                                |
10.84/10.90	|  Parsing time:         0.01         s                                       |
10.84/10.90	============================[ Search Statistics ]==============================
10.84/10.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.90	===============================================================================
10.84/10.90	|         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
10.84/10.91	|       100 |     160    13600    95200 |     4986      100     50 |  0.004 % |
10.84/10.92	|       250 |     160    13600    95200 |     5485      250     48 |  0.004 % |
10.84/10.94	|       476 |     160    13600    95200 |     6033      476     47 |  0.004 % |
10.84/10.96	|       814 |     160    13600    95200 |     6637      814     48 |  0.004 % |
10.86/11.00	|      1320 |     160    13600    95200 |     7300     1320     48 |  0.004 % |
10.86/11.05	|      2080 |     160    13600    95200 |     8031     2080     48 |  0.004 % |
10.86/11.14	|      3220 |     160    13600    95200 |     8834     3220     48 |  0.004 % |
11.24/11.29	|      4928 |     160    13600    95200 |     9717     4928     48 |  0.004 % |
11.44/11.57	|      7491 |     160    13600    95200 |    10689     7491     48 |  0.004 % |
12.05/12.09	|     11336 |     160    13600    95200 |    11758     5954     47 |  0.004 % |
12.77/12.91	|     17103 |     160    13600    95200 |    12934    11721     48 |  0.004 % |
14.11/14.19	|     25752 |     160    13600    95200 |    14227     7364     47 |  0.004 % |
15.95/16.07	|     38726 |     160    13600    95200 |    15650    13187     49 |  0.004 % |
19.13/19.21	|     58187 |     160    13600    95200 |    17215     9058     48 |  0.004 % |
24.55/24.70	|     87379 |     160    13600    95200 |    18936    12316     47 |  0.004 % |
33.58/33.66	|    131168 |     160    13600    95200 |    20830    18082     50 |  0.004 % |
47.91/47.97	|    196852 |     160    13600    95200 |    22913    10602     47 |  0.004 % |
71.28/71.42	|    295378 |     160    13600    95200 |    25204    16762     48 |  0.004 % |
109.91/110.08	|    443168 |     160    13600    95200 |    27725    20318     48 |  0.004 % |
172.10/172.27	|    664851 |     160    13600    95200 |    30497    26059     47 |  0.004 % |
270.27/270.45	|    997377 |     160    13600    95200 |    33547    17646     48 |  0.004 % |
429.00/429.21	|   1496165 |     160    13600    95200 |    36902    14233     48 |  0.004 % |
684.04/684.36	|   2244347 |     160    13600    95200 |    40592    16964     47 |  0.004 % |
1088.48/1088.90	|   3366622 |     160    13600    95200 |    44652    38336     49 |  0.004 % |
1199.66/1200.10	c Bin: Executing minisat20
1199.66/1200.10	c child exit by a signal
1199.66/1200.10	c minisat20 returned code 137.
1199.66/1200.10	c minisat20 returned code 137.
1199.66/1200.10	c satzilla running kcnfs ... 
1199.66/1200.10	c Bin: Executing kcnfs
1199.66/1200.10	c kcnfs returned code 1.
1199.66/1200.10	c kcnfs returned code 1.
1199.66/1200.10	c satzilla running march_dl ... 
1199.66/1200.10	c Bin: Executing march_dl
1199.66/1200.10	c march_dl returned code 1.
1199.66/1200.10	c march_dl returned code 1.
1199.66/1200.10	c satzilla running eureka ... 
1199.66/1200.10	c Bin: Executing eureka
1199.66/1200.10	c eureka returned code 1.
1199.66/1200.10	c eureka returned code 1.
1199.66/1200.10	c satzilla running vallst ... 
1199.66/1200.10	c Bin: Executing vallst
1199.66/1200.10	c vallst returned code 1.
1199.66/1200.10	c vallst returned code 1.
1199.66/1200.10	c satzilla running zchaff_rand ... 
1199.66/1200.10	c Bin: Executing zchaff_rand
1199.66/1200.10	c zchaff_rand returned code 1.
1199.66/1200.10	c zchaff_rand returned code 1.
1199.66/1200.10	c satzilla running kcnfs with preprocessing ... 
1199.66/1200.17	c Preprocessing...
1199.66/1200.17	c Inital problem has 160 variables, 13600 nary clauses (0 binary clauses).
1199.66/1200.17	c Num non-binary clauses 13600, Average non-binary clause length 7.000
1199.66/1200.17	c Theory has no gaps
1199.66/1200.17	c Preprocessor runtime was 0.030 seconds.
1199.66/1200.17	c 
1199.66/1200.17	c Satisfiability of theory still undetermined.
1199.66/1200.17	c See file /tmp/ccnKh8 for simplified theory.
1199.66/1200.17	c Bin: Executing kcnfs
1199.66/1200.17	c kcnfs returned code 1.
1199.66/1200.17	c kcnfs returned code 1.
1199.66/1200.17	c satzilla running march_dl with preprocessing ... 
1199.66/1200.17	c Bin: Executing march_dl
1199.66/1200.17	c march_dl returned code 1.
1199.66/1200.17	c march_dl returned code 1.
1199.66/1200.17	c satzilla running vallst with preprocessing ... 
1199.66/1200.17	c Bin: Executing vallst
1199.66/1200.17	c vallst returned code 1.
1199.66/1200.17	c vallst returned code 1.
1199.66/1200.17	c satzilla running zchaff_rand with preprocessing ... 
1199.66/1200.17	c Bin: Executing zchaff_rand
1199.66/1200.17	c zchaff_rand returned code 1.
1199.66/1200.17	c zchaff_rand returned code 1.
1199.66/1200.17	c satzilla running rsat with preprocessing ... 
1199.66/1200.17	c Bin: Executing rsat
1199.66/1200.17	c rsat returned code 1.
1199.66/1200.17	c rsat returned code 1.
1199.66/1200.17	c satzilla running eureka with preprocessing ... 
1199.66/1200.17	c Bin: Executing eureka
1199.66/1200.17	c eureka returned code 1.
1199.66/1200.17	c eureka returned code 1.
1199.66/1200.17	c satzilla running minisat20 with preprocessing ... 
1199.66/1200.17	c Bin: Executing minisat20
1199.66/1200.17	c minisat20 returned code 1.
1199.66/1200.17	c minisat20 returned code 1.
1199.66/1200.17	c satzilla running rsat ... 
1199.66/1200.17	c Bin: Executing rsat
1199.66/1200.17	c rsat returned code 1.
1199.66/1200.17	c rsat returned code 1.
1199.66/1200.17	c ERROR: All Failed! 
1199.66/1200.17	c SATZILLA_TIME=1199.940000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-304579-1172061538 -o ROOT/results/node30/solver-304579-1172061538 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304579-1172061538/SATzilla2007_F /tmp/evaluation/304579-1172061538/instance-304579-1172061538.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 19215
/proc/meminfo: memFree=1501096/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=0
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19216] ppid=19215 vsize=768 CPUtime=0
/proc/19216/stat : 19216 (march_dl) R 19215 19215 18477 0 -1 4194304 92 0 0 0 0 0 0 0 19 0 1 0 199917900 786432 86 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19216/statm: 192 86 50 118 0 71 0

[startup+0.107483 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 19215
/proc/meminfo: memFree=1501096/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=0
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19216] ppid=19215 vsize=1620 CPUtime=0.09
/proc/19216/stat : 19216 (march_dl) R 19215 19215 18477 0 -1 4194304 1944 0 0 0 9 0 0 0 20 0 1 0 199917900 1658880 302 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134819774 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19216/statm: 405 302 65 118 0 284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3132

[startup+0.515542 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 19215
/proc/meminfo: memFree=1501096/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=0
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19216] ppid=19215 vsize=4152 CPUtime=0.5
/proc/19216/stat : 19216 (march_dl) R 19215 19215 18477 0 -1 4194304 2578 0 0 0 50 0 0 0 23 0 1 0 199917900 4251648 611 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583945 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19216/statm: 1038 611 67 118 0 917 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 5664

[startup+1.33566 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 19217
/proc/meminfo: memFree=1498712/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=0
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19216] ppid=19215 vsize=4284 CPUtime=1.32
/proc/19216/stat : 19216 (march_dl) R 19215 19215 18477 0 -1 4194304 2600 0 0 0 132 0 0 0 25 0 1 0 199917900 4386816 633 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19216/statm: 1071 633 67 118 0 950 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5796

[startup+2.97489 s]
/proc/loadavg: 0.91 0.97 0.99 2/79 19217
/proc/meminfo: memFree=1498328/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=0
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19216] ppid=19215 vsize=4416 CPUtime=2.97
/proc/19216/stat : 19216 (march_dl) R 19215 19215 18477 0 -1 4194304 2675 0 0 0 296 1 0 0 25 0 1 0 199917900 4521984 708 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19216/statm: 1104 708 67 118 0 983 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5928

[startup+6.25536 s]
/proc/loadavg: 0.92 0.97 0.99 2/79 19218
/proc/meminfo: memFree=1499224/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=1512 CPUtime=4.99
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 149 2748 0 0 0 0 498 1 16 0 1 0 199917900 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19215/statm: 378 125 110 260 0 84 0
[pid=19218] ppid=19215 vsize=6188 CPUtime=1.24
/proc/19218/stat : 19218 (ubcsat2006) R 19215 19215 18477 0 -1 4194304 517 0 0 0 120 4 0 0 25 0 1 0 199918400 6336512 499 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19218/statm: 1547 499 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7123 s]
/proc/loadavg: 0.93 0.97 0.99 2/79 19219
/proc/meminfo: memFree=1495320/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=4864 CPUtime=1.81
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 990 0 0 0 181 0 0 0 25 0 1 0 199918989 4980736 983 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 1216 983 58 118 0 1094 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7932

[startup+25.5271 s]
/proc/loadavg: 0.94 0.97 0.99 2/79 19219
/proc/meminfo: memFree=1493144/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=7148 CPUtime=14.61
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 1538 0 0 0 1461 0 0 0 25 0 1 0 199918989 7319552 1531 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 1787 1531 58 118 0 1665 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10216

[startup+51.1508 s]
/proc/loadavg: 0.96 0.97 0.99 2/79 19219
/proc/meminfo: memFree=1491288/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=9064 CPUtime=40.23
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 2004 0 0 0 4022 1 0 0 25 0 1 0 199918989 9281536 1997 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525586 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 2266 1997 58 118 0 2144 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12132

[startup+102.397 s]
/proc/loadavg: 1.14 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1490072/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=10268 CPUtime=91.47
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 2313 0 0 0 9145 2 0 0 25 0 1 0 199918989 10514432 2306 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 2567 2306 58 118 0 2445 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 13336

[startup+162.468 s]
/proc/loadavg: 1.05 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1488920/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=11556 CPUtime=151.51
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 2590 0 0 0 15148 3 0 0 25 0 1 0 199918989 11833344 2583 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519691 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 2889 2583 58 118 0 2767 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 14624

[startup+222.535 s]
/proc/loadavg: 1.02 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1487704/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=12656 CPUtime=211.56
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 2889 0 0 0 21152 4 0 0 25 0 1 0 199918989 12959744 2882 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 3164 2882 58 118 0 3042 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 15724

[startup+282.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1486616/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=13872 CPUtime=271.61
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 3176 0 0 0 27156 5 0 0 25 0 1 0 199918989 14204928 3169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 3468 3169 58 118 0 3346 0
Current children cumulated CPU time (s) 282.47
Current children cumulated vsize (KiB) 16940

[startup+342.668 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1486104/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=14428 CPUtime=331.66
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 3315 0 0 0 33160 6 0 0 25 0 1 0 199918989 14774272 3308 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134533157 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 3607 3308 58 118 0 3485 0
Current children cumulated CPU time (s) 342.52
Current children cumulated vsize (KiB) 17496

[startup+402.741 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1485784/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=14736 CPUtime=391.71
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 3392 0 0 0 39165 6 0 0 25 0 1 0 199918989 15089664 3385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 3684 3385 58 118 0 3562 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 17804

[startup+462.804 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1485080/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=15588 CPUtime=451.75
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 3568 0 0 0 45168 7 0 0 25 0 1 0 199918989 15962112 3561 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 3897 3561 58 118 0 3775 0
Current children cumulated CPU time (s) 462.61

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


[startup+763.128 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1482840/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=17900 CPUtime=751.97
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4115 0 0 0 75187 10 0 0 25 0 1 0 199918989 18329600 4108 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4475 4108 58 118 0 4353 0
Current children cumulated CPU time (s) 762.83
Current children cumulated vsize (KiB) 20968

[startup+823.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1482648/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=18064 CPUtime=812.03
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4158 0 0 0 81192 11 0 0 25 0 1 0 199918989 18497536 4151 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4516 4151 58 118 0 4394 0
Current children cumulated CPU time (s) 822.89
Current children cumulated vsize (KiB) 21132

[startup+883.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1482392/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=18376 CPUtime=872.08
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4229 0 0 0 87197 11 0 0 25 0 1 0 199918989 18817024 4222 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4594 4222 58 118 0 4472 0
Current children cumulated CPU time (s) 882.94
Current children cumulated vsize (KiB) 21444

[startup+943.339 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1482264/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=18540 CPUtime=932.13
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4260 0 0 0 93201 12 0 0 25 0 1 0 199918989 18984960 4253 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529993 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4635 4253 58 118 0 4513 0
Current children cumulated CPU time (s) 942.99
Current children cumulated vsize (KiB) 21608

[startup+1003.4 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19219
/proc/meminfo: memFree=1482200/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=18696 CPUtime=992.16
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4275 0 0 0 99204 12 0 0 25 0 1 0 199918989 19144704 4268 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4674 4268 58 118 0 4552 0
Current children cumulated CPU time (s) 1003.02
Current children cumulated vsize (KiB) 21764

[startup+1063.47 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 19219
/proc/meminfo: memFree=1482072/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=18696 CPUtime=1052.22
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4298 0 0 0 105209 13 0 0 25 0 1 0 199918989 19144704 4291 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 4674 4291 58 118 0 4552 0
Current children cumulated CPU time (s) 1063.08
Current children cumulated vsize (KiB) 21764

[startup+1123.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480984/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20004 CPUtime=1112.27
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4577 0 0 0 111213 14 0 0 25 0 1 0 199918989 20484096 4570 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5001 4570 58 118 0 4879 0
Current children cumulated CPU time (s) 1123.13
Current children cumulated vsize (KiB) 23072

[startup+1183.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1172.3
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 117216 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1183.16
Current children cumulated vsize (KiB) 23404

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

[startup+1187.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1176.1
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 117596 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1186.96
Current children cumulated vsize (KiB) 23404

[startup+1193.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1182.66
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 118252 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1193.52
Current children cumulated vsize (KiB) 23404

[startup+1197.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1185.94
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 118580 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1196.8
Current children cumulated vsize (KiB) 23404

[startup+1198.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1187.58
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 118744 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 23404

[startup+1199.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1188.4
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 118826 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 23404

[startup+1200.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19219
/proc/meminfo: memFree=1480600/2055920 swapFree=4145576/4192956
[pid=19215] ppid=19213 vsize=3068 CPUtime=10.86
/proc/19215/stat : 19215 (SATzilla2007_F) S 19213 19215 18477 0 -1 4194304 1508 3271 0 0 370 7 701 8 25 0 1 0 199917900 3141632 590 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19215/statm: 767 590 169 260 0 473 0
[pid=19219] ppid=19215 vsize=20336 CPUtime=1188.8
/proc/19219/stat : 19219 (minisat20) R 19215 19215 18477 0 -1 4194304 4654 0 0 0 118866 14 0 0 25 0 1 0 199918989 20824064 4647 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19219/statm: 5084 4647 58 118 0 4962 0
Current children cumulated CPU time (s) 1199.66
Current children cumulated vsize (KiB) 23404

Child status: 17
Real time (s): 1200.18
CPU time (s): 1199.78
CPU user time (s): 1199.46
CPU system time (s): 0.312952
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 23404

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

runsolver used 1.24681 second user time and 3.02154 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Wed Feb 21 12:38:59 UTC 2007

IDJOB= 304579
IDBENCH= 20135
IDSOLVER= 136
FILE ID= node30/304579-1172061538

PBS_JOBID= 3892780

Free space on /tmp= 66551 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S659720099-13.cnf
COMMAND LINE= /tmp/evaluation/304579-1172061538/SATzilla2007_F /tmp/evaluation/304579-1172061538/instance-304579-1172061538.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-304579-1172061538 -o ROOT/results/node30/solver-304579-1172061538 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304579-1172061538/SATzilla2007_F /tmp/evaluation/304579-1172061538/instance-304579-1172061538.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  df8cf6a022cc11177f2b8acfa52efe18

RANDOM SEED= 444800568

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.270
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.270
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:       1501504 kB
Buffers:         49840 kB
Cached:         413592 kB
SwapCached:      15696 kB
Active:         281736 kB
Inactive:       206352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501504 kB
SwapTotal:     4192956 kB
SwapFree:      4145576 kB
Dirty:           10528 kB
Writeback:           0 kB
Mapped:          29836 kB
Slab:            51776 kB
Committed_AS:   673956 kB
PageTables:       1884 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= 66551 MiB

End job on node30 on Wed Feb 21 12:58:59 UTC 2007