Trace number 3276142

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 885.49 885.481

General information on the benchmark

NameSAT05/crafted/sabharwal05/ordering/gt-ordering/
sat/gt-030.shuffled-as.sat05-1295.cnf
MD5SUMf0614c8232d9b15ffdf32ce3e2c1390b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.180971
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24824
Sum of the clauses size74817
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2435
Number of clauses of size 324359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	This is pico-portfolio, a naive parallel portfolio
0.00/0.01	Copyright (C) 2011 Olivier Roussel
0.00/0.01	Using 1 processing units
0.00/0.01	This portfolio uses the following solvers:
0.00/0.01	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.01	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.01	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.01	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.01	Starting clasp 1.3.6 on core(s) 1
0.00/0.01	Starting TNM 2009 on core(s) 1
885.39/885.47	s UNSATISFIABLE
885.39/885.48	solver [1] cryptominisat 2.7.1 answered
885.39/885.48	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-3276142-1303661387/watcher-3276142-1303661387 -o /tmp/evaluation-result-3276142-1303661387/solver-3276142-1303661387 -C 5000 -W 5100 -M 15500 ppfolio --nbcore=1 HOME/instance-3276142-1303661387.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): 5100 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: 1.00 1.09 1.46 4/180 18272
/proc/meminfo: memFree=20487076/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) R 18270 18272 16655 0 -1 4202496 484 0 0 0 0 0 0 0 25 0 1 0 556369421 18763776 392 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284746133 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/18272/statm: 4581 392 343 23 0 91 0

[startup+0.09602 s]
/proc/loadavg: 1.00 1.09 1.46 4/180 18272
/proc/meminfo: memFree=20487076/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 3984344545209843972 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101029 s]
/proc/loadavg: 1.00 1.09 1.46 4/180 18272
/proc/meminfo: memFree=20487076/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 3984344545209843972 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300986 s]
/proc/loadavg: 1.00 1.09 1.46 4/180 18272
/proc/meminfo: memFree=20487076/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700932 s]
/proc/loadavg: 1.00 1.09 1.46 4/180 18272
/proc/meminfo: memFree=20487076/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 23 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 1.40 1.17 1.49 7/184 18276
/proc/meminfo: memFree=20472164/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633820477471326208 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=28676 CPUtime=0.54 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 2410 0 0 0 54 0 0 0 25 0 1 0 556369421 29364224 2063 33554432000 4194304 4587354 140737142932736 18446744073709551615 4243488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 7169 2063 327 96 0 3731 0
[pid=18274] ppid=18272 vsize=17256 CPUtime=0.42 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 1857 0 0 0 42 0 0 0 25 0 1 0 556369421 17670144 1656 33554432000 4194304 4785740 140734941154832 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 4314 1656 340 145 0 1359 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=0.52 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 52 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 521928

[startup+3.10052 s]
/proc/loadavg: 1.40 1.17 1.49 7/184 18276
/proc/meminfo: memFree=20456112/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633818553325977600 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=236516 CPUtime=1.04 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 3416 0 0 0 104 0 0 0 25 0 1 0 556369421 242192384 1954 33554432000 4194304 4587354 140737142932736 18446744073709551615 4248827 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 59129 1954 327 96 0 55691 0
[pid=18274] ppid=18272 vsize=18088 CPUtime=0.93 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 2053 0 0 0 93 0 0 0 25 0 1 0 556369421 18522112 1852 33554432000 4194304 4785740 140734941154832 18446744073709551615 4553035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 4522 1852 340 145 0 1567 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=1.1 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 110 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 730600

[startup+6.30098 s]
/proc/loadavg: 1.77 1.25 1.51 7/184 18276
/proc/meminfo: memFree=20439376/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=247648 CPUtime=2.14 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 6894 0 0 0 213 1 0 0 25 0 1 0 556369421 253591552 4788 33554432000 4194304 4587354 140737142932736 18446744073709551615 4241302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 61912 4788 337 96 0 58474 0
[pid=18274] ppid=18272 vsize=21336 CPUtime=2.01 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 2855 0 0 0 201 0 0 0 25 0 1 0 556369421 21848064 2654 33554432000 4194304 4785740 140734941154832 18446744073709551615 4549583 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 5334 2654 340 145 0 2379 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=2.12 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 212 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 744980

