Trace number 3262701

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 par? (TO) 4800.29 1201.71

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.758
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

Solver Data

0.00/0.05	This is pico-portfolio, a naive parallel portfolio
0.00/0.05	Copyright (C) 2011 Olivier Roussel
0.00/0.05	Using 4 processing units
0.00/0.05	This portfolio uses the following solvers:
0.00/0.05	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.05	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.05	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.05	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.05	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.05	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.05	Starting clasp 1.3.6 on core(s) 4
0.00/0.05	Starting TNM 2009 on core(s) 6
0.00/0.05	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.05	Starting march_hi 2009 on core(s) 6

Verifier Data

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

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-3262701-1304089842/watcher-3262701-1304089842 -o /tmp/evaluation-result-3262701-1304089842/solver-3262701-1304089842 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3262701-1304089842.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 3.70 4.01 5.00 2/174 1324
/proc/meminfo: memFree=31439580/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0

[startup+0.219595 s]
/proc/loadavg: 3.70 4.01 5.00 2/174 1324
/proc/meminfo: memFree=31439580/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300582 s]
/proc/loadavg: 3.70 4.01 5.00 2/174 1324
/proc/meminfo: memFree=31439580/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400515 s]
/proc/loadavg: 3.70 4.01 5.00 2/174 1324
/proc/meminfo: memFree=31439580/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700461 s]
/proc/loadavg: 3.70 4.01 5.00 2/174 1324
/proc/meminfo: memFree=31439580/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50032 s]
/proc/loadavg: 3.70 4.01 5.00 12/188 1341
/proc/meminfo: memFree=31198036/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=32356 CPUtime=1.48 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 4218 0 0 0 148 0 0 0 25 0 1 0 520582983 33132544 2900 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 8089 2900 330 96 0 4651 0
[pid=1326] ppid=1324 vsize=25172 CPUtime=1.48 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 4030 0 0 0 148 0 0 0 25 0 1 0 520582983 25776128 3618 33554432000 4194304 4785740 140735259823920 18446744073709551615 235594527429 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 6293 3618 340 145 0 3338 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=0.7 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 70 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=7524 CPUtime=1.49 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 1446 0 0 0 149 0 0 0 25 0 1 0 520582983 7704576 1049 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 1881 1049 127 39 0 961 0
[pid=1329] ppid=1324 vsize=20532 CPUtime=0.76 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 6664 0 0 0 76 0 0 0 25 0 1 0 520582983 21024768 2007 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228257 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 5133 2007 174 34 0 3575 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 562244

[startup+3.10104 s]
/proc/loadavg: 3.70 4.01 5.00 11/188 1341
/proc/meminfo: memFree=31050660/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1829796 CPUtime=3.09 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 5893 0 0 0 308 1 0 0 25 0 1 0 520582983 1873711104 2531 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 457449 2531 333 96 0 454011 0
[pid=1326] ppid=1324 vsize=27416 CPUtime=3.08 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 4624 0 0 0 308 0 0 0 25 0 1 0 520582983 28073984 4212 33554432000 4194304 4785740 140735259823920 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 6854 4212 340 145 0 3899 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=1.5 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 150 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=8560 CPUtime=3.09 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 1655 0 0 0 309 0 0 0 25 0 1 0 520582983 8765440 1245 33554432000 4194304 4352236 140736919241840 18446744073709551615 4276530 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 2140 1245 127 39 0 1220 0
[pid=1329] ppid=1324 vsize=20676 CPUtime=1.56 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 6698 0 0 0 156 0 0 0 25 0 1 0 520582983 21172224 2041 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 5169 2041 174 34 0 3611 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 2363108

[startup+6.30048 s]
/proc/loadavg: 4.20 4.11 5.02 11/188 1341
/proc/meminfo: memFree=30978988/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1840644 CPUtime=6.29 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 12162 0 0 0 627 2 0 0 25 0 1 0 520582983 1884819456 7415 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 460161 7415 338 96 0 456723 0
[pid=1326] ppid=1324 vsize=36316 CPUtime=6.29 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 6819 0 0 0 628 1 0 0 25 0 1 0 520582983 37187584 6407 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 9079 6407 340 145 0 6124 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=3.1 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 310 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=8560 CPUtime=6.28 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 1655 0 0 0 627 1 0 0 25 0 1 0 520582983 8765440 1245 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328336 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 2140 1245 127 39 0 1220 0
[pid=1329] ppid=1324 vsize=21096 CPUtime=3.14 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 6787 0 0 0 314 0 0 0 25 0 1 0 520582983 21602304 2130 33554432000 4194304 4331988 140737427028240 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 5274 2130 177 34 0 3716 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 2383276

