Trace number 3221452

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 seq? (TO) 5000.03 5000.01

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
MD5SUM99f3efd3bfc8a6f99ffbd289ed4a5837
Bench CategoryRANDOM (random 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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.15	This is pico-portfolio, a naive parallel portfolio
0.00/0.15	Copyright (C) 2011 Olivier Roussel
0.00/0.15	Using 1 processing units
0.00/0.15	This portfolio uses the following solvers:
0.00/0.15	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.15	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.15	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.15	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.15	Starting clasp 1.3.6 on core(s) 1
0.00/0.15	Starting TNM 2009 on core(s) 1
5000.01/5000.00	Done

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-3221452-1303293779/watcher-3221452-1303293779 -o /tmp/evaluation-result-3221452-1303293779/solver-3221452-1303293779 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221452-1303293779.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 1.84 1.97 1.99 5/179 23987
/proc/meminfo: memFree=21864132/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 519608473 2777088 37 33554432000 4194304 4287625 140736059840480 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699945619 0 0 17 1 0 0 0
/proc/23987/statm: 678 37 27 23 0 23 0

[startup+0.0216161 s]
/proc/loadavg: 1.84 1.97 1.99 5/179 23987
/proc/meminfo: memFree=21864132/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 519608473 2777088 37 33554432000 4194304 4287625 140736059840480 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699945619 0 0 17 1 0 0 0
/proc/23987/statm: 678 37 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.100618 s]
/proc/loadavg: 1.84 1.97 1.99 5/179 23987
/proc/meminfo: memFree=21864132/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=2712 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4194304 84 0 0 0 0 0 0 0 18 0 1 0 519608473 2777088 37 33554432000 4194304 4287625 140736059840480 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699945619 0 0 17 1 0 0 0
/proc/23987/statm: 678 37 27 23 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2712

[startup+0.30057 s]
/proc/loadavg: 1.84 1.97 1.99 5/179 23987
/proc/meminfo: memFree=21864132/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 18 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700484 s]
/proc/loadavg: 1.84 1.97 1.99 5/179 23987
/proc/meminfo: memFree=21864132/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346022168256053248 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50033 s]
/proc/loadavg: 1.84 1.97 1.99 8/184 23992
/proc/meminfo: memFree=21857272/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346022168256053248 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1651192 CPUtime=0.49 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 1360 0 0 0 49 0 0 0 18 0 1 0 519608488 1690820608 801 33554432000 4194304 4587354 140736771828560 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 412798 801 327 96 0 409360 0
[pid=23991] ppid=23987 vsize=13760 CPUtime=0.79 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 902 0 0 0 79 0 0 0 16 0 1 0 519608489 14090240 789 33554432000 4194304 4785740 140735598331568 18446744073709551615 4277604 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 3440 789 340 145 0 485 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=0.04 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 4 0 0 0 19 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2139232

[startup+3.10103 s]
/proc/loadavg: 1.84 1.97 1.99 8/184 23992
/proc/meminfo: memFree=21851512/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346022305695006720 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1653084 CPUtime=0.79 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 1777 0 0 0 79 0 0 0 18 0 1 0 519608488 1692758016 874 33554432000 4194304 4587354 140736771828560 18446744073709551615 4420384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 413271 874 327 96 0 409833 0
[pid=23991] ppid=23987 vsize=14560 CPUtime=2.09 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 1106 0 0 0 209 0 0 0 18 0 1 0 519608489 14909440 993 33554432000 4194304 4785740 140735598331568 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 3640 993 340 145 0 685 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=0.04 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 4 0 0 0 19 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 2141924

[startup+6.30044 s]
/proc/loadavg: 2.17 2.04 2.01 8/184 23992
/proc/meminfo: memFree=21842468/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346022443133960192 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1658696 CPUtime=1.99 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 4428 0 0 0 199 0 0 0 20 0 1 0 519608488 1698504704 2647 33554432000 4194304 4587354 140736771828560 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 414674 2647 337 96 0 411236 0
[pid=23991] ppid=23987 vsize=15236 CPUtime=3.29 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 1276 0 0 0 329 0 0 0 20 0 1 0 519608489 15601664 1163 33554432000 4194304 4785740 140735598331568 18446744073709551615 4309540 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 3809 1163 340 145 0 854 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=0.84 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 84 0 0 0 21 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 2148212

[startup+12.7002 s]
/proc/loadavg: 2.48 2.10 2.03 9/184 23992
/proc/meminfo: memFree=21834632/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1662516 CPUtime=4.09 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 6615 0 0 0 409 0 0 0 25 0 1 0 519608488 1702416384 3785 33554432000 4194304 4587354 140736771828560 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 415629 3785 337 96 0 412191 0
[pid=23991] ppid=23987 vsize=16044 CPUtime=5.39 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 1485 0 0 0 539 0 0 0 25 0 1 0 519608489 16429056 1372 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 4011 1372 340 145 0 1056 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=3.04 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 304 0 0 0 25 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 2152840

