Trace number 295149

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.51 1199.94

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
MD5SUM87601d6b29694c44112ef8c86b506fed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.73958
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
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 55785

Solver Data (download as text)

10.53/10.66	c run March_dl for 5 seconds ... 
10.53/10.66	c Bin: Executing march_dl
10.53/10.66	c child exit by a signal
10.53/10.66	c march_dl returned code 137.
10.53/10.66	c run saps for 2 seconds ... 
10.53/10.66	c Bin: Executing ubcsat2006
10.53/10.66	c child exited successfully
10.53/10.66	c ubcsat2006 returned code 0.
10.53/10.66	c satzilla computing base features
10.53/10.66	c satzilla doing unit-prop probe
10.53/10.66	c satzilla doing local search probe
10.53/10.66	c satzilla doing lobjois search-space size estimate
10.53/10.66	c satzilla's ranking:
10.53/10.66	c 1) minisat20: 2.385845
10.53/10.66	c 2) kcnfs: 2.487528
10.53/10.66	c 3) eureka: 3.287249
10.53/10.66	c 4) march_dl: 3.323777
10.53/10.66	c 5) vallst: 4.156821
10.53/10.66	c 6) zchaff_rand: 5.034180
10.53/10.66	c 7) kcnfs+P: 999.000000
10.53/10.66	c 8) march_dl+P: 999.000000
10.53/10.66	c 9) vallst+P: 999.000000
10.53/10.66	c 10) zchaff_rand+P: 999.000000
10.53/10.66	c 11) rsat+P: 999.000000
10.53/10.66	c 12) eureka+P: 999.000000
10.53/10.66	c 13) minisat20+P: 999.000000
10.53/10.66	c 14) rsat: 999.000000
10.53/10.66	c satzilla running minisat20 ... 
10.53/10.66	This is MiniSat 2.0 beta
10.53/10.66	WARNING: for repeatability, setting FPU to use double precision
10.53/10.66	============================[ Problem Statistics ]=============================
10.53/10.66	|                                                                             |
10.53/10.66	|  Number of variables:  65                                                   |
10.53/10.66	|  Number of clauses:    5785                                                 |
10.63/10.66	|  Parsing time:         0.00         s                                       |
10.63/10.66	============================[ Search Statistics ]==============================
10.63/10.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.66	===============================================================================
10.63/10.66	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
10.63/10.67	|       101 |      65     5785    40495 |     2121      101     24 |  0.024 % |
10.63/10.68	|       251 |      65     5785    40495 |     2333      251     23 |  0.024 % |
10.63/10.69	|       476 |      65     5785    40495 |     2566      476     23 |  0.024 % |
10.63/10.70	|       814 |      65     5785    40495 |     2823      814     23 |  0.024 % |
10.63/10.72	|      1321 |      65     5785    40495 |     3105     1321     23 |  0.024 % |
10.63/10.75	|      2080 |      65     5785    40495 |     3416     2080     23 |  0.024 % |
10.63/10.81	|      3220 |      65     5785    40495 |     3757     3220     23 |  0.024 % |
10.63/10.90	|      4928 |      65     5785    40495 |     4133     3037     23 |  0.024 % |
10.63/11.04	|      7492 |      65     5785    40495 |     4546     3518     22 |  0.024 % |
10.63/11.25	|     11336 |      65     5785    40495 |     5001     2783     21 |  0.024 % |
11.55/11.59	|     17103 |      65     5785    40495 |     5501     3520     22 |  0.024 % |
12.06/12.13	|     25753 |      65     5785    40495 |     6051     3878     21 |  0.024 % |
12.88/12.96	|     38728 |      65     5785    40495 |     6657     4693     22 |  0.024 % |
14.21/14.26	|     58189 |      65     5785    40495 |     7322     4102     22 |  0.024 % |
16.26/16.33	|     87382 |      65     5785    40495 |     8055     3889     21 |  0.024 % |
19.44/19.56	|    131171 |      65     5785    40495 |     8860     7269     21 |  0.024 % |
24.56/24.68	|    196856 |      65     5785    40495 |     9746     6288     21 |  0.024 % |
32.35/32.46	|    295382 |      65     5785    40495 |    10721     7077     21 |  0.024 % |
44.84/44.95	|    443171 |      65     5785    40495 |    11793     9768     21 |  0.024 % |
64.72/64.89	|    664855 |      65     5785    40495 |    12972     6880     22 |  0.024 % |
96.18/96.30	|    997381 |      65     5785    40495 |    14270     7931     21 |  0.024 % |
146.90/147.03	|   1496171 |      65     5785    40495 |    15697    13528     20 |  0.024 % |
229.69/229.90	|   2244353 |      65     5785    40495 |    17266    14954     21 |  0.024 % |
362.28/362.52	|   3366630 |      65     5785    40495 |    18993    13380     20 |  0.024 % |
575.63/575.95	|   5050041 |      65     5785    40495 |    20892    13786     20 |  0.024 % |
926.28/926.72	|   7575157 |      65     5785    40495 |    22982    18535     20 |  0.024 % |
1199.36/1199.91	c Bin: Executing minisat20
1199.36/1199.91	c child exit by a signal
1199.36/1199.91	c minisat20 returned code 137.
1199.36/1199.91	c minisat20 returned code 137.
1199.36/1199.91	c satzilla running kcnfs ... 
1199.36/1199.91	c Bin: Executing kcnfs
1199.36/1199.91	c kcnfs returned code 1.
1199.36/1199.91	c kcnfs returned code 1.
1199.36/1199.91	c satzilla running eureka ... 
1199.36/1199.91	c Bin: Executing eureka
1199.36/1199.91	c eureka returned code 1.
1199.36/1199.91	c eureka returned code 1.
1199.36/1199.91	c satzilla running march_dl ... 
1199.36/1199.91	c Bin: Executing march_dl
1199.36/1199.91	c march_dl returned code 1.
1199.36/1199.91	c march_dl returned code 1.
1199.36/1199.91	c satzilla running vallst ... 
1199.36/1199.91	c Bin: Executing vallst
1199.36/1199.91	c vallst returned code 1.
1199.36/1199.91	c vallst returned code 1.
1199.36/1199.91	c satzilla running zchaff_rand ... 
1199.36/1199.91	c Bin: Executing zchaff_rand
1199.36/1199.91	c zchaff_rand returned code 1.
1199.36/1199.91	c zchaff_rand returned code 1.
1199.36/1199.91	c satzilla running kcnfs with preprocessing ... 
1199.48/1199.94	c Preprocessing...
1199.48/1199.94	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
1199.48/1199.94	c Num non-binary clauses 5785, Average non-binary clause length 7.000
1199.48/1199.94	c Theory has no gaps
1199.48/1199.94	c Preprocessor runtime was 0.020 seconds.
1199.48/1199.94	c 
1199.48/1199.94	c Satisfiability of theory still undetermined.
1199.48/1199.94	c See file /tmp/GRdeLG for simplified theory.
1199.48/1199.94	c Bin: Executing kcnfs
1199.48/1199.94	c kcnfs returned code 1.
1199.48/1199.94	c kcnfs returned code 1.
1199.48/1199.94	c satzilla running march_dl with preprocessing ... 
1199.48/1199.94	c Bin: Executing march_dl
1199.48/1199.94	c march_dl returned code 1.
1199.48/1199.94	c march_dl returned code 1.
1199.48/1199.94	c satzilla running vallst with preprocessing ... 
1199.48/1199.94	c Bin: Executing vallst
1199.48/1199.94	c vallst returned code 1.
1199.48/1199.94	c vallst returned code 1.
1199.48/1199.94	c satzilla running zchaff_rand with preprocessing ... 
1199.48/1199.94	c Bin: Executing zchaff_rand
1199.48/1199.94	c zchaff_rand returned code 1.
1199.48/1199.94	c zchaff_rand returned code 1.
1199.48/1199.94	c satzilla running rsat with preprocessing ... 
1199.48/1199.94	c Bin: Executing rsat
1199.48/1199.94	c rsat returned code 1.
1199.48/1199.94	c rsat returned code 1.
1199.48/1199.94	c satzilla running eureka with preprocessing ... 
1199.48/1199.94	c Bin: Executing eureka
1199.48/1199.94	c eureka returned code 1.
1199.48/1199.94	c eureka returned code 1.
1199.48/1199.94	c satzilla running minisat20 with preprocessing ... 
1199.48/1199.94	c Bin: Executing minisat20
1199.48/1199.94	c minisat20 returned code 1.
1199.48/1199.94	c minisat20 returned code 1.
1199.48/1199.94	c satzilla running rsat ... 
1199.48/1199.94	c Bin: Executing rsat
1199.48/1199.94	c rsat returned code 1.
1199.48/1199.94	c rsat returned code 1.
1199.48/1199.94	c ERROR: All Failed! 
1199.48/1199.94	c SATZILLA_TIME=1199.670000

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/node26/watcher-295149-1171800755 -o ROOT/results/node26/solver-295149-1171800755 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295149-1171800755/SATzilla2007_F /tmp/evaluation/295149-1171800755/instance-295149-1171800755.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: 1.00 1.00 1.00 3/77 9810
/proc/meminfo: memFree=799168/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=0
/proc/9810/stat : 9810 (SATzilla2007_F) R 9808 9810 9426 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9811] ppid=9810 vsize=636 CPUtime=0
/proc/9811/stat : 9811 (march_dl) R 9810 9810 9426 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 200029155 651264 78 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134775543 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9811/statm: 159 78 50 118 0 38 0

