Trace number 3222076

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 1002.28 1002.24

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.602
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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) 1
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 1
1002.20/1002.24	s UNSATISFIABLE
1002.20/1002.24	solver [2] clasp 1.3.6 answered
1002.20/1002.24	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-3222076-1303300181/watcher-3222076-1303300181 -o /tmp/evaluation-result-3222076-1303300181/solver-3222076-1303300181 -C 5000 -W 5000 -M 15500 ppfolio --nbcore=1 HOME/instance-3222076-1303300181.cnf 

running on 4 cores: 1,3,5,7

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: 5.08 5.02 5.01 4/180 29833
/proc/meminfo: memFree=15815188/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 4659286080112001288 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0

[startup+0.080568 s]
/proc/loadavg: 5.08 5.02 5.01 4/180 29833
/proc/meminfo: memFree=15815188/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 4659286080112001288 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100564 s]
/proc/loadavg: 5.08 5.02 5.01 4/180 29833
/proc/meminfo: memFree=15815188/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 499 0 0 0 0 0 0 0 25 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 4659286080112001288 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300539 s]
/proc/loadavg: 5.08 5.02 5.01 4/180 29833
/proc/meminfo: memFree=15815188/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 23 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030544802840576 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700457 s]
/proc/loadavg: 5.08 5.02 5.01 4/180 29833
/proc/meminfo: memFree=15815188/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 21 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50031 s]
/proc/loadavg: 5.08 5.02 5.01 7/184 29837
/proc/meminfo: memFree=15810212/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031506875514880 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=297148 CPUtime=0.49 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 1552 0 0 0 49 0 0 0 25 0 1 0 441618823 304279552 858 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 74287 858 326 96 0 70849 0
[pid=29835] ppid=29833 vsize=13488 CPUtime=0.4 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 836 0 0 0 40 0 0 0 25 0 1 0 441618823 13811712 728 33554432000 4194304 4785740 140736491403216 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 3372 728 340 145 0 417 0
[pid=29836] ppid=29833 vsize=452392 CPUtime=0.59 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 385 0 0 0 59 0 0 0 25 0 1 0 441618823 463249408 282 33554432000 134512640 134534564 4291330272 18446744073709551615 134524700 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 113098 282 91 6 0 111764 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 781352

[startup+3.10103 s]
/proc/loadavg: 5.08 5.02 5.01 7/184 29837
/proc/meminfo: memFree=15809096/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=297292 CPUtime=0.99 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 1953 0 0 0 99 0 0 0 25 0 1 0 441618823 304427008 1001 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 74323 1001 330 96 0 70885 0
[pid=29835] ppid=29833 vsize=13936 CPUtime=0.94 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 929 0 0 0 94 0 0 0 25 0 1 0 441618823 14270464 821 33554432000 4194304 4785740 140736491403216 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 3484 821 340 145 0 529 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=1.14 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 114 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 785776

[startup+6.30043 s]
/proc/loadavg: 5.15 5.03 5.01 7/184 29837
/proc/meminfo: memFree=15802780/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245029582730166272 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=303032 CPUtime=2.09 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 3863 0 0 0 209 0 0 0 25 0 1 0 441618823 310304768 2246 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 75758 2246 336 96 0 72320 0
[pid=29835] ppid=29833 vsize=14400 CPUtime=2 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 1049 0 0 0 200 0 0 0 25 0 1 0 441618823 14745600 941 33554432000 4194304 4785740 140736491403216 18446744073709551615 4550310 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 3600 941 340 145 0 645 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=2.19 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 219 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 791980

[startup+12.7003 s]
/proc/loadavg: 5.22 5.05 5.02 7/184 29837
/proc/meminfo: memFree=15801688/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245029995047026688 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=32308 CPUtime=4.19 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 5118 0 0 0 419 0 0 0 25 0 1 0 441618823 33083392 2292 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 8077 2292 336 96 0 4639 0
[pid=29835] ppid=29833 vsize=15108 CPUtime=4.14 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 1231 0 0 0 414 0 0 0 25 0 1 0 441618823 15470592 1123 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 3777 1123 340 145 0 822 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=4.34 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 434 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 521964

