Trace number 337380

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULL? (exit code) 1199.49 1199.81

General information on the benchmark

Namecrafted/Hard/contest03/others/
bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
MD5SUMcf535bf919bca60e7bcea01358de0b4c
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 variables2211
Number of clauses14710
Sum of the clauses size33107
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213351
Number of clauses of size 3282
Number of clauses of size 4374
Number of clauses of size 5349
Number of clauses of size over 5354

Solver Data (download as text)

10.46/10.57	c run March_dl for 5 seconds ... 
10.46/10.57	c Bin: Executing march_dl
10.46/10.57	c child exit by a signal
10.46/10.57	c march_dl returned code 137.
10.46/10.57	c run saps for 2 seconds ... 
10.46/10.57	c Bin: Executing ubcsat2006
10.46/10.57	c child exited successfully
10.46/10.57	c ubcsat2006 returned code 0.
10.46/10.57	c satzilla computing base features
10.46/10.57	c satzilla doing unit-prop probe
10.46/10.57	c satzilla doing local search probe
10.46/10.57	c satzilla doing lobjois search-space size estimate
10.46/10.57	c satzilla's ranking:
10.46/10.57	c 1) minisat20: 1.922466
10.46/10.57	c 2) zchaff_rand: 2.409038
10.46/10.57	c 3) march_dl: 2.999649
10.46/10.57	c 4) vallst: 3.374047
10.46/10.57	c 5) eureka: 3.582610
10.46/10.57	c 6) kcnfs: 4.138795
10.46/10.57	c 7) kcnfs+P: 999.000000
10.46/10.57	c 8) march_dl+P: 999.000000
10.46/10.57	c 9) vallst+P: 999.000000
10.46/10.57	c 10) zchaff_rand+P: 999.000000
10.46/10.57	c 11) rsat+P: 999.000000
10.46/10.57	c 12) eureka+P: 999.000000
10.46/10.57	c 13) minisat20+P: 999.000000
10.46/10.57	c 14) rsat: 999.000000
10.46/10.57	c satzilla running minisat20 ... 
10.46/10.57	This is MiniSat 2.0 beta
10.46/10.57	WARNING: for repeatability, setting FPU to use double precision
10.46/10.57	============================[ Problem Statistics ]=============================
10.46/10.57	|                                                                             |
10.46/10.57	|  Number of variables:  2211                                                 |
10.46/10.57	|  Number of clauses:    14710                                                |
10.46/10.58	|  Parsing time:         0.01         s                                       |
10.46/10.58	============================[ Search Statistics ]==============================
10.46/10.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.46/10.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.46/10.58	===============================================================================
10.46/10.58	|         0 |    2211    14710    33107 |     4903        0    nan |  0.000 % |
10.46/10.59	|       100 |    2210    14710    33107 |     5393       99     27 |  0.046 % |
10.53/10.60	|       250 |    2209    14694    33075 |     5933      247     25 |  0.136 % |
10.53/10.63	|       475 |    2208    14683    33053 |     6526      472     40 |  0.136 % |
10.53/10.67	|       812 |    2207    14673    33033 |     7178      808     36 |  0.181 % |
10.53/10.74	|      1318 |    2206    14664    33015 |     7896     1313     45 |  0.226 % |
10.53/10.84	|      2079 |    2205    14651    32989 |     8686     2073     45 |  0.272 % |
10.95/11.03	|      3220 |    2204    14641    32969 |     9555     3213     47 |  0.317 % |
11.25/11.35	|      4928 |    2203    14632    32951 |    10510     4920     52 |  0.362 % |
11.74/11.89	|      7490 |    2203    14632    32951 |    11561     7482     54 |  0.362 % |
12.84/12.92	|     11335 |    2202    14619    32925 |    12717    11326     55 |  0.407 % |
14.54/14.65	|     17101 |    2200    14610    32907 |    13989    10582     53 |  0.498 % |
17.04/17.19	|     25750 |    2200    14601    32889 |    15388    11977     55 |  0.498 % |
21.54/21.64	|     38730 |    2200    14601    32889 |    16927     9063     51 |  0.498 % |
27.64/27.79	|     58191 |    2199    14589    32865 |    18620    11212     44 |  0.544 % |
39.14/39.27	|     87383 |    2199    14589    32865 |    20482    11989     51 |  0.543 % |
57.14/57.24	|    131172 |    2197    14564    32815 |    22530    13763     55 |  0.633 % |
90.13/90.24	|    196856 |    2197    14564    32815 |    24783    21967     63 |  0.634 % |
145.41/145.54	|    295382 |    2197    14564    32815 |    27262    19712     62 |  0.633 % |
230.99/231.10	|    443172 |    2197    14564    32815 |    29988    15008     49 |  0.634 % |
384.45/384.66	|    664855 |    2197    14564    32815 |    32987    20084     67 |  0.634 % |
625.39/625.64	|    997380 |    2197    14564    32815 |    36285    25633     75 |  0.633 % |
1009.29/1009.68	|   1496170 |    2197    14564    32815 |    39914    27882     64 |  0.634 % |
1199.34/1199.70	c Bin: Executing minisat20
1199.34/1199.70	c child exit by a signal
1199.34/1199.70	c minisat20 returned code 137.
1199.34/1199.70	c minisat20 returned code 137.
1199.34/1199.70	c satzilla running zchaff_rand ... 
1199.34/1199.70	c Bin: Executing zchaff_rand
1199.34/1199.70	c zchaff_rand returned code 1.
1199.34/1199.70	c zchaff_rand returned code 1.
1199.34/1199.70	c satzilla running march_dl ... 
1199.34/1199.70	c Bin: Executing march_dl
1199.34/1199.70	c march_dl returned code 1.
1199.34/1199.70	c march_dl returned code 1.
1199.34/1199.70	c satzilla running vallst ... 
1199.34/1199.70	c Bin: Executing vallst
1199.34/1199.70	c vallst returned code 1.
1199.34/1199.70	c vallst returned code 1.
1199.34/1199.70	c satzilla running eureka ... 
1199.34/1199.70	c Bin: Executing eureka
1199.34/1199.70	c eureka returned code 1.
1199.34/1199.70	c eureka returned code 1.
1199.34/1199.70	c satzilla running kcnfs ... 
1199.34/1199.70	c Bin: Executing kcnfs
1199.34/1199.70	c kcnfs returned code 1.
1199.34/1199.70	c kcnfs returned code 1.
1199.34/1199.70	c satzilla running kcnfs with preprocessing ... 
1199.46/1199.80	c Preprocessing...
1199.46/1199.80	c Inital problem has 2211 variables, 1359 nary clauses (13351 binary clauses).
1199.46/1199.80	c Num non-binary clauses 1359, Average non-binary clause length 4.713
1199.46/1199.80	c Theory has no gaps
1199.46/1199.80	c Preprocessor runtime was 0.090 seconds.
1199.46/1199.80	c 
1199.46/1199.80	c Satisfiability of theory still undetermined.
1199.46/1199.80	c See file /tmp/4yjEqI for simplified theory.
1199.46/1199.80	c Bin: Executing kcnfs
1199.46/1199.80	c kcnfs returned code 1.
1199.46/1199.80	c kcnfs returned code 1.
1199.46/1199.80	c satzilla running march_dl with preprocessing ... 
1199.46/1199.80	c Bin: Executing march_dl
1199.46/1199.80	c march_dl returned code 1.
1199.46/1199.80	c march_dl returned code 1.
1199.46/1199.80	c satzilla running vallst with preprocessing ... 
1199.46/1199.80	c Bin: Executing vallst
1199.46/1199.80	c vallst returned code 1.
1199.46/1199.80	c vallst returned code 1.
1199.46/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1199.80	c Bin: Executing zchaff_rand
1199.46/1199.80	c zchaff_rand returned code 1.
1199.46/1199.80	c zchaff_rand returned code 1.
1199.46/1199.80	c satzilla running rsat with preprocessing ... 
1199.46/1199.80	c Bin: Executing rsat
1199.46/1199.80	c rsat returned code 1.
1199.46/1199.80	c rsat returned code 1.
1199.46/1199.80	c satzilla running eureka with preprocessing ... 
1199.46/1199.80	c Bin: Executing eureka
1199.46/1199.80	c eureka returned code 1.
1199.46/1199.80	c eureka returned code 1.
1199.46/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.46/1199.80	c Bin: Executing minisat20
1199.46/1199.80	c minisat20 returned code 1.
1199.46/1199.80	c minisat20 returned code 1.
1199.46/1199.80	c satzilla running rsat ... 
1199.46/1199.80	c Bin: Executing rsat
1199.46/1199.80	c rsat returned code 1.
1199.46/1199.80	c rsat returned code 1.
1199.46/1199.80	c ERROR: All Failed! 
1199.46/1199.80	c SATZILLA_TIME=1199.640000

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/node67/watcher-337380-1173665941 -o ROOT/results/node67/solver-337380-1173665941 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337380-1173665941/SATzilla2007_F /tmp/evaluation/337380-1173665941/instance-337380-1173665941.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: 1.00 1.00 1.23 3/64 14295
/proc/meminfo: memFree=1857056/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) R 14293 14295 12772 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=908 CPUtime=0
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 386551765 929792 119 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 227 119 50 118 0 106 0

