Trace number 3275492

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
ppfolio seqUNSAT 561.393 561.373

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_100_28_u.cnf
MD5SUM7fb794f1c5d1c4d1723aeeb5efb40cdc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.858
Satisfiable
(Un)Satisfiability was proved
Number of variables2856
Number of clauses10578
Sum of the clauses size26556
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25178
Number of clauses of size 35400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
561.29/561.37	s UNSATISFIABLE
561.29/561.37	solver [2] clasp 1.3.6 answered
561.29/561.37	Done

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3275492-1303645273/watcher-3275492-1303645273 -o /tmp/evaluation-result-3275492-1303645273/solver-3275492-1303645273 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3275492-1303645273.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.03 5.01 5.00 5/180 13089
/proc/meminfo: memFree=15249244/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4529485708796068100 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0

[startup+0.0947941 s]
/proc/loadavg: 5.03 5.01 5.00 5/180 13089
/proc/meminfo: memFree=15249244/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4529485708796068100 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100812 s]
/proc/loadavg: 5.03 5.01 5.00 5/180 13089
/proc/meminfo: memFree=15249244/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4529485708796068100 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300768 s]
/proc/loadavg: 5.03 5.01 5.00 5/180 13089
/proc/meminfo: memFree=15249244/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528102793751298048 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70068 s]
/proc/loadavg: 5.03 5.01 5.00 5/180 13089
/proc/meminfo: memFree=15249244/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528102793751298048 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50055 s]
/proc/loadavg: 5.03 5.01 5.00 7/184 13093
/proc/meminfo: memFree=15240056/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528103068629204992 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=27328 CPUtime=0.49 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 1703 0 0 0 49 0 0 0 25 0 1 0 456942948 27983872 1220 33554432000 4194304 4587354 140735264996176 18446744073709551615 4244171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 6832 1220 326 96 0 3394 0
[pid=13091] ppid=13089 vsize=14980 CPUtime=0.39 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 1216 0 0 0 39 0 0 0 25 0 1 0 456942948 15339520 1081 33554432000 4194304 4785740 140734522782944 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 3745 1081 341 145 0 790 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=0.59 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 59 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 513320

[startup+3.10124 s]
/proc/loadavg: 5.10 5.02 5.01 7/184 13093
/proc/meminfo: memFree=15237948/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528103206068158464 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=518192 CPUtime=0.99 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 2231 0 0 0 99 0 0 0 25 0 1 0 456942948 530628608 1332 33554432000 4194304 4587354 140735264996176 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 129548 1332 326 96 0 126110 0
[pid=13091] ppid=13089 vsize=15244 CPUtime=0.94 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 1299 0 0 0 94 0 0 0 25 0 1 0 456942948 15609856 1164 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 3811 1164 341 145 0 856 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=1.14 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 114 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1004448

[startup+6.30064 s]
/proc/loadavg: 5.10 5.02 5.01 7/184 13093
/proc/meminfo: memFree=15230128/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528101419361763328 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=518888 CPUtime=2.09 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 3708 0 0 0 209 0 0 0 25 0 1 0 456942948 531341312 1773 33554432000 4194304 4587354 140735264996176 18446744073709551615 4236541 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 129722 1773 337 96 0 126284 0
[pid=13091] ppid=13089 vsize=15644 CPUtime=1.99 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 1398 0 0 0 199 0 0 0 25 0 1 0 456942948 16019456 1263 33554432000 4194304 4785740 140734522782944 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 3911 1263 341 145 0 956 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=2.19 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 219 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134529318 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1005544

[startup+12.7004 s]
/proc/loadavg: 5.24 5.05 5.02 7/184 13094
/proc/meminfo: memFree=15223364/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=528164 CPUtime=4.19 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 6088 0 0 0 419 0 0 0 25 0 1 0 456942948 540839936 3105 33554432000 4194304 4587354 140735264996176 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 132041 3105 337 96 0 128603 0
[pid=13091] ppid=13089 vsize=16480 CPUtime=4.14 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 1597 0 0 0 414 0 0 0 25 0 1 0 456942948 16875520 1462 33554432000 4194304 4785740 140734522782944 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 4120 1462 341 145 0 1165 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=4.34 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 434 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528330 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1015656

[startup+25.501 s]
/proc/loadavg: 5.36 5.08 5.02 7/184 13094
/proc/meminfo: memFree=15219316/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528102656312344576 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=525976 CPUtime=8.49 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 8338 0 0 0 848 1 0 0 25 0 1 0 456942948 538599424 3334 33554432000 4194304 4587354 140735264996176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 131494 3334 337 96 0 128056 0
[pid=13091] ppid=13089 vsize=17472 CPUtime=8.39 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 1843 0 0 0 839 0 0 0 25 0 1 0 456942948 17891328 1708 33554432000 4194304 4785740 140734522782944 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 4368 1708 341 145 0 1413 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=8.59 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 859 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1014460

