Trace number 3249587

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.14 1204.11

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
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 variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.11	This is pico-portfolio, a naive parallel portfolio
0.00/0.11	Copyright (C) 2011 Olivier Roussel
0.00/0.11	Using 4 processing units
0.00/0.11	This portfolio uses the following solvers:
0.00/0.11	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.11	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.11	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.11	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.11	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.11	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.11	Starting clasp 1.3.6 on core(s) 4
0.00/0.11	Starting TNM 2009 on core(s) 6
0.00/0.11	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.11	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-3249587-1304084238/watcher-3249587-1304084238 -o /tmp/evaluation-result-3249587-1304084238/solver-3249587-1304084238 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3249587-1304084238.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: 9.72 10.05 9.51 7/180 7272
/proc/meminfo: memFree=16334920/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18240 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) R 7270 7272 5255 0 -1 4194304 269 0 0 0 0 0 0 0 25 0 1 0 520023451 18677760 217 33554432000 4194304 4287625 140737423451408 18446744073709551615 210642183656 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7272/statm: 4560 217 184 23 0 57 0

[startup+0.0574031 s]
/proc/loadavg: 9.72 10.05 9.51 7/180 7272
/proc/meminfo: memFree=16334920/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) R 7270 7272 5255 0 -1 4194304 507 0 0 0 0 0 0 0 25 0 1 0 520023451 18763776 388 33554432000 4194304 4287625 140737423451408 18446744073709551615 48006471508410 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/7272/statm: 4581 388 339 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.157387 s]
/proc/loadavg: 9.72 10.05 9.51 7/180 7272
/proc/meminfo: memFree=16334920/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300363 s]
/proc/loadavg: 9.72 10.05 9.51 7/180 7272
/proc/meminfo: memFree=16334920/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700298 s]
/proc/loadavg: 9.72 10.05 9.51 7/180 7272
/proc/meminfo: memFree=16334920/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 23 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 9.72 10.05 9.51 11/186 7278
/proc/meminfo: memFree=16275848/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1627932 CPUtime=1.48 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 11213 0 0 0 147 1 0 0 20 0 1 0 520023452 1667002368 6053 33554432000 4194304 4587354 140734609861312 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 406983 6053 327 96 0 403545 0
[pid=7275] ppid=7272 vsize=24908 CPUtime=1.38 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 3920 0 0 0 138 0 0 0 25 0 1 0 520023452 25505792 3508 33554432000 4194304 4785740 140734676604160 18446744073709551615 4495883 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 6227 3508 316 145 0 3272 0
[pid=7276] ppid=7272 vsize=457540 CPUtime=0.84 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 1945 0 0 0 84 0 0 0 25 0 1 0 520023452 468520960 1841 33554432000 134512640 134534564 4288624000 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 114385 1841 91 6 0 113051 0
[pid=7277] ppid=7272 vsize=13940 CPUtime=1.48 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 2996 0 0 0 148 0 0 0 20 0 1 0 520023452 14274560 2652 33554432000 4194304 4352236 140737110790080 18446744073709551615 4267799 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 3485 2652 124 39 0 2565 0
[pid=7278] ppid=7272 vsize=16684 CPUtime=0.63 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 8606 0 0 0 62 1 0 0 25 0 1 0 520023462 17084416 2013 33554432000 4194304 4331988 140736385240704 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 4171 2013 150 34 0 2613 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 2159328

[startup+3.10089 s]
/proc/loadavg: 9.72 10.05 9.51 11/186 7278
/proc/meminfo: memFree=16259604/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1636176 CPUtime=3.08 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 14251 0 0 0 306 2 0 0 25 0 1 0 520023452 1675444224 9011 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 409044 9011 337 96 0 405606 0
[pid=7275] ppid=7272 vsize=35248 CPUtime=2.98 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 6668 0 0 0 297 1 0 0 25 0 1 0 520023452 36093952 6112 33554432000 4194304 4785740 140734676604160 18446744073709551615 4548945 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 8812 6112 340 145 0 5857 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=1.64 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 164 0 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=14428 CPUtime=2.43 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 3145 0 0 0 222 21 0 0 23 0 1 0 520023452 14774272 2801 33554432000 4194304 4352236 140737110790080 18446744073709551615 4276518 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 3607 2801 127 39 0 2687 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=1.42 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 141 1 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 2190988

