Trace number 297117

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.53 1199.95

General information on the benchmark

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1572638390-17.SAT.shuffled.cnf
MD5SUMce74deb44849da26eb98932c0518f94a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12498
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
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 56675

Solver Data (download as text)

10.62/10.68	c run March_dl for 5 seconds ... 
10.62/10.68	c Bin: Executing march_dl
10.62/10.68	c child exit by a signal
10.62/10.68	c march_dl returned code 137.
10.62/10.68	c run saps for 2 seconds ... 
10.62/10.68	c Bin: Executing ubcsat2006
10.62/10.68	c child exited successfully
10.62/10.68	c ubcsat2006 returned code 0.
10.62/10.68	c satzilla computing base features
10.62/10.68	c satzilla doing unit-prop probe
10.62/10.68	c satzilla doing local search probe
10.62/10.68	c satzilla doing lobjois search-space size estimate
10.62/10.68	c satzilla's ranking:
10.62/10.68	c 1) minisat20: 2.016317
10.62/10.68	c 2) kcnfs: 2.516534
10.62/10.68	c 3) march_dl: 3.467007
10.62/10.68	c 4) eureka: 3.566497
10.62/10.68	c 5) vallst: 4.333830
10.62/10.68	c 6) zchaff_rand: 4.834206
10.62/10.68	c 7) kcnfs+P: 999.000000
10.62/10.68	c 8) march_dl+P: 999.000000
10.62/10.68	c 9) vallst+P: 999.000000
10.62/10.68	c 10) zchaff_rand+P: 999.000000
10.62/10.68	c 11) rsat+P: 999.000000
10.62/10.68	c 12) eureka+P: 999.000000
10.62/10.68	c 13) minisat20+P: 999.000000
10.62/10.68	c 14) rsat: 999.000000
10.62/10.68	c satzilla running minisat20 ... 
10.62/10.68	This is MiniSat 2.0 beta
10.62/10.68	WARNING: for repeatability, setting FPU to use double precision
10.62/10.68	============================[ Problem Statistics ]=============================
10.62/10.68	|                                                                             |
10.62/10.68	|  Number of variables:  75                                                   |
10.62/10.68	|  Number of clauses:    6675                                                 |
10.62/10.69	|  Parsing time:         0.01         s                                       |
10.62/10.69	============================[ Search Statistics ]==============================
10.62/10.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.62/10.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.62/10.69	===============================================================================
10.62/10.69	|         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
10.62/10.69	|       100 |      75     6675    46725 |     2447      100     27 |  0.018 % |
10.62/10.70	|       250 |      75     6675    46725 |     2692      250     26 |  0.018 % |
10.62/10.71	|       476 |      75     6675    46725 |     2961      476     26 |  0.018 % |
10.62/10.72	|       813 |      75     6675    46725 |     3257      813     26 |  0.018 % |
10.62/10.75	|      1322 |      75     6675    46725 |     3583     1322     27 |  0.018 % |
10.66/10.78	|      2084 |      75     6675    46725 |     3941     2084     27 |  0.018 % |
10.66/10.85	|      3223 |      75     6675    46725 |     4335     3223     26 |  0.018 % |
10.66/10.95	|      4931 |      75     6675    46725 |     4769     2746     25 |  0.018 % |
10.66/11.08	|      7494 |      75     6675    46725 |     5246     2908     25 |  0.018 % |
11.24/11.33	|     11339 |      75     6675    46725 |     5771     4112     26 |  0.018 % |
11.65/11.73	|     17105 |      75     6675    46725 |     6348     4068     25 |  0.018 % |
12.26/12.33	|     25754 |      75     6675    46725 |     6983     6331     26 |  0.018 % |
13.18/13.29	|     38728 |      75     6675    46725 |     7681     5278     25 |  0.018 % |
14.72/14.79	|     58189 |      75     6675    46725 |     8449     5457     24 |  0.018 % |
17.08/17.14	|     87382 |      75     6675    46725 |     9294     4960     24 |  0.018 % |
20.77/20.82	|    131173 |      75     6675    46725 |    10223     6792     24 |  0.018 % |
26.61/26.65	|    196857 |      75     6675    46725 |    11246     5821     25 |  0.018 % |
35.83/35.95	|    295383 |      75     6675    46725 |    12370     8482     24 |  0.018 % |
50.58/50.73	|    443175 |      75     6675    46725 |    13607     7448     25 |  0.018 % |
74.35/74.45	|    664859 |      75     6675    46725 |    14968    10914     24 |  0.018 % |
112.15/112.26	|    997384 |      75     6675    46725 |    16465    13491     24 |  0.018 % |
174.76/174.88	|   1496174 |      75     6675    46725 |    18112     9169     24 |  0.018 % |
273.72/273.90	|   2244356 |      75     6675    46725 |    19923    13554     24 |  0.018 % |
436.93/437.16	|   3366631 |      75     6675    46725 |    21915    18518     24 |  0.018 % |
706.79/707.14	|   5050047 |      75     6675    46725 |    24107    12225     24 |  0.018 % |
1145.08/1145.54	|   7575163 |      75     6675    46725 |    26517    13982     23 |  0.018 % |
1199.37/1199.91	c Bin: Executing minisat20
1199.37/1199.91	c child exit by a signal
1199.37/1199.91	c minisat20 returned code 137.
1199.37/1199.91	c minisat20 returned code 137.
1199.37/1199.91	c satzilla running kcnfs ... 
1199.37/1199.91	c Bin: Executing kcnfs
1199.37/1199.91	c kcnfs returned code 1.
1199.37/1199.91	c kcnfs returned code 1.
1199.37/1199.91	c satzilla running march_dl ... 
1199.37/1199.91	c Bin: Executing march_dl
1199.37/1199.91	c march_dl returned code 1.
1199.37/1199.91	c march_dl returned code 1.
1199.37/1199.91	c satzilla running eureka ... 
1199.37/1199.91	c Bin: Executing eureka
1199.37/1199.91	c eureka returned code 1.
1199.37/1199.91	c eureka returned code 1.
1199.37/1199.91	c satzilla running vallst ... 
1199.37/1199.91	c Bin: Executing vallst
1199.37/1199.91	c vallst returned code 1.
1199.37/1199.91	c vallst returned code 1.
1199.37/1199.91	c satzilla running zchaff_rand ... 
1199.37/1199.91	c Bin: Executing zchaff_rand
1199.37/1199.91	c zchaff_rand returned code 1.
1199.37/1199.91	c zchaff_rand returned code 1.
1199.37/1199.91	c satzilla running kcnfs with preprocessing ... 
1199.48/1199.94	c Preprocessing...
1199.48/1199.94	c Inital problem has 75 variables, 6675 nary clauses (0 binary clauses).
1199.48/1199.94	c Num non-binary clauses 6675, 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/BtdNoQ 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.690000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node69/watcher-297117-1171832999 -o ROOT/results/node69/solver-297117-1171832999 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/297117-1171832999/SATzilla2007_F /tmp/evaluation/297117-1171832999/instance-297117-1171832999.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 1.08 1.93 3/64 32137
/proc/meminfo: memFree=1058944/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=0
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32138] ppid=32137 vsize=636 CPUtime=0
/proc/32138/stat : 32138 (march_dl) R 32137 32137 31201 0 -1 4194304 85 0 0 0 0 0 0 0 19 0 1 0 203257596 651264 79 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32138/statm: 159 79 50 118 0 38 0