[startup+12.7004 s]
/proc/loadavg: 4.75 4.22 5.05 11/188 1341
/proc/meminfo: memFree=30890508/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1866636 CPUtime=12.68 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 19272 0 0 0 1265 3 0 0 25 0 1 0 520582983 1911435264 13010 33554432000 4194304 4587354 140735011197472 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 466659 13010 338 96 0 463221 0
[pid=1326] ppid=1324 vsize=49136 CPUtime=12.69 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 10013 0 0 0 1267 2 0 0 25 0 1 0 520582983 50315264 9601 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287042 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 12284 9601 340 145 0 9329 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=6.3 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 630 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 9919489 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=8992 CPUtime=12.68 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 1763 0 0 0 1267 1 0 0 25 0 1 0 520582983 9207808 1353 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 2248 1353 127 39 0 1328 0
[pid=1329] ppid=1324 vsize=21096 CPUtime=6.31 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 6833 0 0 0 631 0 0 0 25 0 1 0 520582983 21602304 2173 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 5274 2173 174 34 0 3716 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 2422520

[startup+25.5071 s]
/proc/loadavg: 5.91 4.51 5.13 11/188 1341
/proc/meminfo: memFree=30843756/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1858440 CPUtime=25.5 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 23742 0 0 0 2545 5 0 0 25 0 1 0 520582983 1903042560 11531 33554432000 4194304 4587354 140735011197472 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 464610 11531 338 96 0 461172 0
[pid=1326] ppid=1324 vsize=52572 CPUtime=25.5 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 10885 0 0 0 2548 2 0 0 25 0 1 0 520582983 53833728 10473 33554432000 4194304 4785740 140735259823920 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 13143 10473 340 145 0 10188 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=12.66 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 1266 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=9888 CPUtime=25.49 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 2499 0 0 0 2548 1 0 0 25 0 1 0 520582983 10125312 1577 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 2472 1577 127 39 0 1552 0
[pid=1329] ppid=1324 vsize=21912 CPUtime=12.69 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 6987 0 0 0 1269 0 0 0 25 0 1 0 520582983 22437888 2327 33554432000 4194304 4331988 140737427028240 18446744073709551615 4265498 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 5478 2327 175 34 0 3920 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 2419472

[startup+51.1006 s]
/proc/loadavg: 7.30 4.95 5.26 11/188 1342
/proc/meminfo: memFree=30635708/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1869216 CPUtime=51.09 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 36172 0 0 0 5099 10 0 0 25 0 1 0 520582983 1914077184 12550 33554432000 4194304 4587354 140735011197472 18446744073709551615 235594563259 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 467304 12550 338 96 0 463866 0
[pid=1326] ppid=1324 vsize=73116 CPUtime=51.09 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 15935 0 0 0 5106 3 0 0 25 0 1 0 520582983 74870784 15523 33554432000 4194304 4785740 140735259823920 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 18279 15523 340 145 0 15324 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=25.4 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 2540 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=12832 CPUtime=51.08 cores=2

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

/proc/1329/statm: 12636 8336 178 34 0 11078 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 2784204

[startup+1002.31 s]
/proc/loadavg: 10.21 9.97 8.39 11/188 1399
/proc/meminfo: memFree=30462124/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1988212 CPUtime=1002.32 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 341682 0 0 0 100101 131 0 0 25 0 1 0 520582983 2035929088 48131 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 497053 48131 338 96 0 493615 0
[pid=1326] ppid=1324 vsize=204272 CPUtime=1002.32 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 48937 0 0 0 100220 12 0 0 25 0 1 0 520582983 209174528 48217 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 51068 48217 341 145 0 48113 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=498.42 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 49842 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134528422 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=30256 CPUtime=1002.3 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 143462 0 0 0 100209 21 0 0 25 0 1 0 520582983 30982144 6732 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 7564 6732 127 39 0 6644 0
[pid=1329] ppid=1324 vsize=50544 CPUtime=498.41 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 13378 0 0 0 49838 3 0 0 25 0 1 0 520582983 51757056 8712 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 12636 8712 178 34 0 11078 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 2749944