[startup+0.0559409 s]
/proc/loadavg: 1.00 1.00 1.23 3/64 14295
/proc/meminfo: memFree=1857056/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=1892 CPUtime=0.05
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 339 0 0 0 5 0 0 0 19 0 1 0 386551765 1937408 330 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134649632 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 473 330 55 118 0 352 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3404

[startup+0.102944 s]
/proc/loadavg: 1.00 1.00 1.23 3/64 14295
/proc/meminfo: memFree=1857056/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=2552 CPUtime=0.09
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 533 0 0 0 9 0 0 0 19 0 1 0 386551765 2613248 524 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134563260 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 638 524 65 118 0 517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4064

[startup+0.301964 s]
/proc/loadavg: 1.00 1.00 1.23 3/64 14295
/proc/meminfo: memFree=1857056/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=5284 CPUtime=0.29
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 1744 0 0 0 29 0 0 0 21 0 1 0 386551765 5410816 1203 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134649735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 1321 1203 72 118 0 1200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6796

[startup+0.702006 s]
/proc/loadavg: 1.00 1.00 1.23 3/64 14295
/proc/meminfo: memFree=1857056/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=6324 CPUtime=0.69
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 1990 0 0 0 69 0 0 0 24 0 1 0 386551765 6475776 1277 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 1581 1277 74 118 0 1460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7836

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.23 2/66 14297
/proc/meminfo: memFree=1851472/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=7176 CPUtime=1.48
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 2158 0 0 0 148 0 0 0 25 0 1 0 386551765 7348224 1445 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514206 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 1794 1445 74 118 0 1673 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8688

