Trace number 3282084

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.17 1201.71

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications 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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.80	This is pico-portfolio, a naive parallel portfolio
0.00/0.80	Copyright (C) 2011 Olivier Roussel
0.00/0.80	Using 4 processing units
0.00/0.80	This portfolio uses the following solvers:
0.00/0.80	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.80	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.80	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.80	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.80	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.80	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.80	Starting clasp 1.3.6 on core(s) 4
0.00/0.80	Starting TNM 2009 on core(s) 6
0.00/0.80	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.80	Starting march_hi 2009 on core(s) 6

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282084-1304032721/watcher-3282084-1304032721 -o /tmp/evaluation-result-3282084-1304032721/solver-3282084-1304032721 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3282084-1304032721.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.84 6.45 7.34 6/182 23218
/proc/meminfo: memFree=26186900/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) R 23216 23218 22773 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0

[startup+0.23652 s]
/proc/loadavg: 3.84 6.45 7.34 6/182 23218
/proc/meminfo: memFree=26186900/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30051 s]
/proc/loadavg: 3.84 6.45 7.34 6/182 23218
/proc/meminfo: memFree=26186900/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400491 s]
/proc/loadavg: 3.84 6.45 7.34 6/182 23218
/proc/meminfo: memFree=26186900/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700439 s]
/proc/loadavg: 3.84 6.45 7.34 6/182 23218
/proc/meminfo: memFree=26186900/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5013 s]
/proc/loadavg: 3.84 6.45 7.34 11/188 23224
/proc/meminfo: memFree=25930916/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=30828 CPUtime=1.49 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 2741 0 0 0 149 0 0 0 20 0 1 0 514870056 31567872 2212 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 7707 2212 329 96 0 4269 0
[pid=23220] ppid=23218 vsize=17984 CPUtime=1.49 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 2195 0 0 0 149 0 0 0 25 0 1 0 514870056 18415616 1829 33554432000 4194304 4785740 140734048848816 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 4496 1829 341 145 0 1541 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=0.77 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 77 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=6204 CPUtime=1.49 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 1371 0 0 0 149 0 0 0 25 0 1 0 514870056 6352896 719 33554432000 4194304 4352236 140735020366768 18446744073709551615 4231316 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 1551 719 127 39 0 631 0
[pid=23223] ppid=23218 vsize=23724 CPUtime=0.69 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 8397 0 0 0 69 0 0 0 25 0 1 0 514870056 24293376 3072 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229762 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 5931 3072 172 34 0 4373 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 554480

[startup+3.10102 s]
/proc/loadavg: 3.84 6.45 7.34 11/188 23224
/proc/meminfo: memFree=25857636/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=350584 CPUtime=3.09 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 3131 0 0 0 309 0 0 0 25 0 1 0 514870056 358998016 2274 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 87646 2274 329 96 0 84208 0
[pid=23220] ppid=23218 vsize=19340 CPUtime=3.09 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 2525 0 0 0 309 0 0 0 25 0 1 0 514870056 19804160 2159 33554432000 4194304 4785740 140734048848816 18446744073709551615 4319261 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 4835 2159 341 145 0 1880 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=1.57 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 157 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134530780 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=6204 CPUtime=3.09 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 1371 0 0 0 309 0 0 0 25 0 1 0 514870056 6352896 719 33554432000 4194304 4352236 140735020366768 18446744073709551615 4208072 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 1551 719 127 39 0 631 0
[pid=23223] ppid=23218 vsize=23968 CPUtime=1.49 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 8498 0 0 0 149 0 0 0 25 0 1 0 514870056 24543232 3168 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229375 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 5992 3168 172 34 0 4434 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 875836

[startup+6.30046 s]
/proc/loadavg: 4.42 6.53 7.36 11/188 23224
/proc/meminfo: memFree=25744796/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=350624 CPUtime=6.28 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 4040 0 0 0 628 0 0 0 25 0 1 0 514870056 359038976 2288 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 87656 2288 329 96 0 84218 0
[pid=23220] ppid=23218 vsize=20984 CPUtime=6.29 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 2940 0 0 0 629 0 0 0 25 0 1 0 514870056 21487616 2574 33554432000 4194304 4785740 140734048848816 18446744073709551615 4309600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 5246 2574 341 145 0 2291 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=3.15 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 315 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 12253560 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=6444 CPUtime=6.28 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 1431 0 0 0 628 0 0 0 25 0 1 0 514870056 6598656 779 33554432000 4194304 4352236 140735020366768 18446744073709551615 4207908 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 1611 779 127 39 0 691 0
[pid=23223] ppid=23218 vsize=24472 CPUtime=3.09 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 8724 0 0 0 309 0 0 0 25 0 1 0 514870056 25059328 3393 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229314 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 6118 3393 176 34 0 4560 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 878264