[startup+25.5009 s]
/proc/loadavg: 3.26 2.29 2.09 8/184 23992
/proc/meminfo: memFree=21831296/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346020793866518528 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1671968 CPUtime=8.39 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 8996 0 0 0 838 1 0 0 25 0 1 0 519608488 1712095232 4228 33554432000 4194304 4587354 140736771828560 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 417992 4228 337 96 0 414554 0
[pid=23991] ppid=23987 vsize=17404 CPUtime=9.69 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 1794 0 0 0 969 0 0 0 25 0 1 0 519608489 17821696 1681 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 4351 1681 340 145 0 1396 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=7.24 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 724 0 0 0 25 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 2163652

[startup+51.1011 s]
/proc/loadavg: 4.19 2.59 2.20 8/184 23993
/proc/meminfo: memFree=21823156/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1665560 CPUtime=16.89 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 12013 0 0 0 1688 1 0 0 25 0 1 0 519608488 1705533440 4665 33554432000 4194304 4587354 140736771828560 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 416390 4665 337 96 0 412952 0
[pid=23991] ppid=23987 vsize=18784 CPUtime=18.19 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 2154 0 0 0 1819 0 0 0 25 0 1 0 519608489 19234816 2041 33554432000 4194304 4785740 140735598331568 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 4696 2041 340 145 0 1741 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=15.84 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 1584 0 0 0 25 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 2158624

[startup+102.307 s]
/proc/loadavg: 5.21 3.11 2.39 8/184 23994
/proc/meminfo: memFree=21812452/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346021893378146304 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1679040 CPUtime=33.98 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 17052 0 0 0 3396 2 0 0 25 0 1 0 519608488 1719336960 5607 33554432000 4194304 4587354 140736771828560 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 419760 5607 337 96 0 416322 0
[pid=23991] ppid=23987 vsize=21220 CPUtime=35.29 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 2733 0 0 0 3529 0 0 0 25 0 1 0 519608489 21729280 2620 33554432000 4194304 4785740 140735598331568 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 5305 2620 340 145 0 2350 0
[pid=23992] ppid=23987 vsize=455956 CPUtime=32.86 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 355 0 0 0 3286 0 0 0 25 0 1 0 519608489 466898944 252 33554432000 134512640 134534564 4293927696 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113989 252 95 6 0 112655 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 2174540

[startup+162.3 s]
/proc/loadavg: 5.71 3.63 2.62 8/184 23996
/proc/meminfo: memFree=21790592/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 500 0 0 0 0 0 0 0 15 0 1 0 519608473 18763776 394 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 12346022305695006720 0 0 17 7 0 0 0
/proc/23987/statm: 4581 394 345 23 0 91 0
[pid=23990] ppid=23987 vsize=1690296 CPUtime=53.99 cores=1
/proc/23990/stat : 23990 (cryptominisat) R 23987 23987 23947 0 -1 4202496 25843 0 0 0 5395 4 0 0 25 0 1 0 519608488 1730863104 8316 33554432000 4194304 4587354 140736771828560 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23990/statm: 422574 8316 337 96 0 419136 0
[pid=23991] ppid=23987 vsize=23172 CPUtime=55.28 cores=1

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