[startup+3.10126 s]
/proc/loadavg: 1.00 1.00 1.23 2/66 14297
/proc/meminfo: memFree=1851152/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=0
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14296] ppid=14295 vsize=7436 CPUtime=3.08
/proc/14296/stat : 14296 (march_dl) R 14295 14295 12772 0 -1 4194304 2222 0 0 0 308 0 0 0 25 0 1 0 386551765 7614464 1509 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14296/statm: 1859 1509 74 118 0 1738 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8948

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.23 2/66 14298
/proc/meminfo: memFree=1855576/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=1512 CPUtime=4.99
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 149 2265 0 0 0 0 498 1 16 0 1 0 386551765 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/14295/statm: 378 125 110 260 0 84 0
[pid=14298] ppid=14295 vsize=6188 CPUtime=1.29
/proc/14298/stat : 14298 (ubcsat2006) R 14295 14295 12772 0 -1 4194304 435 0 0 0 118 11 0 0 25 0 1 0 386552265 6336512 417 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/14298/statm: 1547 417 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.22 2/66 14299
/proc/meminfo: memFree=1852824/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=5088 CPUtime=2.11
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 987 0 0 0 211 0 0 0 25 0 1 0 386552822 5210112 980 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 1272 980 58 118 0 1150 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 7492

