Trace number 303349

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.83 1200.28

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S2117580343-16.cnf
MD5SUM29eebfc33bb79c40df63e10b39764cb1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1060.46
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

Solver Data (download as text)

10.84/10.93	c run March_dl for 5 seconds ... 
10.84/10.93	c Bin: Executing march_dl
10.84/10.93	c child exit by a signal
10.84/10.93	c march_dl returned code 137.
10.84/10.93	c run saps for 2 seconds ... 
10.84/10.93	c Bin: Executing ubcsat2006
10.84/10.93	c child exited successfully
10.84/10.93	c ubcsat2006 returned code 0.
10.84/10.93	c satzilla computing base features
10.84/10.93	c satzilla doing unit-prop probe
10.84/10.93	c satzilla doing local search probe
10.84/10.93	c satzilla doing lobjois search-space size estimate
10.84/10.93	c satzilla's ranking:
10.84/10.93	c 1) minisat20: 3.342057
10.84/10.93	c 2) kcnfs: 3.654189
10.84/10.93	c 3) march_dl: 4.030510
10.84/10.93	c 4) eureka: 4.294059
10.84/10.93	c 5) vallst: 4.797794
10.84/10.93	c 6) zchaff_rand: 5.610790
10.84/10.93	c 7) kcnfs+P: 999.000000
10.84/10.93	c 8) march_dl+P: 999.000000
10.84/10.93	c 9) vallst+P: 999.000000
10.84/10.93	c 10) zchaff_rand+P: 999.000000
10.84/10.93	c 11) rsat+P: 999.000000
10.84/10.93	c 12) eureka+P: 999.000000
10.84/10.93	c 13) minisat20+P: 999.000000
10.84/10.93	c 14) rsat: 999.000000
10.84/10.93	c satzilla running minisat20 ... 
10.84/10.93	This is MiniSat 2.0 beta
10.84/10.93	WARNING: for repeatability, setting FPU to use double precision
10.84/10.93	============================[ Problem Statistics ]=============================
10.84/10.93	|                                                                             |
10.84/10.93	|  Number of variables:  180                                                  |
10.84/10.93	|  Number of clauses:    15300                                                |
10.84/10.95	|  Parsing time:         0.01         s                                       |
10.84/10.95	============================[ Search Statistics ]==============================
10.84/10.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.84/10.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.84/10.95	===============================================================================
10.84/10.95	|         0 |     180    15300   107100 |     5100        0    nan |  0.000 % |
10.84/10.96	|       100 |     180    15300   107100 |     5610      100     54 |  0.003 % |
10.91/10.97	|       250 |     180    15300   107100 |     6171      250     52 |  0.003 % |
10.91/10.99	|       476 |     180    15300   107100 |     6788      476     51 |  0.003 % |
10.91/11.02	|       814 |     180    15300   107100 |     7466      814     51 |  0.003 % |
10.91/11.06	|      1320 |     180    15300   107100 |     8213     1320     51 |  0.003 % |
10.91/11.12	|      2079 |     180    15300   107100 |     9034     2079     52 |  0.003 % |
10.91/11.21	|      3219 |     180    15300   107100 |     9938     3219     52 |  0.003 % |
11.24/11.37	|      4928 |     180    15300   107100 |    10932     4928     52 |  0.003 % |
11.54/11.68	|      7490 |     180    15300   107100 |    12025     7490     53 |  0.003 % |
12.15/12.25	|     11334 |     180    15300   107100 |    13228    11334     53 |  0.003 % |
13.09/13.19	|     17101 |     180    15300   107100 |    14550    10445     53 |  0.003 % |
14.52/14.60	|     25752 |     180    15300   107100 |    16005    11780     54 |  0.003 % |
16.98/17.03	|     38728 |     180    15300   107100 |    17606     8663     54 |  0.003 % |
20.87/20.95	|     58189 |     180    15300   107100 |    19367    10433     53 |  0.003 % |
27.02/27.13	|     87382 |     180    15300   107100 |    21303    10444     53 |  0.003 % |
36.85/37.00	|    131171 |     180    15300   107100 |    23434    11454     52 |  0.003 % |
53.34/53.42	|    196855 |     180    15300   107100 |    25777    17468     53 |  0.003 % |
81.42/81.52	|    295382 |     180    15300   107100 |    28355    20177     53 |  0.003 % |
124.04/124.16	|    443171 |     180    15300   107100 |    31191    23438     52 |  0.003 % |
194.24/194.41	|    664856 |     180    15300   107100 |    34310    22652     52 |  0.003 % |
304.38/304.59	|    997381 |     180    15300   107100 |    37741    30321     54 |  0.003 % |
482.44/482.62	|   1496169 |     180    15300   107100 |    41515    32762     56 |  0.003 % |
774.04/774.36	|   2244352 |     180    15300   107100 |    45666    16163     53 |  0.003 % |
1199.71/1200.19	c Bin: Executing minisat20
1199.71/1200.19	c child exit by a signal
1199.71/1200.19	c minisat20 returned code 137.
1199.71/1200.19	c minisat20 returned code 137.
1199.71/1200.19	c satzilla running kcnfs ... 
1199.71/1200.19	c Bin: Executing kcnfs
1199.71/1200.19	c kcnfs returned code 1.
1199.71/1200.19	c kcnfs returned code 1.
1199.71/1200.19	c satzilla running march_dl ... 
1199.71/1200.19	c Bin: Executing march_dl
1199.71/1200.19	c march_dl returned code 1.
1199.71/1200.19	c march_dl returned code 1.
1199.71/1200.19	c satzilla running eureka ... 
1199.71/1200.19	c Bin: Executing eureka
1199.71/1200.19	c eureka returned code 1.
1199.71/1200.19	c eureka returned code 1.
1199.71/1200.19	c satzilla running vallst ... 
1199.71/1200.19	c Bin: Executing vallst
1199.71/1200.19	c vallst returned code 1.
1199.71/1200.19	c vallst returned code 1.
1199.71/1200.19	c satzilla running zchaff_rand ... 
1199.71/1200.19	c Bin: Executing zchaff_rand
1199.71/1200.19	c zchaff_rand returned code 1.
1199.71/1200.19	c zchaff_rand returned code 1.
1199.71/1200.19	c satzilla running kcnfs with preprocessing ... 
1199.71/1200.27	c Preprocessing...
1199.71/1200.27	c Inital problem has 180 variables, 15300 nary clauses (0 binary clauses).
1199.71/1200.27	c Num non-binary clauses 15300, Average non-binary clause length 7.000
1199.71/1200.27	c Theory has no gaps
1199.71/1200.27	c Preprocessor runtime was 0.040 seconds.
1199.71/1200.27	c 
1199.71/1200.27	c Satisfiability of theory still undetermined.
1199.71/1200.27	c See file /tmp/WXVecv for simplified theory.
1199.71/1200.27	c Bin: Executing kcnfs
1199.71/1200.27	c kcnfs returned code 1.
1199.71/1200.27	c kcnfs returned code 1.
1199.71/1200.27	c satzilla running march_dl with preprocessing ... 
1199.71/1200.27	c Bin: Executing march_dl
1199.71/1200.27	c march_dl returned code 1.
1199.71/1200.27	c march_dl returned code 1.
1199.71/1200.27	c satzilla running vallst with preprocessing ... 
1199.71/1200.27	c Bin: Executing vallst
1199.71/1200.27	c vallst returned code 1.
1199.71/1200.27	c vallst returned code 1.
1199.71/1200.27	c satzilla running zchaff_rand with preprocessing ... 
1199.71/1200.27	c Bin: Executing zchaff_rand
1199.71/1200.27	c zchaff_rand returned code 1.
1199.71/1200.27	c zchaff_rand returned code 1.
1199.71/1200.27	c satzilla running rsat with preprocessing ... 
1199.71/1200.27	c Bin: Executing rsat
1199.71/1200.27	c rsat returned code 1.
1199.71/1200.27	c rsat returned code 1.
1199.71/1200.27	c satzilla running eureka with preprocessing ... 
1199.71/1200.27	c Bin: Executing eureka
1199.71/1200.27	c eureka returned code 1.
1199.71/1200.27	c eureka returned code 1.
1199.71/1200.27	c satzilla running minisat20 with preprocessing ... 
1199.71/1200.27	c Bin: Executing minisat20
1199.71/1200.27	c minisat20 returned code 1.
1199.71/1200.27	c minisat20 returned code 1.
1199.71/1200.27	c satzilla running rsat ... 
1199.71/1200.27	c Bin: Executing rsat
1199.71/1200.27	c rsat returned code 1.
1199.71/1200.27	c rsat returned code 1.
1199.71/1200.27	c ERROR: All Failed! 
1199.71/1200.27	c SATZILLA_TIME=1199.990000

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/node55/watcher-303349-1172033249 -o ROOT/results/node55/solver-303349-1172033249 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303349-1172033249/SATzilla2007_F /tmp/evaluation/303349-1172033249/instance-303349-1172033249.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: 7.35 6.93 4.29 3/64 22758
/proc/meminfo: memFree=1423080/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=0
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22759] ppid=22758 vsize=768 CPUtime=0
/proc/22759/stat : 22759 (march_dl) R 22758 22758 22220 0 -1 4194304 93 0 0 0 0 0 0 0 20 0 1 0 223281350 786432 87 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22759/statm: 192 87 50 118 0 71 0

