Trace number 1563398

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
precosat 236Signal 96.8403 232.431

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark51.5012
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1563398-1238786162.cnf
0.00/0.00	c found header 'p cnf 10950109 32697150'
0.00/0.00	c allocating 167 MB block
2.89/2.98	c allocating 167 MB block
34.30/34.89	c allocating 128 MB block
34.30/34.89	c
34.30/34.89	c out of memory allocating 128 MB
34.30/34.89	c
34.30/34.89	c
34.30/34.89	c *** CAUGHT SIGNAL 6 ***
34.30/34.89	c
34.30/34.89	c 0 conflicts, 0 decisions, 0 random
34.30/34.89	c 0 iterations, 0 restarts, 0 skipped
34.30/34.89	c 0 enlarged, 0 shrunken, 0 rescored, 0 rebiased
34.30/34.89	c 0 simplifications, 0 reductions
34.30/34.89	c
34.30/34.89	c vars: 12964 fixed, 6342 equiv, 0 elim, 6354 merged
34.30/34.89	c elim: 0 resolutions, 0 phases, 0 rounds
34.30/34.89	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
34.30/34.89	c arty: 0.00 and 0.00 xor average arity
34.30/34.89	c prbe: 0 probed, 0 phases, 0 rounds
34.30/34.89	c prbe: 0 failed, 0 lifted, 0 merged
34.30/34.89	c sccs: 0 non trivial, 0 fixed, 0 merged
34.30/34.89	c hash: 0 units, 6354 merged
34.30/34.89	c mins: 0 learned, 0% deleted, 0 strong, 0 depth
34.30/34.89	c subs: 0 forward, 0 backward, 0 doms
34.30/34.89	c strs: 0 forward, 0 backward
34.30/34.89	c doms: 0 dominators, 0 high, 0 low
34.30/34.89	c prps: 0 propagations, 0.00 megaprops
34.30/34.89	c
34.30/34.89	c 34.4 seconds, 1624 MB max, 0 MB recycled
34.30/34.89	c
34.30/34.89	c *** CAUGHT SIGNAL 6 ***
34.30/34.89	c

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563398-1238786162/watcher-1563398-1238786162 -o /tmp/evaluation-result-1563398-1238786162/solver-1563398-1238786162 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1563398-1238786162.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.75 1.19 1.13 3/65 6190
/proc/meminfo: memFree=872648/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=171884 CPUtime=0
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 1077 0 0 0 0 0 0 0 18 0 1 0 362341371 176009216 1063 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 42971 1070 58 155 0 42814 0

[startup+0.0859209 s]
/proc/loadavg: 1.75 1.19 1.13 3/65 6190
/proc/meminfo: memFree=872648/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=171884 CPUtime=0.07
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 16839 0 0 0 0 7 0 0 18 0 1 0 362341371 176009216 16824 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 42971 16832 58 155 0 42814 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 171884

[startup+0.101923 s]
/proc/loadavg: 1.75 1.19 1.13 3/65 6190
/proc/meminfo: memFree=872648/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=171884 CPUtime=0.09
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 19990 0 0 0 0 9 0 0 18 0 1 0 362341371 176009216 19976 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 42971 19984 58 155 0 42814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 171884

[startup+0.301948 s]
/proc/loadavg: 1.75 1.19 1.13 3/65 6190
/proc/meminfo: memFree=872648/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=257432 CPUtime=0.29
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 58814 0 0 0 3 26 0 0 19 0 1 0 362341371 263610368 58799 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 64358 58806 58 155 0 64201 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 257432

[startup+0.701999 s]
/proc/loadavg: 1.75 1.19 1.13 3/65 6190
/proc/meminfo: memFree=872648/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=436724 CPUtime=0.69
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 89771 0 0 0 30 39 0 0 23 0 1 0 362341371 447205376 89756 1992294400 134512640 135151029 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 109181 89756 59 155 0 109024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 436724

[startup+1.5011 s]
/proc/loadavg: 1.75 1.19 1.13 2/66 6191
/proc/meminfo: memFree=496256/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=461300 CPUtime=1.49
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 101035 0 0 0 105 44 0 0 25 0 1 0 362341371 472371200 101021 1992294400 134512640 135151029 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 115325 101021 59 155 0 115168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 461300

