Trace number 3190970

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.03 1201.72

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
MD5SUMd8337de8a71a630ccf2dd02943cd7d7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark248.692
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
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) 0
0.00/0.06	Starting clasp 1.3.6 on core(s) 4
0.00/0.06	Starting TNM 2009 on core(s) 6
0.00/0.06	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.06	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-3190970-1304050004/watcher-3190970-1304050004 -o /tmp/evaluation-result-3190970-1304050004/solver-3190970-1304050004 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190970-1304050004.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: 10.25 10.25 10.16 6/182 25599
/proc/meminfo: memFree=26053096/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) R 25597 25599 25027 0 -1 4194304 495 0 0 0 0 0 0 0 25 0 1 0 516598419 18763776 388 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244169109 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/25599/statm: 4581 388 339 23 0 91 0

[startup+0.0667709 s]
/proc/loadavg: 10.25 10.25 10.16 6/182 25599
/proc/meminfo: memFree=26053096/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) R 25597 25599 25027 0 -1 4194304 495 0 0 0 0 0 0 0 25 0 1 0 516598419 18763776 388 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244169109 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/25599/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100766 s]
/proc/loadavg: 10.25 10.25 10.16 6/182 25599
/proc/meminfo: memFree=26053096/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300735 s]
/proc/loadavg: 10.25 10.25 10.16 6/182 25599
/proc/meminfo: memFree=26053096/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 24 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700664 s]
/proc/loadavg: 10.25 10.25 10.16 6/182 25599
/proc/meminfo: memFree=26053096/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50052 s]
/proc/loadavg: 10.25 10.25 10.16 11/188 25605
/proc/meminfo: memFree=25912432/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 16 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=71960 CPUtime=1.48 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 16668 0 0 0 146 2 0 0 25 0 1 0 516598419 73687040 12696 33554432000 4194304 4587354 140736457804016 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 17990 12696 326 96 0 14552 0
[pid=25601] ppid=25599 vsize=39272 CPUtime=1.49 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 9701 0 0 0 148 1 0 0 20 0 1 0 516598419 40214528 6978 33554432000 4194304 4785740 140736348157712 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 9818 6978 340 145 0 6863 0
[pid=25602] ppid=25599 vsize=466780 CPUtime=0.39 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 5020 0 0 0 39 0 0 0 25 0 1 0 516598419 477982720 4916 33554432000 134512640 134534564 4287842240 18446744073709551615 134524508 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 116695 4916 91 6 0 115361 0
[pid=25603] ppid=25599 vsize=19768 CPUtime=1.38 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 7397 0 0 0 137 1 0 0 25 0 1 0 516598419 20242432 3743 33554432000 4194304 4352236 140735942501296 18446744073709551615 4309132 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 4942 3743 125 39 0 4022 0
[pid=25605] ppid=25599 vsize=44816 CPUtime=1.08 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4194304 21099 0 0 0 105 3 0 0 19 0 1 0 516598426 45891584 7710 33554432000 4194304 4331988 140734412923984 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 11204 7710 129 34 0 9646 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 660920

[startup+3.10124 s]
/proc/loadavg: 10.23 10.24 10.15 11/188 25605
/proc/meminfo: memFree=25905364/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 16 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=109464 CPUtime=3.09 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 17697 0 0 0 306 3 0 0 25 0 1 0 516598419 112091136 13723 33554432000 4194304 4587354 140736457804016 18446744073709551615 4238278 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 27366 13723 326 96 0 23928 0
[pid=25601] ppid=25599 vsize=40340 CPUtime=3.09 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 10052 0 0 0 308 1 0 0 25 0 1 0 516598419 41308160 7329 33554432000 4194304 4785740 140736348157712 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 10085 7329 340 145 0 7130 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=1.19 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 119 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=19764 CPUtime=2.98 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 7399 0 0 0 297 1 0 0 25 0 1 0 516598419 20238336 3744 33554432000 4194304 4352236 140735942501296 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 4941 3744 127 39 0 4021 0
[pid=25605] ppid=25599 vsize=34544 CPUtime=1.87 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 36942 0 0 0 183 4 0 0 20 0 1 0 516598426 35373056 5161 33554432000 4194304 4331988 140734412923984 18446744073709551615 4261503 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 8636 5161 143 34 0 7078 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 694496