[startup+51.1012 s]
/proc/loadavg: 5.64 5.17 5.05 7/184 13095
/proc/meminfo: memFree=15216264/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 4528101419361763328 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=529656 CPUtime=16.99 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 12143 0 0 0 1698 1 0 0 25 0 1 0 456942948 542367744 3279 33554432000 4194304 4587354 140735264996176 18446744073709551615 4237519 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 132414 3279 337 96 0 128976 0
[pid=13091] ppid=13089 vsize=18772 CPUtime=16.95 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 2139 0 0 0 1695 0 0 0 25 0 1 0 456942948 19222528 2004 33554432000 4194304 4785740 140734522782944 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 4693 2004 341 145 0 1738 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=17.14 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 1714 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1019440

[startup+102.306 s]
/proc/loadavg: 5.33 5.17 5.06 6/183 13096
/proc/meminfo: memFree=15221224/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 456942947 18763776 394 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13089/statm: 4581 394 345 23 0 91 0
[pid=13090] ppid=13089 vsize=546316 CPUtime=34.08 cores=0
/proc/13090/stat : 13090 (cryptominisat) R 13089 13089 12531 0 -1 4202496 20173 0 0 0 3406 2 0 0 25 0 1 0 456942948 559427584 6108 33554432000 4194304 4587354 140735264996176 18446744073709551615 4244592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13090/statm: 136579 6108 337 96 0 133141 0
[pid=13091] ppid=13089 vsize=20536 CPUtime=33.99 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 2525 0 0 0 3399 0 0 0 25 0 1 0 456942948 21028864 2390 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 5134 2390 341 145 0 2179 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=34.21 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 3421 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134529359 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1037864

[startup+162.301 s]
/proc/loadavg: 4.55 4.98 5.00 5/182 13098
/proc/meminfo: memFree=15238688/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=22408 CPUtime=62.04 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 2979 0 0 0 6204 0 0 0 25 0 1 0 456942948 22945792 2844 33554432000 4194304 4785740 140734522782944 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 5602 2844 341 145 0 2647 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=62.23 cores=0

################
# More data... #
################

/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 495804

[startup+342.301 s]
/proc/loadavg: 4.73 4.89 4.96 5/182 13192
/proc/meminfo: memFree=15249900/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=25804 CPUtime=152.06 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 3816 0 0 0 15206 0 0 0 25 0 1 0 456942948 26423296 3681 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 6451 3681 341 145 0 3496 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=152.21 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 15221 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134529370 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 496816

[startup+402.301 s]
/proc/loadavg: 4.27 4.72 4.89 5/182 13194
/proc/meminfo: memFree=15247876/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=26948 CPUtime=182.06 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4048 0 0 0 18206 0 0 0 25 0 1 0 456942948 27594752 3913 33554432000 4194304 4785740 140734522782944 18446744073709551615 4309512 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 6737 3913 341 145 0 3782 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=182.21 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 18221 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 497960

[startup+462.3 s]
/proc/loadavg: 4.18 4.60 4.84 5/182 13196
/proc/meminfo: memFree=15246100/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=27572 CPUtime=212.06 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4215 0 0 0 21206 0 0 0 25 0 1 0 456942948 28233728 4080 33554432000 4194304 4785740 140734522782944 18446744073709551615 4546137 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 6893 4080 341 145 0 3938 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=212.21 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 21221 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 498584

[startup+522.301 s]
/proc/loadavg: 4.06 4.49 4.79 5/182 13197
/proc/meminfo: memFree=15243952/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28576 CPUtime=242.05 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4466 0 0 0 24205 0 0 0 25 0 1 0 456942948 29261824 4298 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7144 4298 341 145 0 4189 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=242.22 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 24222 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 499588

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

[startup+537.501 s]
/proc/loadavg: 4.05 4.47 4.77 5/182 13198
/proc/meminfo: memFree=15243688/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28764 CPUtime=249.65 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 24965 0 0 0 25 0 1 0 456942948 29454336 4339 33554432000 4194304 4785740 140734522782944 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7191 4339 341 145 0 4236 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=249.82 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 24982 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 537.48
Current children cumulated vsize (KiB) 499776

[startup+550.301 s]
/proc/loadavg: 4.04 4.45 4.76 5/182 13198
/proc/meminfo: memFree=15243564/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28764 CPUtime=256.05 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 25605 0 0 0 25 0 1 0 456942948 29454336 4339 33554432000 4194304 4785740 140734522782944 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7191 4339 341 145 0 4236 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=256.22 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 25622 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 550.28
Current children cumulated vsize (KiB) 499776