[startup+3.1013 s]
/proc/loadavg: 1.75 1.19 1.13 2/67 6192
/proc/meminfo: memFree=436152/2055920 swapFree=4191900/4192956
[pid=6190] ppid=6188 vsize=857648 CPUtime=3.09
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 187468 0 0 0 228 81 0 0 25 0 1 0 362341371 878231552 187453 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 214412 187461 59 155 0 214255 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 857648

[startup+6.30171 s]
/proc/loadavg: 1.77 1.20 1.14 2/67 6192
/proc/meminfo: memFree=15480/2055920 swapFree=4180200/4192956
[pid=6190] ppid=6188 vsize=1039804 CPUtime=6.24
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 255223 0 0 0 511 113 0 0 25 0 1 0 362341371 1064759296 253186 1992294400 134512640 135151029 4294956224 18446744073709551615 134685105 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6190/statm: 259951 253186 64 155 0 259794 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1039804

[startup+12.7025 s]
/proc/loadavg: 1.71 1.20 1.14 2/66 6192
/proc/meminfo: memFree=16192/2055920 swapFree=4180200/4192956
[pid=6190] ppid=6188 vsize=1225960 CPUtime=12.6
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 308043 0 0 0 1122 138 0 0 25 0 1 0 362341371 1255383040 299860 1992294400 134512640 135151029 4294956224 18446744073709551615 134685094 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6190/statm: 306490 299860 64 155 0 306333 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1225960

[startup+25.5011 s]
/proc/loadavg: 1.55 1.19 1.13 3/66 6192
/proc/meminfo: memFree=15872/2055920 swapFree=4180200/4192956
[pid=6190] ppid=6188 vsize=1584148 CPUtime=25.22
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4194304 404573 0 0 0 2331 191 0 0 25 0 1 0 362341371 1622167552 388197 1992294400 134512640 135151029 4294956224 18446744073709551615 134572611 0 0 4096 17442 0 0 0 17 1 0 0
/proc/6190/statm: 396037 388197 64 155 0 395880 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1584148

[startup+51.1012 s]
/proc/loadavg: 1.73 1.25 1.16 1/66 6192
/proc/meminfo: memFree=18752/2055920 swapFree=4165556/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=36.16
/proc/6190/stat : 6190 (precosat) D 6188 6190 6050 0 -1 4195840 461997 0 0 0 3212 404 0 0 18 0 1 0 362341371 1859272704 441968 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/6190/statm: 453924 441968 75 155 0 453767 0
Current children cumulated CPU time (s) 36.16
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=70 pid=6190 uid=0 cmd=HOME/precosat HOME/instance-1563398-1238786162.cnf 

[startup+102.302 s]
/proc/loadavg: 2.57 1.55 1.26 1/67 6195
/proc/meminfo: memFree=21432/2055920 swapFree=3674304/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=38.86
/proc/6190/stat : 6190 (precosat) D 6188 6190 6050 0 -1 4195840 462692 0 173 0 3212 674 0 0 18 0 1 0 362341371 1859272704 319886 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/6190/statm: 453924 319886 51 155 0 453767 0
Current children cumulated CPU time (s) 38.86
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=38 pid=6190 uid=0 cmd=HOME/precosat HOME/instance-1563398-1238786162.cnf 

[startup+162.301 s]
/proc/loadavg: 2.76 1.82 1.37 1/66 6201
/proc/meminfo: memFree=16192/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=42.77
/proc/6190/stat : 6190 (precosat) D 6188 6190 6050 0 -1 4195840 537268 0 10384 0 3212 1065 0 0 18 0 1 0 362341371 1859272704 381643 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/6190/statm: 453924 381643 51 155 0 453767 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=26 pid=6190 uid=0 cmd=HOME/precosat HOME/instance-1563398-1238786162.cnf 

[startup+222.308 s]
/proc/loadavg: 1.95 1.76 1.38 2/66 6201
/proc/meminfo: memFree=15808/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=88.34
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195840 584526 0 17118 0 3212 5622 0 0 23 0 1 0 362341371 1859272704 435635 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 453924 435635 51 155 0 453767 0
Current children cumulated CPU time (s) 88.34
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=39 pid=6190 uid=0 cmd=HOME/precosat HOME/instance-1563398-1238786162.cnf 

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

