Trace number 305562

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.55 1199.89

General information on the benchmark

Namerandom/LargeSize/3SAT/v4000/
unif-k3-r4.2-v4000-c16800-S1178874381-13.cnf
MD5SUM587d72078fb304e879726e3b68b5b5e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.9234
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.54/10.65	c run March_dl for 5 seconds ... 
10.54/10.65	c Bin: Executing march_dl
10.54/10.65	c child exit by a signal
10.54/10.65	c march_dl returned code 137.
10.54/10.65	c run saps (UBCSAT implementation) for 2 seconds ... 
10.54/10.65	c Bin: Executing ubcsat2006
10.54/10.65	c child exited successfully
10.54/10.65	c ubcsat2006 returned code 0.
10.54/10.65	c satzilla computing base features
10.54/10.65	c satzilla doing unit-prop probe
10.54/10.65	c satzilla doing local search probe
10.54/10.65	c satzilla doing lobjois search-space size estimate
10.54/10.65	c satzilla's ranking:
10.54/10.65	c 1) minisat20: 1.748145
10.54/10.65	c 2) march_dl+P: 1.908106
10.54/10.65	c 3) minisat20+P: 1.977825
10.54/10.65	c 4) march_dl: 2.192592
10.54/10.65	c 5) zchaff_rand+P: 2.432948
10.54/10.65	c 6) vallst+P: 2.497188
10.54/10.65	c 7) kcnfs+P: 999.000000
10.54/10.65	c 8) kcnfs: 999.000000
10.54/10.65	c 9) vallst: 999.000000
10.54/10.65	c 10) zchaff_rand: 999.000000
10.54/10.65	c satzilla running minisat20 ... 
10.54/10.65	This is MiniSat 2.0 beta
10.54/10.65	WARNING: for repeatability, setting FPU to use double precision
10.54/10.65	============================[ Problem Statistics ]=============================
10.54/10.65	|                                                                             |
10.54/10.65	|  Number of variables:  4000                                                 |
10.54/10.65	|  Number of clauses:    16800                                                |
10.54/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 |    4000    16800    50400 |     5600        0    nan |  0.000 % |
10.63/10.67	|       100 |    4000    16800    50400 |     6160      100     73 |  0.000 % |
10.63/10.69	|       250 |    4000    16800    50400 |     6776      250     73 |  0.000 % |
10.63/10.72	|       475 |    4000    16800    50400 |     7453      475     89 |  0.000 % |
10.63/10.76	|       817 |    4000    16800    50400 |     8198      817     94 |  0.000 % |
10.63/10.83	|      1323 |    4000    16800    50400 |     9018     1323     99 |  0.000 % |
10.63/10.92	|      2082 |    4000    16800    50400 |     9920     2082     97 |  0.000 % |
10.63/11.09	|      3221 |    4000    16800    50400 |    10912     3221    103 |  0.000 % |
11.24/11.35	|      4929 |    4000    16800    50400 |    12004     4929    104 |  0.000 % |
11.76/11.83	|      7492 |    4000    16800    50400 |    13204     7492    108 |  0.000 % |
12.57/12.66	|     11336 |    4000    16800    50400 |    14524    11336    114 |  0.000 % |
13.91/14.04	|     17103 |    4000    16800    50400 |    15977     9500    116 |  0.000 % |
16.26/16.37	|     25752 |    4000    16800    50400 |    17575     9807    121 |  0.000 % |
20.26/20.34	|     38726 |    4000    16800    50400 |    19332    13675    116 |  0.000 % |
27.54/27.60	|     58189 |    4000    16800    50400 |    21265    13225    125 |  0.000 % |
38.60/38.70	|     87381 |    4000    16800    50400 |    23392    20567    129 |  0.000 % |
59.40/59.46	|    131171 |    4000    16800    50400 |    25731    15960    125 |  0.000 % |
90.46/90.53	|    196855 |    4000    16800    50400 |    28305    25662    131 |  0.000 % |
148.47/148.60	|    295381 |    4000    16800    50400 |    31135    28726    133 |  0.000 % |
238.96/239.08	|    443170 |    4000    16800    50400 |    34249    27570    124 |  0.000 % |
367.88/368.05	|    664854 |    4000    16800    50400 |    37673    16536    130 |  0.000 % |
588.93/589.19	|    997380 |    4000    16800    50400 |    41441    32001    129 |  0.000 % |
961.14/961.52	|   1496170 |    4000    16800    50400 |    45585    30281    124 |  0.000 % |
1199.40/1199.80	c Bin: Executing minisat20
1199.40/1199.80	c child exit by a signal
1199.40/1199.80	c minisat20 returned code 137.
1199.40/1199.80	c minisat20 returned code 137.
1199.40/1199.80	c satzilla running march_dl with preprocessing ... 
1199.52/1199.88	c Preprocessing...
1199.52/1199.88	c Inital problem has 4000 variables, 16800 nary clauses (0 binary clauses).
1199.52/1199.88	c Num non-binary clauses 16800, Average non-binary clause length 3.000
1199.52/1199.88	c Theory has no gaps
1199.52/1199.88	c Preprocessor runtime was 0.050 seconds.
1199.52/1199.88	c 
1199.52/1199.88	c Satisfiability of theory still undetermined.
1199.52/1199.88	c See file /tmp/ghr6Fg for simplified theory.
1199.52/1199.88	c Bin: Executing march_dl
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c satzilla running minisat20 with preprocessing ... 
1199.52/1199.88	c Bin: Executing minisat20
1199.52/1199.88	c minisat20 returned code 1.
1199.52/1199.88	c minisat20 returned code 1.
1199.52/1199.88	c satzilla running march_dl ... 
1199.52/1199.88	c Bin: Executing march_dl
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c march_dl returned code 1.
1199.52/1199.88	c satzilla running zchaff_rand with preprocessing ... 
1199.52/1199.88	c Bin: Executing zchaff_rand
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c satzilla running vallst with preprocessing ... 
1199.52/1199.88	c Bin: Executing vallst
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c satzilla running kcnfs with preprocessing ... 
1199.52/1199.88	c Bin: Executing kcnfs
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c satzilla running kcnfs ... 
1199.52/1199.88	c Bin: Executing kcnfs
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c kcnfs returned code 1.
1199.52/1199.88	c satzilla running vallst ... 
1199.52/1199.88	c Bin: Executing vallst
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c vallst returned code 1.
1199.52/1199.88	c satzilla running zchaff_rand ... 
1199.52/1199.88	c Bin: Executing zchaff_rand
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c zchaff_rand returned code 1.
1199.52/1199.88	c ERROR: All Failed! 
1199.52/1199.88	c SATZILLA_TIME=1199.710000

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/node14/watcher-305562-1172081407 -o ROOT/results/node14/solver-305562-1172081407 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305562-1172081407/SATzilla2007_C /tmp/evaluation/305562-1172081407/instance-305562-1172081407.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 0.98 0.98 3/77 25378
/proc/meminfo: memFree=1443144/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=0
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228095102 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 360 110 95 260 0 84 0
[pid=25379] ppid=25378 vsize=1048 CPUtime=0
/proc/25379/stat : 25379 (march_dl) R 25378 25378 25023 0 -1 4194304 149 0 0 0 0 0 0 0 20 0 1 0 228095102 1073152 144 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25379/statm: 262 144 50 118 0 141 0

