Trace number 3221440

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 seqUNSAT 659.402 659.381

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
MD5SUM7fa3ae3894a5c333ebdaa99700e2c639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.23459
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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 1 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 0
0.00/0.00	Starting TNM 2009 on core(s) 0
659.29/659.37	s UNSATISFIABLE
659.29/659.38	solver [2] clasp 1.3.6 answered
659.29/659.38	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-3221440-1303293743/watcher-3221440-1303293743 -o /tmp/evaluation-result-3221440-1303293743/solver-3221440-1303293743 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3221440-1303293743.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 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: 6.00 6.00 5.90 5/180 32457
/proc/meminfo: memFree=18686236/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 7903020754155831555 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0

[startup+0.100642 s]
/proc/loadavg: 6.00 6.00 5.90 5/180 32457
/proc/meminfo: memFree=18686236/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 7903020754155831555 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200625 s]
/proc/loadavg: 6.00 6.00 5.90 5/180 32457
/proc/meminfo: memFree=18686236/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300614 s]
/proc/loadavg: 6.00 6.00 5.90 5/180 32457
/proc/meminfo: memFree=18686236/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 17 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700519 s]
/proc/loadavg: 6.00 6.00 5.90 5/180 32457
/proc/meminfo: memFree=18686236/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129414189496401920 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50038 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32461
/proc/meminfo: memFree=18682112/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129414326935355392 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=156132 CPUtime=0.5 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 1148 0 0 0 50 0 0 0 25 0 1 0 421790242 159879168 729 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 39033 729 327 96 0 35595 0
[pid=32459] ppid=32457 vsize=12956 CPUtime=0.39 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 697 0 0 0 39 0 0 0 25 0 1 0 421790242 13266944 586 33554432000 4194304 4785740 140734282177904 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 3239 586 340 145 0 284 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=0.59 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 59 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 643252

