Trace number 455942

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 CRAFTEDUNSAT 71.0602 71.088

General information on the benchmark

Nameindustrial/babic/
xinetd/itox_vc1216.cnf
MD5SUMc076019a7fab0d8f88cfc5880f64abd3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.341947
Satisfiable
(Un)Satisfiability was proved
Number of variables151619
Number of clauses440151
Sum of the clauses size1138189
Maximum clause length3
Minimum clause length1
Number of clauses of size 110189
Number of clauses of size 2161886
Number of clauses of size 3268076
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

70.66/70.77	c run March_dl for 5 seconds ... 
70.66/70.77	c Bin: Executing march_dl
70.66/70.77	c child exit by a signal
70.66/70.77	c march_dl returned code 137.
70.66/70.77	c run saps (UBCSAT implementation) for 2 seconds ... 
70.66/70.77	c Bin: Executing ubcsat2006
70.66/70.77	c child exited successfully
70.66/70.77	c ubcsat2006 returned code 0.
70.66/70.77	c satzilla computing base features
70.66/70.77	Error!!! VCG-VAR-entropy
70.66/70.77	Satzilla is runing default solver ... 
70.66/70.77	 c satzilla running minisat20 ... 
70.66/70.77	This is MiniSat 2.0 beta
70.66/70.77	WARNING: for repeatability, setting FPU to use double precision
70.66/70.77	============================[ Problem Statistics ]=============================
70.66/70.77	|                                                                             |
70.66/70.77	|  Number of variables:  151791                                               |
70.66/70.77	|  Number of clauses:    440151                                               |
70.74/71.06	|  Parsing time:         0.25         s                                       |
70.74/71.07	============================[ Search Statistics ]==============================
70.74/71.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.74/71.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.74/71.07	===============================================================================
70.74/71.07	|         0 |  141102   426856  1121394 |   142285        0    nan |  0.000 % |
70.74/71.07	===============================================================================
70.74/71.07	restarts              : 1
70.74/71.07	conflicts             : 2              (7 /sec)
70.74/71.07	decisions             : 99             (1.01 % random) (369 /sec)
70.74/71.07	propagations          : 20838          (77766 /sec)
70.74/71.07	conflict literals     : 1              (0.00 % deleted)
70.74/71.07	Memory used           : 28.03 MB
70.74/71.07	CPU time              : 0.267959 s
70.74/71.07	
70.74/71.08	c Bin: Executing minisat20
70.74/71.08	c child exited successfully
70.74/71.08	c minisat20 returned code 20.
70.74/71.08	s UNSATISFIABLE
70.74/71.08	c SATZILLA_TIME=71.060000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-455942-1178599534 -o ROOT/results/node9/solver-455942-1178599534 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455942-1178599534/SATzilla2007_C /tmp/evaluation/455942-1178599534/instance-455942-1178599534.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.79 0.95 0.98 3/77 573
/proc/meminfo: memFree=1621024/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=7312 CPUtime=0
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 610 0 0 0 0 0 0 0 19 0 1 0 335991004 7487488 605 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 1828 607 49 118 0 1707 0

