Trace number 3283924

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.72

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.80	Starting clasp 1.3.6 on core(s) 5
0.00/0.80	Starting TNM 2009 on core(s) 7
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.80	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-3283924-1304033797/watcher-3283924-1304033797 -o /tmp/evaluation-result-3283924-1304033797/solver-3283924-1304033797 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3283924-1304033797.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: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0

[startup+1.26755 s]
/proc/loadavg: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.36753 s]
/proc/loadavg: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.40052 s]
/proc/loadavg: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.56749 s]
/proc/loadavg: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.60049 s]
/proc/loadavg: 6.64 8.38 8.88 6/181 28431
/proc/meminfo: memFree=14041036/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 19 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10122 s]
/proc/loadavg: 6.64 8.38 8.88 11/187 28437
/proc/meminfo: memFree=13952360/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 18 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=39412 CPUtime=3.09 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 8159 0 0 0 308 1 0 0 25 0 1 0 514979391 40357888 5353 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 9853 5353 327 96 0 6415 0
[pid=28433] ppid=28431 vsize=25780 CPUtime=3.08 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 4322 0 0 0 308 0 0 0 25 0 1 0 514979391 26398720 3737 33554432000 4194304 4785740 140736792333440 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 6445 3737 340 145 0 3490 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=1.97 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 197 0 0 0 21 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=14884 CPUtime=3.09 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 4064 0 0 0 309 0 0 0 25 0 1 0 514979391 15241216 2885 33554432000 4194304 4352236 140733792561024 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 3721 2885 126 39 0 2801 0
[pid=28436] ppid=28431 vsize=98824 CPUtime=1.1 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 29187 0 0 0 107 3 0 0 25 0 1 0 514979391 101195776 21560 33554432000 4194304 4331988 140733866361024 18446744073709551615 4271184 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 24706 21560 151 34 0 23148 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 655292

[startup+6.30066 s]
/proc/loadavg: 6.83 8.39 8.88 11/187 28437
/proc/meminfo: memFree=13790664/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=39412 CPUtime=6.28 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 9071 0 0 0 627 1 0 0 25 0 1 0 514979391 40357888 6250 33554432000 4194304 4587354 140736983987440 18446744073709551615 274473627784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 9853 6250 337 96 0 6415 0
[pid=28433] ppid=28431 vsize=30796 CPUtime=6.29 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 5526 0 0 0 628 1 0 0 25 0 1 0 514979391 31535104 4941 33554432000 4194304 4785740 140736792333440 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 7699 4941 340 145 0 4744 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=3.55 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 355 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=15268 CPUtime=6.29 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 4160 0 0 0 629 0 0 0 25 0 1 0 514979391 15634432 2981 33554432000 4194304 4352236 140733792561024 18446744073709551615 4234431 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 3817 2981 126 39 0 2897 0
[pid=28436] ppid=28431 vsize=213844 CPUtime=2.71 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 80328 0 0 0 260 11 0 0 25 0 1 0 514979391 218976256 43319 33554432000 4194304 4331988 140733866361024 18446744073709551615 4257049 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 53461 43319 151 34 0 51903 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 775712

[startup+12.7005 s]
/proc/loadavg: 7.01 8.40 8.88 11/187 28437
/proc/meminfo: memFree=13819456/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=77820 CPUtime=12.69 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 16796 0 0 0 1266 3 0 0 25 0 1 0 514979391 79687680 7043 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238618 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 19455 7043 337 96 0 16017 0
[pid=28433] ppid=28431 vsize=39496 CPUtime=12.68 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 7569 0 0 0 1267 1 0 0 25 0 1 0 514979391 40443904 6984 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 9874 6984 340 145 0 6919 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=6.74 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 674 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=21156 CPUtime=12.69 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 5632 0 0 0 1269 0 0 0 25 0 1 0 514979391 21663744 4453 33554432000 4194304 4352236 140733792561024 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 5289 4453 126 39 0 4369 0
[pid=28436] ppid=28431 vsize=164120 CPUtime=5.87 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 89119 0 0 0 575 12 0 0 25 0 1 0 514979391 168058880 35479 33554432000 4194304 4331988 140733866361024 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 41030 35479 175 34 0 39472 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 778984

