Trace number 1580112

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
tts tts-5-0Signal 364.92 365.217

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

73.37/73.45	c Command: HOME/tts-5-0 HOME/instance-1580112-1238915598.cnf 
73.37/73.45	c Using SATTIMEOUT of 1200
73.37/73.45	c Using SATRAM of 1800
73.37/73.45	c Size of subset node = 16
73.37/73.45	c Variables = 224569
73.37/73.45	c Clauses = 1190619
73.37/73.45	c Literals = 2868508
73.37/73.45	c Reduced size:
73.37/73.45	c Variables = 224569
73.37/73.45	c Clauses = 924824
73.37/73.45	c Literals = 2280147
73.37/73.45	c a2
76.17/76.22	c a1
360.27/360.41	c Independent sub-problems = 1
360.27/360.41	c Sub-problem with 177726 variables and 924824 clauses
360.27/360.41	c using permutation method 4
360.27/360.41	c count = 1
360.27/360.41	c Ordering finished 359.710 seconds
360.27/360.41	c mapped 360.340 seconds
360.27/360.41	c permuted 360.340 seconds
360.27/360.41	c about to sort
360.57/360.73	c sorted

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-1580112-1238915598/watcher-1580112-1238915598 -o /tmp/evaluation-result-1580112-1238915598/solver-1580112-1238915598 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1580112-1238915598.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.97 1.24 1.14 2/64 11664
/proc/meminfo: memFree=1517384/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=1008 CPUtime=0
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 1164224977 1032192 119 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 252 119 67 165 0 85 0

[startup+0.00953497 s]
/proc/loadavg: 1.97 1.24 1.14 2/64 11664
/proc/meminfo: memFree=1517384/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=1140 CPUtime=0
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 1164224977 1167360 168 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 285 168 67 165 0 118 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1140

[startup+0.101547 s]
/proc/loadavg: 1.97 1.24 1.14 2/64 11664
/proc/meminfo: memFree=1517384/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=5092 CPUtime=0.09
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 1132 0 0 0 9 0 0 0 18 0 1 0 1164224977 5214208 1116 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 1273 1117 67 165 0 1106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5092

[startup+0.301577 s]
/proc/loadavg: 1.97 1.24 1.14 2/64 11664
/proc/meminfo: memFree=1517384/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=13600 CPUtime=0.29
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 3192 0 0 0 27 2 0 0 20 0 1 0 1164224977 13926400 3176 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 3400 3176 68 165 0 3233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+0.701638 s]
/proc/loadavg: 1.97 1.24 1.14 2/64 11664
/proc/meminfo: memFree=1517384/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=28068 CPUtime=0.69
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 6877 0 0 0 67 2 0 0 23 0 1 0 1164224977 28741632 6861 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 7017 6861 68 165 0 6850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28068

[startup+1.50176 s]
/proc/loadavg: 1.89 1.23 1.14 2/65 11665
/proc/meminfo: memFree=1479104/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=59520 CPUtime=1.49
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 14700 0 0 0 142 7 0 0 25 0 1 0 1164224977 60948480 14684 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 14880 14685 68 165 0 14713 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59520

[startup+3.10201 s]
/proc/loadavg: 1.89 1.23 1.14 2/65 11665
/proc/meminfo: memFree=1438784/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=82380 CPUtime=3.09
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 19672 0 0 0 299 10 0 0 25 0 1 0 1164224977 84357120 19656 1992294400 134512640 135191068 4294956224 18446744073709551615 134534106 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 20595 19656 68 165 0 20428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82380

[startup+6.3015 s]
/proc/loadavg: 1.89 1.23 1.14 2/65 11665
/proc/meminfo: memFree=1438528/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=82380 CPUtime=6.29
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 19672 0 0 0 617 12 0 0 25 0 1 0 1164224977 84357120 19656 1992294400 134512640 135191068 4294956224 18446744073709551615 134533945 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 20595 19656 68 165 0 20428 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82380

[startup+12.7025 s]
/proc/loadavg: 1.75 1.22 1.14 2/65 11665
/proc/meminfo: memFree=1438592/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=82380 CPUtime=12.69
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 19672 0 0 0 1257 12 0 0 25 0 1 0 1164224977 84357120 19656 1992294400 134512640 135191068 4294956224 18446744073709551615 134534188 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 20595 19656 68 165 0 20428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82380

[startup+25.5014 s]
/proc/loadavg: 1.64 1.22 1.14 2/65 11665
/proc/meminfo: memFree=1438976/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=82380 CPUtime=25.48
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 19672 0 0 0 2536 12 0 0 25 0 1 0 1164224977 84357120 19656 1992294400 134512640 135191068 4294956224 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 20595 19656 68 165 0 20428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82380

[startup+51.1014 s]
/proc/loadavg: 1.42 1.20 1.13 2/65 11665
/proc/meminfo: memFree=1439232/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=82380 CPUtime=51.07
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 19672 0 0 0 5095 12 0 0 25 0 1 0 1164224977 84357120 19656 1992294400 134512640 135191068 4294956224 18446744073709551615 134534155 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 20595 19656 68 165 0 20428 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82380

[startup+102.305 s]
/proc/loadavg: 1.16 1.16 1.12 2/65 11665
/proc/meminfo: memFree=1341760/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=179236 CPUtime=102.26
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 57960 0 0 0 10196 30 0 0 25 0 1 0 1164224977 183537664 44028 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 44809 44028 71 165 0 44642 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 179236

