Trace number 294944

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.82

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1284960805-05.UNSAT.shuffled.cnf
MD5SUM7faec4d52a8413a8449c21f2ea11cbf4
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.65	c run March_dl for 5 seconds ... 
10.53/10.65	c Bin: Executing march_dl
10.53/10.65	c child exit by a signal
10.53/10.65	c march_dl returned code 137.
10.53/10.65	c run saps for 2 seconds ... 
10.53/10.65	c Bin: Executing ubcsat2006
10.53/10.65	c child exited successfully
10.53/10.65	c ubcsat2006 returned code 0.
10.53/10.65	c satzilla computing base features
10.53/10.65	c satzilla doing unit-prop probe
10.53/10.65	c satzilla doing local search probe
10.53/10.65	c satzilla doing lobjois search-space size estimate
10.53/10.65	c satzilla's ranking:
10.53/10.65	c 1) minisat20: 2.359791
10.53/10.65	c 2) kcnfs: 2.536030
10.53/10.65	c 3) march_dl: 3.281602
10.53/10.65	c 4) eureka: 3.489300
10.53/10.65	c 5) vallst: 4.213672
10.53/10.65	c 6) zchaff_rand: 5.016034
10.53/10.65	c 7) kcnfs+P: 999.000000
10.53/10.65	c 8) march_dl+P: 999.000000
10.53/10.65	c 9) vallst+P: 999.000000
10.53/10.65	c 10) zchaff_rand+P: 999.000000
10.53/10.65	c 11) rsat+P: 999.000000
10.53/10.65	c 12) eureka+P: 999.000000
10.53/10.65	c 13) minisat20+P: 999.000000
10.53/10.65	c 14) rsat: 999.000000
10.53/10.65	c satzilla running minisat20 ... 
10.53/10.65	This is MiniSat 2.0 beta
10.53/10.65	WARNING: for repeatability, setting FPU to use double precision
10.53/10.65	============================[ Problem Statistics ]=============================
10.53/10.65	|                                                                             |
10.53/10.65	|  Number of variables:  65                                                   |
10.53/10.65	|  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.66	|       101 |      65     5785    40495 |     2121      101     25 |  0.024 % |
10.63/10.67	|       251 |      65     5785    40495 |     2333      251     24 |  0.024 % |
10.63/10.68	|       476 |      65     5785    40495 |     2566      476     23 |  0.024 % |
10.63/10.69	|       814 |      65     5785    40495 |     2823      814     23 |  0.024 % |
10.63/10.71	|      1323 |      65     5785    40495 |     3105     1323     23 |  0.024 % |
10.63/10.75	|      2082 |      65     5785    40495 |     3416     2082     23 |  0.024 % |
10.63/10.81	|      3221 |      65     5785    40495 |     3757     3221     23 |  0.024 % |
10.63/10.89	|      4929 |      65     5785    40495 |     4133     3036     23 |  0.024 % |
10.63/11.02	|      7491 |      65     5785    40495 |     4546     3517     22 |  0.024 % |
10.63/11.23	|     11335 |      65     5785    40495 |     5001     2790     22 |  0.024 % |
11.45/11.56	|     17102 |      65     5785    40495 |     5501     3531     23 |  0.024 % |
12.06/12.11	|     25751 |      65     5785    40495 |     6051     3883     22 |  0.024 % |
12.88/12.98	|     38726 |      65     5785    40495 |     6657     4704     22 |  0.024 % |
14.22/14.33	|     58189 |      65     5785    40495 |     7322     4120     21 |  0.024 % |
16.37/16.45	|     87383 |      65     5785    40495 |     8055     3916     20 |  0.024 % |
19.64/19.71	|    131174 |      65     5785    40495 |     8860     7296     21 |  0.024 % |
24.67/24.76	|    196858 |      65     5785    40495 |     9746     6326     21 |  0.024 % |
32.67/32.75	|    295385 |      65     5785    40495 |    10721     7127     21 |  0.024 % |
45.26/45.34	|    443174 |      65     5785    40495 |    11793     9825     20 |  0.024 % |
65.25/65.37	|    664858 |      65     5785    40495 |    12972     6933     21 |  0.024 % |
97.42/97.54	|    997384 |      65     5785    40495 |    14270     8044     21 |  0.024 % |
147.74/147.82	|   1496172 |      65     5785    40495 |    15697    13664     22 |  0.024 % |
230.65/230.83	|   2244356 |      65     5785    40495 |    17266    15031     21 |  0.024 % |
362.53/362.76	|   3366631 |      65     5785    40495 |    18993    13467     20 |  0.024 % |
579.08/579.35	|   5050043 |      65     5785    40495 |    20892    13808     20 |  0.024 % |
942.07/942.42	|   7575159 |      65     5785    40495 |    22982    18591     21 |  0.024 % |
1199.40/1199.79	c Bin: Executing minisat20
1199.40/1199.79	c child exit by a signal
1199.40/1199.79	c minisat20 returned code 137.
1199.40/1199.79	c minisat20 returned code 137.
1199.40/1199.79	c satzilla running kcnfs ... 
1199.40/1199.79	c Bin: Executing kcnfs
1199.40/1199.79	c kcnfs returned code 1.
1199.40/1199.79	c kcnfs returned code 1.
1199.40/1199.79	c satzilla running march_dl ... 
1199.40/1199.79	c Bin: Executing march_dl
1199.40/1199.79	c march_dl returned code 1.
1199.40/1199.79	c march_dl returned code 1.
1199.40/1199.79	c satzilla running eureka ... 
1199.40/1199.79	c Bin: Executing eureka
1199.40/1199.79	c eureka returned code 1.
1199.40/1199.79	c eureka returned code 1.
1199.40/1199.79	c satzilla running vallst ... 
1199.40/1199.79	c Bin: Executing vallst
1199.40/1199.79	c vallst returned code 1.
1199.40/1199.79	c vallst returned code 1.
1199.40/1199.79	c satzilla running zchaff_rand ... 
1199.40/1199.79	c Bin: Executing zchaff_rand
1199.40/1199.79	c zchaff_rand returned code 1.
1199.40/1199.79	c zchaff_rand returned code 1.
1199.40/1199.79	c satzilla running kcnfs with preprocessing ... 
1199.40/1199.82	c Preprocessing...
1199.40/1199.82	c Inital problem has 65 variables, 5785 nary clauses (0 binary clauses).
1199.40/1199.82	c Num non-binary clauses 5785, Average non-binary clause length 7.000
1199.40/1199.82	c Theory has no gaps
1199.40/1199.82	c Preprocessor runtime was 0.020 seconds.
1199.40/1199.82	c 
1199.40/1199.82	c Satisfiability of theory still undetermined.
1199.40/1199.82	c See file /tmp/0D1MUw for simplified theory.
1199.40/1199.82	c Bin: Executing kcnfs
1199.40/1199.82	c kcnfs returned code 1.
1199.40/1199.82	c kcnfs returned code 1.
1199.40/1199.82	c satzilla running march_dl with preprocessing ... 
1199.40/1199.82	c Bin: Executing march_dl
1199.40/1199.82	c march_dl returned code 1.
1199.40/1199.82	c march_dl returned code 1.
1199.40/1199.82	c satzilla running vallst with preprocessing ... 
1199.40/1199.82	c Bin: Executing vallst
1199.40/1199.82	c vallst returned code 1.
1199.40/1199.82	c vallst returned code 1.
1199.40/1199.82	c satzilla running zchaff_rand with preprocessing ... 
1199.40/1199.82	c Bin: Executing zchaff_rand
1199.40/1199.82	c zchaff_rand returned code 1.
1199.40/1199.82	c zchaff_rand returned code 1.
1199.40/1199.82	c satzilla running rsat with preprocessing ... 
1199.40/1199.82	c Bin: Executing rsat
1199.40/1199.82	c rsat returned code 1.
1199.40/1199.82	c rsat returned code 1.
1199.40/1199.82	c satzilla running eureka with preprocessing ... 
1199.40/1199.82	c Bin: Executing eureka
1199.40/1199.82	c eureka returned code 1.
1199.40/1199.82	c eureka returned code 1.
1199.40/1199.82	c satzilla running minisat20 with preprocessing ... 
1199.40/1199.82	c Bin: Executing minisat20
1199.40/1199.82	c minisat20 returned code 1.
1199.40/1199.82	c minisat20 returned code 1.
1199.40/1199.82	c satzilla running rsat ... 
1199.40/1199.82	c Bin: Executing rsat
1199.40/1199.82	c rsat returned code 1.
1199.40/1199.82	c rsat returned code 1.
1199.40/1199.82	c ERROR: All Failed! 
1199.40/1199.82	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/node5/watcher-294944-1171797523 -o ROOT/results/node5/solver-294944-1171797523 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294944-1171797523/SATzilla2007_F /tmp/evaluation/294944-1171797523/instance-294944-1171797523.cnf 

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