[startup+25.5009 s]
/proc/loadavg: 5.39 5.09 5.03 7/184 29837
/proc/meminfo: memFree=15795580/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 16 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245029995047026688 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=38164 CPUtime=8.49 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 7721 0 0 0 849 0 0 0 25 0 1 0 441618823 39079936 3909 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238183 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 9541 3909 336 96 0 6103 0
[pid=29835] ppid=29833 vsize=15900 CPUtime=8.39 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 1408 0 0 0 839 0 0 0 25 0 1 0 441618823 16281600 1300 33554432000 4194304 4785740 140736491403216 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 3975 1300 340 145 0 1020 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=8.59 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 859 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 528612

[startup+51.1002 s]
/proc/loadavg: 5.66 5.18 5.06 7/184 29838
/proc/meminfo: memFree=15791584/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030544802840576 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=41916 CPUtime=16.99 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 11512 0 0 0 1698 1 0 0 25 0 1 0 441618823 42921984 4626 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 10479 4626 336 96 0 7041 0
[pid=29835] ppid=29833 vsize=17116 CPUtime=16.95 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 1677 0 0 0 1695 0 0 0 25 0 1 0 441618823 17526784 1569 33554432000 4194304 4785740 140736491403216 18446744073709551615 4553447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 4279 1569 341 145 0 1324 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=17.14 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 1714 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 533580

[startup+102.307 s]
/proc/loadavg: 5.85 5.31 5.11 7/184 29839
/proc/meminfo: memFree=15780148/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031369436561408 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=316092 CPUtime=34.09 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 17096 0 0 0 3407 2 0 0 25 0 1 0 441618823 323678208 5527 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 79023 5527 336 96 0 75585 0
[pid=29835] ppid=29833 vsize=19084 CPUtime=33.99 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 2089 0 0 0 3399 0 0 0 25 0 1 0 441618823 19542016 1981 33554432000 4194304 4785740 140736491403216 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 4771 1981 341 145 0 1816 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=34.21 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 3421 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134529858 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 809724

[startup+162.301 s]
/proc/loadavg: 6.02 5.45 5.16 7/184 29841
/proc/meminfo: memFree=15770196/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031644314468352 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=47256 CPUtime=54.09 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 20402 0 0 0 5406 3 0 0 25 0 1 0 441618823 48390144 6013 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238477 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 11814 6013 336 96 0 8376 0
[pid=29835] ppid=29833 vsize=20272 CPUtime=53.98 cores=1

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

/proc/29835/statm: 6733 3836 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=314.2 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 31420 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 561564

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

[startup+972.7 s]
/proc/loadavg: 6.06 5.97 5.64 7/184 29935
/proc/meminfo: memFree=15874360/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031644314468352 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=60136 CPUtime=324.24 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 67177 0 0 0 32413 11 0 0 25 0 1 0 441618823 61579264 9073 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 15034 9073 336 96 0 11596 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=324.14 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3958 0 0 0 32414 0 0 0 25 0 1 0 441618823 27578368 3850 33554432000 4194304 4785740 140736491403216 18446744073709551615 222921474690 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3850 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=324.32 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 32432 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530571 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 972.7
Current children cumulated vsize (KiB) 561616

[startup+985.501 s]
/proc/loadavg: 6.05 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15872740/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031644314468352 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=60136 CPUtime=328.47 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 67563 0 0 0 32836 11 0 0 25 0 1 0 441618823 61579264 9442 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 15034 9442 336 96 0 11596 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=328.44 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3959 0 0 0 32844 0 0 0 25 0 1 0 441618823 27578368 3851 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287229 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3851 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=328.59 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 32859 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 985.5
Current children cumulated vsize (KiB) 561616

