Trace number 3250071

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

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-15-15-unsat.cnf
MD5SUM647576009a3d34cc33c6dfd3ecb1a2ef
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 variables225
Number of clauses1800
Sum of the clauses size6525
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21575
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5225

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 4 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	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-3250071-1304085362/watcher-3250071-1304085362 -o /tmp/evaluation-result-3250071-1304085362/solver-3250071-1304085362 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3250071-1304085362.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: 4.83 5.19 6.54 1/175 1775
/proc/meminfo: memFree=30825756/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) R 1773 1775 379 0 -1 4194304 481 0 0 0 0 0 0 0 25 0 1 0 520134114 18763776 388 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550357909 0 0 4096 65536 0 0 0 17 5 0 0 0
/proc/1775/statm: 4581 388 339 23 0 91 0

[startup+0.467952 s]
/proc/loadavg: 4.83 5.19 6.54 1/175 1775
/proc/meminfo: memFree=30825756/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500945 s]
/proc/loadavg: 4.83 5.19 6.54 1/175 1775
/proc/meminfo: memFree=30825756/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600927 s]
/proc/loadavg: 4.83 5.19 6.54 1/175 1775
/proc/meminfo: memFree=30825756/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 21 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700909 s]
/proc/loadavg: 4.83 5.19 6.54 1/175 1775
/proc/meminfo: memFree=30825756/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50677 s]
/proc/loadavg: 4.83 5.19 6.54 6/181 1781
/proc/meminfo: memFree=30800768/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=379300 CPUtime=1.49 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 6550 0 0 0 149 0 0 0 25 0 1 0 520134114 388403200 4389 33554432000 4194304 4587354 140733529019536 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 94825 4389 337 96 0 91387 0
[pid=1777] ppid=1775 vsize=14284 CPUtime=1.5 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 1047 0 0 0 150 0 0 0 25 0 1 0 520134114 14626816 938 33554432000 4194304 4785740 140735249612464 18446744073709551615 4286927 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 3571 938 340 145 0 616 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=0.94 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 94 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134530172 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=7720 CPUtime=1.5 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 1464 0 0 0 150 0 0 0 25 0 1 0 520134114 7905280 1124 33554432000 4194304 4352236 140736886068080 18446744073709551615 4329004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 1930 1124 127 39 0 1010 0
[pid=1780] ppid=1775 vsize=7288 CPUtime=0.54 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 457 0 0 0 54 0 0 0 25 0 1 0 520134114 7462912 350 33554432000 4194304 4331988 140735615226592 18446744073709551615 4237236 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 1822 350 174 34 0 264 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 882872

[startup+3.10047 s]
/proc/loadavg: 4.85 5.19 6.53 6/181 1781
/proc/meminfo: memFree=30798908/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=377748 CPUtime=3.09 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 7448 0 0 0 308 1 0 0 25 0 1 0 520134114 386813952 4440 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 94437 4440 337 96 0 90999 0
[pid=1777] ppid=1775 vsize=15096 CPUtime=3.09 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 1231 0 0 0 309 0 0 0 25 0 1 0 520134114 15458304 1122 33554432000 4194304 4785740 140735249612464 18446744073709551615 4309522 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 3774 1122 340 145 0 819 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=1.76 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 176 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528741 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=7720 CPUtime=3.09 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 1592 0 0 0 309 0 0 0 25 0 1 0 520134114 7905280 1124 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 1930 1124 127 39 0 1010 0
[pid=1780] ppid=1775 vsize=7608 CPUtime=1.31 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 515 0 0 0 131 0 0 0 25 0 1 0 520134114 7790592 408 33554432000 4194304 4331988 140735615226592 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 1902 408 175 34 0 344 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 882452

[startup+6.3009 s]
/proc/loadavg: 4.85 5.19 6.53 6/181 1781
/proc/meminfo: memFree=30785648/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=388556 CPUtime=6.29 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 10822 0 0 0 628 1 0 0 25 0 1 0 520134114 397881344 6872 33554432000 4194304 4587354 140733529019536 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 97139 6872 337 96 0 93701 0
[pid=1777] ppid=1775 vsize=16316 CPUtime=6.29 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 1536 0 0 0 629 0 0 0 25 0 1 0 520134114 16707584 1427 33554432000 4194304 4785740 140735249612464 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 4079 1427 340 145 0 1124 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=3.35 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 335 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134530648 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=8236 CPUtime=6.29 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 2361 0 0 0 629 0 0 0 25 0 1 0 520134114 8433664 1253 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 2059 1253 127 39 0 1139 0
[pid=1780] ppid=1775 vsize=8356 CPUtime=2.91 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 641 0 0 0 291 0 0 0 25 0 1 0 520134114 8556544 534 33554432000 4194304 4331988 140735615226592 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 2089 534 175 34 0 531 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 895744

