Trace number 3275667

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.06 4999.91

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-5-5_34308.cnf
MD5SUM1ef198d3f2d717e33f4f2ba124eb7eb2
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 variables34306
Number of clauses708168
Sum of the clauses size3540840
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5708168
Number of clauses of size over 50

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 1 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	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0

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

running on 4 cores: 0,2,4,6

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): 5100 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.03 4.43 4.75 3/179 13224
/proc/meminfo: memFree=15239084/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4483570103220142338 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0

[startup+0.0167161 s]
/proc/loadavg: 4.03 4.43 4.75 3/179 13224
/proc/meminfo: memFree=15239084/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 497 0 0 0 0 0 0 0 23 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4483570103220142338 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100736 s]
/proc/loadavg: 4.03 4.43 4.75 3/179 13224
/proc/meminfo: memFree=15239084/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530876586710269952 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300701 s]
/proc/loadavg: 4.03 4.43 4.75 3/179 13224
/proc/meminfo: memFree=15239084/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530876586710269952 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700617 s]
/proc/loadavg: 4.03 4.43 4.75 3/179 13224
/proc/meminfo: memFree=15239084/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 24 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530876586710269952 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50047 s]
/proc/loadavg: 4.03 4.43 4.75 6/183 13228
/proc/meminfo: memFree=15125344/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=96916 CPUtime=0.49 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 15379 0 0 0 47 2 0 0 25 0 1 0 456999220 99241984 14541 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 24229 14541 304 96 0 20791 0
[pid=13226] ppid=13224 vsize=72976 CPUtime=0.44 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 19254 0 0 0 41 3 0 0 25 0 1 0 456999220 74727424 14691 33554432000 4194304 4785740 140734600718864 18446744073709551615 4491675 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 18244 14691 311 145 0 15289 0
[pid=13227] ppid=13224 vsize=464936 CPUtime=0.54 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 4715 0 0 0 54 0 0 0 25 0 1 0 456999220 476094464 4613 33554432000 134512640 134534564 4289621600 18446744073709551615 134520751 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 116234 4613 90 6 0 114900 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 653152

[startup+3.10117 s]
/proc/loadavg: 4.03 4.43 4.75 6/183 13228
/proc/meminfo: memFree=15081948/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=100084 CPUtime=1.04 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 16173 0 0 0 102 2 0 0 25 0 1 0 456999220 102486016 15335 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 25021 15335 304 96 0 21583 0
[pid=13226] ppid=13224 vsize=88824 CPUtime=0.99 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 23010 0 0 0 96 3 0 0 25 0 1 0 456999220 90955776 18447 33554432000 4194304 4785740 140734600718864 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 22206 18447 313 145 0 19251 0
[pid=13227] ppid=13224 vsize=521560 CPUtime=1.04 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 20615 0 0 0 101 3 0 0 25 0 1 0 456999220 534077440 20512 33554432000 134512640 134534564 4289621600 18446744073709551615 134520149 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 130390 20512 91 6 0 129056 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 728792

[startup+6.30056 s]
/proc/loadavg: 4.11 4.44 4.75 6/183 13228
/proc/meminfo: memFree=15021064/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=102592 CPUtime=2.09 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 16813 0 0 0 207 2 0 0 25 0 1 0 456999220 105054208 15975 33554432000 4194304 4587354 140737198049824 18446744073709551615 4463603 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 25648 15975 304 96 0 22210 0
[pid=13226] ppid=13224 vsize=88824 CPUtime=2.04 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 23010 0 0 0 201 3 0 0 25 0 1 0 456999220 90955776 18447 33554432000 4194304 4785740 140734600718864 18446744073709551615 4495610 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 22206 18447 313 145 0 19251 0
[pid=13227] ppid=13224 vsize=521560 CPUtime=2.14 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 20615 0 0 0 211 3 0 0 25 0 1 0 456999220 534077440 20512 33554432000 134512640 134534564 4289621600 18446744073709551615 134524536 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 130390 20512 91 6 0 129056 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 731300

[startup+12.7004 s]
/proc/loadavg: 4.18 4.45 4.75 6/183 13229
/proc/meminfo: memFree=14973088/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 18 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=104968 CPUtime=4.24 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 17389 0 0 0 422 2 0 0 25 0 1 0 456999220 107487232 16551 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 26242 16551 304 96 0 22804 0
[pid=13226] ppid=13224 vsize=133880 CPUtime=4.19 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 35703 0 0 0 413 6 0 0 25 0 1 0 456999220 137093120 29756 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 33470 29756 340 145 0 30515 0
[pid=13227] ppid=13224 vsize=521560 CPUtime=4.24 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 20615 0 0 0 421 3 0 0 25 0 1 0 456999220 534077440 20512 33554432000 134512640 134534564 4289621600 18446744073709551615 134524582 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 130390 20512 91 6 0 129056 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 778732

