Trace number 3286225

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 314.035 314.03

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-12-step15.cnf
MD5SUM86980f7370ece00291f2970256db731a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.2044
Satisfiable
(Un)Satisfiability was proved
Number of variables63349
Number of clauses943492
Sum of the clauses size2149412
Maximum clause length541
Minimum clause length1
Number of clauses of size 1202
Number of clauses of size 2908736
Number of clauses of size 32676
Number of clauses of size 41261
Number of clauses of size 54705
Number of clauses of size over 525912

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) 4
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 4
313.97/314.00	s UNSATISFIABLE
313.97/314.03	solver [1] cryptominisat 2.7.1 answered
313.97/314.03	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-3286225-1303763947/watcher-3286225-1303763947 -o /tmp/evaluation-result-3286225-1303763947/solver-3286225-1303763947 -C 2400 -W 1300 -M 7680 ppfolio --nbcore=1 HOME/instance-3286225-1303763947.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 11.00 10.89 9.06 8/191 27183
/proc/meminfo: memFree=11433360/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) R 27181 27183 25750 0 -1 4202496 471 0 0 0 0 0 0 0 23 0 1 0 468811041 18763776 391 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039475605 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/27183/statm: 4581 391 343 23 0 91 0

[startup+0.018488 s]
/proc/loadavg: 11.00 10.89 9.06 8/191 27183
/proc/meminfo: memFree=11433360/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4434484330743431428 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100497 s]
/proc/loadavg: 11.00 10.89 9.06 8/191 27183
/proc/meminfo: memFree=11433360/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 499 0 0 0 0 0 0 0 24 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4434484330743431428 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300465 s]
/proc/loadavg: 11.00 10.89 9.06 8/191 27183
/proc/meminfo: memFree=11433360/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454618858254237696 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700372 s]
/proc/loadavg: 11.00 10.89 9.06 8/191 27183
/proc/meminfo: memFree=11433360/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 24 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454618858254237696 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50125 s]
/proc/loadavg: 11.00 10.89 9.06 10/195 27187
/proc/meminfo: memFree=11226052/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=94092 CPUtime=0.49 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 17803 0 0 0 46 3 0 0 25 0 1 0 468811042 96350208 17657 33554432000 4194304 4587354 140734492606848 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 23523 17657 306 96 0 20085 0
[pid=27185] ppid=27183 vsize=82568 CPUtime=0.39 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 22122 0 0 0 35 4 0 0 25 0 1 0 468811042 84549632 17366 33554432000 4194304 4785740 140736973758448 18446744073709551615 212039314863 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 20642 17366 313 145 0 17687 0
[pid=27187] ppid=27183 vsize=465860 CPUtime=0.59 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 6150 0 0 0 58 1 0 0 25 0 1 0 468811042 477040640 6048 33554432000 134512640 134534564 4294783600 18446744073709551615 11032060 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 116465 6048 90 6 0 115131 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 660844

[startup+3.10094 s]
/proc/loadavg: 10.84 10.86 9.06 8/191 27188
/proc/meminfo: memFree=12955508/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=94620 CPUtime=0.99 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 17948 0 0 0 96 3 0 0 25 0 1 0 468811042 96890880 17801 33554432000 4194304 4587354 140734492606848 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 23655 17801 306 96 0 20217 0
[pid=27185] ppid=27183 vsize=83952 CPUtime=0.93 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 22596 0 0 0 89 4 0 0 25 0 1 0 468811042 85966848 17840 33554432000 4194304 4785740 140736973758448 18446744073709551615 4495806 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 20988 17840 318 145 0 18033 0
[pid=27187] ppid=27183 vsize=501364 CPUtime=1.14 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 16610 0 0 0 112 2 0 0 25 0 1 0 468811042 513396736 16507 33554432000 134512640 134534564 4294783600 18446744073709551615 134524546 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 125341 16507 91 6 0 124007 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 698260

