Trace number 294821

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla FULL? (exit code) 1199.5 1199.81

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1387394500-16.UNSAT.shuffled.cnf
MD5SUM997a38106b41acec00160b9638f74d24
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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data (download as text)

10.53/10.66	c run March_dl for 5 seconds ... 
10.53/10.66	c Bin: Executing march_dl
10.53/10.66	c child exit by a signal
10.53/10.66	c march_dl returned code 137.
10.53/10.66	c run saps for 2 seconds ... 
10.53/10.66	c Bin: Executing ubcsat2006
10.53/10.66	c child exited successfully
10.53/10.66	c ubcsat2006 returned code 0.
10.53/10.66	c satzilla computing base features
10.53/10.66	c satzilla doing unit-prop probe
10.53/10.66	c satzilla doing local search probe
10.53/10.66	c satzilla doing lobjois search-space size estimate
10.53/10.66	c satzilla's ranking:
10.53/10.66	c 1) minisat20: 2.626011
10.53/10.66	c 2) kcnfs: 2.632509
10.53/10.66	c 3) march_dl: 3.252800
10.53/10.66	c 4) eureka: 3.308513
10.53/10.66	c 5) vallst: 4.100158
10.53/10.66	c 6) zchaff_rand: 5.162342
10.53/10.66	c 7) kcnfs+P: 999.000000
10.53/10.66	c 8) march_dl+P: 999.000000
10.53/10.66	c 9) vallst+P: 999.000000
10.53/10.66	c 10) zchaff_rand+P: 999.000000
10.53/10.66	c 11) rsat+P: 999.000000
10.53/10.66	c 12) eureka+P: 999.000000
10.53/10.66	c 13) minisat20+P: 999.000000
10.53/10.66	c 14) rsat: 999.000000
10.53/10.66	c satzilla running minisat20 ... 
10.53/10.66	This is MiniSat 2.0 beta
10.53/10.66	WARNING: for repeatability, setting FPU to use double precision
10.53/10.66	============================[ Problem Statistics ]=============================
10.53/10.66	|                                                                             |
10.63/10.66	|  Number of variables:  65                                                   |
10.63/10.66	|  Number of clauses:    5785                                                 |
10.63/10.66	|  Parsing time:         0.01         s                                       |
10.63/10.66	============================[ Search Statistics ]==============================
10.63/10.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.63/10.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.63/10.66	===============================================================================
10.63/10.66	|         0 |      65     5785    40495 |     1928        0    nan |  0.000 % |
10.63/10.67	|       100 |      65     5785    40495 |     2121      100     24 |  0.024 % |
10.63/10.68	|       250 |      65     5785    40495 |     2333      250     24 |  0.024 % |
10.63/10.68	|       477 |      65     5785    40495 |     2566      477     23 |  0.024 % |
10.63/10.70	|       814 |      65     5785    40495 |     2823      814     23 |  0.024 % |
10.63/10.72	|      1320 |      65     5785    40495 |     3105     1320     23 |  0.024 % |
10.63/10.75	|      2079 |      65     5785    40495 |     3416     2079     23 |  0.024 % |
10.63/10.81	|      3218 |      65     5785    40495 |     3757     3218     23 |  0.024 % |
10.63/10.90	|      4926 |      65     5785    40495 |     4133     3029     22 |  0.024 % |
10.63/11.04	|      7489 |      65     5785    40495 |     4546     3511     22 |  0.024 % |
10.63/11.26	|     11335 |      65     5785    40495 |     5001     2779     22 |  0.024 % |
11.54/11.62	|     17101 |      65     5785    40495 |     5501     3518     22 |  0.024 % |
12.05/12.16	|     25750 |      65     5785    40495 |     6051     3871     22 |  0.024 % |
12.98/13.02	|     38725 |      65     5785    40495 |     6657     4686     22 |  0.024 % |
14.32/14.37	|     58188 |      65     5785    40495 |     7322     4086     22 |  0.024 % |
16.36/16.44	|     87380 |      65     5785    40495 |     8055     3883     21 |  0.024 % |
19.64/19.73	|    131170 |      65     5785    40495 |     8860     7252     22 |  0.024 % |
24.77/24.88	|    196854 |      65     5785    40495 |     9746     6276     22 |  0.024 % |
33.07/33.12	|    295380 |      65     5785    40495 |    10721     7092     21 |  0.024 % |
46.18/46.23	|    443170 |      65     5785    40495 |    11793     9785     21 |  0.024 % |
66.27/66.34	|    664854 |      65     5785    40495 |    12972     6907     22 |  0.024 % |
98.55/98.65	|    997380 |      65     5785    40495 |    14270     7980     21 |  0.024 % |
150.82/150.99	|   1496168 |      65     5785    40495 |    15697    13596     20 |  0.024 % |
235.36/235.48	|   2244351 |      65     5785    40495 |    17266    15025     21 |  0.024 % |
370.33/370.47	|   3366627 |      65     5785    40495 |    18993    13438     22 |  0.024 % |
591.08/591.34	|   5050038 |      65     5785    40495 |    20892    13812     20 |  0.024 % |
950.46/950.81	|   7575154 |      65     5785    40495 |    22982    18603     21 |  0.024 % |
1199.39/1199.78	c Bin: Executing minisat20
1199.39/1199.78	c child exit by a signal
1199.39/1199.78	c minisat20 returned code 137.
1199.39/1199.78	c minisat20 returned code 137.
1199.39/1199.78	c satzilla running kcnfs ... 
1199.39/1199.78	c Bin: Executing kcnfs
1199.39/1199.78	c kcnfs returned code 1.
1199.39/1199.78	c kcnfs returned code 1.
1199.39/1199.78	c satzilla running march_dl ... 
1199.39/1199.78	c Bin: Executing march_dl
1199.39/1199.78	c march_dl returned code 1.
1199.39/1199.78	c march_dl returned code 1.
1199.39/1199.78	c satzilla running eureka ... 
1199.39/1199.78	c Bin: Executing eureka
1199.39/1199.78	c eureka returned code 1.
1199.39/1199.78	c eureka returned code 1.
1199.39/1199.78	c satzilla running vallst ... 
1199.39/1199.78	c Bin: Executing vallst
1199.39/1199.78	c vallst returned code 1.
1199.39/1199.78	c vallst returned code 1.
1199.39/1199.78	c satzilla running zchaff_rand ... 
1199.39/1199.78	c Bin: Executing zchaff_rand
1199.39/1199.78	c zchaff_rand returned code 1.
1199.39/1199.78	c zchaff_rand returned code 1.
1199.39/1199.78	c satzilla running kcnfs with preprocessing ... 
1199.39/1199.80	c Preprocessing...
1199.39/1199.80	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
1199.39/1199.80	c Num non-binary clauses 5785, Average non-binary clause length 7.000
1199.39/1199.80	c Theory has no gaps
1199.39/1199.80	c Preprocessor runtime was 0.010 seconds.
1199.39/1199.80	c 
1199.39/1199.80	c Satisfiability of theory still undetermined.
1199.39/1199.80	c See file /tmp/29fP2C for simplified theory.
1199.39/1199.80	c Bin: Executing kcnfs
1199.39/1199.80	c kcnfs returned code 1.
1199.39/1199.80	c kcnfs returned code 1.
1199.39/1199.80	c satzilla running march_dl with preprocessing ... 
1199.39/1199.80	c Bin: Executing march_dl
1199.39/1199.80	c march_dl returned code 1.
1199.39/1199.80	c march_dl returned code 1.
1199.39/1199.80	c satzilla running vallst with preprocessing ... 
1199.39/1199.80	c Bin: Executing vallst
1199.39/1199.80	c vallst returned code 1.
1199.39/1199.80	c vallst returned code 1.
1199.39/1199.80	c satzilla running zchaff_rand with preprocessing ... 
1199.39/1199.80	c Bin: Executing zchaff_rand
1199.39/1199.80	c zchaff_rand returned code 1.
1199.39/1199.80	c zchaff_rand returned code 1.
1199.39/1199.80	c satzilla running rsat with preprocessing ... 
1199.39/1199.80	c Bin: Executing rsat
1199.39/1199.80	c rsat returned code 1.
1199.39/1199.80	c rsat returned code 1.
1199.39/1199.80	c satzilla running eureka with preprocessing ... 
1199.39/1199.80	c Bin: Executing eureka
1199.39/1199.80	c eureka returned code 1.
1199.39/1199.80	c eureka returned code 1.
1199.39/1199.80	c satzilla running minisat20 with preprocessing ... 
1199.39/1199.80	c Bin: Executing minisat20
1199.39/1199.80	c minisat20 returned code 1.
1199.39/1199.80	c minisat20 returned code 1.
1199.39/1199.80	c satzilla running rsat ... 
1199.39/1199.80	c Bin: Executing rsat
1199.39/1199.80	c rsat returned code 1.
1199.39/1199.80	c rsat returned code 1.
1199.39/1199.80	c ERROR: All Failed! 
1199.39/1199.80	c SATZILLA_TIME=1199.660000

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-294821-1171795042 -o ROOT/results/node4/solver-294821-1171795042 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294821-1171795042/SATzilla2007_F /tmp/evaluation/294821-1171795042/instance-294821-1171795042.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19679
/proc/meminfo: memFree=993896/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=0
/proc/19679/stat : 19679 (SATzilla2007_F) R 19677 19679 18387 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19680] ppid=19679 vsize=636 CPUtime=0
/proc/19680/stat : 19680 (march_dl) R 19679 19679 18387 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 199459116 651264 78 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19680/statm: 159 78 50 118 0 38 0

