Trace number 296953

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.52 1200.33

General information on the benchmark

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1546827657-01.UNSAT.shuffled.cnf
MD5SUM0703adf026bcfca0cef89eaa5a72c682
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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.753175
10.62/10.68	c 2) kcnfs: 2.873651
10.62/10.68	c 3) march_dl: 3.448397
10.62/10.68	c 4) eureka: 3.907732
10.62/10.68	c 5) vallst: 4.345314
10.62/10.68	c 6) zchaff_rand: 5.063635
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	|       101 |      75     6675    46725 |     2447      101     26 |  0.018 % |
10.62/10.70	|       253 |      75     6675    46725 |     2692      253     27 |  0.018 % |
10.62/10.71	|       478 |      75     6675    46725 |     2961      478     26 |  0.018 % |
10.62/10.73	|       816 |      75     6675    46725 |     3257      816     26 |  0.018 % |
10.62/10.76	|      1323 |      75     6675    46725 |     3583     1323     26 |  0.018 % |
10.64/10.79	|      2082 |      75     6675    46725 |     3941     2082     26 |  0.018 % |
10.64/10.86	|      3221 |      75     6675    46725 |     4335     3221     26 |  0.018 % |
10.64/10.96	|      4929 |      75     6675    46725 |     4769     2747     25 |  0.018 % |
10.64/11.12	|      7491 |      75     6675    46725 |     5246     2906     26 |  0.018 % |
11.22/11.37	|     11336 |      75     6675    46725 |     5771     4115     25 |  0.018 % |
11.63/11.75	|     17103 |      75     6675    46725 |     6348     4078     25 |  0.018 % |
12.24/12.34	|     25752 |      75     6675    46725 |     6983     6344     25 |  0.018 % |
13.16/13.26	|     38726 |      75     6675    46725 |     7681     5276     25 |  0.018 % |
14.59/14.66	|     58187 |      75     6675    46725 |     8449     5450     25 |  0.018 % |
16.75/16.87	|     87382 |      75     6675    46725 |     9294     4952     25 |  0.018 % |
20.13/20.29	|    131172 |      75     6675    46725 |    10223     6775     24 |  0.018 % |
25.67/25.78	|    196858 |      75     6675    46725 |    11246     5804     24 |  0.018 % |
34.48/34.63	|    295385 |      75     6675    46725 |    12370     8478     24 |  0.018 % |
48.81/48.98	|    443174 |      75     6675    46725 |    13607     7458     24 |  0.018 % |
71.47/71.62	|    664857 |      75     6675    46725 |    14968    10934     25 |  0.018 % |
108.04/108.26	|    997383 |      75     6675    46725 |    16465    13510     25 |  0.018 % |
166.27/166.44	|   1496172 |      75     6675    46725 |    18112     9199     23 |  0.018 % |
260.95/261.19	|   2244356 |      75     6675    46725 |    19923    13592     24 |  0.018 % |
415.67/416.09	|   3366632 |      75     6675    46725 |    21915    18522     25 |  0.018 % |
672.78/673.34	|   5050044 |      75     6675    46725 |    24107    12193     23 |  0.018 % |
1094.30/1095.16	|   7575160 |      75     6675    46725 |    26517    17194     24 |  0.018 % |
1199.43/1200.29	c Bin: Executing minisat20
1199.43/1200.29	c child exit by a signal
1199.43/1200.29	c minisat20 returned code 137.
1199.43/1200.29	c minisat20 returned code 137.
1199.43/1200.29	c satzilla running kcnfs ... 
1199.43/1200.29	c Bin: Executing kcnfs
1199.43/1200.29	c kcnfs returned code 1.
1199.43/1200.29	c kcnfs returned code 1.
1199.43/1200.29	c satzilla running march_dl ... 
1199.43/1200.29	c Bin: Executing march_dl
1199.43/1200.29	c march_dl returned code 1.
1199.43/1200.29	c march_dl returned code 1.
1199.43/1200.29	c satzilla running eureka ... 
1199.43/1200.29	c Bin: Executing eureka
1199.43/1200.29	c eureka returned code 1.
1199.43/1200.29	c eureka returned code 1.
1199.43/1200.29	c satzilla running vallst ... 
1199.43/1200.29	c Bin: Executing vallst
1199.43/1200.29	c vallst returned code 1.
1199.43/1200.29	c vallst returned code 1.
1199.43/1200.29	c satzilla running zchaff_rand ... 
1199.43/1200.29	c Bin: Executing zchaff_rand
1199.43/1200.29	c zchaff_rand returned code 1.
1199.43/1200.29	c zchaff_rand returned code 1.
1199.43/1200.29	c satzilla running kcnfs with preprocessing ... 
1199.43/1200.32	c Preprocessing...
1199.43/1200.32	c Inital problem has 75 variables, 6675 nary clauses (0 binary clauses).
1199.43/1200.32	c Num non-binary clauses 6675, Average non-binary clause length 7.000
1199.43/1200.32	c Theory has no gaps
1199.43/1200.32	c Preprocessor runtime was 0.020 seconds.
1199.43/1200.32	c 
1199.43/1200.32	c Satisfiability of theory still undetermined.
1199.43/1200.32	c See file /tmp/M9bgQC for simplified theory.
1199.43/1200.32	c Bin: Executing kcnfs
1199.43/1200.32	c kcnfs returned code 1.
1199.43/1200.32	c kcnfs returned code 1.
1199.43/1200.32	c satzilla running march_dl with preprocessing ... 
1199.43/1200.32	c Bin: Executing march_dl
1199.43/1200.32	c march_dl returned code 1.
1199.43/1200.32	c march_dl returned code 1.
1199.43/1200.32	c satzilla running vallst with preprocessing ... 
1199.43/1200.32	c Bin: Executing vallst
1199.43/1200.32	c vallst returned code 1.
1199.43/1200.32	c vallst returned code 1.
1199.43/1200.32	c satzilla running zchaff_rand with preprocessing ... 
1199.43/1200.32	c Bin: Executing zchaff_rand
1199.43/1200.32	c zchaff_rand returned code 1.
1199.43/1200.32	c zchaff_rand returned code 1.
1199.43/1200.32	c satzilla running rsat with preprocessing ... 
1199.43/1200.32	c Bin: Executing rsat
1199.43/1200.32	c rsat returned code 1.
1199.43/1200.32	c rsat returned code 1.
1199.43/1200.32	c satzilla running eureka with preprocessing ... 
1199.43/1200.32	c Bin: Executing eureka
1199.43/1200.32	c eureka returned code 1.
1199.43/1200.32	c eureka returned code 1.
1199.43/1200.32	c satzilla running minisat20 with preprocessing ... 
1199.43/1200.32	c Bin: Executing minisat20
1199.43/1200.32	c minisat20 returned code 1.
1199.43/1200.32	c minisat20 returned code 1.
1199.43/1200.32	c satzilla running rsat ... 
1199.43/1200.32	c Bin: Executing rsat
1199.43/1200.32	c rsat returned code 1.
1199.43/1200.32	c rsat returned code 1.
1199.43/1200.32	c ERROR: All Failed! 
1199.43/1200.32	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/node20/watcher-296953-1171830217 -o ROOT/results/node20/solver-296953-1171830217 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296953-1171830217/SATzilla2007_F /tmp/evaluation/296953-1171830217/instance-296953-1171830217.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23818
/proc/meminfo: memFree=841080/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=0
/proc/23818/stat : 23818 (SATzilla2007_F) R 23816 23818 23035 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 0 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23819] ppid=23818 vsize=636 CPUtime=0
/proc/23819/stat : 23819 (march_dl) R 23818 23818 23035 0 -1 4194304 72 0 0 0 0 0 0 0 18 0 1 0 202975712 651264 66 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134778036 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23819/statm: 159 66 50 118 0 38 0