[startup+12.7007 s]
/proc/loadavg: 4.87 5.18 6.51 6/181 1781
/proc/meminfo: memFree=30774452/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=376796 CPUtime=12.69 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 15805 0 0 0 1266 3 0 0 25 0 1 0 520134114 385839104 3942 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 94199 3942 337 96 0 90761 0
[pid=1777] ppid=1775 vsize=17636 CPUtime=12.69 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 1830 0 0 0 1269 0 0 0 25 0 1 0 520134114 18059264 1721 33554432000 4194304 4785740 140735249612464 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 4409 1721 340 145 0 1454 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=6.54 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 654 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=13964 CPUtime=12.69 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 5530 0 0 0 1269 0 0 0 25 0 1 0 520134114 14299136 2685 33554432000 4194304 4352236 140736886068080 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 3491 2685 127 39 0 2571 0
[pid=1780] ppid=1775 vsize=9632 CPUtime=6.07 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 906 0 0 0 607 0 0 0 25 0 1 0 520134114 9863168 799 33554432000 4194304 4331988 140735615226592 18446744073709551615 4226423 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 2408 799 175 34 0 850 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 892308

[startup+25.5004 s]
/proc/loadavg: 4.97 5.19 6.50 6/181 1782
/proc/meminfo: memFree=30766164/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=395348 CPUtime=25.49 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 26284 0 0 0 2545 4 0 0 25 0 1 0 520134114 404836352 9406 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 98837 9406 337 96 0 95399 0
[pid=1777] ppid=1775 vsize=19216 CPUtime=25.49 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 2222 0 0 0 2549 0 0 0 25 0 1 0 520134114 19677184 2113 33554432000 4194304 4785740 140735249612464 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 4804 2113 340 145 0 1849 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=12.94 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 1294 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=20736 CPUtime=25.48 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 9467 0 0 0 2548 0 0 0 25 0 1 0 520134114 21233664 4378 33554432000 4194304 4352236 140736886068080 18446744073709551615 4207619 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 5184 4378 127 39 0 4264 0
[pid=1780] ppid=1775 vsize=12744 CPUtime=12.41 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 1469 0 0 0 1241 0 0 0 25 0 1 0 520134114 13049856 1362 33554432000 4194304 4331988 140735615226592 18446744073709551615 4239588 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 3186 1362 175 34 0 1628 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 922324

[startup+51.1008 s]
/proc/loadavg: 4.98 5.17 6.46 6/181 1782
/proc/meminfo: memFree=30741060/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=406716 CPUtime=51.09 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 42472 0 0 0 5101 8 0 0 25 0 1 0 520134114 416477184 12231 33554432000 4194304 4587354 140733529019536 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 101679 12231 337 96 0 98241 0
[pid=1777] ppid=1775 vsize=21416 CPUtime=51.08 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 2712 0 0 0 5108 0 0 0 25 0 1 0 520134114 21929984 2603 33554432000 4194304 4785740 140735249612464 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 5354 2603 340 145 0 2399 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=25.71 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 2571 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=21124 CPUtime=51.09 cores=3

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

/proc/1780/statm: 55311 49330 175 34 0 53753 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 4691312

[startup+1002.3 s]
/proc/loadavg: 5.10 5.11 5.57 6/181 1820
/proc/meminfo: memFree=30407460/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=3916616 CPUtime=1002.32 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 248002 0 0 0 100160 72 0 0 25 0 1 0 520134114 4010614784 25636 33554432000 4194304 4587354 140733529019536 18446744073709551615 271550234257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 979154 25636 337 96 0 975716 0
[pid=1777] ppid=1775 vsize=33412 CPUtime=1002.3 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5565 0 0 0 100229 1 0 0 25 0 1 0 520134114 34213888 5456 33554432000 4194304 4785740 140735249612464 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8353 5456 341 145 0 5398 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=498.77 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 49877 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=70088 CPUtime=1002.32 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 142205 0 0 0 100215 17 0 0 25 0 1 0 520134114 71770112 16716 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328146 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 17522 16716 127 39 0 16602 0
[pid=1780] ppid=1775 vsize=221244 CPUtime=498.08 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 52618 0 0 0 49783 25 0 0 25 0 1 0 520134114 226553856 52511 33554432000 4194304 4331988 140735615226592 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 55311 52511 175 34 0 53753 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 4715640

