Trace number 295846

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.58 1200

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1225217164-02.UNSAT.shuffled.cnf
MD5SUMdfb29285da33121880865f644d2f942e
Bench CategoryRANDOM (random 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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data (download as text)

10.62/10.73	c run March_dl for 5 seconds ... 
10.62/10.73	c Bin: Executing march_dl
10.62/10.73	c child exit by a signal
10.62/10.73	c march_dl returned code 137.
10.62/10.73	c run saps for 2 seconds ... 
10.62/10.73	c Bin: Executing ubcsat2006
10.62/10.73	c child exited successfully
10.62/10.73	c ubcsat2006 returned code 0.
10.62/10.73	c satzilla computing base features
10.62/10.73	c satzilla doing unit-prop probe
10.62/10.73	c satzilla doing local search probe
10.62/10.73	c satzilla doing lobjois search-space size estimate
10.62/10.73	c satzilla's ranking:
10.62/10.73	c 1) minisat20: 2.063600
10.62/10.73	c 2) kcnfs: 2.419406
10.62/10.73	c 3) march_dl: 3.328609
10.62/10.73	c 4) eureka: 3.584980
10.62/10.73	c 5) vallst: 4.253928
10.62/10.73	c 6) zchaff_rand: 5.078383
10.62/10.73	c 7) kcnfs+P: 999.000000
10.62/10.73	c 8) march_dl+P: 999.000000
10.62/10.73	c 9) vallst+P: 999.000000
10.62/10.73	c 10) zchaff_rand+P: 999.000000
10.62/10.73	c 11) rsat+P: 999.000000
10.62/10.73	c 12) eureka+P: 999.000000
10.62/10.73	c 13) minisat20+P: 999.000000
10.62/10.73	c 14) rsat: 999.000000
10.62/10.73	c satzilla running minisat20 ... 
10.62/10.73	This is MiniSat 2.0 beta
10.62/10.73	WARNING: for repeatability, setting FPU to use double precision
10.62/10.73	============================[ Problem Statistics ]=============================
10.62/10.73	|                                                                             |
10.62/10.73	|  Number of variables:  70                                                   |
10.62/10.73	|  Number of clauses:    6230                                                 |
10.62/10.74	|  Parsing time:         0.00         s                                       |
10.62/10.74	============================[ Search Statistics ]==============================
10.62/10.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/10.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/10.74	===============================================================================
10.62/10.74	|         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
10.62/10.75	|       101 |      70     6230    43610 |     2284      101     26 |  0.021 % |
10.62/10.75	|       252 |      70     6230    43610 |     2512      252     25 |  0.021 % |
10.70/10.76	|       478 |      70     6230    43610 |     2764      478     26 |  0.021 % |
10.70/10.78	|       816 |      70     6230    43610 |     3040      816     25 |  0.021 % |
10.70/10.80	|      1322 |      70     6230    43610 |     3344     1322     25 |  0.021 % |
10.70/10.83	|      2083 |      70     6230    43610 |     3678     2083     25 |  0.021 % |
10.70/10.89	|      3222 |      70     6230    43610 |     4046     3222     25 |  0.021 % |
10.70/10.98	|      4930 |      70     6230    43610 |     4451     2891     24 |  0.021 % |
10.70/11.12	|      7493 |      70     6230    43610 |     4896     3213     24 |  0.021 % |
11.22/11.35	|     11337 |      70     6230    43610 |     5386     4597     25 |  0.021 % |
11.63/11.71	|     17104 |      70     6230    43610 |     5924     4946     25 |  0.021 % |
12.14/12.29	|     25753 |      70     6230    43610 |     6517     4658     24 |  0.021 % |
13.06/13.21	|     38727 |      70     6230    43610 |     7169     4542     24 |  0.021 % |
14.50/14.61	|     58188 |      70     6230    43610 |     7886     6004     24 |  0.021 % |
16.75/16.81	|     87380 |      70     6230    43610 |     8674     7484     23 |  0.021 % |
20.13/20.22	|    131170 |      70     6230    43610 |     9542     7749     23 |  0.021 % |
25.56/25.68	|    196854 |      70     6230    43610 |    10496     6439     23 |  0.021 % |
34.17/34.29	|    295381 |      70     6230    43610 |    11546    10228     23 |  0.021 % |
47.69/47.84	|    443171 |      70     6230    43610 |    12700     7519     22 |  0.021 % |
69.11/69.27	|    664855 |      70     6230    43610 |    13970     6458     24 |  0.021 % |
103.22/103.33	|    997381 |      70     6230    43610 |    15367    10043     22 |  0.021 % |
159.38/159.56	|   1496169 |      70     6230    43610 |    16904     8491     22 |  0.021 % |
249.73/249.87	|   2244351 |      70     6230    43610 |    18595    11678     23 |  0.021 % |
398.08/398.28	|   3366626 |      70     6230    43610 |    20454    16604     22 |  0.021 % |
639.77/640.05	|   5050038 |      70     6230    43610 |    22500    10304     23 |  0.021 % |
1038.41/1038.86	|   7575156 |      70     6230    43610 |    24750    12076     22 |  0.021 % |
1199.46/1199.96	c Bin: Executing minisat20
1199.46/1199.96	c child exit by a signal
1199.46/1199.96	c minisat20 returned code 137.
1199.46/1199.96	c minisat20 returned code 137.
1199.46/1199.96	c satzilla running kcnfs ... 
1199.46/1199.96	c Bin: Executing kcnfs
1199.46/1199.96	c kcnfs returned code 1.
1199.46/1199.96	c kcnfs returned code 1.
1199.46/1199.96	c satzilla running march_dl ... 
1199.46/1199.96	c Bin: Executing march_dl
1199.46/1199.96	c march_dl returned code 1.
1199.46/1199.96	c march_dl returned code 1.
1199.46/1199.96	c satzilla running eureka ... 
1199.46/1199.96	c Bin: Executing eureka
1199.46/1199.96	c eureka returned code 1.
1199.46/1199.96	c eureka returned code 1.
1199.46/1199.96	c satzilla running vallst ... 
1199.46/1199.96	c Bin: Executing vallst
1199.46/1199.96	c vallst returned code 1.
1199.46/1199.96	c vallst returned code 1.
1199.46/1199.96	c satzilla running zchaff_rand ... 
1199.46/1199.96	c Bin: Executing zchaff_rand
1199.46/1199.96	c zchaff_rand returned code 1.
1199.46/1199.96	c zchaff_rand returned code 1.
1199.46/1199.96	c satzilla running kcnfs with preprocessing ... 
1199.46/1199.99	c Preprocessing...
1199.46/1199.99	c Inital problem has 70 variables, 6230 nary clauses (0 binary clauses).
1199.46/1199.99	c Num non-binary clauses 6230, Average non-binary clause length 7.000
1199.46/1199.99	c Theory has no gaps
1199.46/1199.99	c Preprocessor runtime was 0.020 seconds.
1199.46/1199.99	c 
1199.46/1199.99	c Satisfiability of theory still undetermined.
1199.46/1199.99	c See file /tmp/FINkWG for simplified theory.
1199.46/1199.99	c Bin: Executing kcnfs
1199.46/1199.99	c kcnfs returned code 1.
1199.46/1199.99	c kcnfs returned code 1.
1199.46/1199.99	c satzilla running march_dl with preprocessing ... 
1199.46/1199.99	c Bin: Executing march_dl
1199.46/1199.99	c march_dl returned code 1.
1199.46/1199.99	c march_dl returned code 1.
1199.46/1199.99	c satzilla running vallst with preprocessing ... 
1199.46/1199.99	c Bin: Executing vallst
1199.46/1199.99	c vallst returned code 1.
1199.46/1199.99	c vallst returned code 1.
1199.46/1199.99	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1199.99	c Bin: Executing zchaff_rand
1199.46/1199.99	c zchaff_rand returned code 1.
1199.46/1199.99	c zchaff_rand returned code 1.
1199.46/1199.99	c satzilla running rsat with preprocessing ... 
1199.46/1199.99	c Bin: Executing rsat
1199.46/1199.99	c rsat returned code 1.
1199.46/1199.99	c rsat returned code 1.
1199.46/1199.99	c satzilla running eureka with preprocessing ... 
1199.46/1199.99	c Bin: Executing eureka
1199.46/1199.99	c eureka returned code 1.
1199.46/1199.99	c eureka returned code 1.
1199.46/1199.99	c satzilla running minisat20 with preprocessing ... 
1199.46/1199.99	c Bin: Executing minisat20
1199.46/1199.99	c minisat20 returned code 1.
1199.46/1199.99	c minisat20 returned code 1.
1199.46/1199.99	c satzilla running rsat ... 
1199.46/1200.00	c Bin: Executing rsat
1199.46/1200.00	c rsat returned code 1.
1199.46/1200.00	c rsat returned code 1.
1199.46/1200.00	c ERROR: All Failed! 
1199.46/1200.00	c SATZILLA_TIME=1199.740000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29660
/proc/meminfo: memFree=1063984/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=0
/proc/29660/stat : 29660 (SATzilla2007_F) R 29658 29660 29576 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29661] ppid=29660 vsize=636 CPUtime=0
/proc/29661/stat : 29661 (march_dl) R 29660 29660 29576 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 201268490 651264 78 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29661/statm: 159 78 50 118 0 38 0