[startup+12.7003 s]
/proc/loadavg: 4.86 6.59 7.37 11/188 23225
/proc/meminfo: memFree=25473276/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=353884 CPUtime=12.69 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 6855 0 0 0 1268 1 0 0 25 0 1 0 514870056 362377216 3978 33554432000 4194304 4587354 140733395868976 18446744073709551615 4237627 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 88471 3978 338 96 0 85033 0
[pid=23220] ppid=23218 vsize=21380 CPUtime=12.68 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 3061 0 0 0 1268 0 0 0 25 0 1 0 514870056 21893120 2695 33554432000 4194304 4785740 140734048848816 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 5345 2695 341 145 0 2390 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=6.32 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 632 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134529775 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=8304 CPUtime=12.68 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 1998 0 0 0 1268 0 0 0 25 0 1 0 514870056 8503296 1244 33554432000 4194304 4352236 140735020366768 18446744073709551615 4231116 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 2076 1244 127 39 0 1156 0
[pid=23223] ppid=23218 vsize=25256 CPUtime=6.3 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 8975 0 0 0 629 1 0 0 25 0 1 0 514870056 25862144 3640 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 6314 3640 173 34 0 4756 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 884564

[startup+25.5071 s]
/proc/loadavg: 6.14 6.79 7.42 11/188 23225
/proc/meminfo: memFree=25435804/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=354028 CPUtime=25.49 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 9680 0 0 0 2547 2 0 0 25 0 1 0 514870056 362524672 4051 33554432000 4194304 4587354 140733395868976 18446744073709551615 4241265 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 88507 4051 338 96 0 85069 0
[pid=23220] ppid=23218 vsize=22520 CPUtime=25.49 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 3320 0 0 0 2549 0 0 0 25 0 1 0 514870056 23060480 2954 33554432000 4194304 4785740 140734048848816 18446744073709551615 4552568 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 5630 2954 341 145 0 2675 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=12.71 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 1271 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=8752 CPUtime=25.49 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 2110 0 0 0 2548 1 0 0 25 0 1 0 514870056 8962048 1356 33554432000 4194304 4352236 140735020366768 18446744073709551615 4231346 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 2188 1356 127 39 0 1268 0
[pid=23223] ppid=23218 vsize=26628 CPUtime=12.63 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 9234 0 0 0 1262 1 0 0 25 0 1 0 514870056 27267072 3899 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229469 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 6657 3899 173 34 0 5099 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 887668

[startup+51.1006 s]
/proc/loadavg: 7.46 7.04 7.49 11/188 23226
/proc/meminfo: memFree=25414668/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=357056 CPUtime=51.09 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 15276 0 0 0 5105 4 0 0 25 0 1 0 514870056 365625344 6024 33554432000 4194304 4587354 140733395868976 18446744073709551615 4237641 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 89264 6024 338 96 0 85826 0
[pid=23220] ppid=23218 vsize=23048 CPUtime=51.08 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 3467 0 0 0 5108 0 0 0 25 0 1 0 514870056 23601152 3101 33554432000 4194304 4785740 140734048848816 18446744073709551615 4546239 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 5762 3101 341 145 0 2807 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=25.41 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 2541 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=8752 CPUtime=51.08 cores=2

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

/proc/23223/statm: 21735 15059 173 34 0 20177 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 1017632

[startup+1002.31 s]
/proc/loadavg: 10.14 10.00 9.17 11/188 23251
/proc/meminfo: memFree=24765412/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=411272 CPUtime=1002.32 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 95041 0 0 0 100196 36 0 0 25 0 1 0 514870056 421142528 19732 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 102818 19732 338 96 0 99380 0
[pid=23220] ppid=23218 vsize=40568 CPUtime=1002.22 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 7921 0 0 0 100219 3 0 0 25 0 1 0 514870056 41541632 7405 33554432000 4194304 4785740 140734048848816 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 10142 7405 341 145 0 7187 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=498.44 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 49844 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134528659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=12852 CPUtime=1002.3 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 10079 0 0 0 100228 2 0 0 25 0 1 0 514870056 13160448 2381 33554432000 4194304 4352236 140735020366768 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3213 2381 127 39 0 2293 0
[pid=23223] ppid=23218 vsize=86940 CPUtime=498.4 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 21136 0 0 0 49830 10 0 0 25 0 1 0 514870056 89026560 15801 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229368 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 21735 15801 173 34 0 20177 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 1027372