[startup+6.30036 s]
/proc/loadavg: 9.82 10.07 9.51 13/186 7278
/proc/meminfo: memFree=16226444/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1647708 CPUtime=6.28 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 19245 0 0 0 625 3 0 0 25 0 1 0 520023452 1687252992 11118 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 411927 11118 337 96 0 408489 0
[pid=7275] ppid=7272 vsize=43800 CPUtime=6.18 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 8746 0 0 0 617 1 0 0 25 0 1 0 520023452 44851200 8190 33554432000 4194304 4785740 140734676604160 18446744073709551615 4278016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 10950 8190 340 145 0 7995 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=3.24 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 324 0 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=11704 CPUtime=3.37 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 3344 0 0 0 294 43 0 0 25 0 1 0 520023452 11984896 2088 33554432000 4194304 4352236 140737110790080 18446744073709551615 4328359 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 2926 2088 127 39 0 2006 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=3 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 299 1 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228339 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 2208348

[startup+12.7013 s]
/proc/loadavg: 9.91 10.08 9.52 11/186 7279
/proc/meminfo: memFree=16207452/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1637596 CPUtime=12.67 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 24915 0 0 0 1264 3 0 0 25 0 1 0 520023452 1676898304 10810 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 409399 10810 337 96 0 405961 0
[pid=7275] ppid=7272 vsize=50132 CPUtime=12.58 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 10288 0 0 0 1256 2 0 0 25 0 1 0 520023452 51335168 9732 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 12533 9732 340 145 0 9578 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=6.4 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 640 0 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530549 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=12344 CPUtime=9.77 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 3824 0 0 0 934 43 0 0 25 0 1 0 520023452 12640256 2248 33554432000 4194304 4352236 140737110790080 18446744073709551615 4231018 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 3086 2248 127 39 0 2166 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=6.2 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 619 1 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4263216 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 47.62
Current children cumulated vsize (KiB) 2205208

[startup+25.5011 s]
/proc/loadavg: 9.93 10.08 9.53 11/186 7279
/proc/meminfo: memFree=16152268/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1676228 CPUtime=25.46 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 34660 0 0 0 2542 4 0 0 25 0 1 0 520023452 1716457472 20552 33554432000 4194304 4587354 140734609861312 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 419057 20552 337 96 0 415619 0
[pid=7275] ppid=7272 vsize=61200 CPUtime=25.36 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 12883 0 0 0 2534 2 0 0 25 0 1 0 520023452 62668800 12327 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 15300 12327 340 145 0 12345 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=12.74 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 1274 0 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=14392 CPUtime=22.56 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 4848 0 0 0 2213 43 0 0 25 0 1 0 520023452 14737408 2760 33554432000 4194304 4352236 140737110790080 18446744073709551615 4235610 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 3598 2760 127 39 0 2678 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=12.59 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 1258 1 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228343 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 98.71
Current children cumulated vsize (KiB) 2256956

[startup+51.1008 s]
/proc/loadavg: 9.95 10.07 9.54 11/186 7280
/proc/meminfo: memFree=16228064/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1684060 CPUtime=51.05 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 47343 0 0 0 5099 6 0 0 25 0 1 0 520023452 1724477440 20472 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 421015 20472 337 96 0 417577 0
[pid=7275] ppid=7272 vsize=71844 CPUtime=50.96 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 15402 0 0 0 5093 3 0 0 25 0 1 0 520023452 73568256 14846 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 17961 14846 340 145 0 15006 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=25.49 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 2549 0 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=18492 CPUtime=48.17 cores=2

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

/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 3520.88
Current children cumulated vsize (KiB) 2390640