[startup+0.106801 s]
/proc/loadavg: 0.92 1.08 1.93 3/64 32137
/proc/meminfo: memFree=1058944/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=0
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32138] ppid=32137 vsize=2368 CPUtime=0.09
/proc/32138/stat : 32138 (march_dl) R 32137 32137 31201 0 -1 4194304 1101 0 0 0 9 0 0 0 20 0 1 0 203257596 2424832 350 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32138/statm: 592 350 67 118 0 471 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3880

[startup+0.514866 s]
/proc/loadavg: 0.92 1.08 1.93 3/64 32137
/proc/meminfo: memFree=1058944/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=0
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32138] ppid=32137 vsize=2500 CPUtime=0.5
/proc/32138/stat : 32138 (march_dl) R 32137 32137 31201 0 -1 4194304 1133 0 0 0 50 0 0 0 23 0 1 0 203257596 2560000 382 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32138/statm: 625 382 67 118 0 504 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4012

[startup+1.335 s]
/proc/loadavg: 0.92 1.08 1.93 2/66 32139
/proc/meminfo: memFree=1052784/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=0
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32138] ppid=32137 vsize=7544 CPUtime=1.33
/proc/32138/stat : 32138 (march_dl) R 32137 32137 31201 0 -1 4194304 2645 0 0 0 124 9 0 0 25 0 1 0 203257596 7725056 1764 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134559518 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32138/statm: 1886 1764 72 118 0 1765 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9056

