Trace number 337212

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) 1198.94 1199.34

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
MD5SUMc528b705716be41ea2448c50a45c52a8
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 variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.07/11.12	c run March_dl for 5 seconds ... 
11.07/11.12	c Bin: Executing march_dl
11.07/11.12	c child exit by a signal
11.07/11.12	c march_dl returned code 137.
11.07/11.12	c run saps for 2 seconds ... 
11.07/11.12	c Bin: Executing ubcsat2006
11.07/11.12	c child exited successfully
11.07/11.12	c ubcsat2006 returned code 0.
11.07/11.12	c satzilla computing base features
11.07/11.12	c satzilla doing unit-prop probe
11.07/11.12	c satzilla doing local search probe
11.07/11.12	c satzilla doing lobjois search-space size estimate
11.07/11.12	c satzilla's ranking:
11.07/11.12	c 1) minisat20: 2.363407
11.07/11.12	c 2) march_dl: 3.137387
11.07/11.12	c 3) vallst: 3.468712
11.07/11.12	c 4) eureka: 3.678706
11.07/11.12	c 5) zchaff_rand: 3.793288
11.07/11.12	c 6) kcnfs: 3.827725
11.07/11.12	c 7) kcnfs+P: 999.000000
11.07/11.12	c 8) march_dl+P: 999.000000
11.07/11.12	c 9) vallst+P: 999.000000
11.07/11.12	c 10) zchaff_rand+P: 999.000000
11.07/11.12	c 11) rsat+P: 999.000000
11.07/11.12	c 12) eureka+P: 999.000000
11.07/11.12	c 13) minisat20+P: 999.000000
11.07/11.12	c 14) rsat: 999.000000
11.07/11.12	c satzilla running minisat20 ... 
11.07/11.12	This is MiniSat 2.0 beta
11.07/11.12	WARNING: for repeatability, setting FPU to use double precision
11.07/11.12	============================[ Problem Statistics ]=============================
11.07/11.12	|                                                                             |
11.07/11.12	|  Number of variables:  226                                                  |
11.07/11.12	|  Number of clauses:    1078                                                 |
11.07/11.12	|  Parsing time:         0.00         s                                       |
11.07/11.12	============================[ Search Statistics ]==============================
11.07/11.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/11.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/11.12	===============================================================================
11.07/11.12	|         0 |     226     1078     3624 |      359        0    nan |  0.000 % |
11.07/11.12	|       100 |     226     1078     3624 |      395      100     21 |  0.004 % |
11.07/11.13	|       250 |     226     1078     3624 |      434      250     22 |  0.002 % |
11.07/11.14	|       475 |     226     1078     3624 |      478      475     21 |  0.002 % |
11.07/11.14	|       813 |     226     1078     3624 |      526      522     18 |  0.002 % |
11.07/11.16	|      1319 |     226     1078     3624 |      578      447     15 |  0.002 % |
11.07/11.18	|      2079 |     226     1078     3624 |      636      591     17 |  0.002 % |
11.10/11.23	|      3219 |     226     1078     3624 |      700      378     12 |  0.002 % |
11.10/11.29	|      4927 |     226     1078     3624 |      770      595     14 |  0.002 % |
11.10/11.38	|      7491 |     226     1078     3624 |      847      706     15 |  0.002 % |
11.10/11.52	|     11335 |     226     1078     3624 |      932      533     12 |  0.002 % |
11.10/11.72	|     17101 |     226     1078     3624 |     1025      906     18 |  0.002 % |
11.97/12.04	|     25750 |     226     1078     3624 |     1127      993     17 |  0.002 % |
12.46/12.51	|     38726 |     226     1078     3624 |     1240     1168     17 |  0.002 % |
13.17/13.24	|     58190 |     226     1078     3624 |     1364      768     14 |  0.002 % |
14.36/14.44	|     87382 |     226     1078     3624 |     1501     1209     16 |  0.002 % |
16.26/16.40	|    131172 |     226     1078     3624 |     1651     1351     16 |  0.002 % |
19.26/19.39	|    196857 |     226     1078     3624 |     1816     1260     16 |  0.002 % |
23.96/24.00	|    295383 |     226     1078     3624 |     1997     1601     16 |  0.002 % |
30.56/30.61	|    443172 |     226     1078     3624 |     2197     1096     15 |  0.002 % |
40.15/40.26	|    664855 |     226     1078     3624 |     2417     1632     17 |  0.002 % |
56.65/56.77	|    997380 |     226     1078     3624 |     2659     1871     18 |  0.002 % |
83.14/83.23	|   1496169 |     226     1078     3624 |     2925     2495     19 |  0.002 % |
121.22/121.34	|   2244352 |     226     1078     3624 |     3217     2907     18 |  0.002 % |
178.70/178.83	|   3366627 |     226     1078     3624 |     3539     3054     19 |  0.002 % |
271.58/271.70	|   5050039 |     226     1078     3624 |     3893     2301     19 |  0.002 % |
417.63/417.84	|   7575156 |     226     1078     3624 |     4282     3546     20 |  0.002 % |
638.26/638.56	|  11362831 |     226     1078     3624 |     4710     3953     20 |  0.002 % |
982.55/982.95	|  17044343 |     226     1078     3624 |     5181     4063     19 |  0.004 % |
1198.88/1199.33	c Bin: Executing minisat20
1198.88/1199.33	c child exit by a signal
1198.88/1199.33	c minisat20 returned code 137.
1198.88/1199.33	c minisat20 returned code 137.
1198.88/1199.33	c satzilla running march_dl ... 
1198.88/1199.33	c Bin: Executing march_dl
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	c satzilla running vallst ... 
1198.88/1199.33	c Bin: Executing vallst
1198.88/1199.33	c vallst returned code 1.
1198.88/1199.33	c vallst returned code 1.
1198.88/1199.33	c satzilla running eureka ... 
1198.88/1199.33	c Bin: Executing eureka
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c satzilla running zchaff_rand ... 
1198.88/1199.33	c Bin: Executing zchaff_rand
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c satzilla running kcnfs ... 
1198.88/1199.33	c Bin: Executing kcnfs
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c satzilla running kcnfs with preprocessing ... 
1198.88/1199.33	c Preprocessing...
1198.88/1199.33	c Inital problem has 226 variables, 1052 nary clauses (26 binary clauses).
1198.88/1199.33	c Num non-binary clauses 1052, Average non-binary clause length 3.395
1198.88/1199.33	c Theory has no gaps
1198.88/1199.33	c Preprocessor runtime was 0.000 seconds.
1198.88/1199.33	c 
1198.88/1199.33	c Satisfiability of theory still undetermined.
1198.88/1199.33	c See file /tmp/5MdGns for simplified theory.
1198.88/1199.33	c Bin: Executing kcnfs
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c kcnfs returned code 1.
1198.88/1199.33	c satzilla running march_dl with preprocessing ... 
1198.88/1199.33	c Bin: Executing march_dl
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	c march_dl returned code 1.
1198.88/1199.33	c satzilla running vallst with preprocessing ... 
1198.88/1199.33	c Bin: Executing vallst
1198.88/1199.33	c vallst returned code 1.
1198.88/1199.33	c vallst returned code 1.
1198.88/1199.33	c satzilla running zchaff_rand with preprocessing ... 
1198.88/1199.33	c Bin: Executing zchaff_rand
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c zchaff_rand returned code 1.
1198.88/1199.33	c satzilla running rsat with preprocessing ... 
1198.88/1199.33	c Bin: Executing rsat
1198.88/1199.33	c rsat returned code 1.
1198.88/1199.33	c rsat returned code 1.
1198.88/1199.33	c satzilla running eureka with preprocessing ... 
1198.88/1199.33	c Bin: Executing eureka
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c eureka returned code 1.
1198.88/1199.33	c satzilla running minisat20 with preprocessing ... 
1198.88/1199.33	c Bin: Executing minisat20
1198.88/1199.33	c minisat20 returned code 1.
1198.88/1199.33	c minisat20 returned code 1.
1198.88/1199.33	c satzilla running rsat ... 
1198.88/1199.33	c Bin: Executing rsat
1198.88/1199.33	c rsat returned code 1.
1198.88/1199.33	c rsat returned code 1.
1198.88/1199.33	c ERROR: All Failed! 
1198.88/1199.33	c SATZILLA_TIME=1199.110000

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/node65/watcher-337212-1173662580 -o ROOT/results/node65/solver-337212-1173662580 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337212-1173662580/SATzilla2007_F /tmp/evaluation/337212-1173662580/instance-337212-1173662580.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.92 0.98 1.08 3/64 1061
/proc/meminfo: memFree=1872472/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) R 1059 1061 32692 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=640 CPUtime=0
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 102 0 0 0 0 0 0 0 18 0 1 0 386215512 655360 93 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 160 93 55 118 0 39 0

