Trace number 339060

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.59 1199.99

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.67/10.76	c run March_dl for 5 seconds ... 
10.67/10.76	c Bin: Executing march_dl
10.67/10.76	c child exit by a signal
10.67/10.76	c march_dl returned code 137.
10.67/10.76	c run saps for 2 seconds ... 
10.67/10.76	c Bin: Executing ubcsat2006
10.67/10.76	c child exited successfully
10.67/10.76	c ubcsat2006 returned code 0.
10.67/10.76	c satzilla computing base features
10.67/10.76	c satzilla doing unit-prop probe
10.67/10.76	c satzilla doing local search probe
10.67/10.76	c satzilla doing lobjois search-space size estimate
10.67/10.76	c satzilla's ranking:
10.67/10.76	c 1) minisat20: 2.101571
10.67/10.76	c 2) vallst: 2.291777
10.67/10.76	c 3) march_dl: 2.418436
10.67/10.76	c 4) zchaff_rand: 2.539309
10.67/10.76	c 5) kcnfs: 2.943925
10.67/10.76	c 6) eureka: 4.085197
10.67/10.76	c 7) kcnfs+P: 999.000000
10.67/10.76	c 8) march_dl+P: 999.000000
10.67/10.76	c 9) vallst+P: 999.000000
10.67/10.76	c 10) zchaff_rand+P: 999.000000
10.67/10.76	c 11) rsat+P: 999.000000
10.67/10.76	c 12) eureka+P: 999.000000
10.67/10.76	c 13) minisat20+P: 999.000000
10.67/10.76	c 14) rsat: 999.000000
10.67/10.76	c satzilla running minisat20 ... 
10.67/10.76	This is MiniSat 2.0 beta
10.67/10.76	WARNING: for repeatability, setting FPU to use double precision
10.67/10.76	============================[ Problem Statistics ]=============================
10.67/10.76	|                                                                             |
10.67/10.76	|  Number of variables:  577                                                  |
10.67/10.76	|  Number of clauses:    1922                                                 |
10.67/10.77	|  Parsing time:         0.00         s                                       |
10.67/10.77	============================[ Search Statistics ]==============================
10.67/10.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.67/10.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.67/10.77	===============================================================================
10.67/10.77	|         0 |     577     1922     5764 |      640        0    nan |  0.000 % |
10.67/10.77	|       100 |     577     1922     5764 |      704      100      2 |  0.000 % |
10.67/10.77	|       250 |     577     1922     5764 |      775      250      2 |  0.002 % |
10.67/10.78	|       475 |     577     1922     5764 |      852      475      7 |  0.002 % |
10.67/10.79	|       813 |     577     1922     5764 |      938      813     16 |  0.000 % |
10.74/10.82	|      1319 |     577     1922     5764 |     1031      739     10 |  0.000 % |
10.74/10.86	|      2079 |     577     1922     5764 |     1134      769      7 |  0.000 % |
10.87/10.93	|      3219 |     577     1922     5764 |     1248     1138     20 |  0.000 % |
10.97/11.04	|      4927 |     577     1922     5764 |     1373     1194     21 |  0.002 % |
11.06/11.19	|      7489 |     577     1922     5764 |     1510     1124     17 |  0.002 % |
11.36/11.47	|     11334 |     577     1922     5764 |     1661     1215     21 |  0.000 % |
11.76/11.88	|     17100 |     577     1922     5764 |     1827     1941     33 |  0.002 % |
12.46/12.50	|     25749 |     577     1922     5764 |     2010     1765     30 |  0.000 % |
13.36/13.42	|     38725 |     577     1922     5764 |     2211     1366     17 |  0.002 % |
14.96/15.08	|     58188 |     577     1922     5764 |     2432     2599     47 |  0.002 % |
17.56/17.65	|     87380 |     577     1922     5764 |     2676     2257     38 |  0.000 % |
21.46/21.58	|    131169 |     577     1922     5764 |     2943     2801     44 |  0.002 % |
27.75/27.85	|    196854 |     577     1922     5764 |     3238     2182     37 |  0.000 % |
37.25/37.40	|    295380 |     577     1922     5764 |     3562     3196     45 |  0.002 % |
53.64/53.79	|    443169 |     577     1922     5764 |     3918     3221     51 |  0.002 % |
77.34/77.49	|    664852 |     577     1922     5764 |     4310     3884     60 |  0.000 % |
115.92/116.05	|    997377 |     577     1922     5764 |     4741     3995     53 |  0.000 % |
176.50/176.70	|   1496165 |     577     1922     5764 |     5215     3824     55 |  0.000 % |
274.97/275.17	|   2244348 |     577     1922     5764 |     5736     4354     70 |  0.000 % |
426.43/426.65	|   3366622 |     577     1922     5764 |     6310     4191     54 |  0.002 % |
663.74/664.01	|   5050033 |     577     1922     5764 |     6941     6390     65 |  0.002 % |
1036.82/1037.27	|   7575149 |     577     1922     5764 |     7635     4439     55 |  0.000 % |
1199.47/1199.98	c Bin: Executing minisat20
1199.47/1199.98	c child exit by a signal
1199.47/1199.98	c minisat20 returned code 137.
1199.47/1199.98	c minisat20 returned code 137.
1199.47/1199.98	c satzilla running vallst ... 
1199.47/1199.98	c Bin: Executing vallst
1199.47/1199.98	c vallst returned code 1.
1199.47/1199.98	c vallst returned code 1.
1199.47/1199.98	c satzilla running march_dl ... 
1199.47/1199.98	c Bin: Executing march_dl
1199.47/1199.98	c march_dl returned code 1.
1199.47/1199.98	c march_dl returned code 1.
1199.47/1199.98	c satzilla running zchaff_rand ... 
1199.47/1199.98	c Bin: Executing zchaff_rand
1199.47/1199.98	c zchaff_rand returned code 1.
1199.47/1199.98	c zchaff_rand returned code 1.
1199.47/1199.98	c satzilla running kcnfs ... 
1199.47/1199.98	c Bin: Executing kcnfs
1199.47/1199.98	c kcnfs returned code 1.
1199.47/1199.98	c kcnfs returned code 1.
1199.47/1199.98	c satzilla running eureka ... 
1199.47/1199.98	c Bin: Executing eureka
1199.47/1199.98	c eureka returned code 1.
1199.47/1199.98	c eureka returned code 1.
1199.47/1199.98	c satzilla running kcnfs with preprocessing ... 
1199.47/1199.99	c Preprocessing...
1199.47/1199.99	c Inital problem has 577 variables, 1920 nary clauses (2 binary clauses).
1199.47/1199.99	c Num non-binary clauses 1920, Average non-binary clause length 3.000
1199.47/1199.99	c Theory has no gaps
1199.47/1199.99	c Preprocessor runtime was 0.010 seconds.
1199.47/1199.99	c 
1199.47/1199.99	c Satisfiability of theory still undetermined.
1199.47/1199.99	c See file /tmp/jP4WU7 for simplified theory.
1199.47/1199.99	c Bin: Executing kcnfs
1199.47/1199.99	c kcnfs returned code 1.
1199.47/1199.99	c kcnfs returned code 1.
1199.47/1199.99	c satzilla running march_dl with preprocessing ... 
1199.47/1199.99	c Bin: Executing march_dl
1199.47/1199.99	c march_dl returned code 1.
1199.47/1199.99	c march_dl returned code 1.
1199.47/1199.99	c satzilla running vallst with preprocessing ... 
1199.47/1199.99	c Bin: Executing vallst
1199.47/1199.99	c vallst returned code 1.
1199.47/1199.99	c vallst returned code 1.
1199.47/1199.99	c satzilla running zchaff_rand with preprocessing ... 
1199.47/1199.99	c Bin: Executing zchaff_rand
1199.47/1199.99	c zchaff_rand returned code 1.
1199.47/1199.99	c zchaff_rand returned code 1.
1199.47/1199.99	c satzilla running rsat with preprocessing ... 
1199.47/1199.99	c Bin: Executing rsat
1199.47/1199.99	c rsat returned code 1.
1199.47/1199.99	c rsat returned code 1.
1199.47/1199.99	c satzilla running eureka with preprocessing ... 
1199.47/1199.99	c Bin: Executing eureka
1199.47/1199.99	c eureka returned code 1.
1199.47/1199.99	c eureka returned code 1.
1199.47/1199.99	c satzilla running minisat20 with preprocessing ... 
1199.47/1199.99	c Bin: Executing minisat20
1199.47/1199.99	c minisat20 returned code 1.
1199.47/1199.99	c minisat20 returned code 1.
1199.47/1199.99	c satzilla running rsat ... 
1199.47/1199.99	c Bin: Executing rsat
1199.47/1199.99	c rsat returned code 1.
1199.47/1199.99	c rsat returned code 1.
1199.47/1199.99	c ERROR: All Failed! 
1199.47/1199.99	c SATZILLA_TIME=1199.750000

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/node29/watcher-339060-1173697686 -o ROOT/results/node29/solver-339060-1173697686 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339060-1173697686/SATzilla2007_F /tmp/evaluation/339060-1173697686/instance-339060-1173697686.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 0.99 3/77 6625
/proc/meminfo: memFree=1789216/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) R 6623 6625 3095 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=776 CPUtime=0
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 115 0 0 0 0 0 0 0 18 0 1 0 26075420 794624 108 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134671357 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 193 109 53 118 0 72 0

