Trace number 3281118

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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-3281118-1304032501/watcher-3281118-1304032501 -o /tmp/evaluation-result-3281118-1304032501/solver-3281118-1304032501 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3281118-1304032501.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.30 6.73 7.50 2/176 26802
/proc/meminfo: memFree=31386912/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) R 26800 26802 26347 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0

[startup+0.0723091 s]
/proc/loadavg: 4.30 6.73 7.50 2/176 26802
/proc/meminfo: memFree=31386912/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) R 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100304 s]
/proc/loadavg: 4.30 6.73 7.50 2/176 26802
/proc/meminfo: memFree=31386912/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) R 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300266 s]
/proc/loadavg: 4.30 6.73 7.50 2/176 26802
/proc/meminfo: memFree=31386912/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700196 s]
/proc/loadavg: 4.30 6.73 7.50 2/176 26802
/proc/meminfo: memFree=31386912/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50105 s]
/proc/loadavg: 4.30 6.73 7.50 11/192 26818
/proc/meminfo: memFree=31212200/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 17 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=48440 CPUtime=1.49 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 7117 0 0 0 149 0 0 0 25 0 1 0 514847955 49602560 6895 33554432000 4194304 4587354 140736931194608 18446744073709551615 4421072 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 12110 6895 316 96 0 8672 0
[pid=26804] ppid=26802 vsize=37152 CPUtime=1.49 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 8450 0 0 0 148 1 0 0 25 0 1 0 514847955 38043648 6475 33554432000 4194304 4785740 140736881353312 18446744073709551615 4546224 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 9288 6475 340 145 0 6333 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=0.77 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 77 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=20908 CPUtime=1.48 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 6105 0 0 0 148 0 0 0 25 0 1 0 514847955 21409792 4137 33554432000 4194304 4352236 140733215026368 18446744073709551615 4297710 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 5227 4137 125 39 0 4307 0
[pid=26807] ppid=26802 vsize=33948 CPUtime=0.69 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 24169 0 0 0 66 3 0 0 25 0 1 0 514847955 34762752 5720 33554432000 4194304 4331988 140736504423408 18446744073709551615 271550193671 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 8487 5720 151 34 0 6929 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 621724

[startup+3.10076 s]
/proc/loadavg: 4.30 6.73 7.50 11/192 26818
/proc/meminfo: memFree=31121680/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=62812 CPUtime=3.09 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 13798 0 0 0 308 1 0 0 25 0 1 0 514847955 64319488 11445 33554432000 4194304 4587354 140736931194608 18446744073709551615 4236455 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 15703 11445 333 96 0 12265 0
[pid=26804] ppid=26802 vsize=38208 CPUtime=3.09 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 8784 0 0 0 308 1 0 0 25 0 1 0 514847955 39124992 6809 33554432000 4194304 4785740 140736881353312 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 9552 6809 340 145 0 6597 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=1.57 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 157 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=20908 CPUtime=3.08 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 6106 0 0 0 308 0 0 0 25 0 1 0 514847955 21409792 4138 33554432000 4194304 4352236 140733215026368 18446744073709551615 4267777 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 5227 4138 125 39 0 4307 0
[pid=26807] ppid=26802 vsize=33948 CPUtime=1.49 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 24178 0 0 0 146 3 0 0 25 0 1 0 514847955 34762752 5727 33554432000 4194304 4331988 140736504423408 18446744073709551615 271550195851 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 8487 5727 149 34 0 6929 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 637152

[startup+6.30118 s]
/proc/loadavg: 4.75 6.79 7.51 11/192 26819
/proc/meminfo: memFree=31100568/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1205760 CPUtime=6.29 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 17292 0 0 0 627 2 0 0 25 0 1 0 514847955 1234698240 11276 33554432000 4194304 4587354 140736931194608 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 301440 11276 333 96 0 298002 0
[pid=26804] ppid=26802 vsize=41100 CPUtime=6.29 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 9468 0 0 0 628 1 0 0 25 0 1 0 514847955 42086400 7493 33554432000 4194304 4785740 140736881353312 18446744073709551615 4561965 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 10275 7493 340 145 0 7320 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=3.15 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 315 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=16748 CPUtime=6.28 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 6108 0 0 0 628 0 0 0 25 0 1 0 514847955 17149952 3100 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328100 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 4187 3100 127 39 0 3267 0
[pid=26807] ppid=26802 vsize=33948 CPUtime=3.09 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 24187 0 0 0 306 3 0 0 25 0 1 0 514847955 34762752 5736 33554432000 4194304 4331988 140736504423408 18446744073709551615 271550192674 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 8487 5736 149 34 0 6929 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1778832