[startup+12.7009 s]
/proc/loadavg: 2.11 1.33 1.53 7/184 18276
/proc/meminfo: memFree=20430736/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633820477471326208 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=254560 CPUtime=4.24 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 9498 0 0 0 423 1 0 0 25 0 1 0 556369421 260669440 5849 33554432000 4194304 4587354 140737142932736 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 63640 5849 337 96 0 60202 0
[pid=18274] ppid=18272 vsize=24012 CPUtime=4.13 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 3524 0 0 0 413 0 0 0 25 0 1 0 556369421 24588288 3323 33554432000 4194304 4785740 140734941154832 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 6003 3323 340 145 0 3048 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=4.3 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 430 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 754568

[startup+25.5008 s]
/proc/loadavg: 2.97 1.56 1.60 7/184 18276
/proc/meminfo: memFree=20409532/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819515398651904 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=261888 CPUtime=8.54 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 13519 0 0 0 852 2 0 0 25 0 1 0 556369421 268173312 7821 33554432000 4194304 4587354 140737142932736 18446744073709551615 4243380 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 65472 7821 338 96 0 62034 0
[pid=18274] ppid=18272 vsize=30912 CPUtime=8.42 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 5226 0 0 0 841 1 0 0 25 0 1 0 556369421 31653888 5025 33554432000 4194304 4785740 140734941154832 18446744073709551615 4549020 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 7728 5025 340 145 0 4773 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=8.52 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 852 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 768796

[startup+51.1005 s]
/proc/loadavg: 4.06 1.93 1.72 7/184 18278
/proc/meminfo: memFree=20375908/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819790276558848 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=262596 CPUtime=17.64 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 21528 0 0 0 1761 3 0 0 25 0 1 0 556369421 268898304 8090 33554432000 4194304 4587354 140737142932736 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 65649 8090 338 96 0 62211 0
[pid=18274] ppid=18272 vsize=38364 CPUtime=16.63 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 6993 0 0 0 1662 1 0 0 25 0 1 0 556369421 39284736 6792 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 9591 6792 340 145 0 6636 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=16.8 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 1680 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 776956

[startup+102.307 s]
/proc/loadavg: 5.16 2.56 1.95 7/184 18278
/proc/meminfo: memFree=20337456/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633820340032372736 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=267356 CPUtime=34.66 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 32764 0 0 0 3462 4 0 0 25 0 1 0 556369421 273772544 11341 33554432000 4194304 4587354 140737142932736 18446744073709551615 4238595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 66839 11341 338 96 0 63401 0
[pid=18274] ppid=18272 vsize=46652 CPUtime=33.71 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 9008 0 0 0 3370 1 0 0 25 0 1 0 556369421 47771648 8807 33554432000 4194304 4785740 140734941154832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 11663 8807 340 145 0 8708 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=33.9 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 3390 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 790004

[startup+162.301 s]
/proc/loadavg: 5.69 3.18 2.20 7/184 18280
/proc/meminfo: memFree=20297992/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633818828203884544 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=283504 CPUtime=54.67 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 34872 0 0 0 5462 5 0 0 25 0 1 0 556369421 290308096 13398 33554432000 4194304 4587354 140737142932736 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 70876 13398 338 96 0 67438 0
[pid=18274] ppid=18272 vsize=55500 CPUtime=53.71 cores=1

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

/proc/18274/statm: 22828 19334 340 145 0 19873 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=213.87 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 21387 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 899740

[startup+702.301 s]
/proc/loadavg: 6.03 5.54 3.86 7/184 18294
/proc/meminfo: memFree=20113724/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=312416 CPUtime=234.71 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 105351 0 0 0 23455 16 0 0 25 0 1 0 556369421 319913984 21939 33554432000 4194304 4587354 140737142932736 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 78104 21939 338 96 0 74666 0
[pid=18274] ppid=18272 vsize=96712 CPUtime=233.7 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 20885 0 0 0 23366 4 0 0 25 0 1 0 556369421 99033088 20612 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 24178 20612 340 145 0 21223 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=233.87 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 23387 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 885124