[startup+556.701 s]
/proc/loadavg: 4.03 4.44 4.75 5/182 13198
/proc/meminfo: memFree=15243672/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28764 CPUtime=259.25 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 25925 0 0 0 25 0 1 0 456942948 29454336 4339 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7191 4339 341 145 0 4236 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=259.42 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 25942 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134530117 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 556.68
Current children cumulated vsize (KiB) 499776

[startup+559.906 s]
/proc/loadavg: 4.03 4.44 4.75 5/182 13198
/proc/meminfo: memFree=15243672/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28764 CPUtime=260.85 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 26085 0 0 0 25 0 1 0 456942948 29454336 4339 33554432000 4194304 4785740 140734522782944 18446744073709551615 4546275 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7191 4339 341 145 0 4236 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=261.03 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 26103 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 559.89
Current children cumulated vsize (KiB) 499776

[startup+560.701 s]
/proc/loadavg: 4.03 4.44 4.75 5/182 13198
/proc/meminfo: memFree=15243672/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28764 CPUtime=261.25 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 26125 0 0 0 25 0 1 0 456942948 29454336 4339 33554432000 4194304 4785740 140734522782944 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7191 4339 341 145 0 4236 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=261.43 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 26143 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528582 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 560.69
Current children cumulated vsize (KiB) 499776

[startup+561.101 s]
/proc/loadavg: 4.03 4.44 4.75 5/182 13198
/proc/meminfo: memFree=15243672/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=28572 CPUtime=261.45 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4507 0 0 0 26145 0 0 0 25 0 1 0 456942948 29257728 4304 33554432000 4194304 4785740 140734522782944 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 7143 4304 341 145 0 4188 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=261.63 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 26163 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 561.09
Current children cumulated vsize (KiB) 499584

[startup+561.301 s]
/proc/loadavg: 4.03 4.44 4.75 5/182 13198
/proc/meminfo: memFree=15243672/32951124 swapFree=67111528/67111528
[pid=13089] ppid=13087 vsize=18324 CPUtime=38.01 cores=0,2,4,6
/proc/13089/stat : 13089 (ppfolio) S 13087 13089 12531 0 -1 4202496 503 21282 0 0 0 0 3798 3 15 0 1 0 456942947 18763776 395 33554432000 4194304 4287625 140733471156368 18446744073709551615 264726425103 0 0 4096 65536 3080133258000695556 0 0 17 4 0 0 0
/proc/13089/statm: 4581 395 346 23 0 91 0
[pid=13091] ppid=13089 vsize=13916 CPUtime=261.55 cores=0
/proc/13091/stat : 13091 (clasp) R 13089 13089 12531 0 -1 4202496 4522 0 0 0 26155 0 0 0 25 0 1 0 456942948 14249984 859 33554432000 4194304 4785740 140734522782944 18446744073709551615 264726062832 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13091/statm: 3479 859 356 145 0 524 0
[pid=13092] ppid=13089 vsize=452688 CPUtime=261.73 cores=0
/proc/13092/stat : 13092 (TNM) R 13089 13089 12531 0 -1 4202496 624 0 0 0 26173 0 0 0 25 0 1 0 456942948 463552512 521 33554432000 134512640 134534564 4291525632 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13092/statm: 113172 521 95 6 0 111838 0
Current children cumulated CPU time (s) 561.29
Current children cumulated vsize (KiB) 484928

Child status: 0
Real time (s): 561.373
CPU time (s): 561.393
CPU user time (s): 561.345
CPU system time (s): 0.047992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 11227924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.345
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26950
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= 174
involuntary context switches= 7102

runsolver used 0.879866 second user time and 1.80272 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-24 13:41:13
IDJOB=3275492
IDBENCH=83192
IDSOLVER=1639
FILE ID=node141/3275492-1303645273
RUNJOBID= node141-1303635245-12549
PBS_JOBID= 13150707
Free space on /tmp= 71520 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_100_28_u.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275492-1303645273/watcher-3275492-1303645273 -o /tmp/evaluation-result-3275492-1303645273/solver-3275492-1303645273 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275492-1303645273.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7fb794f1c5d1c4d1723aeeb5efb40cdc
RANDOM SEED=802642686

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15249524 kB
Buffers:       1630132 kB
Cached:       15405952 kB
SwapCached:          0 kB
Active:        9630640 kB
Inactive:      7496316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15249524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20716 kB
Writeback:           0 kB
AnonPages:       90428 kB
Mapped:          16436 kB
Slab:           509764 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   694472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71508 MiB
End job on node141 at 2011-04-24 13:50:35