[startup+0 s]
/proc/loadavg: 7.35 6.95 4.31 3/77 15936
/proc/meminfo: memFree=1065120/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=0
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15937] ppid=15936 vsize=636 CPUtime=0
/proc/15937/stat : 15937 (march_dl) R 15936 15936 15852 0 -1 4194304 84 0 0 0 0 0 0 0 20 0 1 0 199707182 651264 78 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15937/statm: 159 78 50 118 0 38 0

[startup+0.107132 s]
/proc/loadavg: 7.35 6.95 4.31 3/77 15936
/proc/meminfo: memFree=1065120/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=0
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15937] ppid=15936 vsize=2164 CPUtime=0.1
/proc/15937/stat : 15937 (march_dl) R 15936 15936 15852 0 -1 4194304 932 0 0 0 10 0 0 0 20 0 1 0 199707182 2215936 321 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583509 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15937/statm: 541 321 67 118 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3676

[startup+0.515179 s]
/proc/loadavg: 7.35 6.95 4.31 3/77 15936
/proc/meminfo: memFree=1065120/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=0
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15937] ppid=15936 vsize=2296 CPUtime=0.5
/proc/15937/stat : 15937 (march_dl) R 15936 15936 15852 0 -1 4194304 968 0 0 0 50 0 0 0 23 0 1 0 199707182 2351104 357 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134583501 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15937/statm: 574 357 67 118 0 453 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3808