[startup+162.301 s]
/proc/loadavg: 1.06 1.13 1.11 2/65 11665
/proc/meminfo: memFree=1334272/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=187228 CPUtime=162.24
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 59832 0 0 0 16192 32 0 0 25 0 1 0 1164224977 191721472 45900 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 46807 45900 71 165 0 46640 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 187228

[startup+222.302 s]
/proc/loadavg: 1.02 1.10 1.10 2/65 11665
/proc/meminfo: memFree=1331904/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=189076 CPUtime=222.22
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 60404 0 0 0 22189 33 0 0 25 0 1 0 1164224977 193613824 46472 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 47269 46472 71 165 0 47102 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 189076

[startup+282.302 s]
/proc/loadavg: 1.01 1.08 1.09 2/65 11665
/proc/meminfo: memFree=1331456/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=189340 CPUtime=282.2
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 60506 0 0 0 28187 33 0 0 25 0 1 0 1164224977 193884160 46574 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 47335 46574 71 165 0 47168 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 189340

[startup+342.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1331008/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=189736 CPUtime=342.18
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 60597 0 0 0 34185 33 0 0 25 0 1 0 1164224977 194289664 46665 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 47434 46665 71 165 0 47267 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 189736

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1331008/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=189736 CPUtime=345.38
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 60603 0 0 0 34505 33 0 0 25 0 1 0 1164224977 194289664 46671 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 47434 46671 71 165 0 47267 0
Current children cumulated CPU time (s) 345.38
Current children cumulated vsize (KiB) 189736

[startup+358.302 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1330944/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=189736 CPUtime=358.17
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 60621 0 0 0 35784 33 0 0 25 0 1 0 1164224977 194289664 46689 1992294400 134512640 135191068 4294956224 18446744073709551615 134600357 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 47434 46689 71 165 0 47267 0
Current children cumulated CPU time (s) 358.17
Current children cumulated vsize (KiB) 189736

[startup+361.502 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1332288/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=278776 CPUtime=361.37
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 85771 0 0 0 36095 42 0 0 25 0 1 0 1164224977 285466624 69127 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 69694 69127 85 165 0 69527 0
Current children cumulated CPU time (s) 361.37
Current children cumulated vsize (KiB) 278776

[startup+363.102 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1177920/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=356336 CPUtime=362.97
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4194304 105341 0 0 0 36247 50 0 0 25 0 1 0 1164224977 364888064 88213 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 89084 88214 85 165 0 88917 0
Current children cumulated CPU time (s) 362.97
Current children cumulated vsize (KiB) 356336

[startup+363.901 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1177920/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=372400 CPUtime=363.77
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4195840 109476 0 0 0 36287 90 0 0 25 0 1 0 1164224977 381337600 92337 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 93100 92337 85 165 0 92933 0
Current children cumulated CPU time (s) 363.77
Current children cumulated vsize (KiB) 372400

[startup+364.701 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=1025664/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=372400 CPUtime=364.39
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4195840 109476 0 0 0 36287 152 0 0 24 0 1 0 1164224977 381337600 92337 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 93100 92337 85 165 0 92933 0
Current children cumulated CPU time (s) 364.39
Current children cumulated vsize (KiB) 372400

[startup+365.102 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=776896/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=372400 CPUtime=364.8
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4195840 110147 0 0 0 36287 193 0 0 25 0 1 0 1164224977 381337600 92337 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 93100 92337 85 165 0 92933 0
Current children cumulated CPU time (s) 364.8
Current children cumulated vsize (KiB) 372400

[startup+365.206 s]
/proc/loadavg: 1.00 1.06 1.08 2/65 11665
/proc/meminfo: memFree=776896/2055920 swapFree=4176696/4192956
[pid=11664] ppid=11662 vsize=0 CPUtime=364.9
/proc/11664/stat : 11664 (tts-5-0) R 11662 11664 11506 0 -1 4195844 110147 0 0 0 36287 203 0 0 25 0 1 0 1164224977 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/11664/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 364.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 365.217
CPU time (s): 364.92
CPU user time (s): 362.875
CPU system time (s): 2.04469
CPU usage (%): 99.9185
Max. virtual memory (cumulated for all children) (KiB): 372400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.875
system time used= 2.04469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110147
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= 4
involuntary context switches= 876

runsolver used 0.315951 second user time and 0.748886 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-05 09:13:20
IDJOB=1580112
IDBENCH=71011
IDSOLVER=505
FILE ID=node34/1580112-1238915598
PBS_JOBID= 9101389
Free space on /tmp= 66540 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-5p0.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580112-1238915598/watcher-1580112-1238915598 -o /tmp/evaluation-result-1580112-1238915598/solver-1580112-1238915598 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1580112-1238915598.cnf

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=1202713843

node34.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.259
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.259
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:       1517864 kB
Buffers:         52312 kB
Cached:         396656 kB
SwapCached:      10100 kB
Active:         215932 kB
Inactive:       244528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517864 kB
SwapTotal:     4192956 kB
SwapFree:      4176696 kB
Dirty:           23672 kB
Writeback:           0 kB
Mapped:          17184 kB
Slab:            63692 kB
Committed_AS:  3168264 kB
PageTables:       1388 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= 66180 MiB
End job on node34 at 2009-04-05 09:19:25