[startup+12.701 s]
/proc/loadavg: 5.17 6.84 7.52 11/192 26819
/proc/meminfo: memFree=30973644/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1205760 CPUtime=12.69 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 18227 0 0 0 1266 3 0 0 25 0 1 0 514847955 1234698240 12204 33554432000 4194304 4587354 140736931194608 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 301440 12204 339 96 0 298002 0
[pid=26804] ppid=26802 vsize=45844 CPUtime=12.68 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 10678 0 0 0 1267 1 0 0 25 0 1 0 514847955 46944256 8703 33554432000 4194304 4785740 140736881353312 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 11461 8703 340 145 0 8506 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=6.32 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 632 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=17632 CPUtime=12.68 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 6653 0 0 0 1268 0 0 0 25 0 1 0 514847955 18055168 3548 33554432000 4194304 4352236 140733215026368 18446744073709551615 4214773 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 4408 3548 127 39 0 3488 0
[pid=26807] ppid=26802 vsize=163296 CPUtime=6.29 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 79138 0 0 0 620 9 0 0 25 0 1 0 514847955 167215104 24723 33554432000 4194304 4331988 140736504423408 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 40824 24723 202 34 0 39266 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 1913808

[startup+25.5007 s]
/proc/loadavg: 6.24 6.99 7.56 11/192 26819
/proc/meminfo: memFree=30857996/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1214572 CPUtime=25.49 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 25300 0 0 0 2544 5 0 0 25 0 1 0 514847955 1243721728 15332 33554432000 4194304 4587354 140736931194608 18446744073709551615 4248764 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 303643 15332 339 96 0 300205 0
[pid=26804] ppid=26802 vsize=53876 CPUtime=25.49 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 12649 0 0 0 2547 2 0 0 25 0 1 0 514847955 55169024 10674 33554432000 4194304 4785740 140736881353312 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 13469 10674 340 145 0 10514 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=12.7 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 1270 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=21096 CPUtime=25.49 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 7868 0 0 0 2548 1 0 0 25 0 1 0 514847955 21602304 4442 33554432000 4194304 4352236 140733215026368 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 5274 4442 127 39 0 4354 0
[pid=26807] ppid=26802 vsize=163428 CPUtime=12.63 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 79192 0 0 0 1254 9 0 0 25 0 1 0 514847955 167350272 24774 33554432000 4194304 4331988 140736504423408 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 40857 24774 202 34 0 39299 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1934248

[startup+51.101 s]
/proc/loadavg: 7.66 7.27 7.64 11/192 26820
/proc/meminfo: memFree=30822084/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1215192 CPUtime=51.08 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 37459 0 0 0 5101 7 0 0 25 0 1 0 514847955 1244356608 15554 33554432000 4194304 4587354 140736931194608 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 303798 15554 339 96 0 300360 0
[pid=26804] ppid=26802 vsize=72428 CPUtime=51.09 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 17270 0 0 0 5105 4 0 0 25 0 1 0 514847955 74166272 15295 33554432000 4194304 4785740 140736881353312 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 18107 15295 340 145 0 15152 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=25.41 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 2541 0 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134530728 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=21816 CPUtime=51.09 cores=3

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

/proc/26807/statm: 42487 27301 175 34 0 40929 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 2301688