[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=53632 CPUtime=1797.22 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10226 0 0 0 179721 1 0 0 25 0 1 0 519608489 54919168 10113 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13408 10113 341 145 0 10453 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1794.8 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 179480 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 9906565 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4422.28
Current children cumulated vsize (KiB) 527916

[startup+4482.3 s]
/proc/loadavg: 5.00 5.00 5.06 6/183 24483
/proc/meminfo: memFree=21705840/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=53968 CPUtime=1827.22 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10281 0 0 0 182721 1 0 0 25 0 1 0 519608489 55263232 10168 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13492 10168 341 145 0 10537 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1824.81 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 182481 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 528252

[startup+4542.3 s]
/proc/loadavg: 5.00 5.00 5.05 6/183 24485
/proc/meminfo: memFree=21696888/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=53968 CPUtime=1857.21 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10292 0 0 0 185720 1 0 0 25 0 1 0 519608489 55263232 10179 33554432000 4194304 4785740 140735598331568 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13492 10179 341 145 0 10537 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1854.81 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 185481 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 528252

[startup+4602.3 s]
/proc/loadavg: 5.00 5.00 5.04 6/183 24486
/proc/meminfo: memFree=21698096/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=53968 CPUtime=1887.21 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10294 0 0 0 188720 1 0 0 25 0 1 0 519608489 55263232 10181 33554432000 4194304 4785740 140735598331568 18446744073709551615 4286964 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13492 10181 341 145 0 10537 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1884.82 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 188482 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134530489 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4602.29
Current children cumulated vsize (KiB) 528252

[startup+4662.3 s]
/proc/loadavg: 5.00 5.00 5.04 6/183 24488
/proc/meminfo: memFree=21699044/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54164 CPUtime=1917.2 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10310 0 0 0 191719 1 0 0 25 0 1 0 519608489 55463936 10197 33554432000 4194304 4785740 140735598331568 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13541 10197 341 145 0 10586 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1914.83 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 191483 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4662.29
Current children cumulated vsize (KiB) 528448

[startup+4722.3 s]
/proc/loadavg: 5.00 5.00 5.03 6/183 24490
/proc/meminfo: memFree=21680416/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54332 CPUtime=1947.2 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10365 0 0 0 194719 1 0 0 25 0 1 0 519608489 55635968 10252 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13583 10252 341 145 0 10628 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1944.83 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 194483 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 528616

[startup+4782.3 s]
/proc/loadavg: 5.00 5.00 5.03 6/183 24491
/proc/meminfo: memFree=21668720/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54504 CPUtime=1977.19 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10385 0 0 0 197718 1 0 0 25 0 1 0 519608489 55812096 10272 33554432000 4194304 4785740 140735598331568 18446744073709551615 4309392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13626 10272 341 145 0 10671 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=1974.84 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 197484 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4782.29
Current children cumulated vsize (KiB) 528788

[startup+4842.3 s]
/proc/loadavg: 5.08 5.02 5.03 6/183 24493
/proc/meminfo: memFree=21684328/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54504 CPUtime=2007.19 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10404 0 0 0 200718 1 0 0 25 0 1 0 519608489 55812096 10291 33554432000 4194304 4785740 140735598331568 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13626 10291 341 145 0 10671 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=2004.84 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 200484 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4842.29
Current children cumulated vsize (KiB) 528788

[startup+4902.3 s]
/proc/loadavg: 5.02 5.01 5.02 6/183 24494
/proc/meminfo: memFree=21681816/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54784 CPUtime=2037.2 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10446 0 0 0 203719 1 0 0 25 0 1 0 519608489 56098816 10333 33554432000 4194304 4785740 140735598331568 18446744073709551615 4287117 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13696 10333 341 145 0 10741 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=2034.83 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 203483 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4902.29
Current children cumulated vsize (KiB) 529068

[startup+4962.3 s]
/proc/loadavg: 5.01 5.00 5.01 6/183 24496
/proc/meminfo: memFree=21680548/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54784 CPUtime=2067.21 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10453 0 0 0 206720 1 0 0 25 0 1 0 519608489 56098816 10340 33554432000 4194304 4785740 140735598331568 18446744073709551615 4278070 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13696 10340 341 145 0 10741 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=2064.83 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 206483 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 9813216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 4962.3
Current children cumulated vsize (KiB) 529068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 5.00 5.00 5.01 6/183 24497
/proc/meminfo: memFree=21680280/32951124 swapFree=67111480/67111528
[pid=23987] ppid=23985 vsize=18324 CPUtime=830.26 cores=1,3,5,7
/proc/23987/stat : 23987 (ppfolio) S 23985 23987 23947 0 -1 4202496 502 114518 0 0 0 0 83003 23 15 0 1 0 519608473 18763776 395 33554432000 4194304 4287625 140736059840480 18446744073709551615 252458085903 0 0 4096 65536 5633025947176239364 0 0 17 7 0 0 0
/proc/23987/statm: 4581 395 346 23 0 91 0
[pid=23991] ppid=23987 vsize=54784 CPUtime=2086.08 cores=1
/proc/23991/stat : 23991 (clasp) R 23987 23987 23947 0 -1 4202496 10468 0 0 0 208607 1 0 0 25 0 1 0 519608489 56098816 10355 33554432000 4194304 4785740 140735598331568 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23991/statm: 13696 10355 341 145 0 10741 0
[pid=23992] ppid=23987 vsize=455960 CPUtime=2083.67 cores=1
/proc/23992/stat : 23992 (TNM) R 23987 23987 23947 0 -1 4202496 364 0 0 0 208367 0 0 0 25 0 1 0 519608489 466903040 261 33554432000 134512640 134534564 4293927696 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23992/statm: 113990 261 103 6 0 112656 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 529068

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

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

Child status: 0
Real time (s): 5000.01
CPU time (s): 5000.03
CPU user time (s): 4999.78
CPU system time (s): 0.251961
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 15337244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.78
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125884
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= 242
involuntary context switches= 56411

runsolver used 7.54285 second user time and 17.1494 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-20 12:02:59
IDJOB=3221452
IDBENCH=82925
IDSOLVER=1639
FILE ID=node111/3221452-1303293779
RUNJOBID= node111-1303293779-23966
PBS_JOBID= 13049632
Free space on /tmp= 71908 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221452-1303293779/watcher-3221452-1303293779 -o /tmp/evaluation-result-3221452-1303293779/solver-3221452-1303293779 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3221452-1303293779.cnf

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

MD5SUM BENCH= 99f3efd3bfc8a6f99ffbd289ed4a5837
RANDOM SEED=168091277

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21865280 kB
Buffers:        708524 kB
Cached:        9945128 kB
SwapCached:         44 kB
Active:        5923044 kB
Inactive:      4795576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21865280 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:           20224 kB
Writeback:           0 kB
AnonPages:       65832 kB
Mapped:          15488 kB
Slab:           301048 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210684 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= 71900 MiB
End job on node111 at 2011-04-20 13:26:20