[startup+991.901 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15873484/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245031644314468352 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=60136 CPUtime=330.64 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 67756 0 0 0 33053 11 0 0 25 0 1 0 441618823 61579264 9626 33554432000 4194304 4587354 140737143486256 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 15034 9626 336 96 0 11596 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=330.54 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33054 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=330.72 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33072 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 991.9
Current children cumulated vsize (KiB) 561616

[startup+998.301 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=332.74 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33262 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=332.67 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33267 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=332.89 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33289 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530320 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 998.3
Current children cumulated vsize (KiB) 571888

[startup+999.906 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=333.28 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33316 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=333.24 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33324 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=333.39 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33339 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 999.91
Current children cumulated vsize (KiB) 571888

[startup+1001.5 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=333.84 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33372 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=333.74 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33374 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=333.92 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33392 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530512 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 1001.5
Current children cumulated vsize (KiB) 571888

[startup+1001.9 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=333.94 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33382 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4388279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=333.87 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33387 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=334.09 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33409 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 571888

[startup+1002.11 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=334.04 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33392 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=333.94 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33394 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4278107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=334.13 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33413 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 571888

[startup+1002.2 s]
/proc/loadavg: 6.04 5.97 5.64 7/184 29936
/proc/meminfo: memFree=15860960/32951124 swapFree=67111528/67111528
[pid=29833] ppid=29831 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29833/stat : 29833 (ppfolio) S 29831 29833 29255 0 -1 4202496 501 0 0 0 0 0 0 0 15 0 1 0 441618823 18763776 394 33554432000 4194304 4287625 140734884100304 18446744073709551615 222921797135 0 0 4096 65536 10245030819680747520 0 0 17 3 0 0 0
/proc/29833/statm: 4581 394 345 23 0 91 0
[pid=29834] ppid=29833 vsize=70408 CPUtime=334.04 cores=1
/proc/29834/stat : 29834 (cryptominisat) R 29833 29833 29255 0 -1 4202496 70155 0 0 0 33392 12 0 0 25 0 1 0 441618823 72097792 12023 33554432000 4194304 4587354 140737143486256 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29834/statm: 17602 12023 336 96 0 14164 0
[pid=29835] ppid=29833 vsize=26932 CPUtime=333.97 cores=1
/proc/29835/stat : 29835 (clasp) R 29833 29833 29255 0 -1 4202496 3963 0 0 0 33397 0 0 0 25 0 1 0 441618823 27578368 3855 33554432000 4194304 4785740 140736491403216 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29835/statm: 6733 3855 341 145 0 3778 0
[pid=29836] ppid=29833 vsize=456224 CPUtime=334.19 cores=1
/proc/29836/stat : 29836 (TNM) R 29833 29833 29255 0 -1 4202496 440 0 0 0 33419 0 0 0 25 0 1 0 441618823 467173376 337 33554432000 134512640 134534564 4291330272 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29836/statm: 114056 337 95 6 0 112722 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 571888

Child status: 0
Real time (s): 1002.24
CPU time (s): 1002.28
CPU user time (s): 1002.15
CPU system time (s): 0.131979
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 15670804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1002.15
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75095
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= 235
involuntary context switches= 20641

runsolver used 1.63375 second user time and 3.64245 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-20 13:49:41
IDJOB=3222076
IDBENCH=83029
IDSOLVER=1639
FILE ID=node109/3222076-1303300181
RUNJOBID= node109-1303290175-29274
PBS_JOBID= 13049610
Free space on /tmp= 71456 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222076-1303300181/watcher-3222076-1303300181 -o /tmp/evaluation-result-3222076-1303300181/solver-3222076-1303300181 -C 5000 -W 5000 -M 15500  ppfolio --nbcore=1 HOME/instance-3222076-1303300181.cnf

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=1953633703

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15815468 kB
Buffers:        768680 kB
Cached:       15796956 kB
SwapCached:          0 kB
Active:        8111996 kB
Inactive:      8662148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15815468 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10108 kB
Writeback:           0 kB
AnonPages:      208132 kB
Mapped:          16800 kB
Slab:           297764 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2770104 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= 71448 MiB
End job on node109 at 2011-04-20 14:06:23