Trace number 1781428

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
ttsth-5-0 2009-03-19 (4 threads)Signal 396.73 396.786

General information on the benchmark

Namemanol-pipe-f9n.cnf
MD5SUM61e4a04a828a2cd33ae3f3dde54ef320
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark255.56
Satisfiable
(Un)Satisfiability was proved
Number of variables185149
Number of clauses552412
Sum of the clauses size1288960
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2368274
Number of clauses of size 3184137
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.91/0.98	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781428-1243687194.cnf 
0.91/0.98	c Using SATTIMEOUT of 10000
0.91/0.98	c Using SATRAM of 2047
0.91/0.98	c Size of subset node = 16
0.91/0.98	c Variables = 185149
0.91/0.98	c Clauses = 552412
0.91/0.98	c Literals = 1288960
0.91/0.98	c Reduced size:
0.91/0.98	c Variables = 185149
0.91/0.98	c Clauses = 552404
0.91/0.98	c Literals = 1288942
0.91/0.98	c a2
1.71/1.80	c a1
392.65/392.78	c Independent sub-problems = 1
392.65/392.78	c Sub-problem with 185146 variables and 552404 clauses
392.65/392.78	c using permutation method 4
392.65/392.78	c count = 1
392.65/392.78	c Ordering finished 392.510 seconds
392.65/392.78	c mapped 392.720 seconds
392.65/392.78	c permuted 392.720 seconds
392.65/392.78	c about to sort
392.85/392.93	c sorted

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1781428-1243687194/watcher-1781428-1243687194 -o /tmp/evaluation-result-1781428-1243687194/solver-1781428-1243687194 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781428-1243687194.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.22 3.43 4.24 4/104 19661
/proc/meminfo: memFree=2135032/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=2196 CPUtime=0.03
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 436 0 0 0 3 0 0 0 19 0 1 0 1122820656 2248704 392 4294967295 134512640 135237372 3219849728 3219849176 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 549 392 75 177 0 371 0

[startup+0.061453 s]
/proc/loadavg: 3.22 3.43 4.24 4/104 19661
/proc/meminfo: memFree=2135032/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=3892 CPUtime=0.06
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 868 0 0 0 6 0 0 0 21 0 1 0 1122820656 3985408 824 4294967295 134512640 135237372 3219849728 3219849176 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 973 824 75 177 0 795 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3892

[startup+0.111448 s]
/proc/loadavg: 3.22 3.43 4.24 4/104 19661
/proc/meminfo: memFree=2135032/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=6256 CPUtime=0.11
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 1454 0 0 0 11 0 0 0 21 0 1 0 1122820656 6406144 1410 4294967295 134512640 135237372 3219849728 3219848252 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 1564 1411 75 177 0 1386 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6256

[startup+0.311436 s]
/proc/loadavg: 3.22 3.43 4.24 4/104 19661
/proc/meminfo: memFree=2135032/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=15820 CPUtime=0.31
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 3792 0 0 0 30 1 0 0 22 0 1 0 1122820656 16199680 3748 4294967295 134512640 135237372 3219849728 3219848252 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 3955 3749 75 177 0 3777 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15820

[startup+0.711407 s]
/proc/loadavg: 3.22 3.43 4.24 4/104 19661
/proc/meminfo: memFree=2135032/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=41080 CPUtime=0.71
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 8953 0 0 0 69 2 0 0 24 0 1 0 1122820656 42065920 8909 4294967295 134512640 135237372 3219849728 3219849452 134533736 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 10270 8909 75 177 0 10092 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 41080

[startup+1.51135 s]
/proc/loadavg: 3.20 3.42 4.24 4/105 19662
/proc/meminfo: memFree=2086784/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=79700 CPUtime=1.51
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 19304 0 0 0 148 3 0 0 25 0 1 0 1122820656 81612800 19259 4294967295 134512640 135237372 3219849728 3219847984 134749353 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 19925 19259 76 177 0 19747 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 79700

[startup+3.11124 s]
/proc/loadavg: 3.20 3.42 4.24 4/105 19662
/proc/meminfo: memFree=2072284/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=102780 CPUtime=3.11
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 30487 0 0 0 307 4 0 0 25 0 1 0 1122820656 105246720 24997 4294967295 134512640 135237372 3219849728 3219849056 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 25695 24997 77 177 0 25517 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 102780