[startup+6.30068 s]
/proc/loadavg: 10.23 10.24 10.15 11/188 25605
/proc/meminfo: memFree=25856260/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=109464 CPUtime=6.29 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 19310 0 0 0 626 3 0 0 25 0 1 0 516598419 112091136 15331 33554432000 4194304 4587354 140736457804016 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 27366 15331 326 96 0 23928 0
[pid=25601] ppid=25599 vsize=48660 CPUtime=6.29 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 12142 0 0 0 628 1 0 0 25 0 1 0 516598419 49827840 9419 33554432000 4194304 4785740 140736348157712 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 12165 9419 340 145 0 9210 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=2.79 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 279 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530268 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=19764 CPUtime=6.18 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 7399 0 0 0 617 1 0 0 25 0 1 0 516598419 20238336 3744 33554432000 4194304 4352236 140735942501296 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 4941 3744 127 39 0 4021 0
[pid=25605] ppid=25599 vsize=106244 CPUtime=3.45 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 62623 0 0 0 337 8 0 0 25 0 1 0 516598426 108793856 15756 33554432000 4194304 4331988 140734412923984 18446744073709551615 4263185 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 26561 15756 173 34 0 25003 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 774516

[startup+12.7006 s]
/proc/loadavg: 10.19 10.23 10.15 11/188 25605
/proc/meminfo: memFree=25801976/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=109464 CPUtime=12.69 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 22188 0 0 0 1265 4 0 0 25 0 1 0 516598419 112091136 18196 33554432000 4194304 4587354 140736457804016 18446744073709551615 4241080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 27366 18196 326 96 0 23928 0
[pid=25601] ppid=25599 vsize=69128 CPUtime=12.69 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 17219 0 0 0 1266 3 0 0 25 0 1 0 516598419 70787072 14496 33554432000 4194304 4785740 140736348157712 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 17282 14496 340 145 0 14327 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=5.99 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 599 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134526064 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=19764 CPUtime=12.58 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 7399 0 0 0 1257 1 0 0 25 0 1 0 516598419 20238336 3744 33554432000 4194304 4352236 140735942501296 18446744073709551615 4207874 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 4941 3744 127 39 0 4021 0
[pid=25605] ppid=25599 vsize=107436 CPUtime=6.61 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 69686 0 0 0 652 9 0 0 25 0 1 0 516598426 110014464 22819 33554432000 4194304 4331988 140734412923984 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 26859 22819 173 34 0 25301 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 796176

[startup+25.5003 s]
/proc/loadavg: 10.16 10.23 10.15 11/188 25606
/proc/meminfo: memFree=25587324/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=266632 CPUtime=25.49 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 59172 0 0 0 2537 12 0 0 25 0 1 0 516598419 273031168 43015 33554432000 4194304 4587354 140736457804016 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 66658 43015 337 96 0 63220 0
[pid=25601] ppid=25599 vsize=108840 CPUtime=25.49 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 27128 0 0 0 2543 6 0 0 25 0 1 0 516598419 111452160 24405 33554432000 4194304 4785740 140736348157712 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 27210 24405 340 145 0 24255 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=12.35 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 1235 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=27528 CPUtime=25.38 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 9703 0 0 0 2537 1 0 0 25 0 1 0 516598419 28188672 6048 33554432000 4194304 4352236 140735942501296 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 6882 6048 127 39 0 5962 0
[pid=25605] ppid=25599 vsize=109592 CPUtime=12.99 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 70184 0 0 0 1289 10 0 0 25 0 1 0 516598426 112222208 23317 33554432000 4194304 4331988 140734412923984 18446744073709551615 4228973 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 27398 23317 173 34 0 25840 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 1002976

[startup+51.1008 s]
/proc/loadavg: 10.25 10.24 10.16 11/188 25606
/proc/meminfo: memFree=25560480/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=188264 CPUtime=51.09 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 87971 0 0 0 5090 19 0 0 25 0 1 0 516598419 192782336 24304 33554432000 4194304 4587354 140736457804016 18446744073709551615 4237674 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 47066 24304 337 96 0 43628 0
[pid=25601] ppid=25599 vsize=191180 CPUtime=51.09 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 47485 0 0 0 5098 11 0 0 25 0 1 0 516598419 195768320 44762 33554432000 4194304 4785740 140736348157712 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 47795 44762 340 145 0 44840 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=25.09 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 2509 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=29932 CPUtime=50.97 cores=2

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

/proc/25605/statm: 31892 27526 173 34 0 30334 0
Current children cumulated CPU time (s) 3763.85
Current children cumulated vsize (KiB) 3326748