[startup+1.33527 s]
/proc/loadavg: 7.35 6.95 4.31 2/79 15938
/proc/meminfo: memFree=1059024/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=0
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15937] ppid=15936 vsize=7084 CPUtime=1.32
/proc/15937/stat : 15937 (march_dl) R 15936 15936 15852 0 -1 4194304 2329 0 0 0 132 0 0 0 25 0 1 0 199707182 7254016 1471 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15937/statm: 1771 1471 72 118 0 1650 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8596

[startup+2.97146 s]
/proc/loadavg: 7.35 6.95 4.31 2/79 15938
/proc/meminfo: memFree=1058512/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=0
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15937] ppid=15936 vsize=7084 CPUtime=2.96
/proc/15937/stat : 15937 (march_dl) R 15936 15936 15852 0 -1 4194304 2439 0 0 0 295 1 0 0 25 0 1 0 199707182 7254016 1559 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526996 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15937/statm: 1771 1559 74 118 0 1650 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 8596

[startup+6.25883 s]
/proc/loadavg: 6.84 6.85 4.29 2/79 15939
/proc/meminfo: memFree=1064016/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=1512 CPUtime=4.99
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 149 2439 0 0 0 0 498 1 16 0 1 0 199707182 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15936/statm: 378 125 110 260 0 84 0
[pid=15939] ppid=15936 vsize=6188 CPUtime=1.24
/proc/15939/stat : 15939 (ubcsat2006) R 15936 15936 15852 0 -1 4194304 355 0 0 0 121 3 0 0 25 0 1 0 199707682 6336512 337 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15939/statm: 1547 337 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7700

[startup+12.7106 s]
/proc/loadavg: 6.38 6.75 4.27 2/79 15940
/proc/meminfo: memFree=1062480/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=3004 CPUtime=2.05
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 443 0 0 0 205 0 0 0 25 0 1 0 199708247 3076096 436 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 751 436 58 118 0 629 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5240

[startup+25.529 s]
/proc/loadavg: 5.18 6.47 4.22 2/79 15940
/proc/meminfo: memFree=1061712/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=3824 CPUtime=14.86
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 667 0 0 0 1486 0 0 0 25 0 1 0 199708247 3915776 660 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 956 660 58 118 0 834 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6060

