Trace number 3291928

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 parUNSAT 87.9056 22.0114

General information on the benchmark

NameSAT04/industrial/hoonsang/vis-bmc/
all.used-as.sat04-986.cnf
MD5SUM51fef6c1c8ac21be9eb125cde1cdd08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.941
Satisfiable
(Un)Satisfiability was proved
Number of variables21317
Number of clauses63664
Sum of the clauses size148532
Maximum clause length3
Minimum clause length1
Number of clauses of size 113
Number of clauses of size 242434
Number of clauses of size 321217
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

No possible verification on an UNSAT instance

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-3291928-1304094366/watcher-3291928-1304094366 -o /tmp/evaluation-result-3291928-1304094366/solver-3291928-1304094366 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3291928-1304094366.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: 10.22 10.11 9.04 7/182 24492
/proc/meminfo: memFree=18716096/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) R 24490 24492 23533 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0

[startup+0.237472 s]
/proc/loadavg: 10.22 10.11 9.04 7/182 24492
/proc/meminfo: memFree=18716096/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300464 s]
/proc/loadavg: 10.22 10.11 9.04 7/182 24492
/proc/meminfo: memFree=18716096/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400446 s]
/proc/loadavg: 10.22 10.11 9.04 7/182 24492
/proc/meminfo: memFree=18716096/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70039 s]
/proc/loadavg: 10.22 10.11 9.04 7/182 24492
/proc/meminfo: memFree=18716096/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50125 s]
/proc/loadavg: 10.22 10.11 9.04 11/188 24498
/proc/meminfo: memFree=18616972/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=43584 CPUtime=1.48 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 6491 0 0 0 148 0 0 0 25 0 1 0 521034603 44630016 5872 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 10896 5872 330 96 0 7458 0
[pid=24494] ppid=24492 vsize=25316 CPUtime=1.48 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 4594 0 0 0 148 0 0 0 25 0 1 0 521034603 25923584 3637 33554432000 4194304 4785740 140735246446528 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 6329 3637 341 145 0 3374 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=0.72 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 72 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=9960 CPUtime=1.49 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 3465 0 0 0 149 0 0 0 25 0 1 0 521034603 10199040 1674 33554432000 4194304 4352236 140737159569696 18446744073709551615 4207780 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 2490 1674 127 39 0 1570 0
[pid=24497] ppid=24492 vsize=50560 CPUtime=0.75 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 22500 0 0 0 73 2 0 0 25 0 1 0 521034603 51773440 8938 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229363 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 12640 8938 173 34 0 11082 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 607820

[startup+3.10096 s]
/proc/loadavg: 10.20 10.11 9.04 11/188 24498
/proc/meminfo: memFree=18606680/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1165232 CPUtime=3.09 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 7451 0 0 0 308 1 0 0 25 0 1 0 521034603 1193197568 5817 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 291308 5817 330 96 0 287870 0
[pid=24494] ppid=24492 vsize=26904 CPUtime=3.08 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 4963 0 0 0 308 0 0 0 25 0 1 0 521034603 27549696 4006 33554432000 4194304 4785740 140735246446528 18446744073709551615 4552993 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 6726 4006 341 145 0 3771 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=1.52 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 152 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134525938 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=10704 CPUtime=3.09 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 4096 0 0 0 308 1 0 0 25 0 1 0 521034603 10960896 1844 33554432000 4194304 4352236 140737159569696 18446744073709551615 4270224 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 2676 1844 127 39 0 1756 0
[pid=24497] ppid=24492 vsize=51624 CPUtime=1.54 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 22938 0 0 0 152 2 0 0 25 0 1 0 521034603 52862976 9376 33554432000 4194304 4331988 140734938170256 18446744073709551615 4284558 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 12906 9376 173 34 0 11348 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 1732864

[startup+6.30038 s]
/proc/loadavg: 10.20 10.11 9.04 11/188 24498
/proc/meminfo: memFree=18593044/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1168396 CPUtime=6.29 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 8812 0 0 0 628 1 0 0 25 0 1 0 521034603 1196437504 7141 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238268 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 292099 7141 336 96 0 288661 0
[pid=24494] ppid=24492 vsize=28956 CPUtime=6.28 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 5478 0 0 0 628 0 0 0 25 0 1 0 521034603 29650944 4521 33554432000 4194304 4785740 140735246446528 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 7239 4521 341 145 0 4284 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=3.12 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 312 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=11300 CPUtime=6.29 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 4299 0 0 0 628 1 0 0 25 0 1 0 521034603 11571200 1993 33554432000 4194304 4352236 140737159569696 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 2825 1993 127 39 0 1905 0
[pid=24497] ppid=24492 vsize=53280 CPUtime=3.13 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 23368 0 0 0 311 2 0 0 25 0 1 0 521034603 54558720 9806 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 13320 9806 173 34 0 11762 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1740332