[startup+6.3004 s]
/proc/loadavg: 10.84 10.86 9.06 9/188 27210
/proc/meminfo: memFree=12938536/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619545449005056 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=115028 CPUtime=2.09 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 23061 0 0 0 206 3 0 0 25 0 1 0 468811042 117788672 22903 33554432000 4194304 4587354 140734492606848 18446744073709551615 4421086 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 28757 22903 316 96 0 25319 0
[pid=27185] ppid=27183 vsize=79104 CPUtime=1.99 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 23450 0 0 0 195 4 0 0 25 0 1 0 468811042 81002496 16853 33554432000 4194304 4785740 140736973758448 18446744073709551615 4552901 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 19776 16853 333 145 0 16821 0
[pid=27187] ppid=27183 vsize=501364 CPUtime=2.18 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 16610 0 0 0 216 2 0 0 25 0 1 0 468811042 513396736 16507 33554432000 134512640 134534564 4294783600 18446744073709551615 134524573 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 125341 16507 91 6 0 124007 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 713820

[startup+12.7012 s]
/proc/loadavg: 10.72 10.83 9.07 13/201 27228
/proc/meminfo: memFree=11221128/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619682887958528 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=166628 CPUtime=4.19 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 39565 0 0 0 414 5 0 0 25 0 1 0 468811042 170627072 33577 33554432000 4194304 4587354 140734492606848 18446744073709551615 4353571 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 41657 33577 317 96 0 38219 0
[pid=27185] ppid=27183 vsize=79104 CPUtime=4.13 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 23459 0 0 0 409 4 0 0 25 0 1 0 468811042 81002496 16862 33554432000 4194304 4785740 140736973758448 18446744073709551615 4416773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 19776 16862 340 145 0 16821 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=4.34 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 430 4 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 819408

[startup+25.501 s]
/proc/loadavg: 10.76 10.84 9.09 12/201 27228
/proc/meminfo: memFree=10673208/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620370082725888 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=166764 CPUtime=8.49 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 48191 0 0 0 842 7 0 0 25 0 1 0 468811042 170766336 35458 33554432000 4194304 4587354 140734492606848 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 41691 35458 330 96 0 38253 0
[pid=27185] ppid=27183 vsize=79104 CPUtime=8.39 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 23461 0 0 0 835 4 0 0 25 0 1 0 468811042 81002496 16864 33554432000 4194304 4785740 140736973758448 18446744073709551615 4553437 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 19776 16864 340 145 0 16821 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=8.58 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 854 4 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 819544

[startup+51.1004 s]
/proc/loadavg: 10.84 10.85 9.14 13/201 27229
/proc/meminfo: memFree=10414216/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620644960632832 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=204268 CPUtime=16.99 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 51940 0 0 0 1690 9 0 0 25 0 1 0 468811042 209170432 39201 33554432000 4194304 4587354 140734492606848 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 51067 39201 330 96 0 47629 0
[pid=27185] ppid=27183 vsize=79104 CPUtime=16.93 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 23461 0 0 0 1689 4 0 0 25 0 1 0 468811042 81002496 16864 33554432000 4194304 4785740 140736973758448 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 19776 16864 340 145 0 16821 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=17.13 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 1709 4 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530606 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 857048

[startup+102.301 s]
/proc/loadavg: 11.19 10.92 9.26 13/202 27260
/proc/meminfo: memFree=11608016/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619820326912000 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2272696 CPUtime=34.09 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 67330 0 0 0 3397 12 0 0 25 0 1 0 468811042 2327240704 40963 33554432000 4194304 4587354 140734492606848 18446744073709551615 4238591 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 568174 40963 338 96 0 564736 0
[pid=27185] ppid=27183 vsize=100292 CPUtime=33.99 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 28854 0 0 0 3393 6 0 0 25 0 1 0 468811042 102699008 22257 33554432000 4194304 4785740 140736973758448 18446744073709551615 4287597 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 25073 22257 340 145 0 22118 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=34.2 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 3416 4 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530641 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2946664

[startup+162.301 s]
/proc/loadavg: 11.67 11.10 9.42 13/202 27292
/proc/meminfo: memFree=12249228/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619408010051584 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2314136 CPUtime=54.08 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 96746 0 0 0 5393 15 0 0 25 0 1 0 468811042 2369675264 54624 33554432000 4194304 4587354 140734492606848 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 578534 54624 338 96 0 575096 0
[pid=27185] ppid=27183 vsize=135016 CPUtime=53.98 cores=4

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

/proc/27185/statm: 33754 30949 340 145 0 30799 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=54.2 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 5416 4 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3022828