[startup+6.31103 s]
/proc/loadavg: 3.20 3.42 4.24 4/105 19662
/proc/meminfo: memFree=2036196/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=103112 CPUtime=6.31
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 30558 0 0 0 627 4 0 0 25 0 1 0 1122820656 105586688 25068 4294967295 134512640 135237372 3219849728 3219849056 134555258 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 25778 25068 77 177 0 25600 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 103112

[startup+12.7106 s]
/proc/loadavg: 3.25 3.42 4.23 4/105 19662
/proc/meminfo: memFree=2035640/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=103408 CPUtime=12.71
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 30642 0 0 0 1267 4 0 0 25 0 1 0 1122820656 105889792 25152 4294967295 134512640 135237372 3219849728 3219849088 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 25852 25152 77 177 0 25674 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 103408

[startup+25.5097 s]
/proc/loadavg: 3.28 3.42 4.22 4/105 19665
/proc/meminfo: memFree=2035028/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=104228 CPUtime=25.51
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 30844 0 0 0 2547 4 0 0 25 0 1 0 1122820656 106729472 25354 4294967295 134512640 135237372 3219849728 3219849088 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 26057 25354 77 177 0 25879 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 104228

[startup+51.108 s]
/proc/loadavg: 3.31 3.42 4.20 4/105 19854
/proc/meminfo: memFree=2032108/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=105604 CPUtime=51.09
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31196 0 0 0 5104 5 0 0 25 0 1 0 1122820656 108138496 25706 4294967295 134512640 135237372 3219849728 3219849088 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 26401 25706 77 177 0 26223 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105604

[startup+102.314 s]
/proc/loadavg: 3.12 3.35 4.13 4/105 19858
/proc/meminfo: memFree=2030216/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108092 CPUtime=102.3
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31765 0 0 0 10220 10 0 0 25 0 1 0 1122820656 110686208 26275 4294967295 134512640 135237372 3219849728 3219849088 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27023 26275 77 177 0 26845 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108092

[startup+162.31 s]
/proc/loadavg: 3.35 3.37 4.08 4/105 20044
/proc/meminfo: memFree=2029356/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108356 CPUtime=162.28
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31841 0 0 0 16214 14 0 0 25 0 1 0 1122820656 110956544 26351 4294967295 134512640 135237372 3219849728 3219849088 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27089 26351 77 177 0 26911 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 108356

[startup+222.316 s]
/proc/loadavg: 3.59 3.42 4.06 4/105 20233
/proc/meminfo: memFree=2028108/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108488 CPUtime=222.27
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31888 0 0 0 22213 14 0 0 25 0 1 0 1122820656 111091712 26398 4294967295 134512640 135237372 3219849728 3219849088 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27122 26398 77 177 0 26944 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 108488

[startup+282.312 s]
/proc/loadavg: 3.52 3.43 4.02 4/105 20421
/proc/meminfo: memFree=2027124/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108752 CPUtime=282.25
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31938 0 0 0 28209 16 0 0 25 0 1 0 1122820656 111362048 26448 4294967295 134512640 135237372 3219849728 3219849088 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27188 26448 77 177 0 27010 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 108752

[startup+342.308 s]
/proc/loadavg: 3.49 3.44 3.98 4/105 20610
/proc/meminfo: memFree=2026256/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108884 CPUtime=342.25
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31982 0 0 0 34206 19 0 0 25 0 1 0 1122820656 111497216 26492 4294967295 134512640 135237372 3219849728 3219849088 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27221 26492 77 177 0 27043 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 108884

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

[startup+358.317 s]
/proc/loadavg: 3.53 3.45 3.98 4/105 20795
/proc/meminfo: memFree=2025408/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108884 CPUtime=358.25
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 31998 0 0 0 35804 21 0 0 25 0 1 0 1122820656 111497216 26508 4294967295 134512640 135237372 3219849728 3219849088 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27221 26508 77 177 0 27043 0
Current children cumulated CPU time (s) 358.25
Current children cumulated vsize (KiB) 108884

[startup+383.915 s]
/proc/loadavg: 3.48 3.45 3.96 4/105 20796
/proc/meminfo: memFree=2025884/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=108884 CPUtime=383.85
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 32010 0 0 0 38360 25 0 0 25 0 1 0 1122820656 111497216 26520 4294967295 134512640 135237372 3219849728 3219849088 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27221 26520 77 177 0 27043 0
Current children cumulated CPU time (s) 383.85
Current children cumulated vsize (KiB) 108884