[startup+942.301 s]
/proc/loadavg: 10.18 10.17 9.91 11/186 7304
/proc/meminfo: memFree=16003128/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1676328 CPUtime=942.17 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 714501 0 0 0 94049 168 0 0 25 0 1 0 520023452 1716559872 23639 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 419082 23639 337 96 0 415644 0
[pid=7275] ppid=7272 vsize=179088 CPUtime=942.06 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 40280 0 0 0 94197 9 0 0 25 0 1 0 520023452 183386112 39724 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 44772 39724 340 145 0 41817 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=468.57 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 46849 8 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=30924 CPUtime=939.35 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 51899 0 0 0 93886 49 0 0 25 0 1 0 520023452 31666176 6893 33554432000 4194304 4352236 140737110790080 18446744073709551615 4328009 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 7731 6893 127 39 0 6811 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=468.37 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 46829 8 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228331 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 3760.52
Current children cumulated vsize (KiB) 2391476

[startup+1002.3 s]
/proc/loadavg: 10.05 10.15 9.92 11/186 7370
/proc/meminfo: memFree=16375356/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1676368 CPUtime=1002.17 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 762372 0 0 0 100035 182 0 0 25 0 1 0 520023452 1716600832 25606 33554432000 4194304 4587354 140734609861312 18446744073709551615 4249472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 419092 25606 337 96 0 415654 0
[pid=7275] ppid=7272 vsize=181332 CPUtime=1002.05 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 40816 0 0 0 100196 9 0 0 25 0 1 0 520023452 185683968 40260 33554432000 4194304 4785740 140734676604160 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 45333 40260 340 145 0 42378 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=496.87 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 49678 9 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=26572 CPUtime=999.34 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 57531 0 0 0 99884 50 0 0 25 0 1 0 520023452 27209728 5805 33554432000 4194304 4352236 140737110790080 18446744073709551615 4231147 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 6643 5805 127 39 0 5723 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=496.67 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 49658 9 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 3997.1
Current children cumulated vsize (KiB) 2389408

[startup+1062.3 s]
/proc/loadavg: 9.92 10.10 9.92 11/186 7403
/proc/meminfo: memFree=16442336/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1683844 CPUtime=1062.17 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 803683 0 0 0 106028 189 0 0 25 0 1 0 520023452 1724256256 20752 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 420961 20752 337 96 0 417523 0
[pid=7275] ppid=7272 vsize=186460 CPUtime=1062.05 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 41941 0 0 0 106195 10 0 0 25 0 1 0 520023452 190935040 41385 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 46615 41385 340 145 0 43660 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=525.16 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 52502 14 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134528842 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=31180 CPUtime=1059.35 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 60955 0 0 0 105884 51 0 0 25 0 1 0 520023452 31928320 6957 33554432000 4194304 4352236 140737110790080 18446744073709551615 4331465 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 7795 6957 127 39 0 6875 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=525.03 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 52494 9 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228365 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 4233.76
Current children cumulated vsize (KiB) 2406620

[startup+1122.3 s]
/proc/loadavg: 10.12 10.12 9.93 11/186 7437
/proc/meminfo: memFree=16352196/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1685044 CPUtime=1122.18 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 851423 0 0 0 112014 204 0 0 25 0 1 0 520023452 1725485056 20811 33554432000 4194304 4587354 140734609861312 18446744073709551615 210646843067 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 421261 20811 337 96 0 417823 0
[pid=7275] ppid=7272 vsize=196836 CPUtime=1122.05 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 44291 0 0 0 112195 10 0 0 25 0 1 0 520023452 201560064 43735 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 49209 43735 340 145 0 46254 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=555.04 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 55490 14 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=26572 CPUtime=1119.34 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 64539 0 0 0 111882 52 0 0 25 0 1 0 520023452 27209728 5805 33554432000 4194304 4352236 140737110790080 18446744073709551615 4222658 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 6643 5805 127 39 0 5723 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=554.82 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 55473 9 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4228343 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 4473.43
Current children cumulated vsize (KiB) 2413588