[startup+222.307 s]
/proc/loadavg: 11.73 11.23 9.57 10/195 27356
/proc/meminfo: memFree=12483552/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619820326912000 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2274104 CPUtime=74.08 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 100876 0 0 0 7392 16 0 0 25 0 1 0 468811042 2328682496 45413 33554432000 4194304 4587354 140734492606848 18446744073709551615 4243530 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 568526 45413 338 96 0 565088 0
[pid=27185] ppid=27183 vsize=175364 CPUtime=73.98 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 47572 0 0 0 7389 9 0 0 25 0 1 0 468811042 179572736 40975 33554432000 4194304 4785740 140736973758448 18446744073709551615 4550307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 43841 40975 340 145 0 40886 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=74.22 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 7417 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 3023144

[startup+282.301 s]
/proc/loadavg: 11.79 11.33 9.70 13/202 27415
/proc/meminfo: memFree=12399552/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454618720815284224 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=94.08 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111442 0 0 0 9389 19 0 0 25 0 1 0 468811042 2361954304 49093 33554432000 4194304 4587354 140734492606848 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49093 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=192992 CPUtime=93.98 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 52001 0 0 0 9388 10 0 0 25 0 1 0 468811042 197623808 45404 33554432000 4194304 4785740 140736973758448 18446744073709551615 4553336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 48248 45404 340 145 0 45293 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=94.22 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 9417 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530635 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 3073264

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

[startup+294.401 s]
/proc/loadavg: 11.82 11.35 9.73 13/202 27415
/proc/meminfo: memFree=12387720/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454618720815284224 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=98.08 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111442 0 0 0 9789 19 0 0 25 0 1 0 468811042 2361954304 49093 33554432000 4194304 4587354 140734492606848 18446744073709551615 4449056 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49093 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=192992 CPUtime=98.07 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 52003 0 0 0 9797 10 0 0 25 0 1 0 468811042 197623808 45406 33554432000 4194304 4785740 140736973758448 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 48248 45406 340 145 0 45293 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=98.23 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 9818 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 294.38
Current children cumulated vsize (KiB) 3073264

[startup+307.201 s]
/proc/loadavg: 11.86 11.38 9.76 13/202 27416
/proc/meminfo: memFree=12367144/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454619957765865472 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=102.38 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111448 0 0 0 10219 19 0 0 25 0 1 0 468811042 2361954304 49098 33554432000 4194304 4587354 140734492606848 18446744073709551615 4230368 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49098 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=195936 CPUtime=102.28 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 52751 0 0 0 10218 10 0 0 25 0 1 0 468811042 200638464 46154 33554432000 4194304 4785740 140736973758448 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 48984 46154 340 145 0 46029 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=102.53 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10248 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 307.19
Current children cumulated vsize (KiB) 3076208

[startup+310.401 s]
/proc/loadavg: 11.86 11.38 9.76 13/202 27416
/proc/meminfo: memFree=12360936/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620370082725888 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=103.47 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111503 0 0 0 10328 19 0 0 25 0 1 0 468811042 2361954304 49152 33554432000 4194304 4587354 140734492606848 18446744073709551615 212039352002 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49152 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=198896 CPUtime=103.37 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 53473 0 0 0 10327 10 0 0 25 0 1 0 468811042 203669504 46876 33554432000 4194304 4785740 140736973758448 18446744073709551615 4553768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 49724 46876 340 145 0 46769 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=103.53 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10348 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 310.37
Current children cumulated vsize (KiB) 3079168

[startup+312.001 s]
/proc/loadavg: 11.87 11.39 9.77 13/202 27416
/proc/meminfo: memFree=12355232/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620370082725888 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=103.98 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111697 0 0 0 10379 19 0 0 25 0 1 0 468811042 2361954304 49345 33554432000 4194304 4587354 140734492606848 18446744073709551615 4236422 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49345 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=202592 CPUtime=103.87 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 54386 0 0 0 10377 10 0 0 25 0 1 0 468811042 207454208 47789 33554432000 4194304 4785740 140736973758448 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 50648 47789 340 145 0 47693 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=104.13 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10408 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530897 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 311.98
Current children cumulated vsize (KiB) 3082864