[startup+0.106995 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19679
/proc/meminfo: memFree=993896/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=0
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19680] ppid=19679 vsize=2164 CPUtime=0.1
/proc/19680/stat : 19680 (march_dl) R 19679 19679 18387 0 -1 4194304 932 0 0 0 10 0 0 0 19 0 1 0 199459116 2215936 321 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19680/statm: 541 321 67 118 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3676

[startup+0.515034 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 19679
/proc/meminfo: memFree=993896/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=0
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19680] ppid=19679 vsize=2296 CPUtime=0.5
/proc/19680/stat : 19680 (march_dl) R 19679 19679 18387 0 -1 4194304 964 0 0 0 50 0 0 0 23 0 1 0 199459116 2351104 353 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19680/statm: 574 353 67 118 0 453 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3808

[startup+1.33511 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19681
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=0
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19680] ppid=19679 vsize=6312 CPUtime=1.32
/proc/19680/stat : 19680 (march_dl) R 19679 19679 18387 0 -1 4194304 2293 0 0 0 132 0 0 0 25 0 1 0 199459116 6463488 1479 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19680/statm: 1578 1479 72 118 0 1457 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7824

[startup+2.97127 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19681
/proc/meminfo: memFree=987736/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=0
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19680] ppid=19679 vsize=7112 CPUtime=2.96
/proc/19680/stat : 19680 (march_dl) R 19679 19679 18387 0 -1 4194304 2382 0 0 0 296 0 0 0 25 0 1 0 199459116 7282688 1568 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19680/statm: 1778 1568 74 118 0 1657 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8624