[startup+0.106306 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29660
/proc/meminfo: memFree=1063984/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=0
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29661] ppid=29660 vsize=2264 CPUtime=0.1
/proc/29661/stat : 29661 (march_dl) R 29660 29660 29576 0 -1 4194304 1012 0 0 0 10 0 0 0 19 0 1 0 201268490 2318336 335 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29661/statm: 566 335 67 118 0 445 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3776

[startup+0.514371 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29660
/proc/meminfo: memFree=1063984/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=0
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29661] ppid=29660 vsize=2396 CPUtime=0.5
/proc/29661/stat : 29661 (march_dl) R 29660 29660 29576 0 -1 4194304 1038 0 0 0 50 0 0 0 23 0 1 0 201268490 2453504 361 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29661/statm: 599 361 67 118 0 478 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3908

[startup+1.33451 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29662
/proc/meminfo: memFree=1057504/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=0
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29661] ppid=29660 vsize=7104 CPUtime=1.32
/proc/29661/stat : 29661 (march_dl) R 29660 29660 29576 0 -1 4194304 2544 0 0 0 129 3 0 0 25 0 1 0 201268490 7274496 1661 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559702 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29661/statm: 1776 1661 72 118 0 1655 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8616

[startup+2.97078 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 29662
/proc/meminfo: memFree=1057248/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=0
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29661] ppid=29660 vsize=7712 CPUtime=2.95
/proc/29661/stat : 29661 (march_dl) R 29660 29660 29576 0 -1 4194304 2645 0 0 0 292 3 0 0 25 0 1 0 201268490 7897088 1692 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29661/statm: 1928 1692 73 118 0 1807 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9224

