Trace number 3249191

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.33 1201.71

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-13x32.cnf
MD5SUM73c8ae5bbdfe41463e8e40ea211c5e14
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1664
Number of clauses157664
Sum of the clauses size625664
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22496
Number of clauses of size 30
Number of clauses of size 4155168
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

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

running on 4 cores: 1,3,5,7

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: 10.25 10.15 9.62 7/182 16132
/proc/meminfo: memFree=25709320/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18188 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) R 16130 16132 15268 0 -1 4194304 367 0 0 0 0 0 0 0 25 0 1 0 519950641 18624512 304 33554432000 4194304 4287625 140733647543392 18446744073709551615 47718068176208 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16132/statm: 4547 311 267 23 0 57 0

[startup+0.26966 s]
/proc/loadavg: 10.25 10.15 9.62 7/182 16132
/proc/meminfo: memFree=25709320/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300658 s]
/proc/loadavg: 10.25 10.15 9.62 7/182 16132
/proc/meminfo: memFree=25709320/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400638 s]
/proc/loadavg: 10.25 10.15 9.62 7/182 16132
/proc/meminfo: memFree=25709320/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700581 s]
/proc/loadavg: 10.25 10.15 9.62 7/182 16132
/proc/meminfo: memFree=25709320/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50043 s]
/proc/loadavg: 10.25 10.15 9.62 11/188 16138
/proc/meminfo: memFree=25599616/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=61744 CPUtime=1.48 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 14026 0 0 0 147 1 0 0 25 0 1 0 519950641 63225856 10336 33554432000 4194304 4587354 140735249594352 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 15436 10336 315 96 0 11998 0
[pid=16135] ppid=16132 vsize=29352 CPUtime=1.48 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 5382 0 0 0 148 0 0 0 25 0 1 0 519950642 30056448 4514 33554432000 4194304 4785740 140737107189120 18446744073709551615 4484287 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 7338 4514 316 145 0 4383 0
[pid=16136] ppid=16132 vsize=464140 CPUtime=0.74 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 3918 0 0 0 74 0 0 0 25 0 1 0 519950642 475279360 3815 33554432000 134512640 134534564 4288889552 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 116035 3815 91 6 0 114701 0
[pid=16137] ppid=16132 vsize=32756 CPUtime=1.48 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 7937 0 0 0 148 0 0 0 25 0 1 0 519950642 33542144 7380 33554432000 4194304 4352236 140736555919616 18446744073709551615 4267960 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 8189 7380 124 39 0 7269 0
[pid=16138] ppid=16132 vsize=28252 CPUtime=0.72 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 18310 0 0 0 70 2 0 0 25 0 1 0 519950642 28930048 4085 33554432000 4194304 4331988 140734450945184 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 7063 4085 150 34 0 5505 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 634568

[startup+3.10112 s]
/proc/loadavg: 10.23 10.15 9.62 11/188 16138
/proc/meminfo: memFree=25583372/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=104708 CPUtime=3.09 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 19346 0 0 0 307 2 0 0 25 0 1 0 519950641 107220992 13024 33554432000 4194304 4587354 140735249594352 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 26177 13024 326 96 0 22739 0
[pid=16135] ppid=16132 vsize=35028 CPUtime=3.08 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 6799 0 0 0 308 0 0 0 25 0 1 0 519950642 35868672 5931 33554432000 4194304 4785740 140737107189120 18446744073709551615 208079893189 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 8757 5931 316 145 0 5802 0
[pid=16136] ppid=16132 vsize=464140 CPUtime=1.54 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 3918 0 0 0 154 0 0 0 25 0 1 0 519950642 475279360 3815 33554432000 134512640 134534564 4288889552 18446744073709551615 134524464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 116035 3815 91 6 0 114701 0
[pid=16137] ppid=16132 vsize=17724 CPUtime=3.08 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 8171 0 0 0 308 0 0 0 25 0 1 0 519950642 18149376 3593 33554432000 4194304 4352236 140736555919616 18446744073709551615 4283813 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 4431 3593 127 39 0 3511 0
[pid=16138] ppid=16132 vsize=28252 CPUtime=1.52 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 18310 0 0 0 150 2 0 0 25 0 1 0 519950642 28930048 4085 33554432000 4194304 4331988 140734450945184 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 7063 4085 150 34 0 5505 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 668176