[startup+762.307 s]
/proc/loadavg: 6.01 5.62 3.99 7/184 18296
/proc/meminfo: memFree=20037300/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=326628 CPUtime=254.7 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 112138 0 0 0 25452 18 0 0 25 0 1 0 556369421 334467072 25287 33554432000 4194304 4587354 140737142932736 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 81657 25287 338 96 0 78219 0
[pid=18274] ppid=18272 vsize=101816 CPUtime=253.71 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22091 0 0 0 25367 4 0 0 25 0 1 0 556369421 104259584 21818 33554432000 4194304 4785740 140734941154832 18446744073709551615 224284623474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 25454 21818 340 145 0 22499 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=253.87 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 25387 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530248 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 904440

[startup+822.301 s]
/proc/loadavg: 6.00 5.69 4.12 7/184 18298
/proc/meminfo: memFree=20027580/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819377959698432 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=331932 CPUtime=274.7 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 118616 0 0 0 27450 20 0 0 25 0 1 0 556369421 339898368 24785 33554432000 4194304 4587354 140737142932736 18446744073709551615 4241155 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 82983 24785 338 96 0 79545 0
[pid=18274] ppid=18272 vsize=104300 CPUtime=273.72 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22606 0 0 0 27368 4 0 0 25 0 1 0 556369421 106803200 22333 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26075 22333 340 145 0 23120 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=273.86 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 27386 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 912228

[startup+882.301 s]
/proc/loadavg: 6.00 5.74 4.23 7/184 18300
/proc/meminfo: memFree=20037956/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=308640 CPUtime=294.7 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123154 0 0 0 29449 21 0 0 25 0 1 0 556369421 316047360 21939 33554432000 4194304 4587354 140737142932736 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 77160 21939 338 96 0 73722 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=293.72 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22754 0 0 0 29368 4 0 0 25 0 1 0 556369421 107483136 22481 33554432000 4194304 4785740 140734941154832 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22481 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=293.86 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29386 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 889600

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

[startup+883.1 s]
/proc/loadavg: 6.00 5.74 4.23 7/184 18300
/proc/meminfo: memFree=20037956/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=308640 CPUtime=294.95 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123154 0 0 0 29474 21 0 0 25 0 1 0 556369421 316047360 21939 33554432000 4194304 4587354 140737142932736 18446744073709551615 4232088 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 77160 21939 338 96 0 73722 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=293.97 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22754 0 0 0 29393 4 0 0 25 0 1 0 556369421 107483136 22481 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22481 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=294.16 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29416 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 883.08
Current children cumulated vsize (KiB) 889600

[startup+884.701 s]
/proc/loadavg: 6.00 5.74 4.23 7/184 18300
/proc/meminfo: memFree=20037832/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=315668 CPUtime=295.5 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123183 0 0 0 29529 21 0 0 25 0 1 0 556369421 323244032 21967 33554432000 4194304 4587354 140737142932736 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 78917 21967 338 96 0 75479 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=294.52 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22781 0 0 0 29448 4 0 0 25 0 1 0 556369421 107483136 22508 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22508 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=294.66 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29466 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 884.68
Current children cumulated vsize (KiB) 896628

[startup+885.101 s]
/proc/loadavg: 6.00 5.74 4.23 7/184 18300
/proc/meminfo: memFree=20037832/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=315668 CPUtime=295.6 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123183 0 0 0 29539 21 0 0 25 0 1 0 556369421 323244032 21967 33554432000 4194304 4587354 140737142932736 18446744073709551615 4238297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 78917 21967 338 96 0 75479 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=294.67 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22781 0 0 0 29463 4 0 0 25 0 1 0 556369421 107483136 22508 33554432000 4194304 4785740 140734941154832 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22508 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=294.82 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29482 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 885.09
Current children cumulated vsize (KiB) 896628