[startup+225.101 s]
/proc/loadavg: 1.87 1.75 1.37 2/66 6201
/proc/meminfo: memFree=15616/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=90.99
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195840 587470 0 17541 0 3212 5887 0 0 25 0 1 0 362341371 1859272704 439002 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 453924 439002 51 155 0 453767 0
Current children cumulated CPU time (s) 90.99
Current children cumulated vsize (KiB) 1815696

[startup+228.301 s]
/proc/loadavg: 1.87 1.75 1.37 2/66 6201
/proc/meminfo: memFree=15552/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=93.48
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195840 590119 0 17920 0 3212 6136 0 0 25 0 1 0 362341371 1859272704 442030 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 1 0 0
/proc/6190/statm: 453924 442030 51 155 0 453767 0
Current children cumulated CPU time (s) 93.48
Current children cumulated vsize (KiB) 1815696

[startup+229.902 s]
/proc/loadavg: 1.80 1.73 1.37 2/66 6201
/proc/meminfo: memFree=15552/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=95
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195840 591707 0 18147 0 3212 6288 0 0 25 0 1 0 362341371 1859272704 443845 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 453924 443845 51 155 0 453767 0
Current children cumulated CPU time (s) 95
Current children cumulated vsize (KiB) 1815696

[startup+231.501 s]
/proc/loadavg: 1.80 1.73 1.37 1/66 6201
/proc/meminfo: memFree=15488/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=96
/proc/6190/stat : 6190 (precosat) D 6188 6190 6050 0 -1 4195840 592742 0 18296 0 3212 6388 0 0 18 0 1 0 362341371 1859272704 445029 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/6190/statm: 453924 445029 51 155 0 453767 0
Current children cumulated CPU time (s) 96
Current children cumulated vsize (KiB) 1815696

[startup+231.902 s]
/proc/loadavg: 1.80 1.73 1.37 1/66 6201
/proc/meminfo: memFree=15488/2055920 swapFree=3592924/4192956
[pid=6190] ppid=6188 vsize=1815696 CPUtime=96.31
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195840 593069 0 18343 0 3212 6419 0 0 20 0 1 0 362341371 1859272704 445403 1992294400 134512640 135151029 4294956224 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 1 0 0
/proc/6190/statm: 453924 445403 51 155 0 453767 0
Current children cumulated CPU time (s) 96.31
Current children cumulated vsize (KiB) 1815696

[startup+232.301 s]
/proc/loadavg: 1.80 1.73 1.37 2/66 6201
/proc/meminfo: memFree=379648/2055920 swapFree=3593052/4192956
[pid=6190] ppid=6188 vsize=0 CPUtime=96.7
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195844 593202 0 18361 0 3212 6458 0 0 22 0 1 0 362341371 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 96.7
Current children cumulated vsize (KiB) 0

[startup+232.401 s]
/proc/loadavg: 1.80 1.73 1.37 2/66 6201
/proc/meminfo: memFree=379648/2055920 swapFree=3593052/4192956
[pid=6190] ppid=6188 vsize=0 CPUtime=96.8
/proc/6190/stat : 6190 (precosat) R 6188 6190 6050 0 -1 4195844 593202 0 18361 0 3212 6468 0 0 23 0 1 0 362341371 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/6190/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 96.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 232.431
CPU time (s): 96.8403
CPU user time (s): 32.1271
CPU system time (s): 64.7132
CPU usage (%): 41.6641
Max. virtual memory (cumulated for all children) (KiB): 1815696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1271
system time used= 64.7132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593202
page faults= 18361
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19207
involuntary context switches= 2398

runsolver used 0.206968 second user time and 0.71889 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-03 21:16:46
IDJOB=1563398
IDBENCH=70953
IDSOLVER=507
FILE ID=node54/1563398-1238786162
PBS_JOBID= 9085601
Free space on /tmp= 65892 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563398-1238786162/watcher-1563398-1238786162 -o /tmp/evaluation-result-1563398-1238786162/solver-1563398-1238786162 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1563398-1238786162.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=1969788941

node54.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
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.232
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:        873128 kB
Buffers:         50280 kB
Cached:        1026512 kB
SwapCached:        260 kB
Active:         785620 kB
Inactive:       306436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        873128 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          391012 kB
Writeback:           0 kB
Mapped:          23768 kB
Slab:            76732 kB
Committed_AS:  1334052 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 64152 MiB
End job on node54 at 2009-04-03 21:20:39