Trace number 1774501

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 45.4461 203.71

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 benchmark59.403
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-1774501-1241196844.cnf
0.00/0.00	c found header 'p cnf 10950109 32697150'
0.00/0.00	c allocating 167 MB block
3.08/3.17	c allocating 167 MB block
34.66/35.13	c allocating 128 MB block
34.66/35.13	c
34.66/35.13	c out of memory allocating 128 MB
34.66/35.13	c
34.66/35.13	c
34.66/35.13	c *** CAUGHT SIGNAL 6 ***
34.66/35.13	c
34.66/35.13	c 0 conflicts, 0 decisions, 0 random
34.66/35.13	c 0 iterations, 0 restarts, 0 skipped
34.66/35.13	c 0 enlarged, 0 shrunken, 0 rescored, 0 rebiased
34.66/35.13	c 0 simplifications, 0 reductions
34.66/35.13	c
34.66/35.13	c vars: 12964 fixed, 6342 equiv, 0 elim, 6354 merged
34.66/35.13	c elim: 0 resolutions, 0 phases, 0 rounds
34.66/35.13	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
34.66/35.13	c arty: 0.00 and 0.00 xor average arity
34.66/35.13	c prbe: 0 probed, 0 phases, 0 rounds
34.66/35.13	c prbe: 0 failed, 0 lifted, 0 merged
34.66/35.13	c sccs: 0 non trivial, 0 fixed, 0 merged
34.66/35.13	c hash: 0 units, 6354 merged
34.66/35.13	c mins: 0 learned, 0% deleted, 0 strong, 0 depth
34.66/35.13	c subs: 0 forward, 0 backward, 0 doms
34.66/35.13	c strs: 0 forward, 0 backward
34.66/35.13	c doms: 0 dominators, 0 high, 0 low
34.66/35.13	c prps: 0 propagations, 0.00 megaprops
34.66/35.13	c
34.66/35.13	c 34.7 seconds, 1624 MB max, 0 MB recycled
34.66/35.13	c
34.66/35.13	c *** CAUGHT SIGNAL 6 ***
34.66/35.13	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-1774501-1241196844/watcher-1774501-1241196844 -o /tmp/evaluation-result-1774501-1241196844/solver-1774501-1241196844 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1774501-1241196844.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): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.10 1.08 1.03 3/64 28425
/proc/meminfo: memFree=24632/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=171884 CPUtime=0
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 971 0 0 0 0 0 0 0 18 0 1 0 147727128 176009216 956 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 0 0 0
/proc/28425/statm: 42971 964 58 155 0 42814 0

[startup+0.0647511 s]
/proc/loadavg: 1.10 1.08 1.03 3/64 28425
/proc/meminfo: memFree=24632/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=171884 CPUtime=0.05
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 11430 0 0 0 0 5 0 0 18 0 1 0 147727128 176009216 11415 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 42971 11415 58 155 0 42814 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 171884

[startup+0.102755 s]
/proc/loadavg: 1.10 1.08 1.03 3/64 28425
/proc/meminfo: memFree=24632/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=171884 CPUtime=0.09
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 18219 0 0 0 1 8 0 0 18 0 1 0 147727128 176009216 18204 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 42971 18204 58 155 0 42814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 171884

[startup+0.30279 s]
/proc/loadavg: 1.10 1.08 1.03 3/64 28425
/proc/meminfo: memFree=24632/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=257432 CPUtime=0.28
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 53514 0 0 0 2 26 0 0 19 0 1 0 147727128 263610368 53499 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 64358 53499 58 155 0 64201 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 257432

[startup+0.70181 s]
/proc/loadavg: 1.10 1.08 1.03 3/64 28425
/proc/meminfo: memFree=24632/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=436724 CPUtime=0.68
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 88964 0 0 0 25 43 0 0 23 0 1 0 147727128 447205376 88949 1992294400 134512640 135151029 4294956240 18446744073709551615 134534488 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 109181 88949 59 155 0 109024 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 436724

[startup+1.50189 s]
/proc/loadavg: 1.10 1.08 1.03 2/65 28426
/proc/meminfo: memFree=16112/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=461300 CPUtime=1.49
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 99767 0 0 0 100 49 0 0 25 0 1 0 147727128 472371200 99752 1992294400 134512640 135151029 4294956240 18446744073709551615 134534432 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 115325 99752 59 155 0 115168 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 461300

