Trace number 3190897

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.3 1201.91

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
MD5SUM15b86e0c1384321ea7bbac2466a811a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark318.072
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
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 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-3190897-1304042761/watcher-3190897-1304042761 -o /tmp/evaluation-result-3190897-1304042761/solver-3190897-1304042761 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190897-1304042761.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: 10.41 10.51 9.35 1/177 26562
/proc/meminfo: memFree=26699924/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0

[startup+0.025376 s]
/proc/loadavg: 10.41 10.51 9.35 1/177 26562
/proc/meminfo: memFree=26699924/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100365 s]
/proc/loadavg: 10.41 10.51 9.35 1/177 26562
/proc/meminfo: memFree=26699924/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) R 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300331 s]
/proc/loadavg: 10.41 10.51 9.35 1/177 26562
/proc/meminfo: memFree=26699924/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700257 s]
/proc/loadavg: 10.41 10.51 9.35 1/177 26562
/proc/meminfo: memFree=26699924/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50111 s]
/proc/loadavg: 10.41 10.51 9.35 13/194 26600
/proc/meminfo: memFree=26577112/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=47208 CPUtime=1.49 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 9396 0 0 0 148 1 0 0 25 0 1 0 496691618 48340992 7371 33554432000 4194304 4587354 140735273313600 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 11802 7371 326 96 0 8364 0
[pid=26564] ppid=26562 vsize=26264 CPUtime=1.48 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 5237 0 0 0 148 0 0 0 20 0 1 0 496691618 26894336 3891 33554432000 4194304 4785740 140735640599328 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 6566 3891 340 145 0 3611 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=0.77 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 77 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=12016 CPUtime=1.48 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 3922 0 0 0 148 0 0 0 25 0 1 0 496691618 12304384 2082 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328423 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 3004 2082 127 39 0 2084 0
[pid=26568] ppid=26562 vsize=20832 CPUtime=0.7 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 18352 0 0 0 68 2 0 0 25 0 1 0 496691618 21331968 2681 33554432000 4194304 4331988 140735901188784 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 5208 2681 143 34 0 3650 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 586540

[startup+3.10081 s]
/proc/loadavg: 10.41 10.51 9.35 12/193 26602
/proc/meminfo: memFree=26563736/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=84712 CPUtime=3.09 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 10466 0 0 0 308 1 0 0 25 0 1 0 496691618 86745088 8437 33554432000 4194304 4587354 140735273313600 18446744073709551615 4230176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 21178 8437 326 96 0 17740 0
[pid=26564] ppid=26562 vsize=33560 CPUtime=3.08 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 7038 0 0 0 308 0 0 0 25 0 1 0 496691618 34365440 5692 33554432000 4194304 4785740 140735640599328 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 8390 5692 340 145 0 5435 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=1.57 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 157 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=12016 CPUtime=3.08 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 3922 0 0 0 308 0 0 0 25 0 1 0 496691618 12304384 2082 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328411 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 3004 2082 127 39 0 2084 0
[pid=26568] ppid=26562 vsize=56376 CPUtime=1.49 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 34110 0 0 0 145 4 0 0 25 0 1 0 496691618 57729024 10996 33554432000 4194304 4331988 140735901188784 18446744073709551615 4229368 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 14094 10996 173 34 0 12536 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 666884

[startup+6.30122 s]
/proc/loadavg: 10.46 10.52 9.36 12/194 26613
/proc/meminfo: memFree=26489088/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=84712 CPUtime=6.29 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 12390 0 0 0 628 1 0 0 25 0 1 0 496691618 86745088 10356 33554432000 4194304 4587354 140735273313600 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 21178 10356 326 96 0 17740 0
[pid=26564] ppid=26562 vsize=46140 CPUtime=6.28 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 10159 0 0 0 627 1 0 0 25 0 1 0 496691618 47247360 8813 33554432000 4194304 4785740 140735640599328 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 11535 8813 340 145 0 8580 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=3.15 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 315 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=12016 CPUtime=6.28 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 3922 0 0 0 628 0 0 0 25 0 1 0 496691618 12304384 2082 33554432000 4194304 4352236 140736554528240 18446744073709551615 4231337 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 3004 2082 127 39 0 2084 0
[pid=26568] ppid=26562 vsize=58016 CPUtime=3.09 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 34859 0 0 0 305 4 0 0 25 0 1 0 496691618 59408384 11745 33554432000 4194304 4331988 140735901188784 18446744073709551615 4265345 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 14504 11745 173 34 0 12946 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 681104