[startup+1002.3 s]
/proc/loadavg: 10.34 10.13 9.28 11/192 26845
/proc/meminfo: memFree=29895960/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1367480 CPUtime=1002.32 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 477634 0 0 0 100080 152 0 0 25 0 1 0 514847955 1400299520 56592 33554432000 4194304 4587354 140736931194608 18446744073709551615 4238294 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 341870 56592 340 96 0 338432 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1002.31 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58529 0 0 0 100201 30 0 0 25 0 1 0 514847955 244854784 56554 33554432000 4194304 4785740 140736881353312 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56554 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=498.43 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 49842 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=34920 CPUtime=1002.31 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 16499 0 0 0 100229 2 0 0 25 0 1 0 514847955 35758080 7898 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 8730 7898 127 39 0 7810 0
[pid=26807] ppid=26802 vsize=169948 CPUtime=498.34 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81756 0 0 0 49823 11 0 0 25 0 1 0 514847955 174026752 27301 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42487 27301 175 34 0 40929 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 2292740

[startup+1062.3 s]
/proc/loadavg: 10.21 10.13 9.34 11/192 26847
/proc/meminfo: memFree=30046948/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1363644 CPUtime=1062.31 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 556547 0 0 0 106052 179 0 0 25 0 1 0 514847955 1396371456 53946 33554432000 4194304 4587354 140736931194608 18446744073709551615 4230235 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 340911 53946 340 96 0 337473 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1062.31 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58529 0 0 0 106201 30 0 0 25 0 1 0 514847955 244854784 56554 33554432000 4194304 4785740 140736881353312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56554 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=528.23 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 52822 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=48252 CPUtime=1062.31 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 24724 0 0 0 106228 3 0 0 25 0 1 0 514847955 49410048 11231 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328119 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 12063 11231 127 39 0 11143 0
[pid=26807] ppid=26802 vsize=170084 CPUtime=528.22 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81775 0 0 0 52811 11 0 0 25 0 1 0 514847955 174166016 27320 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42521 27320 175 34 0 40963 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 2302372

[startup+1122.3 s]
/proc/loadavg: 10.27 10.15 9.39 11/192 26848
/proc/meminfo: memFree=30120916/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1335868 CPUtime=1122.31 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 600508 0 0 0 112041 190 0 0 25 0 1 0 514847955 1367928832 42985 33554432000 4194304 4587354 140736931194608 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 333967 42985 340 96 0 330529 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1122.32 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58529 0 0 0 112202 30 0 0 25 0 1 0 514847955 244854784 56554 33554432000 4194304 4785740 140736881353312 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56554 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=558.11 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 55810 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=49276 CPUtime=1122.31 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 24980 0 0 0 112228 3 0 0 25 0 1 0 514847955 50458624 11487 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 12319 11487 127 39 0 11399 0
[pid=26807] ppid=26802 vsize=170216 CPUtime=558.01 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81818 0 0 0 55790 11 0 0 25 0 1 0 514847955 174301184 27363 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42554 27363 175 34 0 40996 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 2275752