[startup+6.30052 s]
/proc/loadavg: 10.23 10.15 9.62 11/188 16138
/proc/meminfo: memFree=25571360/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=112828 CPUtime=6.29 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 25742 0 0 0 626 3 0 0 25 0 1 0 519950641 115535872 17004 33554432000 4194304 4587354 140735249594352 18446744073709551615 4364768 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 28207 17004 337 96 0 24769 0
[pid=16135] ppid=16132 vsize=39648 CPUtime=6.28 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 7976 0 0 0 627 1 0 0 25 0 1 0 519950642 40599552 7108 33554432000 4194304 4785740 140737107189120 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 9912 7108 316 145 0 6957 0
[pid=16136] ppid=16132 vsize=464140 CPUtime=3.14 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 3918 0 0 0 314 0 0 0 25 0 1 0 519950642 475279360 3815 33554432000 134512640 134534564 4288889552 18446744073709551615 134524763 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 116035 3815 91 6 0 114701 0
[pid=16137] ppid=16132 vsize=27388 CPUtime=6.29 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 10715 0 0 0 628 1 0 0 25 0 1 0 519950642 28045312 6009 33554432000 4194304 4352236 140736555919616 18446744073709551615 4267918 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 6847 6009 127 39 0 5927 0
[pid=16138] ppid=16132 vsize=28252 CPUtime=3.1 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 18310 0 0 0 308 2 0 0 25 0 1 0 519950642 28930048 4085 33554432000 4194304 4331988 140734450945184 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 7063 4085 150 34 0 5505 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 690580

[startup+12.7013 s]
/proc/loadavg: 10.27 10.16 9.63 11/188 16138
/proc/meminfo: memFree=25515684/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=734716 CPUtime=12.69 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 37229 0 0 0 1264 5 0 0 25 0 1 0 519950641 752349184 19670 33554432000 4194304 4587354 140735249594352 18446744073709551615 4388264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 183679 19670 337 96 0 180241 0
[pid=16135] ppid=16132 vsize=67256 CPUtime=12.68 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 15208 0 0 0 1266 2 0 0 25 0 1 0 519950642 68870144 14032 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 16814 14032 340 145 0 13859 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=6.31 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 631 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134530538 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=27772 CPUtime=12.69 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 13179 0 0 0 1268 1 0 0 25 0 1 0 519950642 28438528 6105 33554432000 4194304 4352236 140736555919616 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 6943 6105 127 39 0 6023 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=6.3 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 627 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 1362008

[startup+25.5069 s]
/proc/loadavg: 10.23 10.15 9.64 7/178 16226
/proc/meminfo: memFree=26046816/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=755048 CPUtime=25.49 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 57985 0 0 0 2541 8 0 0 25 0 1 0 519950641 773169152 25633 33554432000 4194304 4587354 140735249594352 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 188762 25633 337 96 0 185324 0
[pid=16135] ppid=16132 vsize=81264 CPUtime=25.49 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 18566 0 0 0 2546 3 0 0 25 0 1 0 519950642 83214336 17390 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 20316 17390 340 145 0 17361 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=12.64 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 1264 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=28284 CPUtime=25.49 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 15995 0 0 0 2548 1 0 0 25 0 1 0 519950642 28962816 6233 33554432000 4194304 4352236 140736555919616 18446744073709551615 4276751 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 7071 6233 127 39 0 6151 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=12.7 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 1267 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228343 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1396860

[startup+51.101 s]
/proc/loadavg: 10.15 10.14 9.64 11/188 16268
/proc/meminfo: memFree=25902684/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=776304 CPUtime=51.09 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 71135 0 0 0 5098 11 0 0 25 0 1 0 519950641 794935296 31899 33554432000 4194304 4587354 140735249594352 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 194076 31899 337 96 0 190638 0
[pid=16135] ppid=16132 vsize=98856 CPUtime=51.09 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 22746 0 0 0 5104 5 0 0 25 0 1 0 519950642 101228544 21570 33554432000 4194304 4785740 140737107189120 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 24714 21570 340 145 0 21759 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=25.4 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 2540 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=29564 CPUtime=51.08 cores=3

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

/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 1530956