[startup+312.801 s]
/proc/loadavg: 11.87 11.39 9.77 13/202 27416
/proc/meminfo: memFree=12351512/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620370082725888 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=104.27 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111819 0 0 0 10408 19 0 0 25 0 1 0 468811042 2361954304 49466 33554432000 4194304 4587354 140734492606848 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49466 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=203680 CPUtime=104.17 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 54691 0 0 0 10407 10 0 0 25 0 1 0 468811042 208568320 48094 33554432000 4194304 4785740 140736973758448 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 50920 48094 340 145 0 47965 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=104.33 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10428 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 312.77
Current children cumulated vsize (KiB) 3083952

[startup+313.607 s]
/proc/loadavg: 11.87 11.39 9.77 13/202 27416
/proc/meminfo: memFree=12343948/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 4454620370082725888 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2306596 CPUtime=104.48 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111876 0 0 0 10429 19 0 0 25 0 1 0 468811042 2361954304 49522 33554432000 4194304 4587354 140734492606848 18446744073709551615 4237641 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 576649 49522 338 96 0 573211 0
[pid=27185] ppid=27183 vsize=205444 CPUtime=104.47 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 55112 0 0 0 10437 10 0 0 25 0 1 0 468811042 210374656 48515 33554432000 4194304 4785740 140736973758448 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 51361 48515 340 145 0 48406 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=104.63 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10458 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 313.58
Current children cumulated vsize (KiB) 3085716

[startup+314 s]
/proc/loadavg: 11.87 11.39 9.77 13/202 27416
/proc/meminfo: memFree=12343948/32951124 swapFree=67111528/67111528
[pid=27183] ppid=27181 vsize=18324 CPUtime=0 cores=4,6
/proc/27183/stat : 27183 (ppfolio) S 27181 27183 25750 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 468811041 18763776 393 33554432000 4194304 4287625 140735617139008 18446744073709551615 212039675407 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/27183/statm: 4581 393 345 23 0 91 0
[pid=27184] ppid=27183 vsize=2221224 CPUtime=104.67 cores=4
/proc/27184/stat : 27184 (cryptominisat) R 27183 27183 25750 0 -1 4202496 111934 0 0 0 10448 19 0 0 18 0 1 0 468811042 2274533376 31313 33554432000 4194304 4587354 140734492606848 18446744073709551615 212039311259 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27184/statm: 555306 31313 351 96 0 551868 0
[pid=27185] ppid=27183 vsize=205980 CPUtime=104.57 cores=4
/proc/27185/stat : 27185 (clasp) R 27183 27183 25750 0 -1 4202496 55236 0 0 0 10447 10 0 0 25 0 1 0 468811042 210923520 48639 33554432000 4194304 4785740 140736973758448 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27185/statm: 51495 48639 340 145 0 48540 0
[pid=27187] ppid=27183 vsize=555352 CPUtime=104.73 cores=4
/proc/27187/stat : 27187 (TNM) R 27183 27183 25750 0 -1 4202496 36121 0 0 0 10468 5 0 0 25 0 1 0 468811042 568680448 36018 33554432000 134512640 134534564 4294783600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27187/statm: 138838 36018 95 6 0 137504 0
Current children cumulated CPU time (s) 313.97
Current children cumulated vsize (KiB) 3000880

Child status: 0
Real time (s): 314.03
CPU time (s): 314.035
CPU user time (s): 313.652
CPU system time (s): 0.382941
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 5097040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.652
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203811
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= 116
involuntary context switches= 3356

runsolver used 0.541917 second user time and 1.17682 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 22:39:08
IDJOB=3286225
IDBENCH=82420
IDSOLVER=1613
FILE ID=node146/3286225-1303763947
RUNJOBID= node146-1303762644-27012
PBS_JOBID= 13154065
Free space on /tmp= 72612 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-12-step15.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286225-1303763947/watcher-3286225-1303763947 -o /tmp/evaluation-result-3286225-1303763947/solver-3286225-1303763947 -C 2400 -W 1300 -M 7680  ppfolio --nbcore=1 HOME/instance-3286225-1303763947.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 86980f7370ece00291f2970256db731a
RANDOM SEED=619616358

node146.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.830
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.66
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.830
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	: 5332.75
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      11433888 kB
Buffers:       2074104 kB
Cached:       16795008 kB
SwapCached:          0 kB
Active:       11857052 kB
Inactive:      9121380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11433888 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           84576 kB
Writeback:           0 kB
AnonPages:     2108908 kB
Mapped:          16656 kB
Slab:           470732 kB
PageTables:       9496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5300688 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= 72788 MiB
End job on node146 at 2011-04-25 22:44:22