[startup+1182.3 s]
/proc/loadavg: 10.28 10.17 9.44 11/192 26850
/proc/meminfo: memFree=30072512/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1332516 CPUtime=1182.32 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 675207 0 0 0 118018 214 0 0 25 0 1 0 514847955 1364496384 47916 33554432000 4194304 4587354 140736931194608 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 333129 47917 340 96 0 329691 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1182.32 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58534 0 0 0 118202 30 0 0 25 0 1 0 514847955 244854784 56559 33554432000 4194304 4785740 140736881353312 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56559 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=587.92 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 58791 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=47224 CPUtime=1182.32 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 28308 0 0 0 118228 4 0 0 25 0 1 0 514847955 48357376 10974 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 11806 10974 127 39 0 10886 0
[pid=26807] ppid=26802 vsize=170348 CPUtime=587.88 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81834 0 0 0 58777 11 0 0 25 0 1 0 514847955 174436352 27379 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42587 27379 175 34 0 41029 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 2270480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.20 10.16 9.45 11/192 26850
/proc/meminfo: memFree=30088488/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1383336 CPUtime=1201.73 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 703081 0 0 0 119950 223 0 0 25 0 1 0 514847955 1416536064 40492 33554432000 4194304 4587354 140736931194608 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 345834 40492 340 96 0 342396 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1201.72 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58534 0 0 0 120142 30 0 0 25 0 1 0 514847955 244854784 56559 33554432000 4194304 4785740 140736881353312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56559 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=597.58 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 59757 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=50296 CPUtime=1201.73 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 29076 0 0 0 120169 4 0 0 25 0 1 0 514847955 51503104 11742 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 12574 11742 127 39 0 11654 0
[pid=26807] ppid=26802 vsize=170348 CPUtime=597.5 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81840 0 0 0 59739 11 0 0 25 0 1 0 514847955 174436352 27385 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42587 27385 175 34 0 41029 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 2324372

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.20 10.16 9.45 11/192 26850
/proc/meminfo: memFree=30088488/32951124 swapFree=67111344/67111528
[pid=26802] ppid=26800 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26802/stat : 26802 (ppfolio) S 26800 26802 26347 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 514847954 18763776 390 33554432000 4194304 4287625 140734244604176 18446744073709551615 271550557711 0 0 4096 65536 4610762845271883775 0 0 17 1 0 0 0
/proc/26802/statm: 4581 390 341 23 0 91 0
[pid=26803] ppid=26802 vsize=1383336 CPUtime=1201.73 cores=1
/proc/26803/stat : 26803 (cryptominisat) R 26802 26802 26347 0 -1 4202496 703081 0 0 0 119950 223 0 0 25 0 1 0 514847955 1416536064 40492 33554432000 4194304 4587354 140736931194608 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26803/statm: 345834 40492 340 96 0 342396 0
[pid=26804] ppid=26802 vsize=239116 CPUtime=1201.72 cores=5
/proc/26804/stat : 26804 (clasp) R 26802 26802 26347 0 -1 4202496 58534 0 0 0 120142 30 0 0 25 0 1 0 514847955 244854784 56559 33554432000 4194304 4785740 140736881353312 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26804/statm: 59779 56559 340 145 0 56824 0
[pid=26805] ppid=26802 vsize=462952 CPUtime=597.58 cores=7
/proc/26805/stat : 26805 (TNM) R 26802 26802 26347 0 -1 4202496 5283 0 0 0 59757 1 0 0 25 0 1 0 514847955 474062848 5180 33554432000 134512640 134534564 4293699664 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26805/statm: 115738 5180 95 6 0 114404 0
[pid=26806] ppid=26802 vsize=50296 CPUtime=1201.73 cores=3
/proc/26806/stat : 26806 (lingeling) R 26802 26802 26347 0 -1 4202496 29076 0 0 0 120169 4 0 0 25 0 1 0 514847955 51503104 11742 33554432000 4194304 4352236 140733215026368 18446744073709551615 4328181 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26806/statm: 12574 11742 127 39 0 11654 0
[pid=26807] ppid=26802 vsize=170348 CPUtime=597.5 cores=7
/proc/26807/stat : 26807 (march_hi) R 26802 26802 26347 0 -1 4202496 81840 0 0 0 59739 11 0 0 25 0 1 0 514847955 174436352 27385 33554432000 4194304 4331988 140736504423408 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26807/statm: 42587 27385 175 34 0 41029 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 2324372

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26802 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=5999
# CPU time returned by wait4() is 0.007998
# while last known CPU time is 4800.26
#
# 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.26
CPU user time (s): 4797.57
CPU system time (s): 2.69
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 3568272

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

runsolver used 1.71774 second user time and 4.92425 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 01:15:01
IDJOB=3281118
IDBENCH=20523
IDSOLVER=1612
FILE ID=node133/3281118-1304032501
RUNJOBID= node133-1304032500-26788
PBS_JOBID= 13170319
Free space on /tmp= 71888 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281118-1304032501/watcher-3281118-1304032501 -o /tmp/evaluation-result-3281118-1304032501/solver-3281118-1304032501 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3281118-1304032501.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=426088289

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:      31387060 kB
Buffers:        661388 kB
Cached:         494104 kB
SwapCached:        124 kB
Active:         527428 kB
Inactive:       691268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31387060 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           27664 kB
Writeback:           0 kB
AnonPages:       63640 kB
Mapped:          14504 kB
Slab:           280376 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187316 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= 71868 MiB
End job on node133 at 2011-04-29 01:35:04