[startup+6.25331 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29663
/proc/meminfo: memFree=1062880/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=1512 CPUtime=4.99
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 149 2646 0 0 0 0 495 4 16 0 1 0 201268490 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29660/statm: 378 125 110 260 0 84 0
[pid=29663] ppid=29660 vsize=6188 CPUtime=1.24
/proc/29663/stat : 29663 (ubcsat2006) R 29660 29660 29576 0 -1 4194304 364 0 0 0 119 5 0 0 25 0 1 0 201268990 6336512 346 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/29663/statm: 1547 346 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7064 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1061280/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=3132 CPUtime=1.96
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 481 0 0 0 196 0 0 0 25 0 1 0 201269564 3207168 474 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 783 474 58 118 0 661 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5408

[startup+25.5195 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1060256/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=4088 CPUtime=14.76
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 718 0 0 0 1476 0 0 0 25 0 1 0 201269564 4186112 711 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1022 711 58 118 0 900 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6364

[startup+51.1447 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1059360/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=4932 CPUtime=40.38
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 925 0 0 0 4038 0 0 0 25 0 1 0 201269564 5050368 918 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1233 918 58 118 0 1111 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7208

[startup+102.387 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1058720/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=5636 CPUtime=91.6
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1102 0 0 0 9160 0 0 0 25 0 1 0 201269564 5771264 1095 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1409 1095 58 118 0 1287 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7912

[startup+162.45 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1058144/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=6244 CPUtime=151.65
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1249 0 0 0 15164 1 0 0 25 0 1 0 201269564 6393856 1242 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1561 1242 58 118 0 1439 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 8520

[startup+222.507 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1057760/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=6660 CPUtime=211.68
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1334 0 0 0 21167 1 0 0 25 0 1 0 201269564 6819840 1327 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1665 1327 58 118 0 1543 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 8936

[startup+282.556 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1057376/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=7004 CPUtime=271.71
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1422 0 0 0 27170 1 0 0 25 0 1 0 201269564 7172096 1415 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1751 1415 58 118 0 1629 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 9280

[startup+342.609 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1057056/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=7432 CPUtime=331.74
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1493 0 0 0 33173 1 0 0 25 0 1 0 201269564 7610368 1486 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1858 1486 58 118 0 1736 0
Current children cumulated CPU time (s) 342.44
Current children cumulated vsize (KiB) 9708

[startup+402.669 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1056928/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=7572 CPUtime=391.79
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1542 0 0 0 39177 2 0 0 25 0 1 0 201269564 7753728 1535 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 1893 1535 58 118 0 1771 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 9848

[startup+462.726 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 29666
/proc/meminfo: memFree=1056480/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8000 CPUtime=451.82
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1638 0 0 0 45180 2 0 0 25 0 1 0 201269564 8192000 1631 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525622 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2000 1631 58 118 0 1878 0
Current children cumulated CPU time (s) 462.52

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


[startup+763.016 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055968/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8568 CPUtime=752.01
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1788 0 0 0 75198 3 0 0 25 0 1 0 201269564 8773632 1781 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525460 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2142 1781 58 118 0 2020 0
Current children cumulated CPU time (s) 762.71
Current children cumulated vsize (KiB) 10844

[startup+823.075 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055904/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8712 CPUtime=812.05
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1803 0 0 0 81202 3 0 0 25 0 1 0 201269564 8921088 1796 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2178 1796 58 118 0 2056 0
Current children cumulated CPU time (s) 822.75
Current children cumulated vsize (KiB) 10988

[startup+883.133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055776/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8712 CPUtime=872.08
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1829 0 0 0 87205 3 0 0 25 0 1 0 201269564 8921088 1822 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2178 1822 58 118 0 2056 0
Current children cumulated CPU time (s) 882.78
Current children cumulated vsize (KiB) 10988

[startup+943.185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055776/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8876 CPUtime=932.12
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1843 0 0 0 93208 4 0 0 25 0 1 0 201269564 9089024 1836 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2219 1836 58 118 0 2097 0
Current children cumulated CPU time (s) 942.82
Current children cumulated vsize (KiB) 11152

[startup+1003.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055776/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8876 CPUtime=992.16
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1843 0 0 0 99212 4 0 0 25 0 1 0 201269564 9089024 1836 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2219 1836 58 118 0 2097 0
Current children cumulated CPU time (s) 1002.86
Current children cumulated vsize (KiB) 11152

[startup+1063.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055712/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8876 CPUtime=1052.2
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1860 0 0 0 105216 4 0 0 25 0 1 0 201269564 9089024 1853 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2219 1853 58 118 0 2097 0
Current children cumulated CPU time (s) 1062.9
Current children cumulated vsize (KiB) 11152

[startup+1123.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055712/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=8876 CPUtime=1112.23
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1860 0 0 0 111219 4 0 0 25 0 1 0 201269564 9089024 1853 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2219 1853 58 118 0 2097 0
Current children cumulated CPU time (s) 1122.93
Current children cumulated vsize (KiB) 11152

[startup+1183.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1172.27
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 117223 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525543 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1182.97
Current children cumulated vsize (KiB) 11484

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

[startup+1187.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1176.06
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 117602 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1186.76
Current children cumulated vsize (KiB) 11484

[startup+1193.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1182.61
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 118257 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1193.31
Current children cumulated vsize (KiB) 11484

[startup+1197.05 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1185.89
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 118585 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1196.59
Current children cumulated vsize (KiB) 11484

[startup+1198.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1187.53
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 118749 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1198.23
Current children cumulated vsize (KiB) 11484

[startup+1199.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1188.35
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 118831 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134529458 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1199.05
Current children cumulated vsize (KiB) 11484

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29666
/proc/meminfo: memFree=1055392/2055920 swapFree=4183028/4192956
[pid=29660] ppid=29658 vsize=2276 CPUtime=10.7
/proc/29660/stat : 29660 (SATzilla2007_F) S 29658 29660 29576 0 -1 4194304 935 3016 0 0 353 8 697 12 25 0 1 0 201268490 2330624 392 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/29660/statm: 569 392 169 260 0 275 0
[pid=29666] ppid=29660 vsize=9208 CPUtime=1188.76
/proc/29666/stat : 29666 (minisat20) R 29660 29660 29576 0 -1 4194304 1924 0 0 0 118872 4 0 0 25 0 1 0 201269564 9428992 1917 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/29666/statm: 2302 1917 58 118 0 2180 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 11484

Child status: 17
Real time (s): 1200
CPU time (s): 1199.58
CPU user time (s): 1199.31
CPU system time (s): 0.270958
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 11484

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

runsolver used 0.882865 second user time and 2.39464 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Feb 18 15:38:28 UTC 2007

IDJOB= 295846
IDBENCH= 19922
IDSOLVER= 136
FILE ID= node69/295846-1171813108

PBS_JOBID= 3839690

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1225217164-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295846-1171813108/SATzilla2007_F /tmp/evaluation/295846-1171813108/instance-295846-1171813108.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-295846-1171813108 -o ROOT/results/node69/solver-295846-1171813108 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295846-1171813108/SATzilla2007_F /tmp/evaluation/295846-1171813108/instance-295846-1171813108.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  dfb29285da33121880865f644d2f942e

RANDOM SEED= 232983501

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.261
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.261
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:       1064392 kB
Buffers:         49896 kB
Cached:         831120 kB
SwapCached:       4412 kB
Active:         628548 kB
Inactive:       262284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1064392 kB
SwapTotal:     4192956 kB
SwapFree:      4183028 kB
Dirty:           10432 kB
Writeback:           0 kB
Mapped:          15144 kB
Slab:            86644 kB
Committed_AS:   568928 kB
PageTables:       1472 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= 66554 MiB

End job on node69 on Sun Feb 18 15:58:28 UTC 2007