[startup+0.088078 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 1061
/proc/meminfo: memFree=1872472/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=0.08
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 170 0 0 0 8 0 0 0 19 0 1 0 386215512 929792 161 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 161 75 118 0 106 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2420

[startup+0.102079 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 1061
/proc/meminfo: memFree=1872472/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=0.09
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 171 0 0 0 9 0 0 0 19 0 1 0 386215512 929792 162 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536843 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 162 75 118 0 106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2420

[startup+0.301112 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 1061
/proc/meminfo: memFree=1872472/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=0.29
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 172 0 0 0 29 0 0 0 21 0 1 0 386215512 929792 163 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553199 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 163 75 118 0 106 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2420

[startup+0.702176 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 1061
/proc/meminfo: memFree=1872472/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=0.69
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 174 0 0 0 69 0 0 0 24 0 1 0 386215512 929792 165 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134573152 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 165 75 118 0 106 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2420

[startup+1.50131 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 1063
/proc/meminfo: memFree=1871944/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=1.49
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 175 0 0 0 149 0 0 0 25 0 1 0 386215512 929792 166 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527922 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 166 75 118 0 106 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2420

[startup+3.10157 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 1063
/proc/meminfo: memFree=1871816/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=0
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1062] ppid=1061 vsize=908 CPUtime=3.09
/proc/1062/stat : 1062 (march_dl) R 1061 1061 32692 0 -1 4194304 176 0 0 0 309 0 0 0 25 0 1 0 386215512 929792 167 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527302 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1062/statm: 227 167 75 118 0 106 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2420

[startup+6.3011 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 1064
/proc/meminfo: memFree=1871688/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1512 CPUtime=4.99
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 149 178 0 0 0 0 499 0 16 0 1 0 386215512 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 378 125 110 260 0 84 0
[pid=1064] ppid=1061 vsize=6188 CPUtime=1.28
/proc/1064/stat : 1064 (ubcsat2006) R 1061 1061 32692 0 -1 4194304 252 0 0 0 101 27 0 0 25 0 1 0 386216012 6336512 234 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1064/statm: 1547 234 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 1.08 2/66 1065
/proc/meminfo: memFree=1871432/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=1944 CPUtime=1.56
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 155 0 0 0 156 0 0 0 25 0 1 0 386216624 1990656 148 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1065/statm: 486 148 58 118 0 364 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3692

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.08 2/66 1065
/proc/meminfo: memFree=1871368/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=2208 CPUtime=14.36
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 210 0 0 0 1436 0 0 0 25 0 1 0 386216624 2260992 203 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 552 203 58 118 0 430 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3956

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.08 2/66 1065
/proc/meminfo: memFree=1871048/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=2344 CPUtime=39.95
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 270 0 0 0 3995 0 0 0 25 0 1 0 386216624 2400256 263 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528423 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 586 263 58 118 0 464 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 4092

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/66 1065
/proc/meminfo: memFree=1870856/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=2608 CPUtime=91.13
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 333 0 0 0 9113 0 0 0 25 0 1 0 386216624 2670592 326 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 652 326 58 118 0 530 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 4356

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 1065
/proc/meminfo: memFree=1870600/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=2872 CPUtime=151.11
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 382 0 0 0 15111 0 0 0 25 0 1 0 386216624 2940928 375 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528291 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 718 375 58 118 0 596 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 4620

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 1065
/proc/meminfo: memFree=1870344/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3004 CPUtime=211.09
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 441 0 0 0 21109 0 0 0 25 0 1 0 386216624 3076096 434 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 751 434 58 118 0 629 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 4752

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 1065
/proc/meminfo: memFree=1870216/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3136 CPUtime=271.07
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 474 0 0 0 27107 0 0 0 25 0 1 0 386216624 3211264 467 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529204 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 784 467 58 118 0 662 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 4884

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 1065
/proc/meminfo: memFree=1870088/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3272 CPUtime=331.05
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 492 0 0 0 33105 0 0 0 25 0 1 0 386216624 3350528 485 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 818 485 58 118 0 696 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 1065
/proc/meminfo: memFree=1869512/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3800 CPUtime=750.92
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 632 0 0 0 75092 0 0 0 25 0 1 0 386216624 3891200 625 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 950 625 58 118 0 828 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 5548

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 1065
/proc/meminfo: memFree=1869448/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3936 CPUtime=810.9
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 643 0 0 0 81090 0 0 0 25 0 1 0 386216624 4030464 636 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525546 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 984 636 58 118 0 862 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 5684

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 1065
/proc/meminfo: memFree=1869448/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3936 CPUtime=870.89
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 650 0 0 0 87088 1 0 0 25 0 1 0 386216624 4030464 643 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 984 643 58 118 0 862 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 5684

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 1065
/proc/meminfo: memFree=1869384/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3936 CPUtime=930.87
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 650 0 0 0 93086 1 0 0 25 0 1 0 386216624 4030464 643 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 984 643 58 118 0 862 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 5684

[startup+1002.3 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 1065
/proc/meminfo: memFree=1869384/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=3936 CPUtime=990.85
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 658 0 0 0 99084 1 0 0 25 0 1 0 386216624 4030464 651 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 984 651 58 118 0 862 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 5684

[startup+1062.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 1065
/proc/meminfo: memFree=1869192/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1050.83
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 709 0 0 0 105082 1 0 0 25 0 1 0 386216624 4308992 702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525964 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 702 58 118 0 930 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 5956

[startup+1122.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 1065
/proc/meminfo: memFree=1869192/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1110.81
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 709 0 0 0 111080 1 0 0 25 0 1 0 386216624 4308992 702 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 702 58 118 0 930 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 5956

[startup+1182.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1170.78
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 717 0 0 0 117077 1 0 0 25 0 1 0 386216624 4308992 710 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 710 58 118 0 930 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 5956

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

[startup+1190.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1178.78
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 117877 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525520 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1189.88
Current children cumulated vsize (KiB) 5956

[startup+1193.51 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1181.98
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 118197 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1193.08
Current children cumulated vsize (KiB) 5956

[startup+1196.7 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1185.18
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 118517 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1196.28
Current children cumulated vsize (KiB) 5956

[startup+1198.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1186.78
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 118677 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525158 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1197.88
Current children cumulated vsize (KiB) 5956

[startup+1199.1 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1187.58
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 118757 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1198.68
Current children cumulated vsize (KiB) 5956

[startup+1199.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 1067
/proc/meminfo: memFree=1868936/2055920 swapFree=4176700/4192956
[pid=1061] ppid=1059 vsize=1748 CPUtime=11.1
/proc/1061/stat : 1061 (SATzilla2007_F) S 1059 1061 32692 0 -1 4194304 551 436 0 0 309 46 700 55 25 0 1 0 386215512 1789952 242 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1061/statm: 437 242 169 260 0 143 0
[pid=1065] ppid=1061 vsize=4208 CPUtime=1187.78
/proc/1065/stat : 1065 (minisat20) R 1061 1061 32692 0 -1 4194304 720 0 0 0 118777 1 0 0 25 0 1 0 386216624 4308992 713 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1065/statm: 1052 713 58 118 0 930 0
Current children cumulated CPU time (s) 1198.88
Current children cumulated vsize (KiB) 5956

Child status: 17
Real time (s): 1199.34
CPU time (s): 1198.94
CPU user time (s): 1197.9
CPU system time (s): 1.03784
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 7700

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

runsolver used 1.09283 second user time and 2.52861 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Mar 12 01:23:00 UTC 2007

IDJOB= 337212
IDBENCH= 24693
IDSOLVER= 136
FILE ID= node65/337212-1173662580

PBS_JOBID= 4101433

Free space on /tmp= 66522 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/hwb-n32-01-S1491788039.sat05-497.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337212-1173662580/SATzilla2007_F /tmp/evaluation/337212-1173662580/instance-337212-1173662580.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-337212-1173662580 -o ROOT/results/node65/solver-337212-1173662580 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337212-1173662580/SATzilla2007_F /tmp/evaluation/337212-1173662580/instance-337212-1173662580.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  c528b705716be41ea2448c50a45c52a8

RANDOM SEED= 524090194

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:       1872944 kB
Buffers:         20824 kB
Cached:         118872 kB
SwapCached:      10312 kB
Active:          70096 kB
Inactive:        86020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872944 kB
SwapTotal:     4192956 kB
SwapFree:      4176700 kB
Dirty:           10132 kB
Writeback:           0 kB
Mapped:          15332 kB
Slab:            12892 kB
Committed_AS:   804484 kB
PageTables:       1456 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= 66522 MiB

End job on node65 on Mon Mar 12 01:42:59 UTC 2007