[startup+0.106665 s]
/proc/loadavg: 7.35 6.93 4.29 3/64 22758
/proc/meminfo: memFree=1423080/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=0
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22759] ppid=22758 vsize=2476 CPUtime=0.09
/proc/22759/stat : 22759 (march_dl) R 22758 22758 22220 0 -1 4194304 2028 0 0 0 9 0 0 0 20 0 1 0 223281350 2535424 505 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22759/statm: 619 505 65 118 0 498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3988

[startup+0.514704 s]
/proc/loadavg: 7.35 6.93 4.29 3/64 22758
/proc/meminfo: memFree=1423080/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=0
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22759] ppid=22758 vsize=4660 CPUtime=0.5
/proc/22759/stat : 22759 (march_dl) R 22758 22758 22220 0 -1 4194304 2931 0 0 0 50 0 0 0 23 0 1 0 223281350 4771840 671 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22759/statm: 1165 671 67 118 0 1044 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6172

[startup+1.33478 s]
/proc/loadavg: 7.35 6.93 4.29 2/66 22760
/proc/meminfo: memFree=1420440/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=0
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22759] ppid=22758 vsize=4660 CPUtime=1.32
/proc/22759/stat : 22759 (march_dl) R 22758 22758 22220 0 -1 4194304 2955 0 0 0 132 0 0 0 25 0 1 0 223281350 4771840 695 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583368 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22759/statm: 1165 695 67 118 0 1044 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 6172