[startup+885.301 s]
/proc/loadavg: 6.00 5.74 4.23 7/184 18300
/proc/meminfo: memFree=20037832/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=315668 CPUtime=295.7 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123200 0 0 0 29549 21 0 0 25 0 1 0 556369421 323244032 21984 33554432000 4194304 4587354 140737142932736 18446744073709551615 4231856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 78917 21984 338 96 0 75479 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=294.72 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22781 0 0 0 29468 4 0 0 25 0 1 0 556369421 107483136 22508 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22508 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=294.86 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29486 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 885.28
Current children cumulated vsize (KiB) 896628

[startup+885.401 s]
/proc/loadavg: 6.00 5.75 4.24 7/184 18300
/proc/meminfo: memFree=20037708/32951124 swapFree=67110396/67111528
[pid=18272] ppid=18270 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/18272/stat : 18272 (ppfolio) S 18270 18272 16655 0 -1 4202496 499 0 0 0 0 0 0 0 15 0 1 0 556369421 18763776 394 33554432000 4194304 4287625 140734125604208 18446744073709551615 224284945935 0 0 4096 65536 5633819652837605376 0 0 17 7 0 0 0
/proc/18272/statm: 4581 394 345 23 0 91 0
[pid=18273] ppid=18272 vsize=315668 CPUtime=295.7 cores=1
/proc/18273/stat : 18273 (cryptominisat) R 18272 18272 16655 0 -1 4202496 123200 0 0 0 29549 21 0 0 25 0 1 0 556369421 323244032 21984 33554432000 4194304 4587354 140737142932736 18446744073709551615 4231856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18273/statm: 78917 21984 338 96 0 75479 0
[pid=18274] ppid=18272 vsize=104964 CPUtime=294.77 cores=1
/proc/18274/stat : 18274 (clasp) R 18272 18272 16655 0 -1 4202496 22781 0 0 0 29473 4 0 0 25 0 1 0 556369421 107483136 22508 33554432000 4194304 4785740 140734941154832 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18274/statm: 26241 22508 340 145 0 23286 0
[pid=18275] ppid=18272 vsize=457672 CPUtime=294.92 cores=1
/proc/18275/stat : 18275 (TNM) R 18272 18272 16655 0 -1 4202496 1014 0 0 0 29492 0 0 0 25 0 1 0 556369421 468656128 911 33554432000 134512640 134534564 4293255520 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18275/statm: 114418 911 95 6 0 113084 0
Current children cumulated CPU time (s) 885.39
Current children cumulated vsize (KiB) 896628

Child status: 0
Real time (s): 885.481
CPU time (s): 885.49
CPU user time (s): 885.216
CPU system time (s): 0.273958
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1125152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 885.216
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147528
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= 251
involuntary context switches= 10423

runsolver used 1.48677 second user time and 3.34949 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-24 18:09:48
IDJOB=3276142
IDBENCH=85618
IDSOLVER=1639
FILE ID=node118/3276142-1303661387
RUNJOBID= node118-1303661386-18220
PBS_JOBID= 13150730
Free space on /tmp= 71768 MiB

SOLVER NAME= ppfolio seq
BENCH NAME= SAT05/crafted/sabharwal05/ordering/gt-ordering/sat/gt-030.shuffled-as.sat05-1295.cnf
COMMAND LINE= ppfolio --nbcore=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276142-1303661387/watcher-3276142-1303661387 -o /tmp/evaluation-result-3276142-1303661387/solver-3276142-1303661387 -C 5000 -W 5100 -M 15500  ppfolio --nbcore=1 HOME/instance-3276142-1303661387.cnf

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

MD5SUM BENCH= f0614c8232d9b15ffdf32ce3e2c1390b
RANDOM SEED=140236403

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20487356 kB
Buffers:       1863408 kB
Cached:       10004064 kB
SwapCached:        600 kB
Active:        8496804 kB
Inactive:      3444328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20487356 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           20336 kB
Writeback:           0 kB
AnonPages:       72572 kB
Mapped:          16644 kB
Slab:           460316 kB
PageTables:       5188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   903216 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= 71756 MiB
End job on node118 at 2011-04-24 18:24:33