[startup+0.107362 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9810
/proc/meminfo: memFree=799168/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=0
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9811] ppid=9810 vsize=2164 CPUtime=0.1
/proc/9811/stat : 9811 (march_dl) R 9810 9810 9426 0 -1 4194304 920 0 0 0 10 0 0 0 19 0 1 0 200029155 2215936 320 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9811/statm: 541 320 67 118 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3676

[startup+0.515431 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9810
/proc/meminfo: memFree=799168/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=0
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9811] ppid=9810 vsize=2296 CPUtime=0.5
/proc/9811/stat : 9811 (march_dl) R 9810 9810 9426 0 -1 4194304 959 0 0 0 50 0 0 0 23 0 1 0 200029155 2351104 359 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9811/statm: 574 359 67 118 0 453 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3808

[startup+1.33657 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9812
/proc/meminfo: memFree=793200/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=0
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9811] ppid=9810 vsize=7060 CPUtime=1.32
/proc/9811/stat : 9811 (march_dl) R 9810 9810 9426 0 -1 4194304 2309 0 0 0 132 0 0 0 25 0 1 0 200029155 7229440 1466 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134580794 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9811/statm: 1765 1466 72 118 0 1644 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8572

[startup+2.97986 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9812
/proc/meminfo: memFree=792944/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=0
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9811] ppid=9810 vsize=7060 CPUtime=2.96
/proc/9811/stat : 9811 (march_dl) R 9810 9810 9426 0 -1 4194304 2396 0 0 0 296 0 0 0 25 0 1 0 200029155 7229440 1553 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134514052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9811/statm: 1765 1553 74 118 0 1644 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8572