[startup+0.0455949 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6625
/proc/meminfo: memFree=1789216/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=0.04
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 4 0 0 0 19 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2728

[startup+0.101602 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6625
/proc/meminfo: memFree=1789216/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=0.09
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 9 0 0 0 19 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2728

[startup+0.301631 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6625
/proc/meminfo: memFree=1789216/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=0.29
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 29 0 0 0 21 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2728

[startup+0.701688 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 6625
/proc/meminfo: memFree=1789216/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=0.69
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 69 0 0 0 24 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2728

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 6627
/proc/meminfo: memFree=1788368/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=1.49
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 149 0 0 0 25 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134533013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2728

[startup+3.10203 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 6627
/proc/meminfo: memFree=1788240/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=0
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6626] ppid=6625 vsize=1216 CPUtime=3.09
/proc/6626/stat : 6626 (march_dl) R 6625 6625 3095 0 -1 4194304 253 0 0 0 309 0 0 0 25 0 1 0 26075420 1245184 244 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617541 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6626/statm: 304 244 75 118 0 183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2728

[startup+6.30148 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 6628
/proc/meminfo: memFree=1788432/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1512 CPUtime=4.99
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 149 253 0 0 0 0 499 0 16 0 1 0 26075420 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6625/statm: 378 125 110 260 0 84 0
[pid=6628] ppid=6625 vsize=6188 CPUtime=1.28
/proc/6628/stat : 6628 (ubcsat2006) R 6625 6625 3095 0 -1 4194304 269 0 0 0 108 20 0 0 25 0 1 0 26075920 6336512 251 18446744073709551615 134512640 134777720 4294956592 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6628/statm: 1547 251 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 6629
/proc/meminfo: memFree=1787728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=2348 CPUtime=1.92
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 279 0 0 0 192 0 0 0 25 0 1 0 26076496 2404352 272 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 587 272 58 118 0 465 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 4108

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 3/79 6629
/proc/meminfo: memFree=1786768/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=3332 CPUtime=14.71
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 507 0 0 0 1471 0 0 0 25 0 1 0 26076496 3411968 500 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 833 500 58 118 0 711 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5092

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 6629
/proc/meminfo: memFree=1786064/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=3948 CPUtime=40.3
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 669 0 0 0 4030 0 0 0 25 0 1 0 26076496 4042752 662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527842 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 987 662 58 118 0 865 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5708

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 6629
/proc/meminfo: memFree=1785104/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=4944 CPUtime=91.49
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 904 0 0 0 9148 1 0 0 25 0 1 0 26076496 5062656 897 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 1236 897 58 118 0 1114 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 6704

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 6629
/proc/meminfo: memFree=1784400/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=5604 CPUtime=151.46
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 1088 0 0 0 15145 1 0 0 25 0 1 0 26076496 5738496 1081 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 1401 1081 58 118 0 1279 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 7364

[startup+222.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1783504/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=6428 CPUtime=211.45
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 1288 0 0 0 21143 2 0 0 25 0 1 0 26076496 6582272 1281 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 1607 1281 58 118 0 1485 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 8188

[startup+282.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 6629
/proc/meminfo: memFree=1783120/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=6876 CPUtime=271.43
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 1388 0 0 0 27141 2 0 0 25 0 1 0 26076496 7041024 1381 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 1719 1381 58 118 0 1597 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 8636

[startup+342.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 6629
/proc/meminfo: memFree=1782800/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=7172 CPUtime=331.41
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 1464 0 0 0 33138 3 0 0 25 0 1 0 26076496 7344128 1457 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 1793 1457 58 118 0 1671 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1781008/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=8980 CPUtime=751.27
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 1968 0 0 0 75121 6 0 0 25 0 1 0 26076496 9195520 1921 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525560 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2245 1921 58 118 0 2123 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 10740

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1780752/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9132 CPUtime=811.25
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2021 0 0 0 81119 6 0 0 25 0 1 0 26076496 9351168 1969 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528481 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2283 1969 58 118 0 2161 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 10892

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1780688/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9256 CPUtime=871.23
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2037 0 0 0 87116 7 0 0 25 0 1 0 26076496 9478144 1985 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525846 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2314 1985 58 118 0 2192 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 11016

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1780560/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9428 CPUtime=931.22
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2085 0 0 0 93114 8 0 0 25 0 1 0 26076496 9654272 2033 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527590 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2357 2033 58 118 0 2235 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 11188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1780560/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9428 CPUtime=991.19
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2085 0 0 0 99111 8 0 0 25 0 1 0 26076496 9654272 2033 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525765 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2357 2033 58 118 0 2235 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 11188

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1780176/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9692 CPUtime=1051.17
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2169 0 0 0 105109 8 0 0 25 0 1 0 26076496 9924608 2106 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2423 2106 58 118 0 2301 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 11452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779984/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=9956 CPUtime=1111.16
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2234 0 0 0 111107 9 0 0 25 0 1 0 26076496 10194944 2171 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2489 2171 58 118 0 2367 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 11716

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779856/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10164 CPUtime=1171.13
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2270 0 0 0 117104 9 0 0 25 0 1 0 26076496 10407936 2207 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2541 2207 58 118 0 2419 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 11924

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1179.13
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2289 0 0 0 117904 9 0 0 25 0 1 0 26076496 10498048 2226 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525794 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2226 58 118 0 2441 0
Current children cumulated CPU time (s) 1189.87
Current children cumulated vsize (KiB) 12012

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1185.53
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2289 0 0 0 118544 9 0 0 25 0 1 0 26076496 10498048 2226 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2226 58 118 0 2441 0
Current children cumulated CPU time (s) 1196.27
Current children cumulated vsize (KiB) 12012

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1187.13
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2299 0 0 0 118703 10 0 0 25 0 1 0 26076496 10498048 2236 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2236 58 118 0 2441 0
Current children cumulated CPU time (s) 1197.87
Current children cumulated vsize (KiB) 12012

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1187.93
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2299 0 0 0 118783 10 0 0 25 0 1 0 26076496 10498048 2236 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2236 58 118 0 2441 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 12012

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1188.33
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2299 0 0 0 118823 10 0 0 25 0 1 0 26076496 10498048 2236 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2236 58 118 0 2441 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 12012

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6629
/proc/meminfo: memFree=1779728/2055920 swapFree=4144052/4192956
[pid=6625] ppid=6623 vsize=1760 CPUtime=10.74
/proc/6625/stat : 6625 (SATzilla2007_F) S 6623 6625 3095 0 -1 4194304 607 528 0 0 304 32 700 38 25 0 1 0 26075420 1802240 276 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6625/statm: 440 276 169 260 0 146 0
[pid=6629] ppid=6625 vsize=10252 CPUtime=1188.73
/proc/6629/stat : 6629 (minisat20) R 6625 6625 3095 0 -1 4194304 2299 0 0 0 118863 10 0 0 25 0 1 0 26076496 10498048 2236 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6629/statm: 2563 2236 58 118 0 2441 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 12012

Child status: 17
Real time (s): 1199.99
CPU time (s): 1199.59
CPU user time (s): 1198.78
CPU system time (s): 0.816875
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 12056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.78
system time used= 0.816875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 12919

runsolver used 1.12083 second user time and 3.25251 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Mar 12 11:08:06 UTC 2007

IDJOB= 339060
IDBENCH= 24737
IDSOLVER= 136
FILE ID= node29/339060-1173697686

PBS_JOBID= 4101471

Free space on /tmp= 66547 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339060-1173697686/SATzilla2007_F /tmp/evaluation/339060-1173697686/instance-339060-1173697686.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-339060-1173697686 -o ROOT/results/node29/solver-339060-1173697686 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339060-1173697686/SATzilla2007_F /tmp/evaluation/339060-1173697686/instance-339060-1173697686.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  5d5a2534629561aec3a6f7f6c6034d03

RANDOM SEED= 544071069

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1789624 kB
Buffers:         38304 kB
Cached:         163164 kB
SwapCached:      17832 kB
Active:         140672 kB
Inactive:        86380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789624 kB
SwapTotal:     4192956 kB
SwapFree:      4144052 kB
Dirty:           10148 kB
Writeback:           0 kB
Mapped:          31800 kB
Slab:            24756 kB
Committed_AS:   180524 kB
PageTables:       1760 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= 66547 MiB

End job on node29 on Mon Mar 12 11:28:06 UTC 2007