[startup+3.10105 s]
/proc/loadavg: 1.10 1.08 1.03 2/65 28426
/proc/meminfo: memFree=14832/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=665164 CPUtime=3.08
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 152850 0 0 0 235 73 0 0 25 0 1 0 147727128 681127936 152835 1992294400 134512640 135151029 4294956240 18446744073709551615 134534799 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 166291 152835 59 155 0 166134 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 665164

[startup+6.30137 s]
/proc/loadavg: 1.09 1.08 1.02 2/65 28426
/proc/meminfo: memFree=19760/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=1030956 CPUtime=6.27
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 253943 0 0 0 508 119 0 0 25 0 1 0 147727128 1055698944 251906 1992294400 134512640 135151029 4294956240 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28425/statm: 257739 251906 64 155 0 257582 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1030956

[startup+12.702 s]
/proc/loadavg: 1.08 1.07 1.02 2/65 28426
/proc/meminfo: memFree=16112/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=1220548 CPUtime=12.64
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 306612 0 0 0 1119 145 0 0 25 0 1 0 147727128 1249841152 298429 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28425/statm: 305137 298429 64 155 0 304980 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1220548

[startup+25.5023 s]
/proc/loadavg: 1.07 1.07 1.02 2/65 28426
/proc/meminfo: memFree=15664/2055920 swapFree=4191900/4192956
[pid=28425] ppid=28423 vsize=1574512 CPUtime=25.2
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4194304 401995 0 0 0 2321 199 0 0 25 0 1 0 147727128 1612300288 385619 1992294400 134512640 135151029 4294956240 18446744073709551615 134578402 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28425/statm: 393628 385619 64 155 0 393471 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1574512

[startup+51.1018 s]
/proc/loadavg: 1.57 1.18 1.06 1/65 28426
/proc/meminfo: memFree=16880/2055920 swapFree=4126976/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=36.59
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 461997 0 0 0 3236 423 0 0 18 0 1 0 147727128 1859272704 431848 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28425/statm: 453924 431848 75 155 0 453767 0
Current children cumulated CPU time (s) 36.59
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=71 pid=28425 uid=0 cmd=HOME/precosat HOME/instance-1774501-1241196844.cnf 

[startup+102.302 s]
/proc/loadavg: 2.56 1.49 1.17 1/67 28429
/proc/meminfo: memFree=16032/2055920 swapFree=3562072/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=39.18
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 462343 0 25 0 3236 682 0 0 18 0 1 0 147727128 1859272704 291291 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 291291 47 155 0 453767 0
Current children cumulated CPU time (s) 39.18
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=38 pid=28425 uid=0 cmd=HOME/precosat HOME/instance-1774501-1241196844.cnf 

[startup+162.302 s]
/proc/loadavg: 2.79 1.81 1.30 1/65 28431
/proc/meminfo: memFree=15152/2055920 swapFree=3561968/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=41.67
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 542782 0 9884 0 3236 931 0 0 18 0 1 0 147727128 1859272704 379449 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 379449 47 155 0 453767 0
Current children cumulated CPU time (s) 41.67
Current children cumulated vsize (KiB) 1815696
heavy processes:
  %CPU=25 pid=28425 uid=0 cmd=HOME/precosat HOME/instance-1774501-1241196844.cnf 

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

[startup+181.103 s]
/proc/loadavg: 2.42 1.79 1.30 1/65 28431
/proc/meminfo: memFree=16112/2055920 swapFree=3561968/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.02
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 581806 0 15325 0 3236 1166 0 0 18 0 1 0 147727128 1859272704 423343 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071564464661 0 0 17 0 0 0
/proc/28425/statm: 453924 423343 47 155 0 453767 0
Current children cumulated CPU time (s) 44.02
Current children cumulated vsize (KiB) 1815696

[startup+194.302 s]
/proc/loadavg: 2.47 1.83 1.32 1/65 28431
/proc/meminfo: memFree=18736/2055920 swapFree=3561968/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.16
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 582504 0 15449 0 3236 1180 0 0 18 0 1 0 147727128 1859272704 424165 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 424165 47 155 0 453767 0
Current children cumulated CPU time (s) 44.16
Current children cumulated vsize (KiB) 1815696