[startup+1002.31 s]
/proc/loadavg: 10.10 10.18 9.99 11/188 16294
/proc/meminfo: memFree=25358036/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=860736 CPUtime=1002.32 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1298977 0 0 0 99942 290 0 0 25 0 1 0 519950641 881393664 53017 33554432000 4194304 4587354 140735249594352 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 215184 53017 337 96 0 211746 0
[pid=16135] ppid=16132 vsize=233780 CPUtime=1002.29 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 53679 0 0 0 100217 12 0 0 25 0 1 0 519950642 239390720 52503 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 58445 52503 340 145 0 55490 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=498.42 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 49842 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=38532 CPUtime=1002.32 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 58237 0 0 0 100225 7 0 0 25 0 1 0 519950642 39456768 8795 33554432000 4194304 4352236 140736555919616 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 9633 8795 127 39 0 8713 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=498.43 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 49840 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4263148 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 1665312

[startup+1062.3 s]
/proc/loadavg: 10.11 10.18 10.00 11/188 16295
/proc/meminfo: memFree=25406980/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=757492 CPUtime=1062.32 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1322124 0 0 0 105934 298 0 0 25 0 1 0 519950641 775671808 30193 33554432000 4194304 4587354 140735249594352 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 189373 30193 337 96 0 185935 0
[pid=16135] ppid=16132 vsize=244572 CPUtime=1062.29 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 56149 0 0 0 106216 13 0 0 25 0 1 0 519950642 250441728 54973 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 61143 54973 340 145 0 58188 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=528.26 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 52826 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=38020 CPUtime=1062.32 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 60413 0 0 0 106224 8 0 0 25 0 1 0 519950642 38932480 8667 33554432000 4194304 4352236 140736555919616 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 9505 8667 127 39 0 8585 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=528.26 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 52823 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 1572348

[startup+1122.3 s]
/proc/loadavg: 10.26 10.20 10.01 11/188 16297
/proc/meminfo: memFree=25391208/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=757920 CPUtime=1122.33 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1396477 0 0 0 111912 321 0 0 25 0 1 0 519950641 776110080 29801 33554432000 4194304 4587354 140735249594352 18446744073709551615 4237607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 189480 29801 337 96 0 186042 0
[pid=16135] ppid=16132 vsize=247700 CPUtime=1122.29 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 56749 0 0 0 112216 13 0 0 25 0 1 0 519950642 253644800 55573 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 61925 55573 340 145 0 58970 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=558.08 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 55808 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=42628 CPUtime=1122.32 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 62964 0 0 0 112224 8 0 0 25 0 1 0 519950642 43651072 9819 33554432000 4194304 4352236 140736555919616 18446744073709551615 4328035 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 10657 9819 127 39 0 9737 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=558.12 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 55809 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4265328 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4483.14
Current children cumulated vsize (KiB) 1580512