[startup+25.5009 s]
/proc/loadavg: 4.36 4.47 4.76 6/183 13229
/proc/meminfo: memFree=14848840/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530878098538758144 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=219592 CPUtime=8.49 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 53180 0 0 0 842 7 0 0 25 0 1 0 456999220 224862208 45839 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 54898 45839 326 96 0 51460 0
[pid=13226] ppid=13224 vsize=140488 CPUtime=8.44 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 37656 0 0 0 838 6 0 0 25 0 1 0 456999220 143859712 31709 33554432000 4194304 4785740 140734600718864 18446744073709551615 4303664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 35122 31709 340 145 0 32167 0
[pid=13227] ppid=13224 vsize=521560 CPUtime=8.54 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 20615 0 0 0 851 3 0 0 25 0 1 0 456999220 534077440 20512 33554432000 134512640 134534564 4289621600 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 130390 20512 91 6 0 129056 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 899964

[startup+51.1011 s]
/proc/loadavg: 4.58 4.51 4.76 6/183 13230
/proc/meminfo: memFree=14772420/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530876999027130368 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2921052 CPUtime=16.99 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 66137 0 0 0 1690 9 0 0 25 0 1 0 456999220 2991157248 45837 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 730263 45837 334 96 0 726825 0
[pid=13226] ppid=13224 vsize=174884 CPUtime=16.99 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 46263 0 0 0 1691 8 0 0 25 0 1 0 456999220 179081216 40316 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 43721 40316 340 145 0 40766 0
[pid=13227] ppid=13224 vsize=546280 CPUtime=17.09 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30883 0 0 0 1704 5 0 0 25 0 1 0 456999220 559390720 30780 33554432000 134512640 134534564 4289621600 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 136570 30780 95 6 0 135236 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3660540

[startup+102.306 s]
/proc/loadavg: 4.81 4.59 4.77 6/183 13231
/proc/meminfo: memFree=14710752/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877548782944256 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2923736 CPUtime=34.09 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 76859 0 0 0 3398 11 0 0 25 0 1 0 456999220 2993905664 45837 33554432000 4194304 4587354 140737198049824 18446744073709551615 4248807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 730934 45837 334 96 0 727496 0
[pid=13226] ppid=13224 vsize=235744 CPUtime=34.06 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 61340 0 0 0 3395 11 0 0 25 0 1 0 456999220 241401856 55393 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 58936 55393 340 145 0 55981 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=34.13 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 3408 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134529138 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3727912

[startup+162.301 s]
/proc/loadavg: 4.97 4.67 4.79 6/183 13233
/proc/meminfo: memFree=14635704/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530876586710269952 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2888836 CPUtime=54.08 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 91452 0 0 0 5394 14 0 0 25 0 1 0 456999220 2958168064 48536 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 722209 48536 334 96 0 718771 0
[pid=13226] ppid=13224 vsize=301712 CPUtime=54.06 cores=0

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

/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 4394172

[startup+4662.3 s]
/proc/loadavg: 4.11 4.78 4.87 4/175 13392
/proc/meminfo: memFree=14023560/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2919924 CPUtime=1554.15 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1207781 0 0 0 155145 270 0 0 25 0 1 0 456999220 2990002176 60895 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 729981 60895 334 96 0 726543 0
[pid=13226] ppid=13224 vsize=910216 CPUtime=1554.08 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 224959 0 0 0 155348 60 0 0 25 0 1 0 456999220 932061184 219012 33554432000 4194304 4785740 140734600718864 18446744073709551615 4287564 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 227554 219012 340 145 0 224599 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1554.2 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 155415 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530186 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 4398572

[startup+4722.31 s]
/proc/loadavg: 3.41 4.45 4.75 4/175 13393
/proc/meminfo: memFree=14013960/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2925816 CPUtime=1574.16 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1222842 0 0 0 157143 273 0 0 25 0 1 0 456999220 2996035584 56089 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 731454 56089 334 96 0 728016 0
[pid=13226] ppid=13224 vsize=938524 CPUtime=1574.1 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 231971 0 0 0 157347 63 0 0 25 0 1 0 456999220 961048576 226024 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 234631 226024 340 145 0 231676 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1574.2 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 157415 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 4432772

[startup+4782.3 s]
/proc/loadavg: 3.15 4.18 4.64 4/175 13395
/proc/meminfo: memFree=13956024/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2925816 CPUtime=1594.15 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1234702 0 0 0 159140 275 0 0 25 0 1 0 456999220 2996035584 67895 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 731454 67895 334 96 0 728016 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1594.1 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234715 0 0 0 159346 64 0 0 25 0 1 0 456999220 972132352 228768 33554432000 4194304 4785740 140734600718864 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228768 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1594.2 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 159415 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 4443596

[startup+4842.3 s]
/proc/loadavg: 3.05 3.97 4.53 4/175 13396
/proc/meminfo: memFree=14015016/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2888560 CPUtime=1614.14 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1244995 0 0 0 161137 277 0 0 25 0 1 0 456999220 2957885440 53085 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 722140 53085 334 96 0 718702 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1614.11 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234717 0 0 0 161347 64 0 0 25 0 1 0 456999220 972132352 228770 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228770 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1614.19 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 161414 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 4406340