[startup+1002.3 s]
/proc/loadavg: 10.26 10.21 10.16 12/188 25665
/proc/meminfo: memFree=24815680/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2025380 CPUtime=1002.29 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 598407 0 0 0 100025 204 0 0 25 0 1 0 516598419 2073989120 27153 33554432000 4194304 4587354 140736457804016 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 506345 27153 337 96 0 502907 0
[pid=25601] ppid=25599 vsize=663664 CPUtime=1002.31 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 163642 0 0 0 100188 43 0 0 25 0 1 0 516598419 679591936 160919 33554432000 4194304 4785740 140736348157712 18446744073709551615 4416820 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 165916 160919 340 145 0 162961 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=498.11 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 49811 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1002.1 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 100207 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=127700 CPUtime=498.72 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74438 0 0 0 49861 11 0 0 25 0 1 0 516598426 130764800 27571 33554432000 4194304 4331988 140734412923984 18446744073709551615 4297448 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 31925 27571 173 34 0 30367 0
Current children cumulated CPU time (s) 4003.53
Current children cumulated vsize (KiB) 3353624

[startup+1062.3 s]
/proc/loadavg: 10.24 10.20 10.16 12/188 25666
/proc/meminfo: memFree=24760984/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2025300 CPUtime=1062.29 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 662790 0 0 0 106009 220 0 0 25 0 1 0 516598419 2073907200 37396 33554432000 4194304 4587354 140736457804016 18446744073709551615 4238719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 506325 37396 337 96 0 502887 0
[pid=25601] ppid=25599 vsize=663664 CPUtime=1062.31 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 163685 0 0 0 106188 43 0 0 25 0 1 0 516598419 679591936 160962 33554432000 4194304 4785740 140736348157712 18446744073709551615 4416837 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 165916 160962 340 145 0 162961 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=527.91 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 52791 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1062.1 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 106207 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4329328 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=127964 CPUtime=528.59 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74480 0 0 0 52848 11 0 0 25 0 1 0 516598426 131035136 27613 33554432000 4194304 4331988 140734412923984 18446744073709551615 4297474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 31991 27613 173 34 0 30433 0
Current children cumulated CPU time (s) 4243.2
Current children cumulated vsize (KiB) 3353808

[startup+1122.3 s]
/proc/loadavg: 10.20 10.19 10.16 12/188 25668
/proc/meminfo: memFree=24779920/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2086092 CPUtime=1122.29 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 679361 0 0 0 112000 229 0 0 25 0 1 0 516598419 2136158208 28300 33554432000 4194304 4587354 140736457804016 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 521523 28300 337 96 0 518085 0
[pid=25601] ppid=25599 vsize=678596 CPUtime=1122.31 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 167385 0 0 0 112187 44 0 0 25 0 1 0 516598419 694882304 164662 33554432000 4194304 4785740 140736348157712 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 169649 164662 340 145 0 166694 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=557.77 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 55777 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530881 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1122.09 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 112206 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4276757 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=128096 CPUtime=558.41 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74517 0 0 0 55830 11 0 0 25 0 1 0 516598426 131170304 27650 33554432000 4194304 4331988 140734412923984 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 32024 27650 173 34 0 30466 0
Current children cumulated CPU time (s) 4482.87
Current children cumulated vsize (KiB) 3429664