[startup+1062.3 s]
/proc/loadavg: 5.15 5.12 5.54 6/181 1821
/proc/meminfo: memFree=30423300/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=3916668 CPUtime=1062.32 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 259379 0 0 0 106155 77 0 0 25 0 1 0 520134114 4010668032 27716 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 979167 27716 337 96 0 975729 0
[pid=1777] ppid=1775 vsize=33920 CPUtime=1062.3 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5653 0 0 0 106229 1 0 0 25 0 1 0 520134114 34734080 5544 33554432000 4194304 4785740 140735249612464 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8480 5544 341 145 0 5525 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=528.6 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 52860 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=49608 CPUtime=1062.32 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 143229 0 0 0 106215 17 0 0 25 0 1 0 520134114 50798592 11596 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 12402 11596 127 39 0 11482 0
[pid=1780] ppid=1775 vsize=320692 CPUtime=527.93 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 56158 0 0 0 52766 27 0 0 25 0 1 0 520134114 328388608 56051 33554432000 4194304 4331988 140735615226592 18446744073709551615 4237391 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 80173 56051 175 34 0 78615 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 4795168

[startup+1122.3 s]
/proc/loadavg: 5.09 5.11 5.51 6/181 1823
/proc/meminfo: memFree=30384196/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=3917128 CPUtime=1122.32 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 269490 0 0 0 112151 81 0 0 25 0 1 0 520134114 4011139072 29526 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 979282 29526 337 96 0 975844 0
[pid=1777] ppid=1775 vsize=33920 CPUtime=1122.31 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5671 0 0 0 112230 1 0 0 25 0 1 0 520134114 34734080 5562 33554432000 4194304 4785740 140735249612464 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8480 5562 341 145 0 5525 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=558.46 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 55846 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=67016 CPUtime=1122.32 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 149885 0 0 0 112214 18 0 0 25 0 1 0 520134114 68624384 15948 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 16754 15948 127 39 0 15834 0
[pid=1780] ppid=1775 vsize=320692 CPUtime=557.74 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 59511 0 0 0 55745 29 0 0 25 0 1 0 520134114 328388608 59404 33554432000 4194304 4331988 140735615226592 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 80173 59404 175 34 0 78615 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 4813036

