Trace number 295887

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.5 1200.36

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1107155013-20.UNSAT.shuffled.cnf
MD5SUM54161bb7f5d80f36a000875f17de5551
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.54/10.66	c run March_dl for 5 seconds ... 
10.54/10.66	c Bin: Executing march_dl
10.54/10.66	c child exit by a signal
10.54/10.66	c march_dl returned code 137.
10.54/10.66	c run saps for 2 seconds ... 
10.54/10.66	c Bin: Executing ubcsat2006
10.54/10.66	c child exited successfully
10.54/10.66	c ubcsat2006 returned code 0.
10.54/10.66	c satzilla computing base features
10.54/10.66	c satzilla doing unit-prop probe
10.54/10.66	c satzilla doing local search probe
10.54/10.66	c satzilla doing lobjois search-space size estimate
10.54/10.66	c satzilla's ranking:
10.54/10.66	c 1) minisat20: 2.359237
10.54/10.66	c 2) kcnfs: 2.620339
10.54/10.66	c 3) eureka: 3.319369
10.54/10.66	c 4) march_dl: 3.345692
10.54/10.66	c 5) vallst: 4.321924
10.54/10.66	c 6) zchaff_rand: 5.174866
10.54/10.66	c 7) kcnfs+P: 999.000000
10.54/10.66	c 8) march_dl+P: 999.000000
10.54/10.66	c 9) vallst+P: 999.000000
10.54/10.66	c 10) zchaff_rand+P: 999.000000
10.54/10.66	c 11) rsat+P: 999.000000
10.54/10.66	c 12) eureka+P: 999.000000
10.54/10.66	c 13) minisat20+P: 999.000000
10.54/10.66	c 14) rsat: 999.000000
10.54/10.66	c satzilla running minisat20 ... 
10.54/10.66	This is MiniSat 2.0 beta
10.54/10.66	WARNING: for repeatability, setting FPU to use double precision
10.54/10.66	============================[ Problem Statistics ]=============================
10.54/10.66	|                                                                             |
10.54/10.66	|  Number of variables:  70                                                   |
10.54/10.66	|  Number of clauses:    6230                                                 |
10.63/10.67	|  Parsing time:         0.01         s                                       |
10.63/10.67	============================[ Search Statistics ]==============================
10.63/10.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.67	===============================================================================
10.63/10.67	|         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
10.63/10.67	|       101 |      70     6230    43610 |     2284      101     26 |  0.021 % |
10.63/10.68	|       252 |      70     6230    43610 |     2512      252     26 |  0.021 % |
10.63/10.69	|       477 |      70     6230    43610 |     2764      477     26 |  0.021 % |
10.63/10.71	|       814 |      70     6230    43610 |     3040      814     25 |  0.021 % |
10.63/10.73	|      1321 |      70     6230    43610 |     3344     1321     25 |  0.021 % |
10.63/10.77	|      2080 |      70     6230    43610 |     3678     2080     25 |  0.021 % |
10.63/10.83	|      3220 |      70     6230    43610 |     4046     3220     25 |  0.021 % |
10.63/10.94	|      4928 |      70     6230    43610 |     4451     2888     24 |  0.021 % |
10.63/11.10	|      7492 |      70     6230    43610 |     4896     3206     24 |  0.021 % |
11.24/11.34	|     11337 |      70     6230    43610 |     5386     4591     24 |  0.021 % |
11.65/11.73	|     17103 |      70     6230    43610 |     5924     4936     24 |  0.021 % |
12.27/12.31	|     25753 |      70     6230    43610 |     6517     4648     24 |  0.021 % |
13.08/13.17	|     38727 |      70     6230    43610 |     7169     4526     24 |  0.021 % |
14.41/14.46	|     58188 |      70     6230    43610 |     7886     5988     23 |  0.021 % |
16.46/16.59	|     87382 |      70     6230    43610 |     8674     7473     23 |  0.021 % |
19.74/19.88	|    131171 |      70     6230    43610 |     9542     7737     24 |  0.021 % |
25.07/25.18	|    196856 |      70     6230    43610 |    10496     6405     23 |  0.021 % |
33.26/33.41	|    295382 |      70     6230    43610 |    11546    10214     23 |  0.021 % |
46.57/46.69	|    443171 |      70     6230    43610 |    12700     7535     23 |  0.021 % |
67.48/67.58	|    664857 |      70     6230    43610 |    13970     6486     23 |  0.021 % |
100.97/101.11	|    997383 |      70     6230    43610 |    15367    10051     23 |  0.021 % |
153.74/153.98	|   1496172 |      70     6230    43610 |    16904     8477     22 |  0.021 % |
240.82/241.05	|   2244354 |      70     6230    43610 |    18595    11659     22 |  0.021 % |
381.07/381.48	|   3366629 |      70     6230    43610 |    20454    16592     24 |  0.021 % |
608.59/609.10	|   5050041 |      70     6230    43610 |    22500    10333     21 |  0.021 % |
985.81/986.58	|   7575157 |      70     6230    43610 |    24750    12272     22 |  0.021 % |
1199.43/1200.33	c Bin: Executing minisat20
1199.43/1200.33	c child exit by a signal
1199.43/1200.33	c minisat20 returned code 137.
1199.43/1200.33	c minisat20 returned code 137.
1199.43/1200.33	c satzilla running kcnfs ... 
1199.43/1200.33	c Bin: Executing kcnfs
1199.43/1200.33	c kcnfs returned code 1.
1199.43/1200.33	c kcnfs returned code 1.
1199.43/1200.33	c satzilla running eureka ... 
1199.43/1200.33	c Bin: Executing eureka
1199.43/1200.33	c eureka returned code 1.
1199.43/1200.33	c eureka returned code 1.
1199.43/1200.33	c satzilla running march_dl ... 
1199.43/1200.33	c Bin: Executing march_dl
1199.43/1200.33	c march_dl returned code 1.
1199.43/1200.33	c march_dl returned code 1.
1199.43/1200.33	c satzilla running vallst ... 
1199.43/1200.33	c Bin: Executing vallst
1199.43/1200.33	c vallst returned code 1.
1199.43/1200.33	c vallst returned code 1.
1199.43/1200.33	c satzilla running zchaff_rand ... 
1199.43/1200.33	c Bin: Executing zchaff_rand
1199.43/1200.33	c zchaff_rand returned code 1.
1199.43/1200.33	c zchaff_rand returned code 1.
1199.43/1200.33	c satzilla running kcnfs with preprocessing ... 
1199.43/1200.36	c Preprocessing...
1199.43/1200.36	c Inital problem has 70 variables, 6230 nary clauses (0 binary clauses).
1199.43/1200.36	c Num non-binary clauses 6230, Average non-binary clause length 7.000
1199.43/1200.36	c Theory has no gaps
1199.43/1200.36	c Preprocessor runtime was 0.010 seconds.
1199.43/1200.36	c 
1199.43/1200.36	c Satisfiability of theory still undetermined.
1199.43/1200.36	c See file /tmp/aqDzzo for simplified theory.
1199.43/1200.36	c Bin: Executing kcnfs
1199.43/1200.36	c kcnfs returned code 1.
1199.43/1200.36	c kcnfs returned code 1.
1199.43/1200.36	c satzilla running march_dl with preprocessing ... 
1199.43/1200.36	c Bin: Executing march_dl
1199.43/1200.36	c march_dl returned code 1.
1199.43/1200.36	c march_dl returned code 1.
1199.43/1200.36	c satzilla running vallst with preprocessing ... 
1199.43/1200.36	c Bin: Executing vallst
1199.43/1200.36	c vallst returned code 1.
1199.43/1200.36	c vallst returned code 1.
1199.43/1200.36	c satzilla running zchaff_rand with preprocessing ... 
1199.43/1200.36	c Bin: Executing zchaff_rand
1199.43/1200.36	c zchaff_rand returned code 1.
1199.43/1200.36	c zchaff_rand returned code 1.
1199.43/1200.36	c satzilla running rsat with preprocessing ... 
1199.43/1200.36	c Bin: Executing rsat
1199.43/1200.36	c rsat returned code 1.
1199.43/1200.36	c rsat returned code 1.
1199.43/1200.36	c satzilla running eureka with preprocessing ... 
1199.43/1200.36	c Bin: Executing eureka
1199.43/1200.36	c eureka returned code 1.
1199.43/1200.36	c eureka returned code 1.
1199.43/1200.36	c satzilla running minisat20 with preprocessing ... 
1199.43/1200.36	c Bin: Executing minisat20
1199.43/1200.36	c minisat20 returned code 1.
1199.43/1200.36	c minisat20 returned code 1.
1199.43/1200.36	c satzilla running rsat ... 
1199.43/1200.36	c Bin: Executing rsat
1199.43/1200.36	c rsat returned code 1.
1199.43/1200.36	c rsat returned code 1.
1199.43/1200.36	c ERROR: All Failed! 
1199.43/1200.36	c SATZILLA_TIME=1199.660000

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/node35/watcher-295887-1171813991 -o ROOT/results/node35/solver-295887-1171813991 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295887-1171813991/SATzilla2007_F /tmp/evaluation/295887-1171813991/instance-295887-1171813991.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 13590
/proc/meminfo: memFree=637480/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=0
/proc/13590/stat : 13590 (SATzilla2007_F) R 13588 13590 13407 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 0 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13591] ppid=13590 vsize=636 CPUtime=0
/proc/13591/stat : 13591 (march_dl) R 13590 13590 13407 0 -1 4194304 86 0 0 0 0 0 0 0 18 0 1 0 175162836 651264 80 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134549887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13591/statm: 159 80 50 118 0 38 0