[startup+2.97127 s]
/proc/loadavg: 0.93 1.08 1.93 2/66 32139
/proc/meminfo: memFree=1051696/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=0
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32138] ppid=32137 vsize=7556 CPUtime=2.96
/proc/32138/stat : 32138 (march_dl) R 32137 32137 31201 0 -1 4194304 3178 0 0 0 287 9 0 0 25 0 1 0 203257596 7737344 1773 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134514035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32138/statm: 1889 1773 74 118 0 1768 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9068

[startup+6.25381 s]
/proc/loadavg: 0.93 1.08 1.93 2/66 32140
/proc/meminfo: memFree=1057840/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=1512 CPUtime=4.99
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 149 3178 0 0 0 0 490 9 16 0 1 0 203257596 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32137/statm: 378 125 110 260 0 84 0
[pid=32140] ppid=32137 vsize=6188 CPUtime=1.24
/proc/32140/stat : 32140 (ubcsat2006) R 32137 32137 31201 0 -1 4194304 373 0 0 0 119 5 0 0 25 0 1 0 203258096 6336512 355 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32140/statm: 1547 355 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7079 s]
/proc/loadavg: 0.94 1.07 1.92 2/66 32141
/proc/meminfo: memFree=1055984/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=3268 CPUtime=2.01
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 521 0 0 0 201 0 0 0 25 0 1 0 203258664 3346432 514 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 817 514 58 118 0 695 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5596

[startup+25.52 s]
/proc/loadavg: 0.95 1.07 1.91 2/66 32141
/proc/meminfo: memFree=1055088/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=4216 CPUtime=14.82
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 752 0 0 0 1482 0 0 0 25 0 1 0 203258664 4317184 745 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525682 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1054 745 58 118 0 932 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6544

[startup+51.1452 s]
/proc/loadavg: 0.96 1.06 1.88 2/66 32141
/proc/meminfo: memFree=1054320/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=5052 CPUtime=40.43
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 947 0 0 0 4043 0 0 0 25 0 1 0 203258664 5173248 940 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1263 940 58 118 0 1141 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7380

[startup+102.39 s]
/proc/loadavg: 0.98 1.05 1.83 2/66 32141
/proc/meminfo: memFree=1053552/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=5800 CPUtime=91.66
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1145 0 0 0 9166 0 0 0 25 0 1 0 203258664 5939200 1138 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1450 1138 58 118 0 1328 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 8128

[startup+162.451 s]
/proc/loadavg: 0.99 1.04 1.78 2/66 32141
/proc/meminfo: memFree=1052912/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=6556 CPUtime=151.7
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1302 0 0 0 15170 0 0 0 25 0 1 0 203258664 6713344 1295 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1639 1295 58 118 0 1517 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 8884

[startup+222.5 s]
/proc/loadavg: 0.99 1.03 1.73 2/66 32141
/proc/meminfo: memFree=1052464/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=7016 CPUtime=211.73
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1404 0 0 0 21172 1 0 0 25 0 1 0 203258664 7184384 1397 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1754 1397 58 118 0 1632 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 9344