[startup+1182.3 s]
/proc/loadavg: 5.15 5.12 5.49 6/181 1825
/proc/meminfo: memFree=30377592/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=3917416 CPUtime=1182.32 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 279258 0 0 0 118147 85 0 0 25 0 1 0 520134114 4011433984 30849 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 979354 30849 337 96 0 975916 0
[pid=1777] ppid=1775 vsize=34256 CPUtime=1182.31 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5736 0 0 0 118230 1 0 0 25 0 1 0 520134114 35078144 5627 33554432000 4194304 4785740 140735249612464 18446744073709551615 4287030 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8564 5627 341 145 0 5609 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=588.26 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 58826 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134529312 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=53704 CPUtime=1182.32 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 158845 0 0 0 118213 19 0 0 25 0 1 0 520134114 54992896 12620 33554432000 4194304 4352236 140736886068080 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 13426 12620 127 39 0 12506 0
[pid=1780] ppid=1775 vsize=320692 CPUtime=587.62 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 63184 0 0 0 58731 31 0 0 25 0 1 0 520134114 328388608 63077 33554432000 4194304 4331988 140735615226592 18446744073709551615 4239610 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 80173 63077 175 34 0 78615 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 4800348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 5.10 5.11 5.48 6/181 1825
/proc/meminfo: memFree=30367400/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=504484 CPUtime=1201.73 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 285076 0 0 0 120085 88 0 0 25 0 1 0 520134114 516591616 28181 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 126121 28181 337 96 0 122683 0
[pid=1777] ppid=1775 vsize=34424 CPUtime=1201.71 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5768 0 0 0 120170 1 0 0 25 0 1 0 520134114 35250176 5659 33554432000 4194304 4785740 140735249612464 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8606 5659 341 145 0 5651 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=597.95 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 59795 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=70088 CPUtime=1201.72 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 162941 0 0 0 120153 19 0 0 25 0 1 0 520134114 71770112 16716 33554432000 4194304 4352236 140736886068080 18446744073709551615 4329279 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 17522 16716 127 39 0 16602 0
[pid=1780] ppid=1775 vsize=335704 CPUtime=597.21 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 64303 0 0 0 59690 31 0 0 25 0 1 0 520134114 343760896 64196 33554432000 4194304 4331988 140735615226592 18446744073709551615 4284335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 83926 64196 175 34 0 82368 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1418980

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: 5.10 5.11 5.48 6/181 1825
/proc/meminfo: memFree=30367400/32951124 swapFree=67111344/67111528
[pid=1775] ppid=1773 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/1775/stat : 1775 (ppfolio) S 1773 1775 379 0 -1 4202496 524 0 0 0 0 1 0 0 15 0 1 0 520134114 18763776 390 33554432000 4194304 4287625 140737355465296 18446744073709551615 271550557711 0 0 4096 65536 7247471305832792063 0 0 17 5 0 0 0
/proc/1775/statm: 4581 390 341 23 0 91 0
[pid=1776] ppid=1775 vsize=504484 CPUtime=1201.73 cores=1
/proc/1776/stat : 1776 (cryptominisat) R 1775 1775 379 0 -1 4202496 285076 0 0 0 120085 88 0 0 25 0 1 0 520134114 516591616 28181 33554432000 4194304 4587354 140733529019536 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/1776/statm: 126121 28181 337 96 0 122683 0
[pid=1777] ppid=1775 vsize=34424 CPUtime=1201.71 cores=5
/proc/1777/stat : 1777 (clasp) R 1775 1775 379 0 -1 4202496 5768 0 0 0 120170 1 0 0 25 0 1 0 520134114 35250176 5659 33554432000 4194304 4785740 140735249612464 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/1777/statm: 8606 5659 341 145 0 5651 0
[pid=1778] ppid=1775 vsize=455956 CPUtime=597.95 cores=7
/proc/1778/stat : 1778 (TNM) R 1775 1775 379 0 -1 4202496 349 0 0 0 59795 0 0 0 25 0 1 0 520134114 466898944 246 33554432000 134512640 134534564 4294300848 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1778/statm: 113989 246 95 6 0 112655 0
[pid=1779] ppid=1775 vsize=70088 CPUtime=1201.72 cores=3
/proc/1779/stat : 1779 (lingeling) R 1775 1775 379 0 -1 4202496 162941 0 0 0 120153 19 0 0 25 0 1 0 520134114 71770112 16716 33554432000 4194304 4352236 140736886068080 18446744073709551615 4329279 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/1779/statm: 17522 16716 127 39 0 16602 0
[pid=1780] ppid=1775 vsize=335704 CPUtime=597.21 cores=7
/proc/1780/stat : 1780 (march_hi) R 1775 1775 379 0 -1 4202496 64303 0 0 0 59690 31 0 0 25 0 1 0 520134114 343760896 64196 33554432000 4194304 4331988 140735615226592 18446744073709551615 4284335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/1780/statm: 83926 64196 175 34 0 82368 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 1418980

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1775 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=15997
# CPU time returned by wait4() is 0.017996
# 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.72
CPU time (s): 4800.33
CPU user time (s): 4798.93
CPU system time (s): 1.4
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 5083476

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

runsolver used 1.74173 second user time and 4.82127 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 15:56:02
IDJOB=3250071
IDBENCH=83230
IDSOLVER=1612
FILE ID=node133/3250071-1304085362
RUNJOBID= node133-1304077694-398
PBS_JOBID= 13170511
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-15-15-unsat.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250071-1304085362/watcher-3250071-1304085362 -o /tmp/evaluation-result-3250071-1304085362/solver-3250071-1304085362 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3250071-1304085362.cnf

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

MD5SUM BENCH= 647576009a3d34cc33c6dfd3ecb1a2ef
RANDOM SEED=1781237756

node133.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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30826036 kB
Buffers:        742536 kB
Cached:         962252 kB
SwapCached:        124 kB
Active:         601212 kB
Inactive:      1167024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30826036 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10136 kB
Writeback:           0 kB
AnonPages:       63132 kB
Mapped:          14788 kB
Slab:           294052 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187372 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71888 MiB
End job on node133 at 2011-04-29 16:16:06