[startup+12.7013 s]
/proc/loadavg: 10.24 10.12 9.06 11/188 24499
/proc/meminfo: memFree=18566848/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1210352 CPUtime=12.69 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 12614 0 0 0 1267 2 0 0 25 0 1 0 521034603 1239400448 8274 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238227 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 302588 8274 336 96 0 299150 0
[pid=24494] ppid=24492 vsize=30784 CPUtime=12.69 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 5909 0 0 0 1268 1 0 0 25 0 1 0 521034603 31522816 4952 33554432000 4194304 4785740 140735246446528 18446744073709551615 4552863 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 7696 4952 341 145 0 4741 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=6.32 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 632 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=14752 CPUtime=12.69 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5100 0 0 0 1268 1 0 0 25 0 1 0 521034603 15106048 2793 33554432000 4194304 4352236 140737159569696 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 3688 2793 127 39 0 2768 0
[pid=24497] ppid=24492 vsize=55148 CPUtime=6.3 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 24695 0 0 0 627 3 0 0 25 0 1 0 521034603 56471552 11117 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229524 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 13787 11117 173 34 0 12229 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1789436

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

[startup+12.9012 s]
/proc/loadavg: 10.24 10.12 9.06 11/188 24499
/proc/meminfo: memFree=18566848/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1210352 CPUtime=12.89 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 12645 0 0 0 1287 2 0 0 25 0 1 0 521034603 1239400448 8303 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 302588 8303 336 96 0 299150 0
[pid=24494] ppid=24492 vsize=30784 CPUtime=12.89 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 5910 0 0 0 1288 1 0 0 25 0 1 0 521034603 31522816 4953 33554432000 4194304 4785740 140735246446528 18446744073709551615 4416798 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 7696 4953 341 145 0 4741 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=6.42 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 642 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=14752 CPUtime=12.89 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5100 0 0 0 1288 1 0 0 25 0 1 0 521034603 15106048 2793 33554432000 4194304 4352236 140737159569696 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 3688 2793 127 39 0 2768 0
[pid=24497] ppid=24492 vsize=55148 CPUtime=6.4 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 24697 0 0 0 637 3 0 0 25 0 1 0 521034603 56471552 11119 33554432000 4194304 4331988 140734938170256 18446744073709551615 4211532 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 13787 11119 173 34 0 12229 0
Current children cumulated CPU time (s) 51.49
Current children cumulated vsize (KiB) 1789436

[startup+16.1006 s]
/proc/loadavg: 10.24 10.12 9.06 7/180 24520
/proc/meminfo: memFree=18555616/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1174416 CPUtime=16.09 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 14066 0 0 0 1606 3 0 0 25 0 1 0 521034603 1202601984 8300 33554432000 4194304 4587354 140736835698752 18446744073709551615 4453678 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 293604 8300 336 96 0 290166 0
[pid=24494] ppid=24492 vsize=32024 CPUtime=16.08 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6222 0 0 0 1607 1 0 0 25 0 1 0 521034603 32792576 5265 33554432000 4194304 4785740 140735246446528 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8006 5265 341 145 0 5051 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=8 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 800 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=14748 CPUtime=16.09 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5100 0 0 0 1608 1 0 0 25 0 1 0 521034603 15101952 2792 33554432000 4194304 4352236 140737159569696 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 3687 2792 127 39 0 2767 0
[pid=24497] ppid=24492 vsize=56200 CPUtime=8 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 24890 0 0 0 797 3 0 0 25 0 1 0 521034603 57548800 11312 33554432000 4194304 4331988 140734938170256 18446744073709551615 4228852 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14050 11312 185 34 0 12492 0
Current children cumulated CPU time (s) 64.26
Current children cumulated vsize (KiB) 1755788