[startup+197.501 s]
/proc/loadavg: 2.47 1.83 1.32 1/65 28431
/proc/meminfo: memFree=16048/2055920 swapFree=3561956/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.66
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 598620 0 18039 0 3236 1230 0 0 18 0 1 0 147727128 1859272704 442871 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 442871 47 155 0 453767 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 1815696

[startup+200.701 s]
/proc/loadavg: 2.43 1.83 1.33 1/65 28431
/proc/meminfo: memFree=16048/2055920 swapFree=3561956/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.74
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 599261 0 18139 0 3236 1238 0 0 18 0 1 0 147727128 1859272704 443612 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 443612 47 155 0 453767 0
Current children cumulated CPU time (s) 44.74
Current children cumulated vsize (KiB) 1815696

[startup+202.302 s]
/proc/loadavg: 2.43 1.83 1.33 1/65 28431
/proc/meminfo: memFree=16048/2055920 swapFree=3561956/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.75
/proc/28425/stat : 28425 (precosat) D 28423 28425 28306 0 -1 4195840 599352 0 18152 0 3236 1239 0 0 18 0 1 0 147727128 1859272704 443716 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28425/statm: 453924 443716 47 155 0 453767 0
Current children cumulated CPU time (s) 44.75
Current children cumulated vsize (KiB) 1815696

[startup+203.102 s]
/proc/loadavg: 2.43 1.83 1.33 1/65 28431
/proc/meminfo: memFree=16176/2055920 swapFree=3561956/4192956
[pid=28425] ppid=28423 vsize=1815696 CPUtime=44.89
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4195840 599766 0 18215 0 3236 1253 0 0 18 0 1 0 147727128 1859272704 444193 1992294400 134512640 135151029 4294956240 18446744073709551615 134586032 0 0 4096 0 0 0 0 17 0 0 0
/proc/28425/statm: 453924 444193 47 155 0 453767 0
Current children cumulated CPU time (s) 44.89
Current children cumulated vsize (KiB) 1815696

[startup+203.503 s]
/proc/loadavg: 2.43 1.83 1.33 1/65 28431
/proc/meminfo: memFree=16176/2055920 swapFree=3561956/4192956
[pid=28425] ppid=28423 vsize=0 CPUtime=45.26
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4195844 599766 0 18215 0 3236 1290 0 0 21 0 1 0 147727128 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/28425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.26
Current children cumulated vsize (KiB) 0

[startup+203.602 s]
/proc/loadavg: 2.40 1.83 1.33 2/65 28431
/proc/meminfo: memFree=1434416/2055920 swapFree=4096532/4192956
[pid=28425] ppid=28423 vsize=0 CPUtime=45.35
/proc/28425/stat : 28425 (precosat) R 28423 28425 28306 0 -1 4195844 599766 0 18215 0 3236 1299 0 0 22 0 1 0 147727128 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28425/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 203.71
CPU time (s): 45.4461
CPU user time (s): 32.3681
CPU system time (s): 13.078
CPU usage (%): 22.3092
Max. virtual memory (cumulated for all children) (KiB): 1815696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.3681
system time used= 13.078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599766
page faults= 18215
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18652
involuntary context switches= 2071

runsolver used 0.185971 second user time and 0.647901 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-01 18:56:25
IDJOB=1774501
IDBENCH=70953
IDSOLVER=607
FILE ID=node36/1774501-1241196844
PBS_JOBID= 9224656
Free space on /tmp= 65796 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-1774501-1241196844/watcher-1774501-1241196844 -o /tmp/evaluation-result-1774501-1241196844/solver-1774501-1241196844 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1774501-1241196844.cnf

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=718668971

node36.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:         25176 kB
Buffers:         85592 kB
Cached:        1812040 kB
SwapCached:        384 kB
Active:         716536 kB
Inactive:      1194480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         25176 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             812 kB
Writeback:           0 kB
Mapped:          21836 kB
Slab:           105752 kB
Committed_AS:   644016 kB
PageTables:       1356 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= 64052 MiB
End job on node36 at 2009-05-01 18:59:49