[startup+2.97094 s]
/proc/loadavg: 7.35 6.93 4.29 2/66 22760
/proc/meminfo: memFree=1420120/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=0
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22759] ppid=22758 vsize=4924 CPUtime=2.96
/proc/22759/stat : 22759 (march_dl) R 22758 22758 22220 0 -1 4194304 3023 0 0 0 295 1 0 0 25 0 1 0 223281350 5042176 763 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22759/statm: 1231 763 67 118 0 1110 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6436

[startup+6.26226 s]
/proc/loadavg: 6.92 6.85 4.28 3/66 22761
/proc/meminfo: memFree=1421144/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=1512 CPUtime=4.99
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 149 3101 0 0 0 0 498 1 16 0 1 0 223281350 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22758/statm: 378 125 110 260 0 84 0
[pid=22761] ppid=22758 vsize=6188 CPUtime=1.24
/proc/22761/stat : 22761 (ubcsat2006) R 22758 22758 22220 0 -1 4194304 551 0 0 0 121 3 0 0 25 0 1 0 223281851 6336512 533 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22761/statm: 1547 533 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7139 s]
/proc/loadavg: 6.45 6.75 4.26 2/66 22762
/proc/meminfo: memFree=1416472/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=5836 CPUtime=1.76
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 1240 0 0 0 175 1 0 0 25 0 1 0 223282443 5976064 1233 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 1459 1233 58 118 0 1337 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9076

[startup+25.5281 s]
/proc/loadavg: 5.24 6.47 4.21 2/66 22762
/proc/meminfo: memFree=1414232/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=7960 CPUtime=14.57
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 1760 0 0 0 1456 1 0 0 25 0 1 0 223282443 8151040 1753 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 1990 1753 58 118 0 1868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11200

[startup+51.1516 s]
/proc/loadavg: 3.79 6.03 4.12 2/66 22762
/proc/meminfo: memFree=1412696/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=9544 CPUtime=40.18
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 2169 0 0 0 4017 1 0 0 25 0 1 0 223282443 9773056 2162 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 2386 2162 58 118 0 2264 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12784

[startup+102.398 s]
/proc/loadavg: 2.21 5.25 3.95 2/66 22762
/proc/meminfo: memFree=1410968/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=11572 CPUtime=91.41
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 2625 0 0 0 9139 2 0 0 25 0 1 0 223282443 11849728 2618 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 2893 2618 58 118 0 2771 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 14812

[startup+162.458 s]
/proc/loadavg: 1.44 4.48 3.77 2/66 22762
/proc/meminfo: memFree=1409368/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=13108 CPUtime=151.46
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3001 0 0 0 15143 3 0 0 25 0 1 0 223282443 13422592 2994 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 3277 2994 58 118 0 3155 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 16348

