Trace number 305849

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 CRAFTED? (exit code) 1199.54 1200.1

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1588170820-15.cnf
MD5SUM336a2c9801052664a09b33d1e7ab3a4d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark479.836
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.61/10.76	c run March_dl for 5 seconds ... 
10.61/10.76	c Bin: Executing march_dl
10.61/10.76	c child exit by a signal
10.61/10.76	c march_dl returned code 137.
10.61/10.76	c run saps (UBCSAT implementation) for 2 seconds ... 
10.61/10.76	c Bin: Executing ubcsat2006
10.61/10.76	c child exited successfully
10.61/10.76	c ubcsat2006 returned code 0.
10.61/10.76	c satzilla computing base features
10.61/10.76	c satzilla doing unit-prop probe
10.61/10.76	c satzilla doing local search probe
10.61/10.76	c satzilla doing lobjois search-space size estimate
10.61/10.76	c satzilla's ranking:
10.61/10.76	c 1) minisat20: 1.723092
10.61/10.76	c 2) minisat20+P: 2.014526
10.61/10.76	c 3) vallst+P: 2.523295
10.61/10.76	c 4) march_dl+P: 2.554690
10.61/10.76	c 5) zchaff_rand+P: 3.232456
10.61/10.76	c 6) march_dl: 3.510239
10.61/10.76	c 7) kcnfs+P: 999.000000
10.61/10.76	c 8) kcnfs: 999.000000
10.61/10.76	c 9) vallst: 999.000000
10.61/10.76	c 10) zchaff_rand: 999.000000
10.61/10.76	c satzilla running minisat20 ... 
10.61/10.76	This is MiniSat 2.0 beta
10.61/10.76	WARNING: for repeatability, setting FPU to use double precision
10.61/10.76	============================[ Problem Statistics ]=============================
10.61/10.76	|                                                                             |
10.61/10.76	|  Number of variables:  4000                                                 |
10.61/10.76	|  Number of clauses:    16800                                                |
10.61/10.77	|  Parsing time:         0.01         s                                       |
10.61/10.78	============================[ Search Statistics ]==============================
10.61/10.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.61/10.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.61/10.78	===============================================================================
10.61/10.78	|         0 |    4000    16800    50400 |     5600        0    nan |  0.000 % |
10.61/10.79	|       100 |    4000    16800    50400 |     6160      100     89 |  0.000 % |
10.61/10.81	|       250 |    4000    16800    50400 |     6776      250     86 |  0.000 % |
10.61/10.84	|       476 |    4000    16800    50400 |     7453      476     89 |  0.000 % |
10.61/10.88	|       813 |    4000    16800    50400 |     8198      813     94 |  0.000 % |
10.61/10.95	|      1321 |    4000    16800    50400 |     9018     1321     96 |  0.000 % |
10.61/11.05	|      2080 |    4000    16800    50400 |     9920     2080     96 |  0.000 % |
10.61/11.21	|      3222 |    4000    16800    50400 |    10912     3222     99 |  0.000 % |
11.31/11.50	|      4930 |    4000    16800    50400 |    12004     4930    108 |  0.000 % |
11.71/11.96	|      7493 |    4000    16800    50400 |    13204     7493    107 |  0.000 % |
12.54/12.75	|     11337 |    4000    16800    50400 |    14524    11337    111 |  0.000 % |
13.97/14.14	|     17104 |    4000    16800    50400 |    15977     9560    116 |  0.000 % |
16.23/16.46	|     25753 |    4000    16800    50400 |    17575     9921    116 |  0.000 % |
20.01/20.25	|     38728 |    4000    16800    50400 |    19332    13804    118 |  0.000 % |
27.29/27.53	|     58190 |    4000    16800    50400 |    21265    13355    125 |  0.000 % |
38.77/38.95	|     87382 |    4000    16800    50400 |    23392    20724    125 |  0.000 % |
58.44/58.71	|    131171 |    4000    16800    50400 |    25731    15837    118 |  0.000 % |
93.06/93.27	|    196856 |    4000    16800    50400 |    28305    13547    118 |  0.000 % |
147.48/147.75	|    295382 |    4000    16800    50400 |    31135    16706    121 |  0.000 % |
233.53/233.84	|    443171 |    4000    16800    50400 |    34249    17581    117 |  0.000 % |
379.74/380.11	|    664857 |    4000    16800    50400 |    37673    32259    132 |  0.000 % |
596.73/597.07	|    997383 |    4000    16800    50400 |    41441    28898    123 |  0.000 % |
932.28/932.78	|   1496173 |    4000    16800    50400 |    45585    29020    129 |  0.000 % |
1199.34/1200.02	c Bin: Executing minisat20
1199.34/1200.02	c child exit by a signal
1199.34/1200.02	c minisat20 returned code 137.
1199.34/1200.02	c minisat20 returned code 137.
1199.34/1200.02	c satzilla running minisat20 with preprocessing ... 
1199.46/1200.09	c Preprocessing...
1199.46/1200.09	c Inital problem has 4000 variables, 16800 nary clauses (0 binary clauses).
1199.46/1200.09	c Num non-binary clauses 16800, Average non-binary clause length 3.000
1199.46/1200.09	c Theory has no gaps
1199.46/1200.09	c Preprocessor runtime was 0.050 seconds.
1199.46/1200.09	c 
1199.46/1200.09	c Satisfiability of theory still undetermined.
1199.46/1200.09	c See file /tmp/P0suBs for simplified theory.
1199.46/1200.09	c Bin: Executing minisat20
1199.46/1200.09	c minisat20 returned code 1.
1199.46/1200.09	c minisat20 returned code 1.
1199.46/1200.09	c satzilla running vallst with preprocessing ... 
1199.46/1200.09	c Bin: Executing vallst
1199.46/1200.09	c vallst returned code 1.
1199.46/1200.09	c vallst returned code 1.
1199.46/1200.09	c satzilla running march_dl with preprocessing ... 
1199.46/1200.09	c Bin: Executing march_dl
1199.46/1200.09	c march_dl returned code 1.
1199.46/1200.09	c march_dl returned code 1.
1199.46/1200.09	c satzilla running zchaff_rand with preprocessing ... 
1199.46/1200.09	c Bin: Executing zchaff_rand
1199.46/1200.09	c zchaff_rand returned code 1.
1199.46/1200.09	c zchaff_rand returned code 1.
1199.46/1200.09	c satzilla running march_dl ... 
1199.46/1200.09	c Bin: Executing march_dl
1199.46/1200.09	c march_dl returned code 1.
1199.46/1200.09	c march_dl returned code 1.
1199.46/1200.09	c satzilla running kcnfs with preprocessing ... 
1199.46/1200.09	c Bin: Executing kcnfs
1199.46/1200.09	c kcnfs returned code 1.
1199.46/1200.09	c kcnfs returned code 1.
1199.46/1200.09	c satzilla running kcnfs ... 
1199.46/1200.09	c Bin: Executing kcnfs
1199.46/1200.09	c kcnfs returned code 1.
1199.46/1200.09	c kcnfs returned code 1.
1199.46/1200.09	c satzilla running vallst ... 
1199.46/1200.09	c Bin: Executing vallst
1199.46/1200.09	c vallst returned code 1.
1199.46/1200.09	c vallst returned code 1.
1199.46/1200.09	c satzilla running zchaff_rand ... 
1199.46/1200.09	c Bin: Executing zchaff_rand
1199.46/1200.09	c zchaff_rand returned code 1.
1199.46/1200.09	c zchaff_rand returned code 1.
1199.46/1200.09	c ERROR: All Failed! 
1199.46/1200.09	c SATZILLA_TIME=1199.700000

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/node59/watcher-305849-1172086924 -o ROOT/results/node59/solver-305849-1172086924 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305849-1172086924/SATzilla2007_C /tmp/evaluation/305849-1172086924/instance-305849-1172086924.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.99 1.09 3/64 8357
/proc/meminfo: memFree=1923000/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=0
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228649136 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 360 110 95 260 0 84 0
[pid=8358] ppid=8357 vsize=916 CPUtime=0
/proc/8358/stat : 8358 (march_dl) R 8357 8357 7846 0 -1 4194304 148 0 0 0 0 0 0 0 19 0 1 0 228649136 937984 143 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134777385 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8358/statm: 229 143 50 118 0 108 0