[startup+6.25958 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19682
/proc/meminfo: memFree=992856/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=1512 CPUtime=4.99
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 149 2382 0 0 0 0 499 0 16 0 1 0 199459116 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/19679/statm: 378 125 110 260 0 84 0
[pid=19682] ppid=19679 vsize=6188 CPUtime=1.24
/proc/19682/stat : 19682 (ubcsat2006) R 19679 19679 18387 0 -1 4194304 355 0 0 0 120 4 0 0 25 0 1 0 199459616 6336512 337 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/19682/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7122 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19683
/proc/meminfo: memFree=991384/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=3028 CPUtime=2.04
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 447 0 0 0 204 0 0 0 25 0 1 0 199460182 3100672 440 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519325 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 757 440 58 118 0 635 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5272

[startup+25.5304 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19683
/proc/meminfo: memFree=990488/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=3832 CPUtime=14.85
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 666 0 0 0 1485 0 0 0 25 0 1 0 199460182 3923968 659 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 958 659 58 118 0 836 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6076

[startup+51.1599 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19683
/proc/meminfo: memFree=989912/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=4524 CPUtime=40.47
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 833 0 0 0 4047 0 0 0 25 0 1 0 199460182 4632576 826 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525592 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1131 826 58 118 0 1009 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 6768

[startup+102.412 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=989208/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=5352 CPUtime=91.72
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1003 0 0 0 9171 1 0 0 25 0 1 0 199460182 5480448 996 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1338 996 58 118 0 1216 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 7596

[startup+162.484 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=988696/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=5840 CPUtime=151.77
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1133 0 0 0 15176 1 0 0 25 0 1 0 199460182 5980160 1126 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1460 1126 58 118 0 1338 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 8084

[startup+222.552 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=988440/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=6124 CPUtime=211.82
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1201 0 0 0 21181 1 0 0 25 0 1 0 199460182 6270976 1194 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1531 1194 58 118 0 1409 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 8368

[startup+282.618 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=987992/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=6584 CPUtime=271.88
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1298 0 0 0 27186 2 0 0 25 0 1 0 199460182 6742016 1291 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1646 1291 58 118 0 1524 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 8828

[startup+342.684 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=987736/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=6868 CPUtime=331.93
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1370 0 0 0 33190 3 0 0 25 0 1 0 199460182 7032832 1363 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1717 1363 58 118 0 1595 0
Current children cumulated CPU time (s) 342.56
Current children cumulated vsize (KiB) 9112

[startup+402.761 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=987416/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=7212 CPUtime=391.99
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1441 0 0 0 39196 3 0 0 25 0 1 0 199460182 7385088 1434 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1803 1434 58 118 0 1681 0
Current children cumulated CPU time (s) 402.62
Current children cumulated vsize (KiB) 9456

[startup+462.824 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=987288/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=7496 CPUtime=452.04
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1494 0 0 0 45200 4 0 0 25 0 1 0 199460182 7675904 1487 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 1874 1487 58 118 0 1752 0
Current children cumulated CPU time (s) 462.67

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


[startup+823.241 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986648/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8064 CPUtime=812.37
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1644 0 0 0 81230 7 0 0 25 0 1 0 199460182 8257536 1637 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2016 1637 58 118 0 1894 0
Current children cumulated CPU time (s) 823
Current children cumulated vsize (KiB) 10308

[startup+883.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986584/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8064 CPUtime=872.42
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1657 0 0 0 87235 7 0 0 25 0 1 0 199460182 8257536 1650 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2016 1650 58 118 0 1894 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 10308

[startup+943.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986584/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8064 CPUtime=932.45
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1670 0 0 0 93237 8 0 0 25 0 1 0 199460182 8257536 1663 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2016 1663 58 118 0 1894 0
Current children cumulated CPU time (s) 943.08
Current children cumulated vsize (KiB) 10308

[startup+1003.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986520/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8064 CPUtime=992.5
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1678 0 0 0 99242 8 0 0 25 0 1 0 199460182 8257536 1671 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2016 1671 58 118 0 1894 0
Current children cumulated CPU time (s) 1003.13
Current children cumulated vsize (KiB) 10308

[startup+1063.49 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 19685
/proc/meminfo: memFree=986520/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8064 CPUtime=1052.56
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1687 0 0 0 105247 9 0 0 25 0 1 0 199460182 8257536 1680 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2016 1680 58 118 0 1894 0
Current children cumulated CPU time (s) 1063.19
Current children cumulated vsize (KiB) 10308

[startup+1123.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986392/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8208 CPUtime=1112.61
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1716 0 0 0 111252 9 0 0 25 0 1 0 199460182 8404992 1709 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2052 1709 58 118 0 1930 0
Current children cumulated CPU time (s) 1123.24
Current children cumulated vsize (KiB) 10452

[startup+1183.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1172.67
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 117257 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1183.3
Current children cumulated vsize (KiB) 10596

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

[startup+1187.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1176.57
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 117647 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1187.2
Current children cumulated vsize (KiB) 10596

[startup+1194.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1183.12
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118302 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519372 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1193.75
Current children cumulated vsize (KiB) 10596

[startup+1197.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1186.4
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118630 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1197.03
Current children cumulated vsize (KiB) 10596

[startup+1199.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1188.04
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118794 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1198.67
Current children cumulated vsize (KiB) 10596

[startup+1199.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1188.45
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118835 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1199.08
Current children cumulated vsize (KiB) 10596

[startup+1199.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1188.65
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118855 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1199.28
Current children cumulated vsize (KiB) 10596

[startup+1199.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 19685
/proc/meminfo: memFree=986264/2055920 swapFree=4192812/4192956
[pid=19679] ppid=19677 vsize=2244 CPUtime=10.63
/proc/19679/stat : 19679 (SATzilla2007_F) S 19677 19679 18387 0 -1 4194304 902 2743 0 0 348 7 701 7 25 0 1 0 199459116 2297856 383 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/19679/statm: 561 383 169 260 0 267 0
[pid=19683] ppid=19679 vsize=8352 CPUtime=1188.76
/proc/19683/stat : 19683 (minisat20) R 19679 19679 18387 0 -1 4194304 1745 0 0 0 118866 10 0 0 25 0 1 0 199460182 8552448 1738 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/19683/statm: 2088 1738 58 118 0 1966 0
Current children cumulated CPU time (s) 1199.39
Current children cumulated vsize (KiB) 10596

Child status: 17
Real time (s): 1199.81
CPU time (s): 1199.5
CPU user time (s): 1199.24
CPU system time (s): 0.26196
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 10596

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

runsolver used 1.18582 second user time and 3.08053 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Feb 18 10:37:23 UTC 2007

IDJOB= 294821
IDBENCH= 19897
IDSOLVER= 136
FILE ID= node4/294821-1171795042

PBS_JOBID= 3839310

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  997a38106b41acec00160b9638f74d24

RANDOM SEED= 476525736

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.231
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.231
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:        994432 kB
Buffers:         56848 kB
Cached:         867952 kB
SwapCached:          0 kB
Active:         348540 kB
Inactive:       636036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        994432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10288 kB
Writeback:           0 kB
Mapped:          78696 kB
Slab:            62404 kB
Committed_AS:   865124 kB
PageTables:       1768 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= 66543 MiB

End job on node4 on Sun Feb 18 10:57:23 UTC 2007