[startup+51.1579 s]
/proc/loadavg: 3.76 6.03 4.13 2/79 15940
/proc/meminfo: memFree=1060816/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=4520 CPUtime=40.48
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 840 0 0 0 4048 0 0 0 25 0 1 0 199708247 4628480 833 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528824 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1130 833 58 118 0 1008 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 6756

[startup+102.407 s]
/proc/loadavg: 2.19 5.25 3.97 2/79 15940
/proc/meminfo: memFree=1060112/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=5460 CPUtime=91.71
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1035 0 0 0 9171 0 0 0 25 0 1 0 199708247 5591040 1028 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1365 1028 58 118 0 1243 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 7696

[startup+162.479 s]
/proc/loadavg: 1.44 4.48 3.78 2/79 15940
/proc/meminfo: memFree=1059728/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=5776 CPUtime=151.77
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1125 0 0 0 15176 1 0 0 25 0 1 0 199708247 5914624 1118 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525785 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1444 1118 58 118 0 1322 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 8012

[startup+222.545 s]
/proc/loadavg: 1.16 3.84 3.60 2/79 15940
/proc/meminfo: memFree=1059280/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=6232 CPUtime=211.82
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1241 0 0 0 21181 1 0 0 25 0 1 0 199708247 6381568 1234 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1558 1234 58 118 0 1436 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 8468

[startup+282.615 s]
/proc/loadavg: 1.06 3.32 3.44 2/79 15940
/proc/meminfo: memFree=1058896/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=6660 CPUtime=271.87
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1331 0 0 0 27185 2 0 0 25 0 1 0 199708247 6819840 1324 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525460 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1665 1324 58 118 0 1543 0
Current children cumulated CPU time (s) 282.5
Current children cumulated vsize (KiB) 8896

[startup+342.681 s]
/proc/loadavg: 1.02 2.90 3.28 2/79 15940
/proc/meminfo: memFree=1058704/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=6944 CPUtime=331.92
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1369 0 0 0 33189 3 0 0 25 0 1 0 199708247 7110656 1362 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1736 1362 58 118 0 1614 0
Current children cumulated CPU time (s) 342.55
Current children cumulated vsize (KiB) 9180

[startup+402.752 s]
/proc/loadavg: 1.00 2.55 3.14 2/79 15940
/proc/meminfo: memFree=1058384/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=7240 CPUtime=391.98
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1443 0 0 0 39194 4 0 0 25 0 1 0 199708247 7413760 1436 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528229 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1810 1436 58 118 0 1688 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 9476

[startup+462.822 s]
/proc/loadavg: 1.00 2.26 3.00 2/79 15940
/proc/meminfo: memFree=1058000/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=7668 CPUtime=452.03
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1525 0 0 0 45199 4 0 0 25 0 1 0 199708247 7852032 1518 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 1917 1518 58 118 0 1795 0
Current children cumulated CPU time (s) 462.66

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


[startup+763.165 s]
/proc/loadavg: 1.00 1.45 2.43 2/79 15940
/proc/meminfo: memFree=1057424/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8236 CPUtime=752.3
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1680 0 0 0 75223 7 0 0 25 0 1 0 199708247 8433664 1673 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2059 1673 58 118 0 1937 0
Current children cumulated CPU time (s) 762.93
Current children cumulated vsize (KiB) 10472

[startup+823.238 s]
/proc/loadavg: 1.00 1.37 2.34 2/79 15940
/proc/meminfo: memFree=1057424/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8236 CPUtime=812.35
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1685 0 0 0 81228 7 0 0 25 0 1 0 199708247 8433664 1678 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2059 1678 58 118 0 1937 0
Current children cumulated CPU time (s) 822.98
Current children cumulated vsize (KiB) 10472

[startup+883.308 s]
/proc/loadavg: 1.00 1.30 2.25 2/79 15940
/proc/meminfo: memFree=1057360/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8380 CPUtime=872.41
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1707 0 0 0 87233 8 0 0 25 0 1 0 199708247 8581120 1700 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2095 1700 58 118 0 1973 0
Current children cumulated CPU time (s) 883.04
Current children cumulated vsize (KiB) 10616