[startup+0.107744 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13590
/proc/meminfo: memFree=637480/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=0
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13591] ppid=13590 vsize=2264 CPUtime=0.1
/proc/13591/stat : 13591 (march_dl) R 13590 13590 13407 0 -1 4194304 1020 0 0 0 10 0 0 0 20 0 1 0 175162836 2318336 334 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13591/statm: 566 334 67 118 0 445 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3776

[startup+0.515821 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13590
/proc/meminfo: memFree=637480/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=0
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13591] ppid=13590 vsize=2396 CPUtime=0.51
/proc/13591/stat : 13591 (march_dl) R 13590 13590 13407 0 -1 4194304 1055 0 0 0 51 0 0 0 24 0 1 0 175162836 2453504 369 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13591/statm: 599 369 67 118 0 478 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3908

[startup+1.33798 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13592
/proc/meminfo: memFree=631064/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=0
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13591] ppid=13590 vsize=7196 CPUtime=1.32
/proc/13591/stat : 13591 (march_dl) R 13590 13590 13407 0 -1 4194304 2520 0 0 0 132 0 0 0 25 0 1 0 175162836 7368704 1657 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559582 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13591/statm: 1799 1657 72 118 0 1678 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8708

[startup+2.98031 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 13592
/proc/meminfo: memFree=630936/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=0
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13591] ppid=13590 vsize=6800 CPUtime=2.97
/proc/13591/stat : 13591 (march_dl) R 13590 13590 13407 0 -1 4194304 3056 0 0 0 296 1 0 0 25 0 1 0 175162836 6963200 1590 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 0 0 0
/proc/13591/statm: 1700 1590 74 118 0 1579 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 8312