[startup+25.5026 s]
/proc/loadavg: 1.00 1.00 1.22 2/66 14299
/proc/meminfo: memFree=1850392/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=6848 CPUtime=14.91
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 1418 0 0 0 1491 0 0 0 25 0 1 0 386552822 7012352 1411 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 1712 1411 58 118 0 1590 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9252

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 14299
/proc/meminfo: memFree=1848664/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=8572 CPUtime=40.51
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 1850 0 0 0 4050 1 0 0 25 0 1 0 386552822 8777728 1843 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 2143 1843 58 118 0 2021 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 10976

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.20 2/66 14299
/proc/meminfo: memFree=1846296/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=10948 CPUtime=91.7
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 2458 0 0 0 9168 2 0 0 25 0 1 0 386552822 11210752 2451 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527624 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 2737 2451 58 118 0 2615 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13352

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.18 2/66 14299
/proc/meminfo: memFree=1844440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=12828 CPUtime=151.68
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 2913 0 0 0 15165 3 0 0 25 0 1 0 386552822 13135872 2906 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 3207 2906 58 118 0 3085 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 15232

[startup+222.302 s]
/proc/loadavg: 1.03 1.01 1.17 2/66 14299
/proc/meminfo: memFree=1843736/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=13620 CPUtime=211.66
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 3093 0 0 0 21163 3 0 0 25 0 1 0 386552822 13946880 3086 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 3405 3086 58 118 0 3283 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 16024

[startup+282.302 s]
/proc/loadavg: 1.12 1.04 1.17 2/66 14299
/proc/meminfo: memFree=1842328/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=14940 CPUtime=271.65
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 3435 0 0 0 27161 4 0 0 25 0 1 0 386552822 15298560 3428 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525674 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 3735 3428 58 118 0 3613 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 17344

[startup+342.303 s]
/proc/loadavg: 1.12 1.04 1.17 2/66 14299
/proc/meminfo: memFree=1840280/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=16920 CPUtime=331.63
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 3925 0 0 0 33159 4 0 0 25 0 1 0 386552822 17326080 3918 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 4230 3918 58 118 0 4108 0

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