[startup+282.556 s]
/proc/loadavg: 0.99 1.02 1.68 2/66 32141
/proc/meminfo: memFree=1052080/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=7300 CPUtime=271.77
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1491 0 0 0 27176 1 0 0 25 0 1 0 203258664 7475200 1484 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1825 1484 58 118 0 1703 0
Current children cumulated CPU time (s) 282.43
Current children cumulated vsize (KiB) 9628

[startup+342.614 s]
/proc/loadavg: 0.99 1.02 1.63 2/66 32141
/proc/meminfo: memFree=1051760/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=7628 CPUtime=331.8
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1563 0 0 0 33179 1 0 0 25 0 1 0 203258664 7811072 1556 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1907 1556 58 118 0 1785 0
Current children cumulated CPU time (s) 342.46
Current children cumulated vsize (KiB) 9956

[startup+402.676 s]
/proc/loadavg: 0.99 1.01 1.59 2/66 32141
/proc/meminfo: memFree=1051504/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=7912 CPUtime=391.85
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1623 0 0 0 39183 2 0 0 25 0 1 0 203258664 8101888 1616 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 1978 1616 58 118 0 1856 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 10240

[startup+462.735 s]
/proc/loadavg: 0.99 1.01 1.55 2/66 32141
/proc/meminfo: memFree=1051248/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=8216 CPUtime=451.89
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1694 0 0 0 45187 2 0 0 25 0 1 0 203258664 8413184 1687 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2054 1687 58 118 0 1932 0
Current children cumulated CPU time (s) 462.55

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

/proc/32141/statm: 2232 1857 58 118 0 2110 0
Current children cumulated CPU time (s) 702.69
Current children cumulated vsize (KiB) 11256

[startup+763.022 s]
/proc/loadavg: 0.99 1.00 1.39 2/66 32141
/proc/meminfo: memFree=1050416/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9212 CPUtime=752.06
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1919 0 0 0 75204 2 0 0 25 0 1 0 203258664 9433088 1912 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2303 1912 58 118 0 2181 0
Current children cumulated CPU time (s) 762.72
Current children cumulated vsize (KiB) 11540

[startup+823.082 s]
/proc/loadavg: 0.99 1.00 1.36 2/66 32141
/proc/meminfo: memFree=1050224/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9404 CPUtime=812.1
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1968 0 0 0 81208 2 0 0 25 0 1 0 203258664 9629696 1961 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2351 1961 58 118 0 2229 0
Current children cumulated CPU time (s) 822.76
Current children cumulated vsize (KiB) 11732

[startup+883.137 s]
/proc/loadavg: 0.99 1.00 1.33 2/66 32141
/proc/meminfo: memFree=1050224/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9404 CPUtime=872.14
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 1971 0 0 0 87211 3 0 0 25 0 1 0 203258664 9629696 1964 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2351 1964 58 118 0 2229 0
Current children cumulated CPU time (s) 882.8
Current children cumulated vsize (KiB) 11732

[startup+943.192 s]
/proc/loadavg: 0.99 1.00 1.31 2/66 32141
/proc/meminfo: memFree=1050032/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9544 CPUtime=932.18
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2014 0 0 0 93215 3 0 0 25 0 1 0 203258664 9773056 2007 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2386 2007 58 118 0 2264 0
Current children cumulated CPU time (s) 942.84
Current children cumulated vsize (KiB) 11872

[startup+1003.25 s]
/proc/loadavg: 0.99 1.00 1.29 2/66 32141
/proc/meminfo: memFree=1050032/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9544 CPUtime=992.22
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2021 0 0 0 99219 3 0 0 25 0 1 0 203258664 9773056 2014 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2386 2014 58 118 0 2264 0
Current children cumulated CPU time (s) 1002.88
Current children cumulated vsize (KiB) 11872

[startup+1063.31 s]
/proc/loadavg: 0.99 1.00 1.27 2/66 32141
/proc/meminfo: memFree=1049968/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9688 CPUtime=1052.26
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2048 0 0 0 105223 3 0 0 25 0 1 0 203258664 9920512 2041 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2422 2041 58 118 0 2300 0
Current children cumulated CPU time (s) 1062.92
Current children cumulated vsize (KiB) 12016