[startup+0.107234 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23818
/proc/meminfo: memFree=841080/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=0
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23819] ppid=23818 vsize=2368 CPUtime=0.09
/proc/23819/stat : 23819 (march_dl) R 23818 23818 23035 0 -1 4194304 1101 0 0 0 9 0 0 0 19 0 1 0 202975712 2424832 350 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23819/statm: 592 350 67 118 0 471 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3880

[startup+0.515281 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 23818
/proc/meminfo: memFree=841080/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=0
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23819] ppid=23818 vsize=2500 CPUtime=0.5
/proc/23819/stat : 23819 (march_dl) R 23818 23818 23035 0 -1 4194304 1137 0 0 0 50 0 0 0 23 0 1 0 202975712 2560000 386 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23819/statm: 625 386 67 118 0 504 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4012

[startup+1.33542 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 23820
/proc/meminfo: memFree=834088/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=0
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23819] ppid=23818 vsize=7692 CPUtime=1.32
/proc/23819/stat : 23819 (march_dl) R 23818 23818 23035 0 -1 4194304 2654 0 0 0 124 8 0 0 25 0 1 0 202975712 7876608 1772 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134559564 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23819/statm: 1923 1772 72 118 0 1802 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9204

[startup+2.97158 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 23820
/proc/meminfo: memFree=833768/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=0
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23819] ppid=23818 vsize=7580 CPUtime=2.96
/proc/23819/stat : 23819 (march_dl) R 23818 23818 23035 0 -1 4194304 3183 0 0 0 288 8 0 0 25 0 1 0 202975712 7761920 1779 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134514040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23819/statm: 1895 1779 74 118 0 1774 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 9092