[startup+390.315 s]
/proc/loadavg: 3.52 3.46 3.96 4/105 20796
/proc/meminfo: memFree=2025884/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=109016 CPUtime=390.25
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 32014 0 0 0 39000 25 0 0 25 0 1 0 1122820656 111632384 26524 4294967295 134512640 135237372 3219849728 3219849088 134600707 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 27254 26524 77 177 0 27076 0
Current children cumulated CPU time (s) 390.25
Current children cumulated vsize (KiB) 109016

[startup+393.514 s]
/proc/loadavg: 3.48 3.45 3.96 4/105 20797
/proc/meminfo: memFree=2025284/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=316312 CPUtime=393.45
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 83411 0 0 0 39312 33 0 0 25 0 1 0 1122820656 323903488 77381 4294967295 134512640 135237372 3219849728 3219849080 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 79078 77390 88 177 0 78900 0
Current children cumulated CPU time (s) 393.45
Current children cumulated vsize (KiB) 316312

[startup+395.114 s]
/proc/loadavg: 3.48 3.45 3.96 4/105 20797
/proc/meminfo: memFree=1550096/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=602556 CPUtime=395.05
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4202496 156538 0 0 0 39447 58 0 0 25 0 1 0 1122820656 617017344 150273 4294967295 134512640 135237372 3219849728 3215024072 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 150640 150276 91 177 0 150462 0
Current children cumulated CPU time (s) 395.05
Current children cumulated vsize (KiB) 602556

[startup+395.914 s]
/proc/loadavg: 3.52 3.46 3.96 4/105 20798
/proc/meminfo: memFree=1245888/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=618304 CPUtime=395.86
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4204032 160536 0 0 0 39461 125 0 0 25 0 1 0 1122820656 633143296 154271 4294967295 134512640 135237372 3219849728 3211464600 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 154576 154271 104 177 0 154398 0
Current children cumulated CPU time (s) 395.86
Current children cumulated vsize (KiB) 618304

[startup+396.314 s]
/proc/loadavg: 3.52 3.46 3.96 4/105 20798
/proc/meminfo: memFree=1245888/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=618304 CPUtime=396.25
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4204032 160536 0 0 0 39461 164 0 0 25 0 1 0 1122820656 633143296 154271 4294967295 134512640 135237372 3219849728 3211464600 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 154576 154271 104 177 0 154398 0
Current children cumulated CPU time (s) 396.25
Current children cumulated vsize (KiB) 618304

[startup+396.714 s]
/proc/loadavg: 3.52 3.46 3.96 4/105 20798
/proc/meminfo: memFree=1245888/3368532 swapFree=1954076/1959888
[pid=19661] ppid=19659 vsize=618304 CPUtime=396.65
/proc/19661/stat : 19661 (ttsth-5-0) R 19659 19661 2540 0 -1 4204032 160726 0 0 0 39461 204 0 0 25 0 1 0 1122820656 633143296 154461 4294967295 134512640 135237372 3219849728 3211464600 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19661/statm: 154576 154461 294 177 0 154398 0
Current children cumulated CPU time (s) 396.65
Current children cumulated vsize (KiB) 618304

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 396.786
CPU time (s): 396.73
CPU user time (s): 394.61
CPU system time (s): 2.12
CPU usage (%): 99.9858
Max. virtual memory (cumulated for all children) (KiB): 618304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.61
system time used= 2.12
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160755
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= 1
involuntary context switches= 1486

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 14:39:54
IDJOB=1781428
IDBENCH=71745
IDSOLVER=632
FILE ID=tipi44/1781428-1243687194
PBS_JOBID=
Free space on /tmp= 15884 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE06/manol-pipe-f9n.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781428-1243687194/watcher-1781428-1243687194 -o /tmp/evaluation-result-1781428-1243687194/solver-1781428-1243687194 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781428-1243687194.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 61e4a04a828a2cd33ae3f3dde54ef320
RANDOM SEED= 48453916

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2135920 kB
Buffers:        130360 kB
Cached:         752840 kB
SwapCached:       2068 kB
Active:         478240 kB
Inactive:       645344 kB
HighTotal:     2489216 kB
HighFree:      1515000 kB
LowTotal:       879316 kB
LowFree:        620920 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           12032 kB
Writeback:           0 kB
AnonPages:      239788 kB
Mapped:           5612 kB
Slab:            97848 kB
SReclaimable:    87276 kB
SUnreclaim:      10572 kB
PageTables:        812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   322588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15280 MiB
End job on tipi44 at 2009-05-30 14:46:32