[startup+1062.3 s]
/proc/loadavg: 10.14 10.03 9.23 11/188 23253
/proc/meminfo: memFree=24779784/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=397496 CPUtime=1062.31 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 96230 0 0 0 106194 37 0 0 25 0 1 0 514870056 407035904 17576 33554432000 4194304 4587354 140733395868976 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 99374 17576 338 96 0 95936 0
[pid=23220] ppid=23218 vsize=41728 CPUtime=1062.21 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 8136 0 0 0 106218 3 0 0 25 0 1 0 514870056 42729472 7620 33554432000 4194304 4785740 140734048848816 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 10432 7620 341 145 0 7477 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=528.3 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 52830 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=14132 CPUtime=1062.29 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 10399 0 0 0 106227 2 0 0 25 0 1 0 514870056 14471168 2701 33554432000 4194304 4352236 140735020366768 18446744073709551615 4231127 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3533 2701 127 39 0 2613 0
[pid=23223] ppid=23218 vsize=87072 CPUtime=528.22 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 21861 0 0 0 52812 10 0 0 25 0 1 0 514870056 89161728 16526 33554432000 4194304 4331988 140734379612752 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 21768 16526 173 34 0 20210 0
Current children cumulated CPU time (s) 4243.33
Current children cumulated vsize (KiB) 1016168

[startup+1122.3 s]
/proc/loadavg: 10.13 10.05 9.28 11/188 23254
/proc/meminfo: memFree=24767980/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=397664 CPUtime=1122.32 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 99713 0 0 0 112193 39 0 0 25 0 1 0 514870056 407207936 17576 33554432000 4194304 4587354 140733395868976 18446744073709551615 4243794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 99416 17576 338 96 0 95978 0
[pid=23220] ppid=23218 vsize=41992 CPUtime=1122.2 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 8206 0 0 0 112217 3 0 0 25 0 1 0 514870056 42999808 7690 33554432000 4194304 4785740 140734048848816 18446744073709551615 4550493 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 10498 7690 341 145 0 7543 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=558.13 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 55813 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=14388 CPUtime=1122.3 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 10783 0 0 0 112228 2 0 0 25 0 1 0 514870056 14733312 2765 33554432000 4194304 4352236 140735020366768 18446744073709551615 4281063 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3597 2765 127 39 0 2677 0
[pid=23223] ppid=23218 vsize=91084 CPUtime=558.05 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 22563 0 0 0 55795 10 0 0 25 0 1 0 514870056 93270016 17228 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229556 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 22771 17228 173 34 0 21213 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 1020868