[startup+1062.3 s]
/proc/loadavg: 10.27 10.02 8.50 11/188 1401
/proc/meminfo: memFree=30470012/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1996552 CPUtime=1062.31 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 347829 0 0 0 106097 134 0 0 25 0 1 0 520582983 2044469248 45160 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 499138 45160 338 96 0 495700 0
[pid=1326] ppid=1324 vsize=222184 CPUtime=1062.32 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 53365 0 0 0 106218 14 0 0 25 0 1 0 520582983 227516416 52645 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 55546 52645 341 145 0 52591 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=528.22 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 52822 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134528380 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=23344 CPUtime=1062.3 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 150822 0 0 0 106208 22 0 0 25 0 1 0 520582983 23904256 5004 33554432000 4194304 4352236 140736919241840 18446744073709551615 4207615 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 5836 5004 127 39 0 4916 0
[pid=1329] ppid=1324 vsize=50544 CPUtime=528.29 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 13781 0 0 0 52825 4 0 0 25 0 1 0 520582983 51757056 9115 33554432000 4194304 4331988 140737427028240 18446744073709551615 4265504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 12636 9115 178 34 0 11078 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 2769284

[startup+1122.3 s]
/proc/loadavg: 10.20 10.04 8.61 11/188 1403
/proc/meminfo: memFree=30437588/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1983548 CPUtime=1122.32 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 364300 0 0 0 112089 143 0 0 25 0 1 0 520582983 2031153152 52255 33554432000 4194304 4587354 140735011197472 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 495887 52255 338 96 0 492449 0
[pid=1326] ppid=1324 vsize=222184 CPUtime=1122.32 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 53389 0 0 0 112218 14 0 0 25 0 1 0 520582983 227516416 52669 33554432000 4194304 4785740 140735259823920 18446744073709551615 4278544 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 55546 52669 341 145 0 52591 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=558.08 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 55808 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=19248 CPUtime=1122.29 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 156646 0 0 0 112207 22 0 0 25 0 1 0 520582983 19709952 3980 33554432000 4194304 4352236 140736919241840 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 4812 3980 127 39 0 3892 0
[pid=1329] ppid=1324 vsize=63640 CPUtime=558.11 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 14229 0 0 0 55807 4 0 0 25 0 1 0 520582983 65167360 9563 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 15910 9563 178 34 0 14352 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 2765280