[startup+0.107845 s]
/proc/loadavg: 1.00 0.98 0.98 3/77 25378
/proc/meminfo: memFree=1443144/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=0
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228095102 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 360 110 95 260 0 84 0
[pid=25379] ppid=25378 vsize=3476 CPUtime=0.09
/proc/25379/stat : 25379 (march_dl) R 25378 25378 25023 0 -1 4194304 1624 0 0 0 9 0 0 0 20 0 1 0 228095102 3559424 680 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134544057 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25379/statm: 869 681 63 118 0 748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4916

[startup+0.519884 s]
/proc/loadavg: 1.00 0.98 0.98 3/77 25378
/proc/meminfo: memFree=1443144/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=0
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228095102 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 360 110 95 260 0 84 0
[pid=25379] ppid=25378 vsize=5432 CPUtime=0.5
/proc/25379/stat : 25379 (march_dl) R 25378 25378 25023 0 -1 4194304 2605 0 0 0 50 0 0 0 24 0 1 0 228095102 5562368 1218 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134617627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25379/statm: 1358 1218 74 118 0 1237 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 6872

[startup+1.34496 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25380
/proc/meminfo: memFree=1438392/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=0
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228095102 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 360 110 95 260 0 84 0
[pid=25379] ppid=25378 vsize=5564 CPUtime=1.33
/proc/25379/stat : 25379 (march_dl) R 25378 25378 25023 0 -1 4194304 2625 0 0 0 133 0 0 0 25 0 1 0 228095102 5697536 1238 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134553685 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25379/statm: 1391 1238 74 118 0 1270 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 7004

[startup+2.98112 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25380
/proc/meminfo: memFree=1438072/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=0
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 228095102 1474560 110 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 360 110 95 260 0 84 0
[pid=25379] ppid=25378 vsize=5696 CPUtime=2.96
/proc/25379/stat : 25379 (march_dl) R 25378 25378 25023 0 -1 4194304 2669 0 0 0 296 0 0 0 25 0 1 0 228095102 5832704 1282 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25379/statm: 1424 1282 74 118 0 1303 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7136

[startup+6.25743 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25381
/proc/meminfo: memFree=1441400/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=1440 CPUtime=4.99
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 135 2700 0 0 0 0 498 1 16 0 1 0 228095102 1474560 111 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25378/statm: 360 111 96 260 0 84 0
[pid=25381] ppid=25378 vsize=6188 CPUtime=1.24
/proc/25381/stat : 25381 (ubcsat2006) R 25378 25378 25023 0 -1 4194304 505 0 0 0 114 10 0 0 25 0 1 0 228095602 6336512 488 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25381/statm: 1547 488 156 64 0 1128 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7628

[startup+12.715 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1435064/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=8328 CPUtime=2.04
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 1832 0 0 0 203 1 0 0 25 0 1 0 228096167 8527872 1826 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 2082 1826 59 118 0 1960 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11028

[startup+25.5213 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1429624/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=13136 CPUtime=14.85
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 3012 0 0 0 1482 3 0 0 25 0 1 0 228096167 13451264 3006 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 3284 3006 59 118 0 3162 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15836

[startup+51.1507 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1425976/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=16832 CPUtime=40.47
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 3939 0 0 0 4043 4 0 0 25 0 1 0 228096167 17235968 3933 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 4208 3933 59 118 0 4086 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19532

[startup+102.407 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1422072/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=20692 CPUtime=91.72
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 4907 0 0 0 9166 6 0 0 25 0 1 0 228096167 21188608 4901 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 5173 4901 59 118 0 5051 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 23392

[startup+162.477 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1419256/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=23464 CPUtime=151.77
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 5601 0 0 0 15170 7 0 0 25 0 1 0 228096167 24027136 5595 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 5866 5595 59 118 0 5744 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 26164

[startup+222.55 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1418808/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=23860 CPUtime=211.82
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 5700 0 0 0 21175 7 0 0 25 0 1 0 228096167 24432640 5694 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 5965 5694 59 118 0 5843 0
Current children cumulated CPU time (s) 222.45
Current children cumulated vsize (KiB) 26560

[startup+282.621 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1414136/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=28480 CPUtime=271.88
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 6863 0 0 0 27178 10 0 0 25 0 1 0 228096167 29163520 6857 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 7120 6857 59 118 0 6998 0
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (KiB) 31180

[startup+342.691 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1413496/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=29140 CPUtime=331.94
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 7018 0 0 0 33183 11 0 0 25 0 1 0 228096167 29839360 7012 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 7285 7012 59 118 0 7163 0
Current children cumulated CPU time (s) 342.57
Current children cumulated vsize (KiB) 31840

[startup+402.768 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1413496/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=29140 CPUtime=392
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 7021 0 0 0 39189 11 0 0 25 0 1 0 228096167 29839360 7015 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 7285 7015 59 118 0 7163 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 31840

[startup+462.839 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1412408/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=30328 CPUtime=452.05
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 7302 0 0 0 45193 12 0 0 25 0 1 0 228096167 31055872 7296 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 7582 7296 59 118 0 7460 0
Current children cumulated CPU time (s) 462.68

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

/proc/25382/statm: 8545 8249 59 118 0 8423 0
Current children cumulated CPU time (s) 762.95
Current children cumulated vsize (KiB) 36880

[startup+823.262 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1408376/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=34312 CPUtime=812.38
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 8308 0 0 0 81221 17 0 0 25 0 1 0 228096167 35135488 8302 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525950 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 8578 8302 59 118 0 8456 0
Current children cumulated CPU time (s) 823.01
Current children cumulated vsize (KiB) 37012

[startup+883.326 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1408312/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=34420 CPUtime=872.42
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 8333 0 0 0 87225 17 0 0 25 0 1 0 228096167 35246080 8324 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 8605 8324 59 118 0 8483 0
Current children cumulated CPU time (s) 883.05
Current children cumulated vsize (KiB) 37120

[startup+943.393 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1407032/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=35724 CPUtime=932.47
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 8641 0 0 0 93229 18 0 0 25 0 1 0 228096167 36581376 8632 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 8931 8632 59 118 0 8809 0
Current children cumulated CPU time (s) 943.1
Current children cumulated vsize (KiB) 38424

[startup+1003.46 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403448/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39284 CPUtime=992.53
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9529 0 0 0 99233 20 0 0 25 0 1 0 228096167 40226816 9520 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9821 9520 59 118 0 9699 0
Current children cumulated CPU time (s) 1003.16
Current children cumulated vsize (KiB) 41984

[startup+1063.53 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403512/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39228 CPUtime=1052.58
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9530 0 0 0 105238 20 0 0 25 0 1 0 228096167 40169472 9521 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9807 9521 59 118 0 9685 0
Current children cumulated CPU time (s) 1063.21
Current children cumulated vsize (KiB) 41928

[startup+1123.6 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1112.63
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 111242 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525564 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1123.26
Current children cumulated vsize (KiB) 42036

[startup+1183.67 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1172.68
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 117247 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1183.31
Current children cumulated vsize (KiB) 42036

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

[startup+1187.46 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1176.47
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 117626 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1187.1
Current children cumulated vsize (KiB) 42036

[startup+1194.02 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1183.03
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 118282 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1193.66
Current children cumulated vsize (KiB) 42036

[startup+1197.29 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1186.3
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 118609 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1196.93
Current children cumulated vsize (KiB) 42036

[startup+1198.94 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1187.95
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 118774 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134535748 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1198.58
Current children cumulated vsize (KiB) 42036

[startup+1199.35 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1188.36
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 118815 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 42036

[startup+1199.76 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=2700 CPUtime=10.63
/proc/25378/stat : 25378 (SATzilla2007_C) S 25376 25378 25023 0 -1 4194304 1451 3211 0 0 334 9 701 19 25 0 1 0 228095102 2764800 498 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25378/statm: 675 498 156 260 0 399 0
[pid=25382] ppid=25378 vsize=39336 CPUtime=1188.77
/proc/25382/stat : 25382 (minisat20) R 25378 25378 25023 0 -1 4194304 9569 0 0 0 118856 21 0 0 25 0 1 0 228096167 40280064 9560 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25382/statm: 9834 9560 59 118 0 9712 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 42036

[startup+1199.87 s]
/proc/loadavg: 1.00 0.98 0.98 2/79 25382
/proc/meminfo: memFree=1403384/2055920 swapFree=4192812/4192956
[pid=25378] ppid=25376 vsize=5368 CPUtime=1199.52
/proc/25378/stat : 25378 (SATzilla2007_C) R 25376 25378 25023 0 -1 4194304 2206 12780 0 0 339 10 119561 42 18 0 1 0 228095102 5496832 1128 18446744073709551615 134512640 135579813 4294956688 18446744073709551615 135102754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25378/statm: 1342 1128 164 260 0 1066 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 5368

Child status: 17
Real time (s): 1199.89
CPU time (s): 1199.55
CPU user time (s): 1199.02
CPU system time (s): 0.527919
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 42036

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

runsolver used 1.10883 second user time and 3.15752 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Wed Feb 21 18:10:07 UTC 2007

IDJOB= 305562
IDBENCH= 20159
IDSOLVER= 135
FILE ID= node14/305562-1172081407

PBS_JOBID= 3865327

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  587d72078fb304e879726e3b68b5b5e2

RANDOM SEED= 73137113

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1443616 kB
Buffers:         63992 kB
Cached:         410988 kB
SwapCached:          0 kB
Active:         223724 kB
Inactive:       305648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8660 kB
Writeback:           0 kB
Mapped:          73244 kB
Slab:            68568 kB
Committed_AS:   855176 kB
PageTables:       1736 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 node14 on Wed Feb 21 18:30:07 UTC 2007