/proc/14299/statm: 4734 4430 58 118 0 4612 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 21340

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.09 2/66 14299
/proc/meminfo: memFree=1837720/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=19464 CPUtime=811.51
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4558 0 0 0 81145 6 0 0 25 0 1 0 386552822 19931136 4551 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 4866 4551 58 118 0 4744 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 21868

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 14299
/proc/meminfo: memFree=1837656/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=19444 CPUtime=871.5
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4565 0 0 0 87143 7 0 0 25 0 1 0 386552822 19910656 4558 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525131 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 4861 4558 58 118 0 4739 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 21848

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.08 2/66 14299
/proc/meminfo: memFree=1837080/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20104 CPUtime=931.48
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4726 0 0 0 93141 7 0 0 25 0 1 0 386552822 20586496 4719 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5026 4719 58 118 0 4904 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 22508

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 14299
/proc/meminfo: memFree=1837016/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20104 CPUtime=991.46
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4726 0 0 0 99139 7 0 0 25 0 1 0 386552822 20586496 4719 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5026 4719 58 118 0 4904 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 22508

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 14299
/proc/meminfo: memFree=1836568/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20500 CPUtime=1051.45
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4831 0 0 0 105137 8 0 0 25 0 1 0 386552822 20992000 4824 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5125 4824 58 118 0 5003 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 22904

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836568/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20500 CPUtime=1111.44
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4838 0 0 0 111136 8 0 0 25 0 1 0 386552822 20992000 4831 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5125 4831 58 118 0 5003 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 22904

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20664 CPUtime=1171.42
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4860 0 0 0 117134 8 0 0 25 0 1 0 386552822 21159936 4853 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5166 4853 58 118 0 5044 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 23068

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836376/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20796 CPUtime=1179.41
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4874 0 0 0 117933 8 0 0 25 0 1 0 386552822 21295104 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5199 4867 58 118 0 5077 0
Current children cumulated CPU time (s) 1189.94
Current children cumulated vsize (KiB) 23200

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20796 CPUtime=1185.82
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4874 0 0 0 118574 8 0 0 25 0 1 0 386552822 21295104 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5199 4867 58 118 0 5077 0
Current children cumulated CPU time (s) 1196.35
Current children cumulated vsize (KiB) 23200

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20796 CPUtime=1187.41
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4874 0 0 0 118733 8 0 0 25 0 1 0 386552822 21295104 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5199 4867 58 118 0 5077 0
Current children cumulated CPU time (s) 1197.94
Current children cumulated vsize (KiB) 23200

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20796 CPUtime=1188.21
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4874 0 0 0 118813 8 0 0 25 0 1 0 386552822 21295104 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525757 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5199 4867 58 118 0 5077 0
Current children cumulated CPU time (s) 1198.74
Current children cumulated vsize (KiB) 23200

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=20796 CPUtime=1188.61
/proc/14299/stat : 14299 (minisat20) R 14295 14295 12772 0 -1 4194304 4874 0 0 0 118853 8 0 0 25 0 1 0 386552822 21295104 4867 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/14299/statm: 5199 4867 58 118 0 5077 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 23200

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=2404 CPUtime=10.53
/proc/14295/stat : 14295 (SATzilla2007_F) S 14293 14295 12772 0 -1 4194304 1199 2706 0 0 323 11 700 19 25 0 1 0 386551765 2461696 422 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/14295/statm: 601 422 170 260 0 307 0
[pid=14299] ppid=14295 vsize=0 CPUtime=1188.81
/proc/14299/stat : 14299 (minisat20) D 14295 14295 12772 0 -1 4195332 4874 0 0 0 118873 8 0 0 24 0 1 0 386552822 0 0 18446744073709551615 0 0 0 0 0 256 2147483391 8392704 3 18446744072099781622 0 0 17 1 0 0
/proc/14299/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 2404

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 14299
/proc/meminfo: memFree=1836440/2055920 swapFree=4180928/4192956
[pid=14295] ppid=14293 vsize=4252 CPUtime=1199.46
/proc/14295/stat : 14295 (SATzilla2007_F) R 14293 14295 12772 0 -1 4194304 1730 7580 0 0 332 12 119574 28 18 0 1 0 386551765 4354048 850 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/14295/statm: 1063 850 177 260 0 769 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 4252

Child status: 17
Real time (s): 1199.81
CPU time (s): 1199.49
CPU user time (s): 1199.07
CPU system time (s): 0.413937
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 23200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.07
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9316
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= 27
involuntary context switches= 1319

runsolver used 1.04384 second user time and 2.53961 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar 12 02:19:01 UTC 2007

IDJOB= 337380
IDBENCH= 24697
IDSOLVER= 136
FILE ID= node67/337380-1173665941

PBS_JOBID= 4101395

Free space on /tmp= 66529 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest03/others/bqwh.40.reg.520.sat05-433.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337380-1173665941/SATzilla2007_F /tmp/evaluation/337380-1173665941/instance-337380-1173665941.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-337380-1173665941 -o ROOT/results/node67/solver-337380-1173665941 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337380-1173665941/SATzilla2007_F /tmp/evaluation/337380-1173665941/instance-337380-1173665941.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  cf535bf919bca60e7bcea01358de0b4c

RANDOM SEED= 546340767

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1857400 kB
Buffers:         21748 kB
Cached:         134284 kB
SwapCached:       6080 kB
Active:          70760 kB
Inactive:        98524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857400 kB
SwapTotal:     4192956 kB
SwapFree:      4180928 kB
Dirty:           10304 kB
Writeback:           0 kB
Mapped:          15840 kB
Slab:            15156 kB
Committed_AS:   918820 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= 66529 MiB

End job on node67 on Mon Mar 12 02:39:01 UTC 2007