[startup+222.515 s]
/proc/loadavg: 1.16 3.84 3.59 2/66 22762
/proc/meminfo: memFree=1408024/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=14468 CPUtime=211.5
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3328 0 0 0 21147 3 0 0 25 0 1 0 223282443 14815232 3321 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525554 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 3617 3321 58 118 0 3495 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 17708

[startup+282.568 s]
/proc/loadavg: 1.06 3.32 3.43 2/66 22762
/proc/meminfo: memFree=1407576/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=15064 CPUtime=271.54
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3457 0 0 0 27151 3 0 0 25 0 1 0 223282443 15425536 3450 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 3766 3450 58 118 0 3644 0
Current children cumulated CPU time (s) 282.45
Current children cumulated vsize (KiB) 18304

[startup+342.621 s]
/proc/loadavg: 1.02 2.90 3.27 2/66 22762
/proc/meminfo: memFree=1406168/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=16456 CPUtime=331.57
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3811 0 0 0 33154 3 0 0 25 0 1 0 223282443 16850944 3804 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 4114 3804 58 118 0 3992 0
Current children cumulated CPU time (s) 342.48
Current children cumulated vsize (KiB) 19696

[startup+402.68 s]
/proc/loadavg: 1.05 2.56 3.13 2/66 22762
/proc/meminfo: memFree=1405912/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=16740 CPUtime=391.62
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3866 0 0 0 39159 3 0 0 25 0 1 0 223282443 17141760 3859 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 4185 3859 58 118 0 4063 0
Current children cumulated CPU time (s) 402.53
Current children cumulated vsize (KiB) 19980

[startup+462.736 s]
/proc/loadavg: 1.02 2.28 3.00 2/66 22762
/proc/meminfo: memFree=1405720/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=16932 CPUtime=451.65
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 3918 0 0 0 45162 3 0 0 25 0 1 0 223282443 17338368 3911 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 4233 3911 58 118 0 4111 0
Current children cumulated CPU time (s) 462.56

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


[startup+763.023 s]
/proc/loadavg: 1.00 1.47 2.44 2/66 22762
/proc/meminfo: memFree=1403544/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=19084 CPUtime=751.86
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4425 0 0 0 75182 4 0 0 25 0 1 0 223282443 19542016 4418 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 4771 4418 58 118 0 4649 0
Current children cumulated CPU time (s) 762.77
Current children cumulated vsize (KiB) 22324

[startup+823.089 s]
/proc/loadavg: 1.00 1.37 2.34 2/72 22834
/proc/meminfo: memFree=1401064/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=20300 CPUtime=811.89
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4747 0 0 0 81184 5 0 0 25 0 1 0 223282443 20787200 4740 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5075 4740 58 118 0 4953 0
Current children cumulated CPU time (s) 822.8
Current children cumulated vsize (KiB) 23540

[startup+883.175 s]
/proc/loadavg: 1.00 1.30 2.25 2/72 22926
/proc/meminfo: memFree=1400616/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=20768 CPUtime=871.9
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4842 0 0 0 87185 5 0 0 25 0 1 0 223282443 21266432 4835 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5192 4835 58 118 0 5070 0
Current children cumulated CPU time (s) 882.81
Current children cumulated vsize (KiB) 24008

[startup+943.246 s]
/proc/loadavg: 1.00 1.25 2.18 2/66 22960
/proc/meminfo: memFree=1401496/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=20904 CPUtime=931.93
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4877 0 0 0 93188 5 0 0 25 0 1 0 223282443 21405696 4870 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5226 4870 58 118 0 5104 0
Current children cumulated CPU time (s) 942.84
Current children cumulated vsize (KiB) 24144

[startup+1003.31 s]
/proc/loadavg: 1.00 1.20 2.10 2/66 22960
/proc/meminfo: memFree=1401432/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21044 CPUtime=991.98
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4911 0 0 0 99193 5 0 0 25 0 1 0 223282443 21549056 4904 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5261 4904 58 118 0 5139 0
Current children cumulated CPU time (s) 1002.89
Current children cumulated vsize (KiB) 24284

[startup+1063.37 s]
/proc/loadavg: 1.00 1.16 2.02 2/66 22960
/proc/meminfo: memFree=1401304/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21188 CPUtime=1052.02
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4947 0 0 0 105197 5 0 0 25 0 1 0 223282443 21696512 4940 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5297 4940 58 118 0 5175 0
Current children cumulated CPU time (s) 1062.93
Current children cumulated vsize (KiB) 24428