[startup+12.701 s]
/proc/loadavg: 10.50 10.52 9.37 12/193 26658
/proc/meminfo: memFree=26417056/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1706000 CPUtime=12.69 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 36383 0 0 0 1263 6 0 0 25 0 1 0 496691618 1746944000 28888 33554432000 4194304 4587354 140735273313600 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 426500 28888 337 96 0 423062 0
[pid=26564] ppid=26562 vsize=73360 CPUtime=12.69 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 16984 0 0 0 1265 4 0 0 25 0 1 0 496691618 75120640 15638 33554432000 4194304 4785740 140735640599328 18446744073709551615 4550473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 18340 15638 340 145 0 15385 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=6.31 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 631 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=16344 CPUtime=12.68 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 5093 0 0 0 1268 0 0 0 25 0 1 0 496691618 16736256 3253 33554432000 4194304 4352236 140736554528240 18446744073709551615 4208085 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 4086 3253 127 39 0 3166 0
[pid=26568] ppid=26562 vsize=63144 CPUtime=6.3 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 36032 0 0 0 625 5 0 0 25 0 1 0 496691618 64659456 12918 33554432000 4194304 4331988 140735901188784 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 15786 12918 173 34 0 14228 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 2339068

[startup+25.5007 s]
/proc/loadavg: 10.61 10.55 9.39 12/193 26719
/proc/meminfo: memFree=26376788/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=128956 CPUtime=25.49 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 52768 0 0 0 2538 11 0 0 25 0 1 0 496691618 132050944 12222 33554432000 4194304 4587354 140735273313600 18446744073709551615 4230288 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 32239 12222 337 96 0 28801 0
[pid=26564] ppid=26562 vsize=93400 CPUtime=25.48 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 21910 0 0 0 2543 5 0 0 25 0 1 0 496691618 95641600 20564 33554432000 4194304 4785740 140735640599328 18446744073709551615 4276894 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 23350 20564 340 145 0 20395 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=12.7 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 1270 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=18508 CPUtime=25.48 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 5634 0 0 0 2548 0 0 0 25 0 1 0 496691618 18952192 3794 33554432000 4194304 4352236 140736554528240 18446744073709551615 4327902 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 4627 3794 127 39 0 3707 0
[pid=26568] ppid=26562 vsize=64332 CPUtime=12.64 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 36322 0 0 0 1259 5 0 0 25 0 1 0 496691618 65875968 13208 33554432000 4194304 4331988 140735901188784 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 16083 13208 173 34 0 14525 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 785416

[startup+51.101 s]
/proc/loadavg: 10.88 10.61 9.44 12/194 26800
/proc/meminfo: memFree=26222472/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1751440 CPUtime=51.08 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 107149 0 0 0 5084 24 0 0 25 0 1 0 496691618 1793474560 41805 33554432000 4194304 4587354 140735273313600 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 437860 41805 337 96 0 434422 0
[pid=26564] ppid=26562 vsize=112500 CPUtime=51.09 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 26658 0 0 0 5102 7 0 0 25 0 1 0 496691618 115200000 25312 33554432000 4194304 4785740 140735640599328 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 28125 25312 340 145 0 25170 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=25.41 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 2541 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=25412 CPUtime=51.07 cores=3

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

/proc/26568/statm: 17272 14402 173 34 0 15714 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 2564480

[startup+1002.3 s]
/proc/loadavg: 10.29 10.45 10.19 11/188 28375
/proc/meminfo: memFree=25830104/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1668876 CPUtime=1002.3 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 622947 0 0 0 99980 250 0 0 25 0 1 0 496691618 1708929024 21899 33554432000 4194304 4587354 140735273313600 18446744073709551615 4241274 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 417219 21899 337 96 0 413781 0
[pid=26564] ppid=26562 vsize=335164 CPUtime=1002.32 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 81302 0 0 0 100205 27 0 0 25 0 1 0 496691618 343207936 79956 33554432000 4194304 4785740 140735640599328 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 83791 79956 340 145 0 80836 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=498.42 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 49842 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=27972 CPUtime=1002.3 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8000 0 0 0 100229 1 0 0 25 0 1 0 496691618 28643328 6160 33554432000 4194304 4352236 140736554528240 18446744073709551615 4277770 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 6993 6160 127 39 0 6073 0
[pid=26568] ppid=26562 vsize=69220 CPUtime=498.42 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37540 0 0 0 49836 6 0 0 25 0 1 0 496691618 70881280 14426 33554432000 4194304 4331988 140735901188784 18446744073709551615 4292581 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17305 14426 173 34 0 15747 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 2581452