[startup+3.10107 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32461
/proc/meminfo: memFree=18680872/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129414464374308864 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=156508 CPUtime=1 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 1556 0 0 0 100 0 0 0 25 0 1 0 421790242 160264192 886 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 39127 886 327 96 0 35689 0
[pid=32459] ppid=32457 vsize=13220 CPUtime=0.94 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 780 0 0 0 94 0 0 0 25 0 1 0 421790242 13537280 669 33554432000 4194304 4785740 140734282177904 18446744073709551615 4553224 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 3305 669 340 145 0 350 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=1.14 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 114 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134530487 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 643892

[startup+6.30049 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32461
/proc/meminfo: memFree=18675548/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129414601813262336 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=161308 CPUtime=2.09 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 3370 0 0 0 209 0 0 0 25 0 1 0 421790242 165179392 2087 33554432000 4194304 4587354 140734292891376 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 40327 2087 337 96 0 36889 0
[pid=32459] ppid=32457 vsize=13752 CPUtime=1.99 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 901 0 0 0 199 0 0 0 25 0 1 0 421790242 14082048 790 33554432000 4194304 4785740 140734282177904 18446744073709551615 4553306 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 3438 790 340 145 0 483 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=2.19 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 219 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 649224

[startup+12.7003 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32461
/proc/meminfo: memFree=18667272/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129414601813262336 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=163784 CPUtime=4.19 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 4912 0 0 0 419 0 0 0 25 0 1 0 421790242 167714816 2872 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 40946 2872 337 96 0 37508 0
[pid=32459] ppid=32457 vsize=14420 CPUtime=4.14 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 1063 0 0 0 414 0 0 0 25 0 1 0 421790242 14766080 952 33554432000 4194304 4785740 140734282177904 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 3605 952 340 145 0 650 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=4.34 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 434 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 652368

[startup+25.5009 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32462
/proc/meminfo: memFree=18665020/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412677667913728 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=164792 CPUtime=8.49 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 6799 0 0 0 849 0 0 0 25 0 1 0 421790242 168747008 2913 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 41198 2913 337 96 0 37760 0
[pid=32459] ppid=32457 vsize=15108 CPUtime=8.39 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 1248 0 0 0 839 0 0 0 25 0 1 0 421790242 15470592 1137 33554432000 4194304 4785740 140734282177904 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 3777 1137 340 145 0 822 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=8.59 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 859 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 654064

[startup+51.1012 s]
/proc/loadavg: 6.00 6.00 5.90 8/184 32462
/proc/meminfo: memFree=18659584/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412540228960256 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=166588 CPUtime=16.99 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 10342 0 0 0 1698 1 0 0 25 0 1 0 421790242 170586112 3389 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 41647 3389 337 96 0 38209 0
[pid=32459] ppid=32457 vsize=16208 CPUtime=16.95 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 1522 0 0 0 1695 0 0 0 25 0 1 0 421790242 16596992 1411 33554432000 4194304 4785740 140734282177904 18446744073709551615 4287013 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 4052 1411 340 145 0 1097 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=17.14 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 1714 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134530126 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 656960

[startup+102.301 s]
/proc/loadavg: 6.10 6.03 5.92 8/184 32464
/proc/meminfo: memFree=18652132/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412677667913728 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=171816 CPUtime=34.08 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 15754 0 0 0 3406 2 0 0 25 0 1 0 421790242 175939584 4071 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 42954 4071 337 96 0 39516 0
[pid=32459] ppid=32457 vsize=17464 CPUtime=33.99 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 1800 0 0 0 3399 0 0 0 25 0 1 0 421790242 17883136 1689 33554432000 4194304 4785740 140734282177904 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 4366 1689 340 145 0 1411 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=34.21 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 3421 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 663444

[startup+162.301 s]
/proc/loadavg: 6.04 6.02 5.92 8/184 32465
/proc/meminfo: memFree=18652224/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412815106867200 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=179624 CPUtime=54.09 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 22730 0 0 0 5405 4 0 0 25 0 1 0 421790242 183934976 6112 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 44906 6112 337 96 0 41468 0
[pid=32459] ppid=32457 vsize=18604 CPUtime=53.98 cores=0

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

/proc/32459/statm: 5477 2740 340 145 0 2522 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=174.22 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 17422 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 680116

[startup+582.301 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32476
/proc/meminfo: memFree=18631692/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412815106867200 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=188404 CPUtime=194.06 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 50312 0 0 0 19396 10 0 0 25 0 1 0 421790242 192925696 8088 33554432000 4194304 4587354 140734292891376 18446744073709551615 4231923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 47101 8088 337 96 0 43663 0
[pid=32459] ppid=32457 vsize=22208 CPUtime=194.01 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 2928 0 0 0 19401 0 0 0 25 0 1 0 421790242 22740992 2817 33554432000 4194304 4785740 140734282177904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5552 2817 340 145 0 2597 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=194.22 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 19422 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 684776

[startup+642.301 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18643204/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=182600 CPUtime=214.06 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 53827 0 0 0 21396 10 0 0 25 0 1 0 421790242 186982400 8120 33554432000 4194304 4587354 140734292891376 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 45650 8120 337 96 0 42212 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=214.02 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3018 0 0 0 21402 0 0 0 25 0 1 0 421790242 23179264 2907 33554432000 4194304 4785740 140734282177904 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2907 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=214.21 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21421 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528250 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 679400

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

[startup+652.801 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18645804/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=217.56 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 54842 0 0 0 21745 11 0 0 25 0 1 0 421790242 191418368 7425 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7425 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=217.52 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3018 0 0 0 21752 0 0 0 25 0 1 0 421790242 23179264 2907 33554432000 4194304 4785740 140734282177904 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2907 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=217.7 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21770 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 652.78
Current children cumulated vsize (KiB) 683732

[startup+656.001 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18645308/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=218.66 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 54976 0 0 0 21855 11 0 0 25 0 1 0 421790242 191418368 7552 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7552 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=218.56 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21856 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=218.77 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21877 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 655.99
Current children cumulated vsize (KiB) 683732

[startup+657.6 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18645060/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=219.16 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 55040 0 0 0 21905 11 0 0 25 0 1 0 421790242 191418368 7615 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7615 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=219.12 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21912 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=219.3 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21930 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 657.58
Current children cumulated vsize (KiB) 683732

[startup+658.401 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18644936/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=219.46 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 55071 0 0 0 21935 11 0 0 25 0 1 0 421790242 191418368 7646 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7646 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=219.36 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21936 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4546132 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=219.57 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21957 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 658.39
Current children cumulated vsize (KiB) 683732

[startup+658.801 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18644936/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=219.56 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 55080 0 0 0 21945 11 0 0 25 0 1 0 421790242 191418368 7655 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7655 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=219.52 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21952 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=219.7 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21970 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 658.78
Current children cumulated vsize (KiB) 683732

[startup+659.201 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18644812/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=219.73 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 55098 0 0 0 21962 11 0 0 25 0 1 0 421790242 191418368 7672 33554432000 4194304 4587354 140734292891376 18446744073709551615 4236957 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7672 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=219.66 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21966 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=219.8 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21980 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 659.19
Current children cumulated vsize (KiB) 683732

[startup+659.301 s]
/proc/loadavg: 6.00 6.00 5.92 8/184 32478
/proc/meminfo: memFree=18644812/32951124 swapFree=67111528/67111528
[pid=32457] ppid=32455 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/32457/stat : 32457 (ppfolio) S 32455 32457 32141 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 421790241 18763776 394 33554432000 4194304 4287625 140733879482560 18446744073709551615 220816256527 0 0 4096 65536 3129412952545820672 0 0 17 4 0 0 0
/proc/32457/statm: 4581 394 345 23 0 91 0
[pid=32458] ppid=32457 vsize=186932 CPUtime=219.76 cores=0
/proc/32458/stat : 32458 (cryptominisat) R 32457 32457 32141 0 -1 4202496 55102 0 0 0 21965 11 0 0 25 0 1 0 421790242 191418368 7676 33554432000 4194304 4587354 140734292891376 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32458/statm: 46733 7676 337 96 0 43295 0
[pid=32459] ppid=32457 vsize=22636 CPUtime=219.66 cores=0
/proc/32459/stat : 32459 (clasp) R 32457 32457 32141 0 -1 4202496 3019 0 0 0 21966 0 0 0 25 0 1 0 421790242 23179264 2908 33554432000 4194304 4785740 140734282177904 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32459/statm: 5659 2908 340 145 0 2704 0
[pid=32460] ppid=32457 vsize=455840 CPUtime=219.87 cores=0
/proc/32460/stat : 32460 (TNM) R 32457 32457 32141 0 -1 4202496 312 0 0 0 21987 0 0 0 25 0 1 0 421790242 466780160 209 33554432000 134512640 134534564 4291541008 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32460/statm: 113960 209 95 6 0 112626 0
Current children cumulated CPU time (s) 659.29
Current children cumulated vsize (KiB) 683732

Child status: 0
Real time (s): 659.381
CPU time (s): 659.402
CPU user time (s): 659.275
CPU system time (s): 0.12698
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 823320

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

runsolver used 1.18282 second user time and 2.39864 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-20 12:02:23
IDJOB=3221440
IDBENCH=82923
IDSOLVER=1639
FILE ID=node147/3221440-1303293743
RUNJOBID= node147-1303289857-32159
PBS_JOBID= 13049606
Free space on /tmp= 72248 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221440-1303293743/watcher-3221440-1303293743 -o /tmp/evaluation-result-3221440-1303293743/solver-3221440-1303293743 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3221440-1303293743.cnf

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=1319746122

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      18686516 kB
Buffers:        716772 kB
Cached:       13030796 kB
SwapCached:          0 kB
Active:        5722360 kB
Inactive:      8182132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18686516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9948 kB
Writeback:           0 kB
AnonPages:      156208 kB
Mapped:          16404 kB
Slab:           296276 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   757900 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= 72240 MiB
End job on node147 at 2011-04-20 12:13:23