[startup+6.25643 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9813
/proc/meminfo: memFree=798000/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=1512 CPUtime=4.99
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 149 2396 0 0 0 0 499 0 16 0 1 0 200029155 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9810/statm: 378 125 110 260 0 84 0
[pid=9813] ppid=9810 vsize=6188 CPUtime=1.24
/proc/9813/stat : 9813 (ubcsat2006) R 9810 9810 9426 0 -1 4194304 355 0 0 0 119 5 0 0 25 0 1 0 200029656 6336512 337 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9813/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7216 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=796592/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=2888 CPUtime=2.05
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 438 0 0 0 205 0 0 0 25 0 1 0 200030222 2957312 431 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 722 431 58 118 0 600 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5132

[startup+25.5328 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 9814
/proc/meminfo: memFree=795824/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=3852 CPUtime=14.85
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 656 0 0 0 1485 0 0 0 25 0 1 0 200030222 3944448 649 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 963 649 58 118 0 841 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6096

[startup+51.1632 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=795056/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=4548 CPUtime=40.47
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 828 0 0 0 4047 0 0 0 25 0 1 0 200030222 4657152 821 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1137 821 58 118 0 1015 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 6792

[startup+102.412 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=794416/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=5304 CPUtime=91.69
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1005 0 0 0 9169 0 0 0 25 0 1 0 200030222 5431296 998 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1326 998 58 118 0 1204 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 7548

[startup+162.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=793776/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=5936 CPUtime=151.74
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1144 0 0 0 15173 1 0 0 25 0 1 0 200030222 6078464 1137 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525482 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1484 1137 58 118 0 1362 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 8180

[startup+222.547 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=793520/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=6220 CPUtime=211.79
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1214 0 0 0 21178 1 0 0 25 0 1 0 200030222 6369280 1207 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1555 1207 58 118 0 1433 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 8464

[startup+282.612 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=793200/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=6508 CPUtime=271.83
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1280 0 0 0 27181 2 0 0 25 0 1 0 200030222 6664192 1273 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1627 1273 58 118 0 1505 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 8752

[startup+342.682 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=793008/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=6648 CPUtime=331.88
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1334 0 0 0 33186 2 0 0 25 0 1 0 200030222 6807552 1327 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525548 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1662 1327 58 118 0 1540 0
Current children cumulated CPU time (s) 342.51
Current children cumulated vsize (KiB) 8892

[startup+402.751 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=792688/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=7088 CPUtime=391.93
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1416 0 0 0 39190 3 0 0 25 0 1 0 200030222 7258112 1409 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1772 1409 58 118 0 1650 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 9332

[startup+462.82 s]
/proc/loadavg: 1.07 1.02 1.00 2/79 9814
/proc/meminfo: memFree=792496/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=7232 CPUtime=451.97
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1461 0 0 0 45194 3 0 0 25 0 1 0 200030222 7405568 1454 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1808 1454 58 118 0 1686 0
Current children cumulated CPU time (s) 462.6

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

/proc/9814/statm: 1950 1598 58 118 0 1828 0
Current children cumulated CPU time (s) 702.8
Current children cumulated vsize (KiB) 10044

[startup+763.153 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791920/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=7940 CPUtime=752.21
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1622 0 0 0 75215 6 0 0 25 0 1 0 200030222 8130560 1615 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528264 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 1985 1615 58 118 0 1863 0
Current children cumulated CPU time (s) 762.84
Current children cumulated vsize (KiB) 10184

[startup+823.223 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791792/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8084 CPUtime=812.25
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1659 0 0 0 81219 6 0 0 25 0 1 0 200030222 8278016 1652 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2021 1652 58 118 0 1899 0
Current children cumulated CPU time (s) 822.88
Current children cumulated vsize (KiB) 10328

[startup+883.294 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791728/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8084 CPUtime=872.31
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1664 0 0 0 87224 7 0 0 25 0 1 0 200030222 8278016 1657 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525560 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2021 1657 58 118 0 1899 0
Current children cumulated CPU time (s) 882.94
Current children cumulated vsize (KiB) 10328

[startup+943.365 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791664/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8228 CPUtime=932.36
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1708 0 0 0 93229 7 0 0 25 0 1 0 200030222 8425472 1701 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2057 1701 58 118 0 1935 0
Current children cumulated CPU time (s) 942.99
Current children cumulated vsize (KiB) 10472

[startup+1003.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791664/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8228 CPUtime=992.4
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1712 0 0 0 99233 7 0 0 25 0 1 0 200030222 8425472 1705 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2057 1705 58 118 0 1935 0
Current children cumulated CPU time (s) 1003.03
Current children cumulated vsize (KiB) 10472

[startup+1063.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791536/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8392 CPUtime=1052.46
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1739 0 0 0 105238 8 0 0 25 0 1 0 200030222 8593408 1732 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2098 1732 58 118 0 1976 0
Current children cumulated CPU time (s) 1063.09
Current children cumulated vsize (KiB) 10636

[startup+1123.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1112.49
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1771 0 0 0 111241 8 0 0 25 0 1 0 200030222 8740864 1764 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1764 58 118 0 2012 0
Current children cumulated CPU time (s) 1123.12
Current children cumulated vsize (KiB) 10780

[startup+1183.64 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1172.55
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1774 0 0 0 117246 9 0 0 25 0 1 0 200030222 8740864 1767 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1767 58 118 0 2012 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 10780

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

[startup+1187.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1176.34
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1775 0 0 0 117625 9 0 0 25 0 1 0 200030222 8740864 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1768 58 118 0 2012 0
Current children cumulated CPU time (s) 1186.97
Current children cumulated vsize (KiB) 10780

[startup+1193.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1182.89
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1775 0 0 0 118280 9 0 0 25 0 1 0 200030222 8740864 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1768 58 118 0 2012 0
Current children cumulated CPU time (s) 1193.52
Current children cumulated vsize (KiB) 10780

[startup+1197.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1186.17
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1775 0 0 0 118608 9 0 0 25 0 1 0 200030222 8740864 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525802 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1768 58 118 0 2012 0
Current children cumulated CPU time (s) 1196.8
Current children cumulated vsize (KiB) 10780

[startup+1198.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1187.81
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1775 0 0 0 118772 9 0 0 25 0 1 0 200030222 8740864 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1768 58 118 0 2012 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 10780

[startup+1199.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=2244 CPUtime=10.63
/proc/9810/stat : 9810 (SATzilla2007_F) S 9808 9810 9426 0 -1 4194304 902 2757 0 0 349 6 700 8 25 0 1 0 200029155 2297856 383 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/9810/statm: 561 383 169 260 0 267 0
[pid=9814] ppid=9810 vsize=8536 CPUtime=1188.63
/proc/9814/stat : 9814 (minisat20) R 9810 9810 9426 0 -1 4194304 1775 0 0 0 118854 9 0 0 25 0 1 0 200030222 8740864 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/9814/statm: 2134 1768 58 118 0 2012 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 10780

[startup+1199.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 9814
/proc/meminfo: memFree=791344/2055920 swapFree=4131780/4192956
[pid=9810] ppid=9808 vsize=3316 CPUtime=1199.48
/proc/9810/stat : 9810 (SATzilla2007_F) R 9808 9810 9426 0 -1 4194304 1235 4533 0 0 351 6 119573 18 18 0 1 0 200029155 3395584 635 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135223325 0 0 4096 0 0 0 0 17 1 0 0
/proc/9810/statm: 829 635 176 260 0 535 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 3316

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.51
CPU user time (s): 1199.25
CPU system time (s): 0.255961
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 10780

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

runsolver used 1.21182 second user time and 3.05154 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Sun Feb 18 12:12:35 UTC 2007

IDJOB= 295149
IDBENCH= 19905
IDSOLVER= 136
FILE ID= node26/295149-1171800755

PBS_JOBID= 3839601

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S461794864-15.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295149-1171800755/SATzilla2007_F /tmp/evaluation/295149-1171800755/instance-295149-1171800755.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-295149-1171800755 -o ROOT/results/node26/solver-295149-1171800755 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295149-1171800755/SATzilla2007_F /tmp/evaluation/295149-1171800755/instance-295149-1171800755.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  87601d6b29694c44112ef8c86b506fed

RANDOM SEED= 183791189

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:        799576 kB
Buffers:         42836 kB
Cached:        1072328 kB
SwapCached:      40904 kB
Active:         780976 kB
Inactive:       384988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        799576 kB
SwapTotal:     4192956 kB
SwapFree:      4131780 kB
Dirty:           10284 kB
Writeback:           0 kB
Mapped:          29868 kB
Slab:            76004 kB
Committed_AS:   587804 kB
PageTables:       1680 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 node26 on Sun Feb 18 12:32:35 UTC 2007