[startup+6.25899 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 13593
/proc/meminfo: memFree=636248/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=1512 CPUtime=4.99
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 149 3056 0 0 0 0 498 1 16 0 1 0 175162836 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 378 125 110 260 0 84 0
[pid=13593] ppid=13590 vsize=6188 CPUtime=1.24
/proc/13593/stat : 13593 (ubcsat2006) R 13590 13590 13407 0 -1 4194304 364 0 0 0 120 4 0 0 25 0 1 0 175163336 6336512 346 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134553161 0 0 8392704 0 0 0 0 17 1 0 0
/proc/13593/statm: 1547 346 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7262 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 13594
/proc/meminfo: memFree=634520/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=3132 CPUtime=2.05
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 489 0 0 0 205 0 0 0 25 0 1 0 175163902 3207168 482 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 783 482 58 118 0 661 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5416

[startup+25.5368 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 13594
/proc/meminfo: memFree=633752/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=4092 CPUtime=14.85
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 737 0 0 0 1485 0 0 0 25 0 1 0 175163902 4190208 730 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1023 730 58 118 0 901 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6376

[startup+51.1698 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 13594
/proc/meminfo: memFree=632920/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=4812 CPUtime=40.45
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 903 0 0 0 4045 0 0 0 25 0 1 0 175163902 4927488 896 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1203 896 58 118 0 1081 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7096

[startup+102.43 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 13594
/proc/meminfo: memFree=632280/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=5560 CPUtime=91.67
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1084 0 0 0 9167 0 0 0 25 0 1 0 175163902 5693440 1077 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1390 1077 58 118 0 1268 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7844

[startup+162.511 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13594
/proc/meminfo: memFree=631768/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=6120 CPUtime=151.71
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1214 0 0 0 15171 0 0 0 25 0 1 0 175163902 6266880 1207 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1530 1207 58 118 0 1408 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 8404

[startup+222.592 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13594
/proc/meminfo: memFree=631448/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=6432 CPUtime=211.74
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1298 0 0 0 21174 0 0 0 25 0 1 0 175163902 6586368 1291 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1608 1291 58 118 0 1486 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 8716

[startup+282.669 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13594
/proc/meminfo: memFree=630872/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=7028 CPUtime=271.78
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1418 0 0 0 27178 0 0 0 25 0 1 0 175163902 7196672 1411 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1757 1411 58 118 0 1635 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 9312

[startup+342.747 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13594
/proc/meminfo: memFree=630680/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=7312 CPUtime=331.82
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1481 0 0 0 33182 0 0 0 25 0 1 0 175163902 7487488 1474 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1828 1474 58 118 0 1706 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 9596

[startup+402.823 s]
/proc/loadavg: 1.03 1.00 1.00 2/66 13594
/proc/meminfo: memFree=630360/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=7596 CPUtime=391.86
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1553 0 0 0 39186 0 0 0 25 0 1 0 175163902 7778304 1546 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1899 1546 58 118 0 1777 0
Current children cumulated CPU time (s) 402.49
Current children cumulated vsize (KiB) 9880

[startup+462.896 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 13594
/proc/meminfo: memFree=630168/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=7880 CPUtime=451.91
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1607 0 0 0 45190 1 0 0 25 0 1 0 175163902 8069120 1600 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 1970 1600 58 118 0 1848 0
Current children cumulated CPU time (s) 462.54

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


[startup+823.335 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629208/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8592 CPUtime=812.09
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1810 0 0 0 81191 18 0 0 25 0 1 0 175163902 8798208 1803 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2148 1803 58 118 0 2026 0
Current children cumulated CPU time (s) 822.72
Current children cumulated vsize (KiB) 10876

[startup+883.418 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 13792
/proc/meminfo: memFree=629208/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8592 CPUtime=872.13
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1814 0 0 0 87195 18 0 0 25 0 1 0 175163902 8798208 1807 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2148 1807 58 118 0 2026 0
Current children cumulated CPU time (s) 882.76
Current children cumulated vsize (KiB) 10876

[startup+943.5 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 13792
/proc/meminfo: memFree=629208/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8592 CPUtime=932.16
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1818 0 0 0 93198 18 0 0 25 0 1 0 175163902 8798208 1811 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525440 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2148 1811 58 118 0 2026 0
Current children cumulated CPU time (s) 942.79
Current children cumulated vsize (KiB) 10876

[startup+1003.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8768 CPUtime=992.19
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1837 0 0 0 99201 18 0 0 25 0 1 0 175163902 8978432 1830 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2192 1830 58 118 0 2070 0
Current children cumulated CPU time (s) 1002.82
Current children cumulated vsize (KiB) 11052

[startup+1063.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8768 CPUtime=1052.23
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1840 0 0 0 105205 18 0 0 25 0 1 0 175163902 8978432 1833 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2192 1833 58 118 0 2070 0
Current children cumulated CPU time (s) 1062.86
Current children cumulated vsize (KiB) 11052

[startup+1123.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8768 CPUtime=1112.26
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1861 0 0 0 111208 18 0 0 25 0 1 0 175163902 8978432 1854 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2192 1854 58 118 0 2070 0
Current children cumulated CPU time (s) 1122.89
Current children cumulated vsize (KiB) 11052

[startup+1183.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1172.29
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 117211 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1182.92
Current children cumulated vsize (KiB) 11196

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

[startup+1187.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1176.19
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 117601 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1186.82
Current children cumulated vsize (KiB) 11196

[startup+1194.26 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629144/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1182.75
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118257 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1193.38
Current children cumulated vsize (KiB) 11196

[startup+1197.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629080/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1186.03
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118585 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1196.66
Current children cumulated vsize (KiB) 11196

[startup+1199.19 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629080/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1187.67
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118749 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1198.3
Current children cumulated vsize (KiB) 11196

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629080/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1188.49
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118831 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 11196

[startup+1200.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629080/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1188.69
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118851 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 11196

[startup+1200.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 13792
/proc/meminfo: memFree=629080/2055920 swapFree=4183700/4192956
[pid=13590] ppid=13588 vsize=2284 CPUtime=10.63
/proc/13590/stat : 13590 (SATzilla2007_F) S 13588 13590 13407 0 -1 4194304 935 3426 0 0 347 8 700 8 25 0 1 0 175162836 2338816 393 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/13590/statm: 571 393 169 260 0 277 0
[pid=13594] ppid=13590 vsize=8912 CPUtime=1188.8
/proc/13594/stat : 13594 (minisat20) R 13590 13590 13407 0 -1 4194304 1879 0 0 0 118862 18 0 0 25 0 1 0 175163902 9125888 1872 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/13594/statm: 2228 1872 58 118 0 2106 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 11196

Child status: 17
Real time (s): 1200.36
CPU time (s): 1199.5
CPU user time (s): 1199.15
CPU system time (s): 0.354946
CPU usage (%): 99.9284
Max. virtual memory (cumulated for all children) (KiB): 11196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.15
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 4637

runsolver used 1.11783 second user time and 3.15052 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Feb 18 15:53:11 UTC 2007

IDJOB= 295887
IDBENCH= 19923
IDSOLVER= 136
FILE ID= node35/295887-1171813991

PBS_JOBID= 3839627

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-S1107155013-20.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295887-1171813991/SATzilla2007_F /tmp/evaluation/295887-1171813991/instance-295887-1171813991.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-295887-1171813991 -o ROOT/results/node35/solver-295887-1171813991 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295887-1171813991/SATzilla2007_F /tmp/evaluation/295887-1171813991/instance-295887-1171813991.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  54161bb7f5d80f36a000875f17de5551

RANDOM SEED= 751958898

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.263
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.263
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:        637952 kB
Buffers:         43040 kB
Cached:        1270020 kB
SwapCached:       3828 kB
Active:         853388 kB
Inactive:       469792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        637952 kB
SwapTotal:     4192956 kB
SwapFree:      4183700 kB
Dirty:           10296 kB
Writeback:           0 kB
Mapped:          15340 kB
Slab:            80900 kB
Committed_AS:   680068 kB
PageTables:       1412 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 node35 on Sun Feb 18 16:13:12 UTC 2007