[startup+1182.3 s]
/proc/loadavg: 10.18 10.13 9.94 11/186 7439
/proc/meminfo: memFree=16296760/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1685140 CPUtime=1182.18 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 894835 0 0 0 118002 216 0 0 25 0 1 0 520023452 1725583360 27514 33554432000 4194304 4587354 140734609861312 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 421285 27514 337 96 0 417847 0
[pid=7275] ppid=7272 vsize=200844 CPUtime=1182.06 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 45198 0 0 0 118196 10 0 0 25 0 1 0 520023452 205664256 44642 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 50211 44642 340 145 0 47256 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=584.85 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 58471 14 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=32716 CPUtime=1179.31 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 67419 0 0 0 117877 54 0 0 25 0 1 0 520023452 33501184 7341 33554432000 4194304 4352236 140737110790080 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 8179 7341 127 39 0 7259 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=584.69 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 58460 9 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 4713.09
Current children cumulated vsize (KiB) 2423836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.1 s]
/proc/loadavg: 10.12 10.12 9.94 11/186 7439
/proc/meminfo: memFree=16319704/32951132 swapFree=67111524/67111528
[pid=7272] ppid=7270 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/7272/stat : 7272 (ppfolio) S 7270 7272 5255 0 -1 4202496 524 0 0 0 0 0 0 0 15 0 1 0 520023451 18763776 390 33554432000 4194304 4287625 140737423451408 18446744073709551615 210647166479 0 0 4096 65536 3647449097218031615 0 0 17 4 0 0 0
/proc/7272/statm: 4581 390 341 23 0 91 0
[pid=7274] ppid=7272 vsize=1684540 CPUtime=1203.98 cores=0
/proc/7274/stat : 7274 (cryptominisat) R 7272 7272 5255 0 -1 4202496 914562 0 0 0 120176 222 0 0 25 0 1 0 520023452 1724968960 22580 33554432000 4194304 4587354 140734609861312 18446744073709551615 210646843032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7274/statm: 421135 22580 337 96 0 417697 0
[pid=7275] ppid=7272 vsize=200844 CPUtime=1203.86 cores=4
/proc/7275/stat : 7275 (clasp) R 7272 7272 5255 0 -1 4202496 45215 0 0 0 120376 10 0 0 25 0 1 0 520023452 205664256 44659 33554432000 4194304 4785740 140734676604160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/7275/statm: 50211 44659 340 145 0 47256 0
[pid=7276] ppid=7272 vsize=462692 CPUtime=595.7 cores=6
/proc/7276/stat : 7276 (TNM) R 7272 7272 5255 0 -1 4202496 2691 0 0 0 59556 14 0 0 25 0 1 0 520023452 473796608 2587 33554432000 134512640 134534564 4288624000 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7276/statm: 115673 2587 95 6 0 114339 0
[pid=7277] ppid=7272 vsize=28108 CPUtime=1201.09 cores=2
/proc/7277/stat : 7277 (lingeling) R 7272 7272 5255 0 -1 4202496 67739 0 0 0 120055 54 0 0 25 0 1 0 520023452 28782592 6189 33554432000 4194304 4352236 140737110790080 18446744073709551615 4234266 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/7277/statm: 7027 6189 127 39 0 6107 0
[pid=7278] ppid=7272 vsize=24120 CPUtime=595.51 cores=6
/proc/7278/stat : 7278 (march_hi) R 7272 7272 5255 0 -1 4202496 10205 0 0 0 59542 9 0 0 25 0 1 0 520023462 24698880 2978 33554432000 4194304 4331988 140736385240704 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/7278/statm: 6030 2978 173 34 0 4472 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 2418628

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.11
CPU time (s): 4800.14
CPU user time (s): 4797.05
CPU system time (s): 3.09
CPU usage (%): 398.646
Max. virtual memory (cumulated for all children) (KiB): 4031440

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

runsolver used 1.9817 second user time and 5.9311 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 15:37:18
IDJOB=3249587
IDBENCH=83177
IDSOLVER=1612
FILE ID=node129/3249587-1304084238
RUNJOBID= node129-1304081614-6873
PBS_JOBID= 13170456
Free space on /tmp= 66356 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-9x32.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249587-1304084238/watcher-3249587-1304084238 -o /tmp/evaluation-result-3249587-1304084238/solver-3249587-1304084238 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3249587-1304084238.cnf

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=1085998366

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16335076 kB
Buffers:       1282212 kB
Cached:       14172812 kB
SwapCached:          4 kB
Active:        4216892 kB
Inactive:     11731580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16335076 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11664 kB
Writeback:          16 kB
AnonPages:      492896 kB
Mapped:          17396 kB
Slab:           603856 kB
PageTables:       5764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1287900 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node129 at 2011-04-29 15:57:24