[startup+25.5013 s]
/proc/loadavg: 7.59 8.46 8.89 11/187 28437
/proc/meminfo: memFree=13786756/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1123160 CPUtime=25.49 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 34626 0 0 0 2543 6 0 0 25 0 1 0 514979391 1150115840 13437 33554432000 4194304 4587354 140736983987440 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 280790 13437 337 96 0 277352 0
[pid=28433] ppid=28431 vsize=43576 CPUtime=25.48 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 8504 0 0 0 2547 1 0 0 25 0 1 0 514979391 44621824 7919 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 10894 7919 340 145 0 7939 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=13.14 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 1314 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134530573 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=22492 CPUtime=25.49 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 5968 0 0 0 2549 0 0 0 25 0 1 0 514979391 23031808 4789 33554432000 4194304 4352236 140733792561024 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 5623 4789 126 39 0 4703 0
[pid=28436] ppid=28431 vsize=164120 CPUtime=12.2 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 89119 0 0 0 1208 12 0 0 25 0 1 0 514979391 168058880 35479 33554432000 4194304 4331988 140733866361024 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 41030 35479 175 34 0 39472 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1829740

[startup+51.1008 s]
/proc/loadavg: 8.07 8.50 8.89 11/187 28438
/proc/meminfo: memFree=13775740/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=53152 CPUtime=51.09 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 52468 0 0 0 5098 11 0 0 25 0 1 0 514979391 54427648 10092 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 13288 10092 337 96 0 9850 0
[pid=28433] ppid=28431 vsize=52732 CPUtime=51.09 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 10609 0 0 0 5107 2 0 0 25 0 1 0 514979391 53997568 10024 33554432000 4194304 4785740 140736792333440 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 13183 10024 340 145 0 10228 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=25.84 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 2584 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=27356 CPUtime=51.08 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 9232 0 0 0 5108 0 0 0 25 0 1 0 514979391 28012544 6005 33554432000 4194304 4352236 140733792561024 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 6839 6005 126 39 0 5919 0
[pid=28436] ppid=28431 vsize=164120 CPUtime=24.97 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 89119 0 0 0 2485 12 0 0 25 0 1 0 514979391 168058880 35479 33554432000 4194304 4331988 140733866361024 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 41030 35479 175 34 0 39472 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 773752

[startup+102.301 s]
/proc/loadavg: 8.69 8.60 8.91 11/187 28439
/proc/meminfo: memFree=13720540/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1145888 CPUtime=102.29 cores=1

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

/proc/28436/statm: 43744 39717 175 34 0 42186 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1959520

[startup+1002.3 s]
/proc/loadavg: 9.84 9.40 9.15 11/188 28560
/proc/meminfo: memFree=14621508/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1131496 CPUtime=1002.31 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 305744 0 0 0 100135 96 0 0 25 0 1 0 514979391 1158651904 16756 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 282874 16756 337 96 0 279436 0
[pid=28433] ppid=28431 vsize=125012 CPUtime=1002.28 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 27638 0 0 0 100220 8 0 0 25 0 1 0 514979391 128012288 26747 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 31253 26747 341 145 0 28298 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=498.86 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 49886 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=54976 CPUtime=1002.31 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 40713 0 0 0 100227 4 0 0 25 0 1 0 514979391 56295424 12910 33554432000 4194304 4352236 140733792561024 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 13744 12910 126 39 0 12824 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=497.97 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93526 0 0 0 49783 14 0 0 25 0 1 0 514979391 179175424 39886 33554432000 4194304 4331988 140733866361024 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 39886 175 34 0 42186 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 1962852