[startup+0.106582 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 8357
/proc/meminfo: memFree=1923000/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=0
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228649136 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 360 110 95 260 0 84 0
[pid=8358] ppid=8357 vsize=2648 CPUtime=0.09
/proc/8358/stat : 8358 (march_dl) R 8357 8357 7846 0 -1 4194304 1423 0 0 0 9 0 0 0 20 0 1 0 228649136 2711552 491 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134588825 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8358/statm: 662 496 61 118 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4088

[startup+0.514626 s]
/proc/loadavg: 0.92 0.99 1.09 3/64 8357
/proc/meminfo: memFree=1923000/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=0
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228649136 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 360 110 95 260 0 84 0
[pid=8358] ppid=8357 vsize=5428 CPUtime=0.5
/proc/8358/stat : 8358 (march_dl) R 8357 8357 7846 0 -1 4194304 2597 0 0 0 50 0 0 0 23 0 1 0 228649136 5558272 1221 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134537771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8358/statm: 1357 1221 74 118 0 1236 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6868

[startup+1.33472 s]
/proc/loadavg: 0.92 0.99 1.09 2/66 8359
/proc/meminfo: memFree=1918056/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=0
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228649136 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 360 110 95 260 0 84 0
[pid=8358] ppid=8357 vsize=5820 CPUtime=1.32
/proc/8358/stat : 8358 (march_dl) R 8357 8357 7846 0 -1 4194304 2663 0 0 0 132 0 0 0 25 0 1 0 228649136 5959680 1287 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8358/statm: 1455 1287 74 118 0 1334 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 7260

[startup+2.9709 s]
/proc/loadavg: 0.92 0.99 1.09 2/66 8359
/proc/meminfo: memFree=1917864/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=0
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228649136 1474560 110 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 360 110 95 260 0 84 0
[pid=8358] ppid=8357 vsize=5820 CPUtime=2.95
/proc/8358/stat : 8358 (march_dl) R 8357 8357 7846 0 -1 4194304 2663 0 0 0 295 0 0 0 25 0 1 0 228649136 5959680 1287 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134527016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8358/statm: 1455 1287 74 118 0 1334 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 7260

[startup+6.24726 s]
/proc/loadavg: 0.93 0.99 1.09 2/66 8360
/proc/meminfo: memFree=1920104/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=1440 CPUtime=4.99
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 135 2688 0 0 0 0 498 1 16 0 1 0 228649136 1474560 111 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/8357/statm: 360 111 96 260 0 84 0
[pid=8360] ppid=8357 vsize=6188 CPUtime=1.11
/proc/8360/stat : 8360 (ubcsat2006) R 8357 8357 7846 0 -1 4194304 492 0 13 0 103 8 0 0 25 0 1 0 228649636 6336512 488 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/8360/statm: 1547 488 156 64 0 1128 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 7628

[startup+12.708 s]
/proc/loadavg: 0.93 0.99 1.09 2/66 8361
/proc/meminfo: memFree=1914216/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=7968 CPUtime=1.93
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 1739 0 0 0 192 1 0 0 25 0 1 0 228650212 8159232 1733 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 1992 1733 59 118 0 1870 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 10668

[startup+25.5214 s]
/proc/loadavg: 0.95 0.99 1.09 2/66 8361
/proc/meminfo: memFree=1908200/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=13284 CPUtime=14.73
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 3056 0 0 0 1472 1 0 0 25 0 1 0 228650212 13602816 3050 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525523 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 3321 3050 59 118 0 3199 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 15984

[startup+51.1472 s]
/proc/loadavg: 0.96 0.99 1.08 2/66 8361
/proc/meminfo: memFree=1904552/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=17376 CPUtime=40.36
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 4070 0 0 0 4033 3 0 0 25 0 1 0 228650212 17793024 4064 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 4344 4064 59 118 0 4222 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 20076

[startup+102.389 s]
/proc/loadavg: 0.98 0.99 1.08 2/66 8361
/proc/meminfo: memFree=1901480/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=20200 CPUtime=91.58
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 4765 0 0 0 9154 4 0 0 25 0 1 0 228650212 20684800 4759 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 5050 4759 59 118 0 4928 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 22900

[startup+162.451 s]
/proc/loadavg: 0.99 0.99 1.07 2/66 8361
/proc/meminfo: memFree=1899304/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=22312 CPUtime=151.62
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 5305 0 0 0 15158 4 0 0 25 0 1 0 228650212 22847488 5299 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525420 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 5578 5299 59 118 0 5456 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 25012

[startup+222.504 s]
/proc/loadavg: 0.99 0.99 1.07 2/66 8361
/proc/meminfo: memFree=1896744/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=24820 CPUtime=211.66
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 5929 0 0 0 21161 5 0 0 25 0 1 0 228650212 25415680 5923 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 6205 5923 59 118 0 6083 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 27520

[startup+282.56 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 8361
/proc/meminfo: memFree=1894056/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=27460 CPUtime=271.7
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 6593 0 0 0 27164 6 0 0 25 0 1 0 228650212 28119040 6587 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 6865 6587 59 118 0 6743 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 30160

[startup+342.614 s]
/proc/loadavg: 0.99 0.99 1.06 2/66 8361
/proc/meminfo: memFree=1893736/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=27724 CPUtime=331.74
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 6663 0 0 0 33168 6 0 0 25 0 1 0 228650212 28389376 6657 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 6931 6657 59 118 0 6809 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 30424

[startup+402.67 s]
/proc/loadavg: 0.99 0.99 1.05 2/66 8361
/proc/meminfo: memFree=1892520/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=28912 CPUtime=391.78
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 6970 0 0 0 39171 7 0 0 25 0 1 0 228650212 29605888 6964 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 7228 6964 59 118 0 7106 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 31612

[startup+462.726 s]
/proc/loadavg: 0.99 0.99 1.04 2/66 8361
/proc/meminfo: memFree=1891432/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=29972 CPUtime=451.81
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 7233 0 0 0 45174 7 0 0 25 0 1 0 228650212 30691328 7227 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 7493 7227 59 118 0 7371 0
Current children cumulated CPU time (s) 462.42

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

/proc/8361/statm: 8458 8172 59 118 0 8336 0
Current children cumulated CPU time (s) 762.62
Current children cumulated vsize (KiB) 36532

[startup+823.057 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 8361
/proc/meminfo: memFree=1887528/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=33832 CPUtime=812.04
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 8178 0 0 0 81194 10 0 0 25 0 1 0 228650212 34643968 8172 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 8458 8172 59 118 0 8336 0
Current children cumulated CPU time (s) 822.65
Current children cumulated vsize (KiB) 36532

[startup+883.111 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 8361
/proc/meminfo: memFree=1887464/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=33832 CPUtime=872.08
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 8178 0 0 0 87198 10 0 0 25 0 1 0 228650212 34643968 8172 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 8458 8172 59 118 0 8336 0
Current children cumulated CPU time (s) 882.69
Current children cumulated vsize (KiB) 36532

[startup+943.171 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8361
/proc/meminfo: memFree=1885288/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=36076 CPUtime=932.12
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 8729 0 0 0 93201 11 0 0 25 0 1 0 228650212 36941824 8723 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9019 8723 59 118 0 8897 0
Current children cumulated CPU time (s) 942.73
Current children cumulated vsize (KiB) 38776

[startup+1003.23 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8361
/proc/meminfo: memFree=1884008/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37264 CPUtime=992.15
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9033 0 0 0 99204 11 0 0 25 0 1 0 228650212 38158336 9027 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525190 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9316 9027 59 118 0 9194 0
Current children cumulated CPU time (s) 1002.76
Current children cumulated vsize (KiB) 39964

[startup+1063.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8361
/proc/meminfo: memFree=1883688/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37528 CPUtime=1052.2
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9107 0 0 0 105208 12 0 0 25 0 1 0 228650212 38428672 9101 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9382 9101 59 118 0 9260 0
Current children cumulated CPU time (s) 1062.81
Current children cumulated vsize (KiB) 40228

[startup+1123.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 8361
/proc/meminfo: memFree=1883560/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37660 CPUtime=1112.24
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9137 0 0 0 111212 12 0 0 25 0 1 0 228650212 38563840 9131 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525494 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9415 9131 59 118 0 9293 0
Current children cumulated CPU time (s) 1122.85
Current children cumulated vsize (KiB) 40360

[startup+1183.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8477
/proc/meminfo: memFree=1882152/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1172.25
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 117213 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1182.86
Current children cumulated vsize (KiB) 40492

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

[startup+1187.22 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8479
/proc/meminfo: memFree=1882088/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1176.04
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 117592 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1186.65
Current children cumulated vsize (KiB) 40492

[startup+1193.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8485
/proc/meminfo: memFree=1882024/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1182.59
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 118247 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1193.2
Current children cumulated vsize (KiB) 40492

[startup+1197.06 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8495
/proc/meminfo: memFree=1881960/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1185.87
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 118575 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1196.48
Current children cumulated vsize (KiB) 40492

[startup+1198.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8499
/proc/meminfo: memFree=1881960/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1187.51
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 118739 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1198.12
Current children cumulated vsize (KiB) 40492

[startup+1199.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8499
/proc/meminfo: memFree=1881960/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1188.33
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 118821 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1198.94
Current children cumulated vsize (KiB) 40492

[startup+1199.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8499
/proc/meminfo: memFree=1881960/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=2700 CPUtime=10.61
/proc/8357/stat : 8357 (SATzilla2007_C) S 8355 8357 7846 0 -1 4194304 1468 3186 0 13 333 8 701 19 25 0 1 0 228649136 2764800 499 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/8357/statm: 675 499 157 260 0 399 0
[pid=8361] ppid=8357 vsize=37792 CPUtime=1188.73
/proc/8361/stat : 8361 (minisat20) R 8357 8357 7846 0 -1 4194304 9175 0 0 0 118861 12 0 0 25 0 1 0 228650212 38699008 9169 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525540 0 0 8392704 3 0 0 0 17 1 0 0
/proc/8361/statm: 9448 9169 59 118 0 9326 0
Current children cumulated CPU time (s) 1199.34
Current children cumulated vsize (KiB) 40492

[startup+1200.04 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 8499
/proc/meminfo: memFree=1881960/2055920 swapFree=4183752/4192956
[pid=8357] ppid=8355 vsize=3100 CPUtime=1199.46
/proc/8357/stat : 8357 (SATzilla2007_C) R 8355 8357 7846 0 -1 4194304 1650 12361 0 13 335 8 119570 33 16 0 1 0 228649136 3174400 584 18446744073709551615 134512640 135579813 4294956704 18446744073709551615 135294550 0 0 4096 0 0 0 0 17 0 0 0
/proc/8357/statm: 775 584 157 260 0 499 0
Current children cumulated CPU time (s) 1199.46
Current children cumulated vsize (KiB) 3100

Child status: 17
Real time (s): 1200.1
CPU time (s): 1199.54
CPU user time (s): 1199.11
CPU system time (s): 0.429934
CPU usage (%): 99.9534
Max. virtual memory (cumulated for all children) (KiB): 40492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.11
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14595
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48
involuntary context switches= 1871

runsolver used 0.779881 second user time and 2.49462 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Feb 21 19:42:04 UTC 2007

IDJOB= 305849
IDBENCH= 20166
IDSOLVER= 135
FILE ID= node59/305849-1172086924

PBS_JOBID= 3892832

Free space on /tmp= 66554 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v4000/unif-k3-r4.2-v4000-c16800-S1588170820-15.cnf
COMMAND LINE= /tmp/evaluation/305849-1172086924/SATzilla2007_C /tmp/evaluation/305849-1172086924/instance-305849-1172086924.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-305849-1172086924 -o ROOT/results/node59/solver-305849-1172086924 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305849-1172086924/SATzilla2007_C /tmp/evaluation/305849-1172086924/instance-305849-1172086924.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  336a2c9801052664a09b33d1e7ab3a4d

RANDOM SEED= 724545666

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1923472 kB
Buffers:          7412 kB
Cached:          66188 kB
SwapCached:       3716 kB
Active:          36916 kB
Inactive:        46776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923472 kB
SwapTotal:     4192956 kB
SwapFree:      4183752 kB
Dirty:            8644 kB
Writeback:           0 kB
Mapped:          15584 kB
Slab:            34712 kB
Committed_AS:   514316 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB

End job on node59 on Wed Feb 21 20:02:04 UTC 2007