Trace number 337926

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.91 1199.21

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
MD5SUM8fce8bf20db46a2557b7a1cf79e53b51
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.98/11.09	c run March_dl for 5 seconds ... 
10.98/11.09	c Bin: Executing march_dl
10.98/11.09	c child exit by a signal
10.98/11.09	c march_dl returned code 137.
10.98/11.09	c run saps for 2 seconds ... 
10.98/11.09	c Bin: Executing ubcsat2006
10.98/11.09	c child exited successfully
10.98/11.09	c ubcsat2006 returned code 0.
10.98/11.09	c satzilla computing base features
10.98/11.09	c satzilla doing unit-prop probe
10.98/11.09	c satzilla doing local search probe
10.98/11.09	c satzilla doing lobjois search-space size estimate
10.98/11.09	c satzilla's ranking:
10.98/11.09	c 1) minisat20: 0.028934
10.98/11.09	c 2) eureka: 0.153147
10.98/11.09	c 3) vallst: 1.733541
10.98/11.09	c 4) zchaff_rand: 1.824662
10.98/11.09	c 5) kcnfs: 3.640986
10.98/11.09	c 6) march_dl: 4.069664
10.98/11.09	c 7) kcnfs+P: 999.000000
10.98/11.09	c 8) march_dl+P: 999.000000
10.98/11.09	c 9) vallst+P: 999.000000
10.98/11.09	c 10) zchaff_rand+P: 999.000000
10.98/11.09	c 11) rsat+P: 999.000000
10.98/11.09	c 12) eureka+P: 999.000000
10.98/11.09	c 13) minisat20+P: 999.000000
10.98/11.09	c 14) rsat: 999.000000
10.98/11.09	c satzilla running minisat20 ... 
10.98/11.09	This is MiniSat 2.0 beta
10.98/11.09	WARNING: for repeatability, setting FPU to use double precision
10.98/11.09	============================[ Problem Statistics ]=============================
10.98/11.09	|                                                                             |
10.98/11.09	|  Number of variables:  320                                                  |
10.98/11.09	|  Number of clauses:    486                                                  |
10.98/11.09	|  Parsing time:         0.00         s                                       |
10.98/11.09	============================[ Search Statistics ]==============================
10.98/11.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.98/11.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.98/11.09	===============================================================================
10.98/11.09	|         0 |     320      486     1102 |      162        0    nan |  0.000 % |
10.98/11.09	|       100 |     320      486     1102 |      178      100     28 |  0.001 % |
10.98/11.10	|       250 |     320      486     1102 |      196      250     29 |  0.001 % |
11.07/11.10	|       475 |     320      486     1102 |      215      200     19 |  0.005 % |
11.07/11.11	|       815 |     320      486     1102 |      237      226     19 |  0.001 % |
11.07/11.12	|      1321 |     320      486     1102 |      260      259     18 |  0.004 % |
11.07/11.14	|      2080 |     320      486     1102 |      286      286     23 |  0.004 % |
11.07/11.18	|      3219 |     320      486     1102 |      315      329     21 |  0.004 % |
11.07/11.23	|      4928 |     320      486     1102 |      347      284     21 |  0.005 % |
11.07/11.30	|      7490 |     320      486     1102 |      381      417     23 |  0.001 % |
11.07/11.41	|     11334 |     320      486     1102 |      420      382     20 |  0.004 % |
11.07/11.57	|     17102 |     320      486     1102 |      462      523     24 |  0.001 % |
11.07/11.84	|     25753 |     320      486     1102 |      508      312     19 |  0.005 % |
12.27/12.33	|     38727 |     320      486     1102 |      559      478     23 |  0.001 % |
12.87/12.97	|     58190 |     320      486     1102 |      615      585     26 |  0.005 % |
13.97/14.01	|     87384 |     320      486     1102 |      676      664     26 |  0.004 % |
15.37/15.46	|    131173 |     320      486     1102 |      744      582     21 |  0.004 % |
17.97/18.03	|    196859 |     320      486     1102 |      818      555     22 |  0.004 % |
21.67/21.74	|    295386 |     320      486     1102 |      900      554     22 |  0.005 % |
27.87/27.90	|    443175 |     320      486     1102 |      990      795     28 |  0.005 % |
37.66/37.71	|    664858 |     320      486     1102 |     1089      644     23 |  0.004 % |
52.66/52.75	|    997384 |     320      486     1102 |     1198      888     29 |  0.005 % |
76.05/76.18	|   1496172 |     320      486     1102 |     1318      784     25 |  0.005 % |
114.64/114.70	|   2244355 |     320      486     1102 |     1450     1169     36 |  0.004 % |
170.73/170.83	|   3366630 |     320      486     1102 |     1595     1327     31 |  0.004 % |
259.61/259.72	|   5050041 |     320      486     1102 |     1755     1631     33 |  0.001 % |
397.27/397.50	|   7575157 |     320      486     1102 |     1930     1113     33 |  0.005 % |
606.02/606.29	|  11362834 |     320      486     1102 |     2123     1860     38 |  0.005 % |
949.33/949.65	|  17044347 |     320      486     1102 |     2336     1998     37 |  0.004 % |
1198.87/1199.20	c Bin: Executing minisat20
1198.87/1199.20	c child exit by a signal
1198.87/1199.20	c minisat20 returned code 137.
1198.87/1199.20	c minisat20 returned code 137.
1198.87/1199.20	c satzilla running eureka ... 
1198.87/1199.20	c Bin: Executing eureka
1198.87/1199.20	c eureka returned code 1.
1198.87/1199.20	c eureka returned code 1.
1198.87/1199.20	c satzilla running vallst ... 
1198.87/1199.20	c Bin: Executing vallst
1198.87/1199.20	c vallst returned code 1.
1198.87/1199.20	c vallst returned code 1.
1198.87/1199.20	c satzilla running zchaff_rand ... 
1198.87/1199.20	c Bin: Executing zchaff_rand
1198.87/1199.20	c zchaff_rand returned code 1.
1198.87/1199.20	c zchaff_rand returned code 1.
1198.87/1199.20	c satzilla running kcnfs ... 
1198.87/1199.20	c Bin: Executing kcnfs
1198.87/1199.20	c kcnfs returned code 1.
1198.87/1199.20	c kcnfs returned code 1.
1198.87/1199.20	c satzilla running march_dl ... 
1198.87/1199.20	c Bin: Executing march_dl
1198.87/1199.20	c march_dl returned code 1.
1198.87/1199.20	c march_dl returned code 1.
1198.87/1199.20	c satzilla running kcnfs with preprocessing ... 
1198.87/1199.20	c Preprocessing...
1198.87/1199.20	c Inital problem has 320 variables, 65 nary clauses (421 binary clauses).
1198.87/1199.20	c Num non-binary clauses 65, Average non-binary clause length 4.000
1198.87/1199.20	c Preprocessor runtime was 0.000 seconds.
1198.87/1199.20	c 
1198.87/1199.20	c Satisfiability of theory still undetermined.
1198.87/1199.20	c See file /tmp/BbV70g for simplified theory.
1198.87/1199.20	c Bin: Executing kcnfs
1198.87/1199.20	c kcnfs returned code 1.
1198.87/1199.20	c kcnfs returned code 1.
1198.87/1199.20	c satzilla running march_dl with preprocessing ... 
1198.87/1199.20	c Bin: Executing march_dl
1198.87/1199.20	c march_dl returned code 1.
1198.87/1199.20	c march_dl returned code 1.
1198.87/1199.20	c satzilla running vallst with preprocessing ... 
1198.87/1199.20	c Bin: Executing vallst
1198.87/1199.20	c vallst returned code 1.
1198.87/1199.20	c vallst returned code 1.
1198.87/1199.20	c satzilla running zchaff_rand with preprocessing ... 
1198.87/1199.20	c Bin: Executing zchaff_rand
1198.87/1199.20	c zchaff_rand returned code 1.
1198.87/1199.20	c zchaff_rand returned code 1.
1198.87/1199.20	c satzilla running rsat with preprocessing ... 
1198.87/1199.20	c Bin: Executing rsat
1198.87/1199.20	c rsat returned code 1.
1198.87/1199.20	c rsat returned code 1.
1198.87/1199.20	c satzilla running eureka with preprocessing ... 
1198.87/1199.20	c Bin: Executing eureka
1198.87/1199.20	c eureka returned code 1.
1198.87/1199.20	c eureka returned code 1.
1198.87/1199.20	c satzilla running minisat20 with preprocessing ... 
1198.87/1199.20	c Bin: Executing minisat20
1198.87/1199.20	c minisat20 returned code 1.
1198.87/1199.20	c minisat20 returned code 1.
1198.87/1199.20	c satzilla running rsat ... 
1198.87/1199.20	c Bin: Executing rsat
1198.87/1199.20	c rsat returned code 1.
1198.87/1199.20	c rsat returned code 1.
1198.87/1199.20	c ERROR: All Failed! 
1198.87/1199.20	c SATZILLA_TIME=1199.070000

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/node68/watcher-337926-1173677209 -o ROOT/results/node68/solver-337926-1173677209 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337926-1173677209/SATzilla2007_F /tmp/evaluation/337926-1173677209/instance-337926-1173677209.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17353
/proc/meminfo: memFree=1655832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) R 17351 17353 14262 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=772 CPUtime=0
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 130 0 0 0 0 0 0 0 18 0 1 0 387678576 790528 121 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559448 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 193 121 65 118 0 72 0