[startup+1062.3 s]
/proc/loadavg: 10.25 10.39 10.19 11/188 28377
/proc/meminfo: memFree=25901264/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1674424 CPUtime=1062.3 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 650917 0 0 0 105963 267 0 0 25 0 1 0 496691618 1714610176 17153 33554432000 4194304 4587354 140735273313600 18446744073709551615 4237677 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 418606 17153 337 96 0 415168 0
[pid=26564] ppid=26562 vsize=335164 CPUtime=1062.32 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 81303 0 0 0 106205 27 0 0 25 0 1 0 496691618 343207936 79957 33554432000 4194304 4785740 140735640599328 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 83791 79957 340 145 0 80836 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=528.3 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 52830 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=30020 CPUtime=1062.31 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8512 0 0 0 106230 1 0 0 25 0 1 0 496691618 30740480 6672 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328618 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 7505 6672 127 39 0 6585 0
[pid=26568] ppid=26562 vsize=69220 CPUtime=528.22 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37561 0 0 0 52816 6 0 0 25 0 1 0 496691618 70881280 14447 33554432000 4194304 4331988 140735901188784 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17305 14447 173 34 0 15747 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 2589048

[startup+1122.3 s]
/proc/loadavg: 10.28 10.37 10.19 11/188 28378
/proc/meminfo: memFree=25843464/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=156624 CPUtime=1122.31 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 677517 0 0 0 111948 283 0 0 25 0 1 0 496691618 160382976 27116 33554432000 4194304 4587354 140735273313600 18446744073709551615 4230371 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 39156 27116 337 96 0 35718 0
[pid=26564] ppid=26562 vsize=335164 CPUtime=1122.32 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 81313 0 0 0 112205 27 0 0 25 0 1 0 496691618 343207936 79967 33554432000 4194304 4785740 140735640599328 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 83791 79967 340 145 0 80836 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=558.12 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 55812 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=30020 CPUtime=1122.31 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8512 0 0 0 112230 1 0 0 25 0 1 0 496691618 30740480 6672 33554432000 4194304 4352236 140736554528240 18446744073709551615 4327922 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 7505 6672 127 39 0 6585 0
[pid=26568] ppid=26562 vsize=69352 CPUtime=558.07 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37583 0 0 0 55801 6 0 0 25 0 1 0 496691618 71016448 14469 33554432000 4194304 4331988 140735901188784 18446744073709551615 4228983 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17338 14469 173 34 0 15780 0
Current children cumulated CPU time (s) 4483.13
Current children cumulated vsize (KiB) 1071380

[startup+1182.3 s]
/proc/loadavg: 10.57 10.42 10.21 11/188 28383
/proc/meminfo: memFree=25851920/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1664580 CPUtime=1182.31 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 705398 0 0 0 117931 300 0 0 25 0 1 0 496691618 1704529920 21018 33554432000 4194304 4587354 140735273313600 18446744073709551615 4250289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 416145 21018 337 96 0 412707 0
[pid=26564] ppid=26562 vsize=342220 CPUtime=1181.5 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 83088 0 0 0 118121 29 0 0 25 0 1 0 496691618 350433280 81742 33554432000 4194304 4785740 140735640599328 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 85555 81742 340 145 0 82600 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=587.96 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 58796 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=30020 CPUtime=1182.31 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8512 0 0 0 118230 1 0 0 25 0 1 0 496691618 30740480 6672 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328075 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 7505 6672 127 39 0 6585 0
[pid=26568] ppid=26562 vsize=69484 CPUtime=587.9 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37601 0 0 0 58784 6 0 0 25 0 1 0 496691618 71151616 14487 33554432000 4194304 4331988 140735901188784 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17371 14487 173 34 0 15813 0
Current children cumulated CPU time (s) 4721.98
Current children cumulated vsize (KiB) 2586524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 10.41 10.39 10.21 11/188 28383
/proc/meminfo: memFree=25827100/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1664580 CPUtime=1201.91 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 713281 0 0 0 119886 305 0 0 25 0 1 0 496691618 1704529920 28868 33554432000 4194304 4587354 140735273313600 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 416145 28868 337 96 0 412707 0
[pid=26564] ppid=26562 vsize=342220 CPUtime=1201.11 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 83089 0 0 0 120082 29 0 0 25 0 1 0 496691618 350433280 81743 33554432000 4194304 4785740 140735640599328 18446744073709551615 4286930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 85555 81743 340 145 0 82600 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=597.71 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 59771 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=30020 CPUtime=1201.92 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8512 0 0 0 120191 1 0 0 25 0 1 0 496691618 30740480 6672 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 7505 6672 127 39 0 6585 0
[pid=26568] ppid=26562 vsize=69484 CPUtime=597.65 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37605 0 0 0 59759 6 0 0 25 0 1 0 496691618 71151616 14491 33554432000 4194304 4331988 140735901188784 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17371 14491 173 34 0 15813 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2586524

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

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