[startup+0.0990321 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 573
/proc/meminfo: memFree=1621024/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=14376 CPUtime=0.09
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 2984 0 0 0 8 1 0 0 19 0 1 0 335991004 14721024 2979 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 3594 2979 50 118 0 3473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15816

[startup+0.101032 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 573
/proc/meminfo: memFree=1621024/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=14376 CPUtime=0.09
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 2991 0 0 0 8 1 0 0 19 0 1 0 335991004 14721024 2986 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 3594 2986 50 118 0 3473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15816

[startup+0.301053 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 573
/proc/meminfo: memFree=1621024/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=16488 CPUtime=0.29
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 3660 0 0 0 27 2 0 0 21 0 1 0 335991004 16883712 3655 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 4122 3656 50 118 0 4001 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17928

[startup+0.701099 s]
/proc/loadavg: 0.79 0.95 0.98 3/77 573
/proc/meminfo: memFree=1621024/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=35452 CPUtime=0.69
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 6948 0 0 0 66 3 0 0 25 0 1 0 335991004 36302848 6941 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134548556 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 8863 6941 52 118 0 8742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36892

[startup+1.50119 s]
/proc/loadavg: 0.79 0.95 0.98 2/79 575
/proc/meminfo: memFree=1586704/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=51468 CPUtime=1.49
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 14415 0 0 0 142 7 0 0 25 0 1 0 335991004 52703232 11223 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544367 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 12867 11223 55 118 0 12746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52908

[startup+3.10137 s]
/proc/loadavg: 0.81 0.95 0.98 2/79 575
/proc/meminfo: memFree=1575952/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=0
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 335991004 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 360 110 95 260 0 84 0
[pid=574] ppid=573 vsize=53092 CPUtime=3.09
/proc/574/stat : 574 (march_dl) R 573 573 477 0 -1 4194304 20442 0 0 0 300 9 0 0 25 0 1 0 335991004 54366208 11712 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134543060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/574/statm: 13273 11712 57 118 0 13152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54532

[startup+6.30173 s]
/proc/loadavg: 0.81 0.95 0.98 2/79 576
/proc/meminfo: memFree=1615120/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=1440 CPUtime=5
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 134 30902 0 0 0 0 485 15 16 0 1 0 335991004 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/573/statm: 360 111 96 260 0 84 0
[pid=576] ppid=573 vsize=39336 CPUtime=1.28
/proc/576/stat : 576 (ubcsat2006) R 573 573 477 0 -1 4194304 7580 0 0 0 124 4 0 0 25 0 1 0 335991505 40280064 7563 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 134553133 0 0 8392704 0 0 0 0 17 1 0 0
/proc/576/statm: 9834 7563 156 64 0 9415 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40776

[startup+12.7015 s]
/proc/loadavg: 0.84 0.95 0.98 2/78 576
/proc/meminfo: memFree=1575904/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=49660 CPUtime=12.67
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 11387 38493 0 0 499 5 743 20 25 0 1 0 335991004 50851840 11357 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 12415 11357 121 260 0 12139 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49660

[startup+25.5019 s]
/proc/loadavg: 0.86 0.95 0.98 2/78 576
/proc/meminfo: memFree=1575720/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=49660 CPUtime=25.47
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 11494 38493 0 0 1778 6 743 20 25 0 1 0 335991004 50851840 11464 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 12415 11464 121 260 0 12139 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49660

[startup+51.1018 s]
/proc/loadavg: 0.91 0.96 0.98 2/78 576
/proc/meminfo: memFree=1574952/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=49660 CPUtime=51.06
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 11704 38493 0 0 4334 9 743 20 25 0 1 0 335991004 50851840 11674 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 12415 11674 121 260 0 12139 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49660

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

[startup+63.9012 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1574504/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=49660 CPUtime=63.86
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 11822 38493 0 0 5613 10 743 20 25 0 1 0 335991004 50851840 11792 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134537941 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 12415 11792 121 260 0 12139 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 49660

[startup+67.1056 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1574376/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=49660 CPUtime=67.06
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 11852 38493 0 0 5933 10 743 20 25 0 1 0 335991004 50851840 11822 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 12415 11822 121 260 0 12139 0
Current children cumulated CPU time (s) 67.06
Current children cumulated vsize (KiB) 49660

[startup+68.7018 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1574376/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=38208 CPUtime=68.66
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 12602 38493 0 0 6092 11 743 20 25 0 1 0 335991004 39124992 7124 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134699926 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 9552 7124 124 260 0 9276 0
Current children cumulated CPU time (s) 68.66
Current children cumulated vsize (KiB) 38208

[startup+70.302 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1593128/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=38208 CPUtime=70.26
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 12602 38493 0 0 6252 11 743 20 25 0 1 0 335991004 39124992 7124 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134699982 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 9552 7124 124 260 0 9276 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 38208

[startup+70.703 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1593128/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=38208 CPUtime=70.66
/proc/573/stat : 573 (SATzilla2007_C) R 571 573 477 0 -1 4194304 12602 38493 0 0 6292 11 743 20 25 0 1 0 335991004 39124992 7124 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134699935 0 0 4096 0 0 0 0 17 1 0 0
/proc/573/statm: 9552 7124 124 260 0 9276 0
Current children cumulated CPU time (s) 70.66
Current children cumulated vsize (KiB) 38208

[startup+70.902 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1593128/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=29868 CPUtime=70.74
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 14689 38493 0 0 6298 13 743 20 25 0 1 0 335991004 30584832 7123 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 7467 7123 126 260 0 7191 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 29868

[startup+71.0021 s]
/proc/loadavg: 0.93 0.96 0.98 2/78 576
/proc/meminfo: memFree=1593128/2055920 swapFree=4145452/4192956
[pid=573] ppid=571 vsize=29868 CPUtime=70.74
/proc/573/stat : 573 (SATzilla2007_C) S 571 573 477 0 -1 4194304 14689 38493 0 0 6298 13 743 20 25 0 1 0 335991004 30584832 7123 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/573/statm: 7467 7123 126 260 0 7191 0
Current children cumulated CPU time (s) 70.74
Current children cumulated vsize (KiB) 29868

Child status: 20
Real time (s): 71.088
CPU time (s): 71.0602
CPU user time (s): 70.6813
CPU system time (s): 0.378942
CPU usage (%): 99.9609
Max. virtual memory (cumulated for all children) (KiB): 55492

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

runsolver used 0.052991 second user time and 0.174973 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  8 04:45:34 UTC 2007

IDJOB= 455942
IDBENCH= 20515
IDSOLVER= 179
FILE ID= node9/455942-1178599534

PBS_JOBID= 5217764

Free space on /tmp= 66548 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/xinetd/itox_vc1216.cnf
COMMAND LINE= /tmp/evaluation/455942-1178599534/SATzilla2007_C /tmp/evaluation/455942-1178599534/instance-455942-1178599534.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-455942-1178599534 -o ROOT/results/node9/solver-455942-1178599534 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455942-1178599534/SATzilla2007_C /tmp/evaluation/455942-1178599534/instance-455942-1178599534.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c076019a7fab0d8f88cfc5880f64abd3

RANDOM SEED= 745335670

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1621496 kB
Buffers:         40872 kB
Cached:         294288 kB
SwapCached:      15448 kB
Active:         144216 kB
Inactive:       219460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621496 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:           16964 kB
Writeback:           0 kB
Mapped:          35420 kB
Slab:            56336 kB
Committed_AS:  8880176 kB
PageTables:       1796 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= 66548 MiB

End job on node9 on Tue May  8 04:46:46 UTC 2007