[startup+1182.3 s]
/proc/loadavg: 10.18 10.06 8.70 11/188 1404
/proc/meminfo: memFree=30398480/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1983636 CPUtime=1182.31 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 379811 0 0 0 118081 150 0 0 25 0 1 0 520582983 2031243264 48177 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 495909 48177 338 96 0 492471 0
[pid=1326] ppid=1324 vsize=222184 CPUtime=1182.32 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 53393 0 0 0 118218 14 0 0 25 0 1 0 520582983 227516416 52673 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 55546 52673 341 145 0 52591 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=587.91 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 58791 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=23600 CPUtime=1182.3 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 162598 0 0 0 118207 23 0 0 25 0 1 0 520582983 24166400 5068 33554432000 4194304 4352236 140736919241840 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 5900 5068 127 39 0 4980 0
[pid=1329] ppid=1324 vsize=63640 CPUtime=587.95 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 14575 0 0 0 58791 4 0 0 25 0 1 0 520582983 65167360 9909 33554432000 4194304 4331988 140737427028240 18446744073709551615 4237426 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 15910 9909 178 34 0 14352 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 2769720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.20 10.07 8.73 11/188 1405
/proc/meminfo: memFree=30439008/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1983092 CPUtime=1201.72 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 384424 0 0 0 120020 152 0 0 25 0 1 0 520582983 2030686208 42760 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 495773 42760 338 96 0 492335 0
[pid=1326] ppid=1324 vsize=222184 CPUtime=1201.72 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 53393 0 0 0 120158 14 0 0 25 0 1 0 520582983 227516416 52673 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 55546 52673 341 145 0 52591 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=597.55 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 59755 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=24112 CPUtime=1201.7 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 162726 0 0 0 120147 23 0 0 25 0 1 0 520582983 24690688 5196 33554432000 4194304 4352236 140736919241840 18446744073709551615 4276475 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 6028 5196 127 39 0 5108 0
[pid=1329] ppid=1324 vsize=63640 CPUtime=597.6 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 14689 0 0 0 59756 4 0 0 25 0 1 0 520582983 65167360 10023 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 15910 10023 178 34 0 14352 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2769688

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 10.20 10.07 8.73 11/188 1405
/proc/meminfo: memFree=30439008/32950928 swapFree=67111404/67111528
[pid=1324] ppid=1322 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/1324/stat : 1324 (ppfolio) S 1322 1324 32278 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 520582982 18763776 389 33554432000 4194304 4287625 140736716649104 18446744073709551615 235594886671 0 0 4096 65536 1481860753316118527 0 0 17 2 0 0 0
/proc/1324/statm: 4581 389 341 23 0 91 0
[pid=1325] ppid=1324 vsize=1983092 CPUtime=1201.72 cores=0
/proc/1325/stat : 1325 (cryptominisat) R 1324 1324 32278 0 -1 4202496 384424 0 0 0 120020 152 0 0 25 0 1 0 520582983 2030686208 42760 33554432000 4194304 4587354 140735011197472 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/1325/statm: 495773 42760 338 96 0 492335 0
[pid=1326] ppid=1324 vsize=222184 CPUtime=1201.72 cores=4
/proc/1326/stat : 1326 (clasp) R 1324 1324 32278 0 -1 4202496 53393 0 0 0 120158 14 0 0 25 0 1 0 520582983 227516416 52673 33554432000 4194304 4785740 140735259823920 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1326/statm: 55546 52673 341 145 0 52591 0
[pid=1327] ppid=1324 vsize=458336 CPUtime=597.55 cores=6
/proc/1327/stat : 1327 (TNM) R 1324 1324 32278 0 -1 4202496 1443 0 0 0 59755 0 0 0 25 0 1 0 520582983 469336064 1340 33554432000 134512640 134534564 4287729872 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1327/statm: 114584 1340 95 6 0 113250 0
[pid=1328] ppid=1324 vsize=24112 CPUtime=1201.7 cores=2
/proc/1328/stat : 1328 (lingeling) R 1324 1324 32278 0 -1 4202496 162726 0 0 0 120147 23 0 0 25 0 1 0 520582983 24690688 5196 33554432000 4194304 4352236 140736919241840 18446744073709551615 4276475 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/1328/statm: 6028 5196 127 39 0 5108 0
[pid=1329] ppid=1324 vsize=63640 CPUtime=597.6 cores=6
/proc/1329/stat : 1329 (march_hi) R 1324 1324 32278 0 -1 4202496 14689 0 0 0 59756 4 0 0 25 0 1 0 520582983 65167360 10023 33554432000 4194304 4331988 140737427028240 18446744073709551615 4228299 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/1329/statm: 15910 10023 178 34 0 14352 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2769688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1324 and gives
#  childrusage.ru_utime.tv_sec=2396
#  childrusage.ru_utime.tv_usec=603660
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=297954
# CPU time returned by wait4() is 2396.9
# while last known CPU time is 4800.29
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.71
CPU time (s): 4800.29
CPU user time (s): 4798.36
CPU system time (s): 1.93
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 4568744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.6
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179382
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= 313
involuntary context switches= 26861

runsolver used 1.90271 second user time and 4.66129 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 17:10:42
IDJOB=3262701
IDBENCH=83796
IDSOLVER=1612
FILE ID=node120/3262701-1304089842
RUNJOBID= node120-1304089842-1246
PBS_JOBID= 13170527
Free space on /tmp= 72072 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262701-1304089842/watcher-3262701-1304089842 -o /tmp/evaluation-result-3262701-1304089842/solver-3262701-1304089842 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3262701-1304089842.cnf

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

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=729136033

node120.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.809
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      31439860 kB
Buffers:        471040 kB
Cached:         613204 kB
SwapCached:          8 kB
Active:         410816 kB
Inactive:       740888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31439860 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           16796 kB
Writeback:           0 kB
AnonPages:       67108 kB
Mapped:          15084 kB
Slab:           296340 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191860 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= 72056 MiB
End job on node120 at 2011-04-29 17:30:46