[startup+1201.9 s]
/proc/loadavg: 10.41 10.39 10.21 11/188 28383
/proc/meminfo: memFree=25827100/32951124 swapFree=67111524/67111528
[pid=26562] ppid=26560 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (ppfolio) S 26560 26562 25547 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 496691617 18763776 389 33554432000 4194304 4287625 140734275747360 18446744073709551615 228095471119 0 0 4096 65536 471373420945211391 0 0 17 3 0 0 0
/proc/26562/statm: 4581 389 341 23 0 91 0
[pid=26563] ppid=26562 vsize=1664580 CPUtime=1201.91 cores=1
/proc/26563/stat : 26563 (cryptominisat) R 26562 26562 25547 0 -1 4202496 713281 0 0 0 119886 305 0 0 25 0 1 0 496691618 1704529920 28868 33554432000 4194304 4587354 140735273313600 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26563/statm: 416145 28868 337 96 0 412707 0
[pid=26564] ppid=26562 vsize=342220 CPUtime=1201.11 cores=5
/proc/26564/stat : 26564 (clasp) R 26562 26562 25547 0 -1 4202496 83089 0 0 0 120082 29 0 0 25 0 1 0 496691618 350433280 81743 33554432000 4194304 4785740 140735640599328 18446744073709551615 4286930 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/26564/statm: 85555 81743 340 145 0 82600 0
[pid=26566] ppid=26562 vsize=461896 CPUtime=597.71 cores=7
/proc/26566/stat : 26566 (TNM) R 26562 26562 25547 0 -1 4202496 4293 0 0 0 59771 0 0 0 25 0 1 0 496691618 472981504 4190 33554432000 134512640 134534564 4290563824 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26566/statm: 115474 4190 95 6 0 114140 0
[pid=26567] ppid=26562 vsize=30020 CPUtime=1201.92 cores=3
/proc/26567/stat : 26567 (lingeling) R 26562 26562 25547 0 -1 4202496 8512 0 0 0 120191 1 0 0 25 0 1 0 496691618 30740480 6672 33554432000 4194304 4352236 140736554528240 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/26567/statm: 7505 6672 127 39 0 6585 0
[pid=26568] ppid=26562 vsize=69484 CPUtime=597.65 cores=7
/proc/26568/stat : 26568 (march_hi) R 26562 26562 25547 0 -1 4202496 37605 0 0 0 59759 6 0 0 25 0 1 0 496691618 71151616 14491 33554432000 4194304 4331988 140735901188784 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/26568/statm: 17371 14491 173 34 0 15813 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 2586524

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.91
CPU time (s): 4800.3
CPU user time (s): 4796.89
CPU system time (s): 3.41
CPU usage (%): 399.388
Max. virtual memory (cumulated for all children) (KiB): 4205600

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

runsolver used 1.75073 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 04:06:01
IDJOB=3190897
IDBENCH=82628
IDSOLVER=1612
FILE ID=node142/3190897-1304042761
RUNJOBID= node142-1304041557-25983
PBS_JOBID= 13170374
Free space on /tmp= 71312 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S30704505-092-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190897-1304042761/watcher-3190897-1304042761 -o /tmp/evaluation-result-3190897-1304042761/solver-3190897-1304042761 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190897-1304042761.cnf

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

MD5SUM BENCH= 15b86e0c1384321ea7bbac2466a811a7
RANDOM SEED=1019614855

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      26700132 kB
Buffers:       1641264 kB
Cached:        4005088 kB
SwapCached:          4 kB
Active:         649612 kB
Inactive:      5061688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26700132 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12720 kB
Writeback:           0 kB
AnonPages:       64748 kB
Mapped:          15792 kB
Slab:           474204 kB
PageTables:       5380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190840 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= 71292 MiB
End job on node142 at 2011-04-29 04:26:05