[startup+19.301 s]
/proc/loadavg: 9.90 10.05 9.04 10/187 24531
/proc/meminfo: memFree=17710000/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1183312 CPUtime=19.29 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 17267 0 0 0 1926 3 0 0 25 0 1 0 521034603 1211711488 9928 33554432000 4194304 4587354 140736835698752 18446744073709551615 4248827 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 295828 9928 336 96 0 292390 0
[pid=24494] ppid=24492 vsize=32932 CPUtime=19.29 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6431 0 0 0 1928 1 0 0 25 0 1 0 521034603 33722368 5474 33554432000 4194304 4785740 140735246446528 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8233 5474 341 145 0 5278 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=9.58 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 958 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=15840 CPUtime=19.29 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5436 0 0 0 1925 4 0 0 25 0 1 0 521034603 16220160 3128 33554432000 4194304 4352236 140737159569696 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 3960 3128 127 39 0 3040 0
[pid=24497] ppid=24492 vsize=56468 CPUtime=9.6 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 24980 0 0 0 957 3 0 0 25 0 1 0 521034603 57823232 11390 33554432000 4194304 4331988 140734938170256 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14117 11390 173 34 0 12559 0
Current children cumulated CPU time (s) 77.05
Current children cumulated vsize (KiB) 1766952

[startup+20.9008 s]
/proc/loadavg: 9.90 10.05 9.04 10/187 24531
/proc/meminfo: memFree=17328676/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1183312 CPUtime=20.89 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 17531 0 0 0 2086 3 0 0 25 0 1 0 521034603 1211711488 10180 33554432000 4194304 4587354 140736835698752 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 295828 10180 336 96 0 292390 0
[pid=24494] ppid=24492 vsize=33372 CPUtime=20.88 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6553 0 0 0 2087 1 0 0 25 0 1 0 521034603 34172928 5596 33554432000 4194304 4785740 140735246446528 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8343 5596 341 145 0 5388 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=10.38 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 1038 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=15840 CPUtime=20.89 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5436 0 0 0 2085 4 0 0 25 0 1 0 521034603 16220160 3128 33554432000 4194304 4352236 140737159569696 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 3960 3128 127 39 0 3040 0
[pid=24497] ppid=24492 vsize=56732 CPUtime=10.4 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 25061 0 0 0 1037 3 0 0 25 0 1 0 521034603 58093568 11471 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14183 11471 173 34 0 12625 0
Current children cumulated CPU time (s) 83.44
Current children cumulated vsize (KiB) 1767656

[startup+21.7006 s]
/proc/loadavg: 9.90 10.05 9.04 10/187 24531
/proc/meminfo: memFree=17259112/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1183312 CPUtime=21.69 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 17652 0 0 0 2166 3 0 0 25 0 1 0 521034603 1211711488 10299 33554432000 4194304 4587354 140736835698752 18446744073709551615 4237686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 295828 10299 336 96 0 292390 0
[pid=24494] ppid=24492 vsize=34324 CPUtime=21.68 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6764 0 0 0 2167 1 0 0 25 0 1 0 521034603 35147776 5807 33554432000 4194304 4785740 140735246446528 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8581 5807 341 145 0 5626 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=10.77 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 1077 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=16676 CPUtime=21.69 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5692 0 0 0 2165 4 0 0 25 0 1 0 521034603 17076224 3337 33554432000 4194304 4352236 140737159569696 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 4169 3337 127 39 0 3249 0
[pid=24497] ppid=24492 vsize=56868 CPUtime=10.8 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 25092 0 0 0 1077 3 0 0 25 0 1 0 521034603 58232832 11502 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14217 11502 173 34 0 12659 0
Current children cumulated CPU time (s) 86.63
Current children cumulated vsize (KiB) 1769580

[startup+21.9006 s]
/proc/loadavg: 9.90 10.05 9.04 10/187 24531
/proc/meminfo: memFree=17259112/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1183312 CPUtime=21.89 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 17676 0 0 0 2186 3 0 0 25 0 1 0 521034603 1211711488 10323 33554432000 4194304 4587354 140736835698752 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 295828 10323 336 96 0 292390 0
[pid=24494] ppid=24492 vsize=34324 CPUtime=21.88 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6764 0 0 0 2187 1 0 0 25 0 1 0 521034603 35147776 5807 33554432000 4194304 4785740 140735246446528 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8581 5807 341 145 0 5626 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=10.87 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 1087 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=16676 CPUtime=21.89 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5692 0 0 0 2185 4 0 0 25 0 1 0 521034603 17076224 3337 33554432000 4194304 4352236 140737159569696 18446744073709551615 4231284 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 4169 3337 127 39 0 3249 0
[pid=24497] ppid=24492 vsize=56868 CPUtime=10.89 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 25117 0 0 0 1086 3 0 0 25 0 1 0 521034603 58232832 11527 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229762 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14217 11527 173 34 0 12659 0
Current children cumulated CPU time (s) 87.42
Current children cumulated vsize (KiB) 1769580