[startup+1182.3 s]
/proc/loadavg: 10.22 10.19 10.16 12/188 25670
/proc/meminfo: memFree=24782132/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2015600 CPUtime=1182.28 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 698976 0 0 0 117988 240 0 0 25 0 1 0 516598419 2063974400 34707 33554432000 4194304 4587354 140736457804016 18446744073709551615 4241101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 503900 34707 337 96 0 500462 0
[pid=25601] ppid=25599 vsize=678596 CPUtime=1182.31 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 167387 0 0 0 118187 44 0 0 25 0 1 0 516598419 694882304 164664 33554432000 4194304 4785740 140736348157712 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 169649 164664 340 145 0 166694 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=587.6 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 58760 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1182.08 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 118205 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=128228 CPUtime=588.25 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74552 0 0 0 58814 11 0 0 25 0 1 0 516598426 131305472 27685 33554432000 4194304 4331988 140734412923984 18446744073709551615 4228977 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 32057 27685 173 34 0 30499 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 3359304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.14 10.17 10.15 11/188 25670
/proc/meminfo: memFree=24750876/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2017060 CPUtime=1201.68 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 705335 0 0 0 119924 244 0 0 25 0 1 0 516598419 2065469440 27561 33554432000 4194304 4587354 140736457804016 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 504265 27561 337 96 0 500827 0
[pid=25601] ppid=25599 vsize=678596 CPUtime=1201.72 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 167388 0 0 0 120128 44 0 0 25 0 1 0 516598419 694882304 164665 33554432000 4194304 4785740 140736348157712 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 169649 164665 340 145 0 166694 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=597.24 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 59724 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1201.49 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 120146 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=128228 CPUtime=597.9 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74564 0 0 0 59779 11 0 0 25 0 1 0 516598426 131305472 27697 33554432000 4194304 4331988 140734412923984 18446744073709551615 4240720 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 32057 27697 173 34 0 30499 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 3360764

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.14 10.17 10.15 11/188 25670
/proc/meminfo: memFree=24750876/32951124 swapFree=67111364/67111528
[pid=25599] ppid=25597 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25599/stat : 25599 (ppfolio) S 25597 25599 25027 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 516598419 18763776 390 33554432000 4194304 4287625 140733887898880 18446744073709551615 228244368911 0 0 4096 65536 9105003429666750463 0 0 17 2 0 0 0
/proc/25599/statm: 4581 390 341 23 0 91 0
[pid=25600] ppid=25599 vsize=2017060 CPUtime=1201.68 cores=0
/proc/25600/stat : 25600 (cryptominisat) R 25599 25599 25027 0 -1 4202496 705335 0 0 0 119924 244 0 0 25 0 1 0 516598419 2065469440 27561 33554432000 4194304 4587354 140736457804016 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25600/statm: 504265 27561 337 96 0 500827 0
[pid=25601] ppid=25599 vsize=678596 CPUtime=1201.72 cores=4
/proc/25601/stat : 25601 (clasp) R 25599 25599 25027 0 -1 4202496 167388 0 0 0 120128 44 0 0 25 0 1 0 516598419 694882304 164665 33554432000 4194304 4785740 140736348157712 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25601/statm: 169649 164665 340 145 0 166694 0
[pid=25602] ppid=25599 vsize=472060 CPUtime=597.24 cores=6
/proc/25602/stat : 25602 (TNM) R 25599 25599 25027 0 -1 4202496 8337 0 0 0 59724 0 0 0 25 0 1 0 516598419 483389440 8233 33554432000 134512640 134534564 4287842240 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25602/statm: 118015 8233 95 6 0 116681 0
[pid=25603] ppid=25599 vsize=46496 CPUtime=1201.49 cores=2
/proc/25603/stat : 25603 (lingeling) R 25599 25599 25027 0 -1 4202496 14445 0 0 0 120146 3 0 0 25 0 1 0 516598419 47611904 10790 33554432000 4194304 4352236 140735942501296 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25603/statm: 11624 10790 127 39 0 10704 0
[pid=25605] ppid=25599 vsize=128228 CPUtime=597.9 cores=6
/proc/25605/stat : 25605 (march_hi) R 25599 25599 25027 0 -1 4202496 74564 0 0 0 59779 11 0 0 25 0 1 0 516598426 131305472 27697 33554432000 4194304 4331988 140734412923984 18446744073709551615 4240720 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25605/statm: 32057 27697 173 34 0 30499 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 3360764

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25599 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=0
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 4800.03
#
# 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.03
CPU user time (s): 4797.01
CPU system time (s): 3.02
CPU usage (%): 399.431
Max. virtual memory (cumulated for all children) (KiB): 5116944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0
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= 227
involuntary context switches= 14

runsolver used 1.82572 second user time and 4.73928 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 06:06:45
IDJOB=3190970
IDBENCH=82701
IDSOLVER=1612
FILE ID=node136/3190970-1304050004
RUNJOBID= node136-1304044537-25045
PBS_JOBID= 13170391
Free space on /tmp= 72320 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190970-1304050004/watcher-3190970-1304050004 -o /tmp/evaluation-result-3190970-1304050004/solver-3190970-1304050004 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190970-1304050004.cnf

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=1981239813

node136.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.76
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.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.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.83
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26053252 kB
Buffers:       1055512 kB
Cached:        5015828 kB
SwapCached:        100 kB
Active:         903872 kB
Inactive:      5442488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26053252 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           14388 kB
Writeback:           0 kB
AnonPages:      274824 kB
Mapped:          16652 kB
Slab:           486200 kB
PageTables:       5424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2076416 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= 72308 MiB
End job on node136 at 2011-04-29 06:26:48