[startup+0.0872481 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17353
/proc/meminfo: memFree=1655832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=0.08
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 185 0 0 0 8 0 0 0 19 0 1 0 387678576 925696 176 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 176 74 118 0 105 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2416

[startup+0.102249 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17353
/proc/meminfo: memFree=1655832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=0.09
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 185 0 0 0 9 0 0 0 19 0 1 0 387678576 925696 176 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 176 74 118 0 105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2416

[startup+0.302267 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17353
/proc/meminfo: memFree=1655832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=0.29
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 188 0 0 0 29 0 0 0 21 0 1 0 387678576 925696 179 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134551389 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 179 74 118 0 105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2416

[startup+0.702302 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 17353
/proc/meminfo: memFree=1655832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=0.69
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 189 0 0 0 69 0 0 0 24 0 1 0 387678576 925696 180 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134531188 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 180 74 118 0 105 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2416

[startup+1.50137 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 17355
/proc/meminfo: memFree=1655240/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=1.49
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 189 0 0 0 149 0 0 0 25 0 1 0 387678576 925696 180 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134565230 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 180 74 118 0 105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2416

[startup+3.10152 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 17355
/proc/meminfo: memFree=1655112/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=0
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17354] ppid=17353 vsize=904 CPUtime=3.09
/proc/17354/stat : 17354 (march_dl) R 17353 17353 14262 0 -1 4194304 190 0 0 0 309 0 0 0 25 0 1 0 387678576 925696 181 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617278 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17354/statm: 226 181 74 118 0 105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2416

[startup+6.30181 s]
/proc/loadavg: 0.92 0.95 0.98 2/66 17356
/proc/meminfo: memFree=1655112/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1512 CPUtime=4.99
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 149 190 0 0 0 0 499 0 16 0 1 0 387678576 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17353/statm: 378 125 110 260 0 84 0
[pid=17356] ppid=17353 vsize=6188 CPUtime=1.29
/proc/17356/stat : 17356 (ubcsat2006) R 17353 17353 14262 0 -1 4194304 244 0 0 0 99 30 0 0 25 0 1 0 387679076 6336512 226 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/17356/statm: 1547 226 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.93 0.95 0.98 2/66 17357
/proc/meminfo: memFree=1654984/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=1944 CPUtime=1.6
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 142 0 0 0 160 0 0 0 25 0 1 0 387679686 1990656 135 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519329 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 486 135 58 118 0 364 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3572

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/66 17357
/proc/meminfo: memFree=1654728/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2072 CPUtime=14.4
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 203 0 0 0 1440 0 0 0 25 0 1 0 387679686 2121728 196 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 518 196 58 118 0 396 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3700

[startup+51.1019 s]
/proc/loadavg: 0.96 0.96 0.98 2/66 17357
/proc/meminfo: memFree=1654536/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2340 CPUtime=39.99
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 254 0 0 0 3999 0 0 0 25 0 1 0 387679686 2396160 247 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 585 247 58 118 0 463 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 3968

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 17357
/proc/meminfo: memFree=1654280/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2596 CPUtime=91.18
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 320 0 0 0 9118 0 0 0 25 0 1 0 387679686 2658304 313 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525800 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 649 313 58 118 0 527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4224

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1654152/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2724 CPUtime=151.16
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 356 0 0 0 15116 0 0 0 25 0 1 0 387679686 2789376 349 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 681 349 58 118 0 559 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4352

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653960/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2856 CPUtime=211.14
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 397 0 0 0 21114 0 0 0 25 0 1 0 387679686 2924544 390 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 714 390 58 118 0 592 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4484

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653832/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=2964 CPUtime=271.13
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 426 0 0 0 27113 0 0 0 25 0 1 0 387679686 3035136 419 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529201 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 741 419 58 118 0 619 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 4592

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653704/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3096 CPUtime=331.11
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 448 0 0 0 33111 0 0 0 25 0 1 0 387679686 3170304 441 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 774 441 58 118 0 652 0

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


[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653128/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3592 CPUtime=811
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 574 0 0 0 81100 0 0 0 25 0 1 0 387679686 3678208 567 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 898 567 58 118 0 776 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5220

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653064/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3676 CPUtime=870.98
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 586 0 0 0 87098 0 0 0 25 0 1 0 387679686 3764224 579 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535739 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 919 579 58 118 0 797 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 5304

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17357
/proc/meminfo: memFree=1653064/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3676 CPUtime=930.97
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 586 0 0 0 93097 0 0 0 25 0 1 0 387679686 3764224 579 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 919 579 58 118 0 797 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 5304

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652936/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3676 CPUtime=990.95
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 604 0 0 0 99095 0 0 0 25 0 1 0 387679686 3764224 597 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529237 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 919 597 58 118 0 797 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 5304

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652872/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3796 CPUtime=1050.94
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 623 0 0 0 105094 0 0 0 25 0 1 0 387679686 3887104 616 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649266 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 949 616 58 118 0 827 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 5424

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652808/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3796 CPUtime=1110.92
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 634 0 0 0 111092 0 0 0 25 0 1 0 387679686 3887104 627 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134655038 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 949 627 58 118 0 827 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 5424

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652808/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1170.91
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 639 0 0 0 117091 0 0 0 25 0 1 0 387679686 4005888 632 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 632 58 118 0 856 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 5540

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652808/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1178.9
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 639 0 0 0 117890 0 0 0 25 0 1 0 387679686 4005888 632 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527842 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 632 58 118 0 856 0
Current children cumulated CPU time (s) 1189.97
Current children cumulated vsize (KiB) 5540

[startup+1193.51 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652808/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1182.11
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 639 0 0 0 118211 0 0 0 25 0 1 0 387679686 4005888 632 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 632 58 118 0 856 0
Current children cumulated CPU time (s) 1193.18
Current children cumulated vsize (KiB) 5540

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652744/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1185.31
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 641 0 0 0 118531 0 0 0 25 0 1 0 387679686 4005888 634 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527454 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 634 58 118 0 856 0
Current children cumulated CPU time (s) 1196.38
Current children cumulated vsize (KiB) 5540

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652744/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1186.9
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 641 0 0 0 118690 0 0 0 25 0 1 0 387679686 4005888 634 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 634 58 118 0 856 0
Current children cumulated CPU time (s) 1197.97
Current children cumulated vsize (KiB) 5540

[startup+1198.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652744/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1187.3
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 641 0 0 0 118730 0 0 0 25 0 1 0 387679686 4005888 634 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 634 58 118 0 856 0
Current children cumulated CPU time (s) 1198.37
Current children cumulated vsize (KiB) 5540

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652744/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1187.7
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 641 0 0 0 118770 0 0 0 25 0 1 0 387679686 4005888 634 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527417 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 634 58 118 0 856 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 5540

[startup+1199.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 17359
/proc/meminfo: memFree=1652744/2055920 swapFree=4183380/4192956
[pid=17353] ppid=17351 vsize=1628 CPUtime=11.07
/proc/17353/stat : 17353 (SATzilla2007_F) S 17351 17353 14262 0 -1 4194304 521 440 0 0 302 41 700 64 25 0 1 0 387678576 1667072 230 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 407 230 169 260 0 113 0
[pid=17357] ppid=17353 vsize=3912 CPUtime=1187.8
/proc/17357/stat : 17357 (minisat20) R 17353 17353 14262 0 -1 4194304 641 0 0 0 118780 0 0 0 25 0 1 0 387679686 4005888 634 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/17357/statm: 978 634 58 118 0 856 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 5540

Child status: 17
Real time (s): 1199.21
CPU time (s): 1198.91
CPU user time (s): 1197.84
CPU system time (s): 1.07184
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 7700

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

runsolver used 0.900863 second user time and 2.52562 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Mar 12 05:26:50 UTC 2007

IDJOB= 337926
IDBENCH= 24710
IDSOLVER= 136
FILE ID= node68/337926-1173677209

PBS_JOBID= 4101705

Free space on /tmp= 66544 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/looksrandom/hgen8-n320-01-S1432474240.sat05-483.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337926-1173677209/SATzilla2007_F /tmp/evaluation/337926-1173677209/instance-337926-1173677209.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-337926-1173677209 -o ROOT/results/node68/solver-337926-1173677209 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337926-1173677209/SATzilla2007_F /tmp/evaluation/337926-1173677209/instance-337926-1173677209.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  8fce8bf20db46a2557b7a1cf79e53b51

RANDOM SEED= 478858776

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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.234
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.234
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:       1656240 kB
Buffers:         34260 kB
Cached:         293616 kB
SwapCached:       3964 kB
Active:         121448 kB
Inactive:       216656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656240 kB
SwapTotal:     4192956 kB
SwapFree:      4183380 kB
Dirty:           10120 kB
Writeback:           0 kB
Mapped:          15536 kB
Slab:            47696 kB
Committed_AS:   889780 kB
PageTables:       1380 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= 66544 MiB

End job on node68 on Mon Mar 12 05:46:49 UTC 2007