[startup+1123.43 s]
/proc/loadavg: 1.00 1.13 1.96 2/66 22960
/proc/meminfo: memFree=1401240/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1112.06
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4964 0 0 0 111201 5 0 0 25 0 1 0 223282443 21839872 4957 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4957 58 118 0 5210 0
Current children cumulated CPU time (s) 1122.97
Current children cumulated vsize (KiB) 24568

[startup+1183.48 s]
/proc/loadavg: 1.00 1.10 1.90 2/66 22960
/proc/meminfo: memFree=1401176/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1172.1
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4981 0 0 0 117205 5 0 0 25 0 1 0 223282443 21839872 4974 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4974 58 118 0 5210 0
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (KiB) 24568

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

[startup+1193.84 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401176/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1182.45
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4982 0 0 0 118240 5 0 0 25 0 1 0 223282443 21839872 4975 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4975 58 118 0 5210 0
Current children cumulated CPU time (s) 1193.36
Current children cumulated vsize (KiB) 24568

[startup+1197.12 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401176/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1185.73
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4983 0 0 0 118568 5 0 0 25 0 1 0 223282443 21839872 4976 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4976 58 118 0 5210 0
Current children cumulated CPU time (s) 1196.64
Current children cumulated vsize (KiB) 24568

[startup+1198.76 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401112/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1187.37
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4983 0 0 0 118732 5 0 0 25 0 1 0 223282443 21839872 4976 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4976 58 118 0 5210 0
Current children cumulated CPU time (s) 1198.28
Current children cumulated vsize (KiB) 24568

[startup+1199.58 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401112/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1188.19
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4983 0 0 0 118814 5 0 0 25 0 1 0 223282443 21839872 4976 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4976 58 118 0 5210 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 24568

[startup+1199.99 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401112/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1188.6
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4983 0 0 0 118855 5 0 0 25 0 1 0 223282443 21839872 4976 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4976 58 118 0 5210 0
Current children cumulated CPU time (s) 1199.51
Current children cumulated vsize (KiB) 24568

[startup+1200.19 s]
/proc/loadavg: 1.00 1.10 1.88 2/66 22960
/proc/meminfo: memFree=1401112/2055920 swapFree=4183292/4192956
[pid=22758] ppid=22756 vsize=3240 CPUtime=10.91
/proc/22758/stat : 22758 (SATzilla2007_F) S 22756 22758 22220 0 -1 4194304 1638 3658 0 0 373 7 703 8 25 0 1 0 223281350 3317760 633 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/22758/statm: 810 633 169 260 0 516 0
[pid=22762] ppid=22758 vsize=21328 CPUtime=1188.8
/proc/22762/stat : 22762 (minisat20) R 22758 22758 22220 0 -1 4194304 4983 0 0 0 118875 5 0 0 25 0 1 0 223282443 21839872 4976 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/22762/statm: 5332 4976 58 118 0 5210 0
Current children cumulated CPU time (s) 1199.71
Current children cumulated vsize (KiB) 24568

Child status: 17
Real time (s): 1200.28
CPU time (s): 1199.83
CPU user time (s): 1199.6
CPU system time (s): 0.225965
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 24568

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

runsolver used 0.898863 second user time and 2.46462 second system time

The end

Launcher Data (download as text)

Begin job on node55 on Wed Feb 21 04:47:29 UTC 2007

IDJOB= 303349
IDBENCH= 20105
IDSOLVER= 136
FILE ID= node55/303349-1172033249

PBS_JOBID= 3892708

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S2117580343-16.cnf
COMMAND LINE= /tmp/evaluation/303349-1172033249/SATzilla2007_F /tmp/evaluation/303349-1172033249/instance-303349-1172033249.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-303349-1172033249 -o ROOT/results/node55/solver-303349-1172033249 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303349-1172033249/SATzilla2007_F /tmp/evaluation/303349-1172033249/instance-303349-1172033249.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  29eebfc33bb79c40df63e10b39764cb1

RANDOM SEED= 608495310

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node55.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.247
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.247
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:       1423488 kB
Buffers:         30884 kB
Cached:         526328 kB
SwapCached:       3516 kB
Active:          81188 kB
Inactive:       485696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423488 kB
SwapTotal:     4192956 kB
SwapFree:      4183292 kB
Dirty:           10560 kB
Writeback:           0 kB
Mapped:          15660 kB
Slab:            51632 kB
Committed_AS:   769088 kB
PageTables:       1380 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 node55 on Wed Feb 21 05:07:29 UTC 2007