[startup+1182.3 s]
/proc/loadavg: 10.17 10.18 10.01 11/188 16299
/proc/meminfo: memFree=25564164/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=798072 CPUtime=1182.32 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1469522 0 0 0 117891 341 0 0 25 0 1 0 519950641 817225728 26115 33554432000 4194304 4587354 140735249594352 18446744073709551615 4238955 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 199518 26115 337 96 0 196080 0
[pid=16135] ppid=16132 vsize=250544 CPUtime=1182.29 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 57412 0 0 0 118216 13 0 0 25 0 1 0 519950642 256557056 56236 33554432000 4194304 4785740 140737107189120 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 62636 56236 340 145 0 59681 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=587.95 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 58795 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=42628 CPUtime=1182.32 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 65140 0 0 0 118224 8 0 0 25 0 1 0 519950642 43651072 9819 33554432000 4194304 4352236 140736555919616 18446744073709551615 4329043 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 10657 9819 127 39 0 9737 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=587.92 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 58789 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228313 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 1623508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.23 10.20 10.02 11/188 16299
/proc/meminfo: memFree=25538116/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=758104 CPUtime=1201.74 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1490310 0 0 0 119826 348 0 0 25 0 1 0 519950641 776298496 31246 33554432000 4194304 4587354 140735249594352 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 189526 31246 337 96 0 186088 0
[pid=16135] ppid=16132 vsize=253176 CPUtime=1201.7 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 57984 0 0 0 120156 14 0 0 25 0 1 0 519950642 259252224 56808 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 63294 56808 340 145 0 60339 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=597.55 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 59755 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=38532 CPUtime=1201.73 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 65268 0 0 0 120165 8 0 0 25 0 1 0 519950642 39456768 8795 33554432000 4194304 4352236 140736555919616 18446744073709551615 4294483 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 9633 8795 127 39 0 8713 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=597.61 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 59758 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1582076

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.23 10.20 10.02 11/188 16299
/proc/meminfo: memFree=25538116/32950928 swapFree=67111364/67111528
[pid=16132] ppid=16130 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/16132/stat : 16132 (ppfolio) S 16130 16132 15268 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 519950641 18763776 389 33554432000 4194304 4287625 140733647543392 18446744073709551615 208080252431 0 0 4096 65536 4607543200347848703 0 0 17 1 0 0 0
/proc/16132/statm: 4581 389 341 23 0 91 0
[pid=16134] ppid=16132 vsize=758104 CPUtime=1201.74 cores=1
/proc/16134/stat : 16134 (cryptominisat) R 16132 16132 15268 0 -1 4202496 1490310 0 0 0 119826 348 0 0 25 0 1 0 519950641 776298496 31246 33554432000 4194304 4587354 140735249594352 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16134/statm: 189526 31246 337 96 0 186088 0
[pid=16135] ppid=16132 vsize=253176 CPUtime=1201.7 cores=5
/proc/16135/stat : 16135 (clasp) R 16132 16132 15268 0 -1 4202496 57984 0 0 0 120156 14 0 0 25 0 1 0 519950642 259252224 56808 33554432000 4194304 4785740 140737107189120 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16135/statm: 63294 56808 340 145 0 60339 0
[pid=16136] ppid=16132 vsize=470608 CPUtime=597.55 cores=7
/proc/16136/stat : 16136 (TNM) R 16132 16132 15268 0 -1 4202496 5443 0 0 0 59755 0 0 0 25 0 1 0 519950642 481902592 5340 33554432000 134512640 134534564 4288889552 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16136/statm: 117652 5340 95 6 0 116318 0
[pid=16137] ppid=16132 vsize=38532 CPUtime=1201.73 cores=3
/proc/16137/stat : 16137 (lingeling) R 16132 16132 15268 0 -1 4202496 65268 0 0 0 120165 8 0 0 25 0 1 0 519950642 39456768 8795 33554432000 4194304 4352236 140736555919616 18446744073709551615 4294483 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/16137/statm: 9633 8795 127 39 0 8713 0
[pid=16138] ppid=16132 vsize=43332 CPUtime=597.61 cores=7
/proc/16138/stat : 16138 (march_hi) R 16132 16132 15268 0 -1 4202496 21613 0 0 0 59758 3 0 0 25 0 1 0 519950642 44371968 6020 33554432000 4194304 4331988 140734450945184 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/16138/statm: 10833 6020 173 34 0 9275 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1582076

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16132 and gives
#  childrusage.ru_utime.tv_sec=597
#  childrusage.ru_utime.tv_usec=559157
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=8998
# CPU time returned by wait4() is 597.568
# while last known CPU time is 4800.33
#
# 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.33
CPU user time (s): 4796.6
CPU system time (s): 3.73
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 2289208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 597.559
system time used= 0.008998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5963
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= 338
involuntary context switches= 12490

runsolver used 1.83272 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 15:25:10
IDJOB=3249191
IDBENCH=83159
IDSOLVER=1612
FILE ID=node127/3249191-1304083510
RUNJOBID= node127-1304077884-15287
PBS_JOBID= 13170516
Free space on /tmp= 71808 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-13x32.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249191-1304083510/watcher-3249191-1304083510 -o /tmp/evaluation-result-3249191-1304083510/solver-3249191-1304083510 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249191-1304083510.cnf

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

MD5SUM BENCH= 73c8ae5bbdfe41463e8e40ea211c5e14
RANDOM SEED=90366703

node127.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.823
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.64
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.823
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.83
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.823
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.74
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.823
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25709600 kB
Buffers:       1395372 kB
Cached:        4728152 kB
SwapCached:          0 kB
Active:        2366576 kB
Inactive:      4398364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25709600 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13216 kB
Writeback:           0 kB
AnonPages:      641240 kB
Mapped:          16744 kB
Slab:           410956 kB
PageTables:       6304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3024860 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= 71796 MiB
End job on node127 at 2011-04-29 15:45:13