[startup+6.24998 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 23821
/proc/meminfo: memFree=839720/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=1512 CPUtime=4.99
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 149 3183 0 0 0 0 491 8 16 0 1 0 202975712 1548288 125 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 378 125 110 260 0 84 0
[pid=23821] ppid=23818 vsize=6188 CPUtime=1.23
/proc/23821/stat : 23821 (ubcsat2006) R 23818 23818 23035 0 -1 4194304 373 0 0 0 119 4 0 0 25 0 1 0 202976213 6336512 355 18446744073709551615 134512640 134777720 4294956512 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23821/statm: 1547 355 156 64 0 1128 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7700

[startup+12.7108 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 23822
/proc/meminfo: memFree=838000/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=3276 CPUtime=2.01
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 516 0 0 0 201 0 0 0 25 0 1 0 202976780 3354624 509 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 819 509 58 118 0 697 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 5612

[startup+25.5343 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 23822
/proc/meminfo: memFree=837040/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=4216 CPUtime=14.82
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 774 0 0 0 1482 0 0 0 25 0 1 0 202976780 4317184 767 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1054 767 58 118 0 932 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 6552

[startup+51.1774 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 23822
/proc/meminfo: memFree=836144/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=5176 CPUtime=40.44
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 979 0 0 0 4044 0 0 0 25 0 1 0 202976780 5300224 972 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1294 972 58 118 0 1172 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7512

[startup+102.448 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 23822
/proc/meminfo: memFree=835312/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=6024 CPUtime=91.68
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1191 0 0 0 9168 0 0 0 25 0 1 0 202976780 6168576 1184 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1506 1184 58 118 0 1384 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 8360

[startup+162.545 s]
/proc/loadavg: 1.04 1.00 1.00 2/79 23822
/proc/meminfo: memFree=834672/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=6772 CPUtime=151.74
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1357 0 0 0 15173 1 0 0 25 0 1 0 202976780 6934528 1350 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529447 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1693 1350 58 118 0 1571 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 9108

[startup+222.633 s]
/proc/loadavg: 1.01 1.00 1.00 2/79 23822
/proc/meminfo: memFree=834288/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=7076 CPUtime=211.79
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1438 0 0 0 21178 1 0 0 25 0 1 0 202976780 7245824 1431 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1769 1431 58 118 0 1647 0
Current children cumulated CPU time (s) 222.43
Current children cumulated vsize (KiB) 9412

[startup+282.718 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=833904/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=7592 CPUtime=271.84
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1541 0 0 0 27183 1 0 0 25 0 1 0 202976780 7774208 1534 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1898 1534 58 118 0 1776 0
Current children cumulated CPU time (s) 282.48
Current children cumulated vsize (KiB) 9928

[startup+342.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=833648/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=7876 CPUtime=331.87
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1606 0 0 0 33186 1 0 0 25 0 1 0 202976780 8065024 1599 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 1969 1599 58 118 0 1847 0
Current children cumulated CPU time (s) 342.51
Current children cumulated vsize (KiB) 10212

[startup+402.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=833520/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=8020 CPUtime=391.93
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1639 0 0 0 39192 1 0 0 25 0 1 0 202976780 8212480 1632 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2005 1632 58 118 0 1883 0
Current children cumulated CPU time (s) 402.57
Current children cumulated vsize (KiB) 10356

[startup+462.986 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=833264/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=8448 CPUtime=451.98
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1733 0 0 0 45196 2 0 0 25 0 1 0 202976780 8650752 1726 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2112 1726 58 118 0 1990 0
Current children cumulated CPU time (s) 462.62

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


[startup+823.536 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=832368/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9184 CPUtime=812.29
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1928 0 0 0 81226 3 0 0 25 0 1 0 202976780 9404416 1921 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2296 1921 58 118 0 2174 0
Current children cumulated CPU time (s) 822.93
Current children cumulated vsize (KiB) 11520

[startup+883.622 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=832304/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9184 CPUtime=872.35
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1942 0 0 0 87232 3 0 0 25 0 1 0 202976780 9404416 1935 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2296 1935 58 118 0 2174 0
Current children cumulated CPU time (s) 882.99
Current children cumulated vsize (KiB) 11520

[startup+943.708 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 23822
/proc/meminfo: memFree=832304/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9184 CPUtime=932.4
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1955 0 0 0 93237 3 0 0 25 0 1 0 202976780 9404416 1948 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2296 1948 58 118 0 2174 0
Current children cumulated CPU time (s) 943.04
Current children cumulated vsize (KiB) 11520

[startup+1003.79 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23822
/proc/meminfo: memFree=832240/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9348 CPUtime=992.46
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1974 0 0 0 99242 4 0 0 25 0 1 0 202976780 9572352 1967 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525476 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23822/statm: 2337 1967 58 118 0 2215 0
Current children cumulated CPU time (s) 1003.1
Current children cumulated vsize (KiB) 11684

[startup+1063.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=832048/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9348 CPUtime=1052.5
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 1976 0 0 0 105246 4 0 0 25 0 1 0 202976780 9572352 1969 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2337 1969 58 118 0 2215 0
Current children cumulated CPU time (s) 1063.14
Current children cumulated vsize (KiB) 11684

[startup+1123.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=832048/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9540 CPUtime=1112.56
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2043 0 0 0 111252 4 0 0 25 0 1 0 202976780 9768960 2036 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2385 2036 58 118 0 2263 0
Current children cumulated CPU time (s) 1123.2
Current children cumulated vsize (KiB) 11876

[startup+1184.07 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831920/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9540 CPUtime=1172.6
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2053 0 0 0 117256 4 0 0 25 0 1 0 202976780 9768960 2046 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2385 2046 58 118 0 2263 0
Current children cumulated CPU time (s) 1183.24
Current children cumulated vsize (KiB) 11876

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

[startup+1187.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831920/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9680 CPUtime=1176.39
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2067 0 0 0 117635 4 0 0 25 0 1 0 202976780 9912320 2060 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2420 2060 58 118 0 2298 0
Current children cumulated CPU time (s) 1187.03
Current children cumulated vsize (KiB) 12016

[startup+1194.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831856/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9680 CPUtime=1182.94
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2080 0 0 0 118290 4 0 0 25 0 1 0 202976780 9912320 2073 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525610 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2420 2073 58 118 0 2298 0
Current children cumulated CPU time (s) 1193.58
Current children cumulated vsize (KiB) 12016

[startup+1197.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831792/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9824 CPUtime=1186.23
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2095 0 0 0 118619 4 0 0 25 0 1 0 202976780 10059776 2088 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2456 2088 58 118 0 2334 0
Current children cumulated CPU time (s) 1196.87
Current children cumulated vsize (KiB) 12160

[startup+1199.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831792/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9824 CPUtime=1187.87
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2095 0 0 0 118783 4 0 0 25 0 1 0 202976780 10059776 2088 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2456 2088 58 118 0 2334 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 12160

[startup+1199.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831792/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9824 CPUtime=1188.28
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2095 0 0 0 118824 4 0 0 25 0 1 0 202976780 10059776 2088 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525506 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2456 2088 58 118 0 2334 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 12160

[startup+1200.17 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831792/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9824 CPUtime=1188.69
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2095 0 0 0 118865 4 0 0 25 0 1 0 202976780 10059776 2088 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2456 2088 58 118 0 2334 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 12160

[startup+1200.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 23824
/proc/meminfo: memFree=831792/2055920 swapFree=4143444/4192956
[pid=23818] ppid=23816 vsize=2336 CPUtime=10.64
/proc/23818/stat : 23818 (SATzilla2007_F) S 23816 23818 23035 0 -1 4194304 967 3562 0 0 351 5 693 15 25 0 1 0 202975712 2392064 406 18446744073709551615 134512640 135581085 4294956624 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23818/statm: 584 406 169 260 0 290 0
[pid=23822] ppid=23818 vsize=9824 CPUtime=1188.79
/proc/23822/stat : 23822 (minisat20) R 23818 23818 23035 0 -1 4194304 2095 0 0 0 118875 4 0 0 25 0 1 0 202976780 10059776 2088 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/23822/statm: 2456 2088 58 118 0 2334 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 12160

Child status: 17
Real time (s): 1200.33
CPU time (s): 1199.52
CPU user time (s): 1199.26
CPU system time (s): 0.268959
CPU usage (%): 99.933
Max. virtual memory (cumulated for all children) (KiB): 12160

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

runsolver used 1.16782 second user time and 3.10153 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Feb 18 20:23:37 UTC 2007

IDJOB= 296953
IDBENCH= 19949
IDSOLVER= 136
FILE ID= node20/296953-1171830217

PBS_JOBID= 3839654

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-S1546827657-01.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296953-1171830217/SATzilla2007_F /tmp/evaluation/296953-1171830217/instance-296953-1171830217.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-296953-1171830217 -o ROOT/results/node20/solver-296953-1171830217 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296953-1171830217/SATzilla2007_F /tmp/evaluation/296953-1171830217/instance-296953-1171830217.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  0703adf026bcfca0cef89eaa5a72c682

RANDOM SEED= 28103806

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:        841488 kB
Buffers:         43620 kB
Cached:        1052752 kB
SwapCached:      15496 kB
Active:         881656 kB
Inactive:       240224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        841488 kB
SwapTotal:     4192956 kB
SwapFree:      4143444 kB
Dirty:           10300 kB
Writeback:           0 kB
Mapped:          29864 kB
Slab:            78172 kB
Committed_AS:   492568 kB
PageTables:       1684 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 node20 on Sun Feb 18 20:43:38 UTC 2007