[startup+1123.37 s]
/proc/loadavg: 1.03 1.01 1.25 2/66 32141
/proc/meminfo: memFree=1049904/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9688 CPUtime=1112.29
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2051 0 0 0 111226 3 0 0 25 0 1 0 203258664 9920512 2044 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2422 2044 58 118 0 2300 0
Current children cumulated CPU time (s) 1122.95
Current children cumulated vsize (KiB) 12016

[startup+1183.42 s]
/proc/loadavg: 1.01 1.01 1.24 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1172.32
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 117229 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1182.98
Current children cumulated vsize (KiB) 12156

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

[startup+1187.21 s]
/proc/loadavg: 1.01 1.01 1.24 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1176.11
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 117608 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1186.77
Current children cumulated vsize (KiB) 12156

[startup+1193.77 s]
/proc/loadavg: 1.01 1.00 1.23 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1182.67
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 118264 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1193.33
Current children cumulated vsize (KiB) 12156

[startup+1197.05 s]
/proc/loadavg: 1.01 1.00 1.23 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1185.94
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 118591 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1196.6
Current children cumulated vsize (KiB) 12156

[startup+1198.69 s]
/proc/loadavg: 1.01 1.00 1.23 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1187.59
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 118756 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1198.25
Current children cumulated vsize (KiB) 12156

[startup+1199.51 s]
/proc/loadavg: 1.01 1.00 1.23 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2328 CPUtime=10.66
/proc/32137/stat : 32137 (SATzilla2007_F) S 32135 32137 31201 0 -1 4194304 968 3557 0 0 350 7 692 17 25 0 1 0 203257596 2383872 405 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/32137/statm: 582 405 169 260 0 288 0
[pid=32141] ppid=32137 vsize=9828 CPUtime=1188.41
/proc/32141/stat : 32141 (minisat20) R 32137 32137 31201 0 -1 4194304 2073 0 0 0 118838 3 0 0 25 0 1 0 203258664 10063872 2066 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/32141/statm: 2457 2066 58 118 0 2335 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 12156

[startup+1199.92 s]
/proc/loadavg: 1.01 1.00 1.23 2/66 32141
/proc/meminfo: memFree=1049776/2055920 swapFree=4183028/4192956
[pid=32137] ppid=32135 vsize=2464 CPUtime=1199.48
/proc/32137/stat : 32137 (SATzilla2007_F) R 32135 32137 31201 0 -1 4194304 1056 5630 0 0 350 7 119570 21 16 0 1 0 203257596 2523136 420 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135294327 0 0 4096 0 0 0 0 17 0 0 0
/proc/32137/statm: 616 420 170 260 0 322 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 2464

Child status: 17
Real time (s): 1199.95
CPU time (s): 1199.53
CPU user time (s): 1199.24
CPU system time (s): 0.293955
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 12156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.24
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6973
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= 27
involuntary context switches= 1919

runsolver used 0.940856 second user time and 2.39064 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Sun Feb 18 21:09:59 UTC 2007

IDJOB= 297117
IDBENCH= 19953
IDSOLVER= 136
FILE ID= node69/297117-1171832999

PBS_JOBID= 3839711

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v75/unif-k7-r89-v75-c6675-S1572638390-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/297117-1171832999/SATzilla2007_F /tmp/evaluation/297117-1171832999/instance-297117-1171832999.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-297117-1171832999 -o ROOT/results/node69/solver-297117-1171832999 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/297117-1171832999/SATzilla2007_F /tmp/evaluation/297117-1171832999/instance-297117-1171832999.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  ce74deb44849da26eb98932c0518f94a

RANDOM SEED= 951691148

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1059416 kB
Buffers:         50584 kB
Cached:         834648 kB
SwapCached:       4412 kB
Active:         630996 kB
Inactive:       264536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059416 kB
SwapTotal:     4192956 kB
SwapFree:      4183028 kB
Dirty:           10288 kB
Writeback:           0 kB
Mapped:          15592 kB
Slab:            86940 kB
Committed_AS:   582148 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66554 MiB

End job on node69 on Sun Feb 18 21:29:59 UTC 2007