[startup+1062.3 s]
/proc/loadavg: 10.06 9.54 9.21 11/188 28562
/proc/meminfo: memFree=14530084/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1131784 CPUtime=1062.31 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 314603 0 0 0 106131 100 0 0 25 0 1 0 514979391 1158946816 18843 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 282946 18843 337 96 0 279508 0
[pid=28433] ppid=28431 vsize=128212 CPUtime=1062.28 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 28316 0 0 0 106220 8 0 0 25 0 1 0 514979391 131289088 27425 33554432000 4194304 4785740 140736792333440 18446744073709551615 4546287 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 32053 27425 341 145 0 29098 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=528.69 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 52869 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=57024 CPUtime=1062.31 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 45833 0 0 0 106227 4 0 0 25 0 1 0 514979391 58392576 13422 33554432000 4194304 4352236 140733792561024 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 14256 13422 126 39 0 13336 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=527.82 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93673 0 0 0 52768 14 0 0 25 0 1 0 514979391 179175424 40033 33554432000 4194304 4331988 140733866361024 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 40033 175 34 0 42186 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 1968388

[startup+1122.3 s]
/proc/loadavg: 10.08 9.63 9.26 11/188 28564
/proc/meminfo: memFree=14507864/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1132148 CPUtime=1122.31 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 327352 0 0 0 112125 106 0 0 25 0 1 0 514979391 1159319552 18022 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 283037 18022 337 96 0 279599 0
[pid=28433] ppid=28431 vsize=128640 CPUtime=1122.28 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 28436 0 0 0 112220 8 0 0 25 0 1 0 514979391 131727360 27545 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 32160 27545 341 145 0 29205 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=558.56 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 55856 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=57024 CPUtime=1122.32 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 50441 0 0 0 112227 5 0 0 25 0 1 0 514979391 58392576 13422 33554432000 4194304 4352236 140733792561024 18446744073709551615 4234497 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 14256 13422 126 39 0 13336 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=557.63 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93780 0 0 0 55749 14 0 0 25 0 1 0 514979391 179175424 40140 33554432000 4194304 4331988 140733866361024 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 40140 175 34 0 42186 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 1969180