[startup+22.0006 s]
/proc/loadavg: 9.90 10.05 9.04 10/187 24531
/proc/meminfo: memFree=17259112/32951124 swapFree=67111528/67111528
[pid=24492] ppid=24490 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/24492/stat : 24492 (ppfolio) S 24490 24492 23533 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 521034602 18763776 389 33554432000 4194304 4287625 140734982418480 18446744073709551615 228122734095 0 0 4096 65536 4585992222687625215 0 0 17 4 0 0 0
/proc/24492/statm: 4581 389 341 23 0 91 0
[pid=24493] ppid=24492 vsize=1183312 CPUtime=21.99 cores=0
/proc/24493/stat : 24493 (cryptominisat) R 24492 24492 23533 0 -1 4202496 17696 0 0 0 2196 3 0 0 25 0 1 0 521034603 1211711488 10342 33554432000 4194304 4587354 140736835698752 18446744073709551615 228122371858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24493/statm: 295828 10342 351 96 0 292390 0
[pid=24494] ppid=24492 vsize=34324 CPUtime=21.98 cores=4
/proc/24494/stat : 24494 (clasp) R 24492 24492 23533 0 -1 4202496 6764 0 0 0 2197 1 0 0 25 0 1 0 521034603 35147776 5807 33554432000 4194304 4785740 140735246446528 18446744073709551615 4553046 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24494/statm: 8581 5807 341 145 0 5626 0
[pid=24495] ppid=24492 vsize=460076 CPUtime=10.92 cores=6
/proc/24495/stat : 24495 (TNM) R 24492 24492 23533 0 -1 4202496 2495 0 0 0 1092 0 0 0 25 0 1 0 521034603 471117824 2392 33554432000 134512640 134534564 4291709824 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 115019 2392 95 6 0 113685 0
[pid=24496] ppid=24492 vsize=16676 CPUtime=21.99 cores=2
/proc/24496/stat : 24496 (lingeling) R 24492 24492 23533 0 -1 4202496 5692 0 0 0 2195 4 0 0 25 0 1 0 521034603 17076224 3337 33554432000 4194304 4352236 140737159569696 18446744073709551615 4328272 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/24496/statm: 4169 3337 127 39 0 3249 0
[pid=24497] ppid=24492 vsize=56868 CPUtime=10.95 cores=6
/proc/24497/stat : 24497 (march_hi) R 24492 24492 23533 0 -1 4202496 25119 0 0 0 1092 3 0 0 25 0 1 0 521034603 58232832 11529 33554432000 4194304 4331988 140734938170256 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/24497/statm: 14217 11529 173 34 0 12659 0
Current children cumulated CPU time (s) 87.83
Current children cumulated vsize (KiB) 1769580

Child status: 0
Real time (s): 22.0114
CPU time (s): 87.9056
CPU user time (s): 87.7657
CPU system time (s): 0.139978
CPU usage (%): 399.363
Max. virtual memory (cumulated for all children) (KiB): 1789568

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

runsolver used 0.028995 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 18:26:06
IDJOB=3291928
IDBENCH=84958
IDSOLVER=1612
FILE ID=node138/3291928-1304094366
RUNJOBID= node138-1304093161-24369
PBS_JOBID= 13170556
Free space on /tmp= 71804 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/industrial/hoonsang/vis-bmc/all.used-as.sat04-986.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291928-1304094366/watcher-3291928-1304094366 -o /tmp/evaluation-result-3291928-1304094366/solver-3291928-1304094366 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291928-1304094366.cnf

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

MD5SUM BENCH= 51fef6c1c8ac21be9eb125cde1cdd08e
RANDOM SEED=716754570

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
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.854
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:      18716500 kB
Buffers:       2042180 kB
Cached:       11500844 kB
SwapCached:          0 kB
Active:        3390996 kB
Inactive:     10278444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18716500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21796 kB
Writeback:           0 kB
AnonPages:      125820 kB
Mapped:          16376 kB
Slab:           501096 kB
PageTables:       5068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   745300 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= 71644 MiB
End job on node138 at 2011-04-29 18:26:28