[startup+943.379 s]
/proc/loadavg: 1.00 1.24 2.17 2/79 15940
/proc/meminfo: memFree=1057232/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8380 CPUtime=932.47
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1726 0 0 0 93238 9 0 0 25 0 1 0 199708247 8581120 1719 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2095 1719 58 118 0 1973 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 10616

[startup+1003.45 s]
/proc/loadavg: 1.00 1.20 2.10 2/79 15940
/proc/meminfo: memFree=1057232/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8380 CPUtime=992.51
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1741 0 0 0 99242 9 0 0 25 0 1 0 199708247 8581120 1734 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2095 1734 58 118 0 1973 0
Current children cumulated CPU time (s) 1003.14
Current children cumulated vsize (KiB) 10616

[startup+1063.52 s]
/proc/loadavg: 1.00 1.16 2.03 2/79 15940
/proc/meminfo: memFree=1057040/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8544 CPUtime=1052.57
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1775 0 0 0 105248 9 0 0 25 0 1 0 199708247 8749056 1768 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519335 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2136 1768 58 118 0 2014 0
Current children cumulated CPU time (s) 1063.2
Current children cumulated vsize (KiB) 10780

[startup+1123.59 s]
/proc/loadavg: 1.00 1.13 1.96 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1112.63
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1796 0 0 0 111253 10 0 0 25 0 1 0 199708247 8896512 1789 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1789 58 118 0 2050 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 10924

[startup+1183.66 s]
/proc/loadavg: 1.00 1.10 1.90 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1172.68
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 117257 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 10924

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

[startup+1187.46 s]
/proc/loadavg: 1.00 1.10 1.89 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1176.48
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 117637 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1187.11
Current children cumulated vsize (KiB) 10924

[startup+1194.01 s]
/proc/loadavg: 1.00 1.10 1.89 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1183.03
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 118292 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525763 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 10924

[startup+1197.3 s]
/proc/loadavg: 1.00 1.09 1.88 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1186.31
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 118620 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1196.94
Current children cumulated vsize (KiB) 10924

[startup+1198.94 s]
/proc/loadavg: 1.00 1.09 1.88 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1187.95
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 118784 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 10924

[startup+1199.34 s]
/proc/loadavg: 1.00 1.09 1.88 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1188.36
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 118825 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519365 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 10924

[startup+1199.75 s]
/proc/loadavg: 1.00 1.09 1.88 2/79 15940
/proc/meminfo: memFree=1056976/2055920 swapFree=4192812/4192956
[pid=15936] ppid=15934 vsize=2236 CPUtime=10.63
/proc/15936/stat : 15936 (SATzilla2007_F) S 15934 15936 15852 0 -1 4194304 901 2800 0 0 347 6 700 10 25 0 1 0 199707182 2289664 381 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/15936/statm: 559 381 169 260 0 265 0
[pid=15940] ppid=15936 vsize=8688 CPUtime=1188.77
/proc/15940/stat : 15940 (minisat20) R 15936 15936 15852 0 -1 4194304 1799 0 0 0 118866 11 0 0 25 0 1 0 199708247 8896512 1792 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/15940/statm: 2172 1792 58 118 0 2050 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 10924

Child status: 17
Real time (s): 1199.82
CPU time (s): 1199.5
CPU user time (s): 1199.21
CPU system time (s): 0.287956
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 10924

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

runsolver used 1.21881 second user time and 3.04754 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Feb 18 11:18:44 UTC 2007

IDJOB= 294944
IDBENCH= 19900
IDSOLVER= 136
FILE ID= node5/294944-1171797523

PBS_JOBID= 3839322

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  7faec4d52a8413a8449c21f2ea11cbf4

RANDOM SEED= 724214561

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1065528 kB
Buffers:         57296 kB
Cached:         813104 kB
SwapCached:          0 kB
Active:         536248 kB
Inactive:       377920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1065528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10428 kB
Writeback:           0 kB
Mapped:          62628 kB
Slab:            61800 kB
Committed_AS:   688568 kB
PageTables:       1692 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= 66541 MiB

End job on node5 on Sun Feb 18 11:38:44 UTC 2007