[startup+4902.3 s]
/proc/loadavg: 3.07 3.80 4.44 4/175 13398
/proc/meminfo: memFree=13969956/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2888560 CPUtime=1634.14 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1256377 0 0 0 163133 281 0 0 25 0 1 0 456999220 2957885440 64415 33554432000 4194304 4587354 140737198049824 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 722140 64415 334 96 0 718702 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1634.12 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234720 0 0 0 163348 64 0 0 25 0 1 0 456999220 972132352 228773 33554432000 4194304 4785740 140734600718864 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228773 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1634.19 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 163414 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 4406340

[startup+4962.3 s]
/proc/loadavg: 3.03 3.65 4.35 4/175 13400
/proc/meminfo: memFree=13987652/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877273905037312 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2912152 CPUtime=1654.14 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1272050 0 0 0 165131 283 0 0 25 0 1 0 456999220 2982043648 59890 33554432000 4194304 4587354 140737198049824 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 728038 59890 334 96 0 724600 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1654.13 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234728 0 0 0 165349 64 0 0 25 0 1 0 456999220 972132352 228781 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228781 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1654.19 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 165414 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 4429932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 3.01 3.57 4.29 4/175 13401
/proc/meminfo: memFree=13958236/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877411343990784 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2912152 CPUtime=1666.64 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1279329 0 0 0 166379 285 0 0 25 0 1 0 456999220 2982043648 67133 33554432000 4194304 4587354 140737198049824 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 728038 67133 334 96 0 724600 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1666.64 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234734 0 0 0 166600 64 0 0 25 0 1 0 456999220 972132352 228787 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228787 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1666.78 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 166673 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530748 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 4429932

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

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

[startup+4999.9 s]
/proc/loadavg: 3.01 3.57 4.29 4/175 13401
/proc/meminfo: memFree=13958236/32951124 swapFree=67111528/67111528
[pid=13224] ppid=13222 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/13224/stat : 13224 (ppfolio) S 13222 13224 12531 0 -1 4202496 498 0 0 0 0 0 0 0 15 0 1 0 456999220 18763776 393 33554432000 4194304 4287625 140735117679792 18446744073709551615 264726425103 0 0 4096 65536 4530877411343990784 0 0 17 4 0 0 0
/proc/13224/statm: 4581 393 345 23 0 91 0
[pid=13225] ppid=13224 vsize=2912152 CPUtime=1666.64 cores=0
/proc/13225/stat : 13225 (cryptominisat) R 13224 13224 12531 0 -1 4202496 1279329 0 0 0 166379 285 0 0 25 0 1 0 456999220 2982043648 67133 33554432000 4194304 4587354 140737198049824 18446744073709551615 4243610 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13225/statm: 728038 67133 334 96 0 724600 0
[pid=13226] ppid=13224 vsize=949348 CPUtime=1666.64 cores=0
/proc/13226/stat : 13226 (clasp) R 13224 13224 12531 0 -1 4202496 234734 0 0 0 166600 64 0 0 25 0 1 0 456999220 972132352 228787 33554432000 4194304 4785740 140734600718864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/13226/statm: 237337 228787 340 145 0 234382 0
[pid=13227] ppid=13224 vsize=550108 CPUtime=1666.78 cores=0
/proc/13227/stat : 13227 (TNM) R 13224 13224 12531 0 -1 4202496 30884 0 0 0 166673 5 0 0 25 0 1 0 456999220 563310592 30781 33554432000 134512640 134534564 4289621600 18446744073709551615 134530748 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/13227/statm: 137527 30781 95 6 0 136193 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 4429932

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13224 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 5000.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.06
CPU user time (s): 4996.52
CPU system time (s): 3.54
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 5963516

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

runsolver used 8.89965 second user time and 18.0523 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-24 13:50:36
IDJOB=3275667
IDBENCH=83249
IDSOLVER=1639
FILE ID=node141/3275667-1303645835
RUNJOBID= node141-1303635245-12549
PBS_JOBID= 13150707
Free space on /tmp= 71496 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-5-5_34308.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275667-1303645835/watcher-3275667-1303645835 -o /tmp/evaluation-result-3275667-1303645835/solver-3275667-1303645835 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3275667-1303645835.cnf

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

MD5SUM BENCH= 1ef198d3f2d717e33f4f2ba124eb7eb2
RANDOM SEED=511665706

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:      15239364 kB
Buffers:       1630332 kB
Cached:       15428500 kB
SwapCached:          0 kB
Active:        9647552 kB
Inactive:      7489956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15239364 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32904 kB
Writeback:           0 kB
AnonPages:       78276 kB
Mapped:          16112 kB
Slab:           509808 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   672828 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= 71496 MiB
End job on node141 at 2011-04-24 15:13:58