[startup+1182.3 s]
/proc/loadavg: 10.18 9.74 9.32 11/188 28565
/proc/meminfo: memFree=14493836/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1132144 CPUtime=1182.32 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 340127 0 0 0 118121 111 0 0 25 0 1 0 514979391 1159315456 16868 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 283036 16868 337 96 0 279598 0
[pid=28433] ppid=28431 vsize=129604 CPUtime=1182.29 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 28668 0 0 0 118220 9 0 0 25 0 1 0 514979391 132714496 27777 33554432000 4194304 4785740 140736792333440 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 32401 27777 341 145 0 29446 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=588.35 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 58835 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=73408 CPUtime=1182.31 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 54793 0 0 0 118226 5 0 0 25 0 1 0 514979391 75169792 17518 33554432000 4194304 4352236 140733792561024 18446744073709551615 4328042 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 18352 17518 126 39 0 17432 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=587.51 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93888 0 0 0 58736 15 0 0 25 0 1 0 514979391 179175424 40248 33554432000 4194304 4331988 140733866361024 18446744073709551615 4265452 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 40248 175 34 0 42186 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 1986524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.21 9.78 9.34 11/188 28566
/proc/meminfo: memFree=14488248/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1132144 CPUtime=1201.72 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 341847 0 0 0 120060 112 0 0 25 0 1 0 514979391 1159315456 18549 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 283036 18549 337 96 0 279598 0
[pid=28433] ppid=28431 vsize=130268 CPUtime=1201.7 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 28839 0 0 0 120161 9 0 0 25 0 1 0 514979391 133394432 27948 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 32567 27948 341 145 0 29612 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=598.04 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 59804 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=58048 CPUtime=1201.72 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 55049 0 0 0 120167 5 0 0 25 0 1 0 514979391 59441152 13678 33554432000 4194304 4352236 140733792561024 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 14512 13678 126 39 0 13592 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=597.11 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93919 0 0 0 59696 15 0 0 25 0 1 0 514979391 179175424 40279 33554432000 4194304 4331988 140733866361024 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 40279 175 34 0 42186 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1971828

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.21 9.78 9.34 11/188 28566
/proc/meminfo: memFree=14488248/32950928 swapFree=67111528/67111528
[pid=28431] ppid=28429 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/28431/stat : 28431 (ppfolio) S 28429 28431 27798 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514979390 18763776 390 33554432000 4194304 4287625 140736405410960 18446744073709551615 274473987599 0 0 4096 65536 4593152242407702527 0 0 17 3 0 0 0
/proc/28431/statm: 4581 390 341 23 0 91 0
[pid=28432] ppid=28431 vsize=1132144 CPUtime=1201.72 cores=1
/proc/28432/stat : 28432 (cryptominisat) R 28431 28431 27798 0 -1 4202496 341847 0 0 0 120060 112 0 0 25 0 1 0 514979391 1159315456 18549 33554432000 4194304 4587354 140736983987440 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/28432/statm: 283036 18549 337 96 0 279598 0
[pid=28433] ppid=28431 vsize=130268 CPUtime=1201.7 cores=5
/proc/28433/stat : 28433 (clasp) R 28431 28431 27798 0 -1 4202496 28839 0 0 0 120161 9 0 0 25 0 1 0 514979391 133394432 27948 33554432000 4194304 4785740 140736792333440 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/28433/statm: 32567 27948 341 145 0 29612 0
[pid=28434] ppid=28431 vsize=458068 CPUtime=598.04 cores=7
/proc/28434/stat : 28434 (TNM) R 28431 28431 27798 0 -1 4202496 2602 0 0 0 59804 0 0 0 25 0 1 0 514979391 469061632 2498 33554432000 134512640 134534564 4289253680 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28434/statm: 114517 2498 95 6 0 113183 0
[pid=28435] ppid=28431 vsize=58048 CPUtime=1201.72 cores=3
/proc/28435/stat : 28435 (lingeling) R 28431 28431 27798 0 -1 4202496 55049 0 0 0 120167 5 0 0 25 0 1 0 514979391 59441152 13678 33554432000 4194304 4352236 140733792561024 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/28435/statm: 14512 13678 126 39 0 13592 0
[pid=28436] ppid=28431 vsize=174976 CPUtime=597.11 cores=7
/proc/28436/stat : 28436 (march_hi) R 28431 28431 27798 0 -1 4202496 93919 0 0 0 59696 15 0 0 25 0 1 0 514979391 179175424 40279 33554432000 4194304 4331988 140733866361024 18446744073709551615 4299275 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/28436/statm: 43744 40279 175 34 0 42186 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1971828

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28431 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.006998
# 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.72
CPU time (s): 4800.29
CPU user time (s): 4798.88
CPU system time (s): 1.41
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 3057308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524
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= 345
involuntary context switches= 6

runsolver used 1.75973 second user time and 4.79827 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 01:36:37
IDJOB=3283924
IDBENCH=71089
IDSOLVER=1612
FILE ID=node125/3283924-1304033797
RUNJOBID= node125-1304032406-28176
PBS_JOBID= 13170327
Free space on /tmp= 72748 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283924-1304033797/watcher-3283924-1304033797 -o /tmp/evaluation-result-3283924-1304033797/solver-3283924-1304033797 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3283924-1304033797.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=2066863891

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:      14041192 kB
Buffers:       2217036 kB
Cached:       14989944 kB
SwapCached:          0 kB
Active:       10141908 kB
Inactive:      8231616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14041192 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11716 kB
Writeback:          36 kB
AnonPages:     1165992 kB
Mapped:          16388 kB
Slab:           470656 kB
PageTables:       7288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1968108 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= 72740 MiB
End job on node125 at 2011-04-29 01:56:41