[startup+1182.3 s]
/proc/loadavg: 10.12 10.07 9.33 11/188 23256
/proc/meminfo: memFree=24775392/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=409768 CPUtime=1182.32 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 102234 0 0 0 118192 40 0 0 25 0 1 0 514870056 419602432 20024 33554432000 4194304 4587354 140733395868976 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 102442 20024 338 96 0 99004 0
[pid=23220] ppid=23218 vsize=43864 CPUtime=1182.19 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 8687 0 0 0 118216 3 0 0 25 0 1 0 514870056 44916736 8171 33554432000 4194304 4785740 140734048848816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 10966 8171 341 145 0 8011 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=587.95 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 58795 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=13364 CPUtime=1182.3 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 11259 0 0 0 118228 2 0 0 25 0 1 0 514870056 13684736 2537 33554432000 4194304 4352236 140735020366768 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3341 2537 127 39 0 2421 0
[pid=23223] ppid=23218 vsize=91216 CPUtime=587.9 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 23196 0 0 0 58780 10 0 0 25 0 1 0 514870056 93405184 17861 33554432000 4194304 4331988 140734379612752 18446744073709551615 4229533 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 22804 17861 173 34 0 21246 0
Current children cumulated CPU time (s) 4722.66
Current children cumulated vsize (KiB) 1033952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.22 10.09 9.36 6/181 23257
/proc/meminfo: memFree=26173292/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=409768 CPUtime=1201.73 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 103285 0 0 0 120132 41 0 0 25 0 1 0 514870056 419602432 21050 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 102442 21050 338 96 0 99004 0
[pid=23220] ppid=23218 vsize=44712 CPUtime=1201.6 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 8884 0 0 0 120157 3 0 0 25 0 1 0 514870056 45785088 8368 33554432000 4194304 4785740 140734048848816 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 11178 8368 341 145 0 8223 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=597.62 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 59762 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=13620 CPUtime=1201.7 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 11295 0 0 0 120168 2 0 0 25 0 1 0 514870056 13946880 2573 33554432000 4194304 4352236 140735020366768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3405 2573 127 39 0 2485 0
[pid=23223] ppid=23218 vsize=91216 CPUtime=597.52 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 23403 0 0 0 59742 10 0 0 25 0 1 0 514870056 93405184 18068 33554432000 4194304 4331988 140734379612752 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 22804 18068 173 34 0 21246 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1035056

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.22 10.09 9.36 6/181 23257
/proc/meminfo: memFree=26173292/32951124 swapFree=67111364/67111528
[pid=23218] ppid=23216 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/23218/stat : 23218 (ppfolio) S 23216 23218 22773 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 514870056 18763776 389 33554432000 4194304 4287625 140736296970896 18446744073709551615 228244368911 0 0 4096 65536 4119869936132685823 0 0 17 4 0 0 0
/proc/23218/statm: 4581 389 341 23 0 91 0
[pid=23219] ppid=23218 vsize=409768 CPUtime=1201.73 cores=0
/proc/23219/stat : 23219 (cryptominisat) R 23218 23218 22773 0 -1 4202496 103285 0 0 0 120132 41 0 0 25 0 1 0 514870056 419602432 21050 33554432000 4194304 4587354 140733395868976 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23219/statm: 102442 21050 338 96 0 99004 0
[pid=23220] ppid=23218 vsize=44712 CPUtime=1201.6 cores=4
/proc/23220/stat : 23220 (clasp) R 23218 23218 22773 0 -1 4202496 8884 0 0 0 120157 3 0 0 25 0 1 0 514870056 45785088 8368 33554432000 4194304 4785740 140734048848816 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23220/statm: 11178 8368 341 145 0 8223 0
[pid=23221] ppid=23218 vsize=457416 CPUtime=597.62 cores=6
/proc/23221/stat : 23221 (TNM) R 23218 23218 22773 0 -1 4202496 1133 0 0 0 59762 0 0 0 25 0 1 0 514870056 468393984 1030 33554432000 134512640 134534564 4290099280 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23221/statm: 114354 1030 95 6 0 113020 0
[pid=23222] ppid=23218 vsize=13620 CPUtime=1201.7 cores=2
/proc/23222/stat : 23222 (lingeling) R 23218 23218 22773 0 -1 4202496 11295 0 0 0 120168 2 0 0 25 0 1 0 514870056 13946880 2573 33554432000 4194304 4352236 140735020366768 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/23222/statm: 3405 2573 127 39 0 2485 0
[pid=23223] ppid=23218 vsize=91216 CPUtime=597.52 cores=6
/proc/23223/stat : 23223 (march_hi) R 23218 23218 22773 0 -1 4202496 23403 0 0 0 59742 10 0 0 25 0 1 0 514870056 93405184 18068 33554432000 4194304 4331988 140734379612752 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/23223/statm: 22804 18068 173 34 0 21246 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1035056

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.71
CPU time (s): 4800.17
CPU user time (s): 4799.61
CPU system time (s): 0.56
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 1340668

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

runsolver used 1.80773 second user time and 4.75628 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 01:18:41
IDJOB=3282084
IDBENCH=70775
IDSOLVER=1612
FILE ID=node136/3282084-1304032721
RUNJOBID= node136-1304032720-23161
PBS_JOBID= 13170316
Free space on /tmp= 72312 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282084-1304032721/watcher-3282084-1304032721 -o /tmp/evaluation-result-3282084-1304032721/solver-3282084-1304032721 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3282084-1304032721.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1338255092

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26188172 kB
Buffers:       1046200 kB
Cached:        4910276 kB
SwapCached:        100 kB
Active:         863024 kB
Inactive:      5347920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26188172 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           34064 kB
Writeback:          12 kB
AnonPages:      253920 kB
Mapped:          16496 kB
Slab:           486576 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   858308 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= 72324 MiB
End job on node136 at 2011-04-29 01:38:45