Trace number 3191118

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio parUNSAT 265.22 66.4612

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.615
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.10	This is pico-portfolio, a naive parallel portfolio
0.00/0.10	Copyright (C) 2011 Olivier Roussel
0.00/0.10	Using 4 processing units
0.00/0.10	This portfolio uses the following solvers:
0.00/0.10	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.10	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.10	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.10	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.10	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.10	Starting cryptominisat 2.7.1 on core(s) 1
0.00/0.10	Starting clasp 1.3.6 on core(s) 5
0.00/0.10	Starting TNM 2009 on core(s) 7
0.00/0.10	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.10	Starting march_hi 2009 on core(s) 7
265.22/66.45	s UNSATISFIABLE
265.22/66.46	solver [5] march_hi 2009 answered
265.22/66.46	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-3191118-1304060053/watcher-3191118-1304060053 -o /tmp/evaluation-result-3191118-1304060053/solver-3191118-1304060053 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191118-1304060053.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.26 10.05 9.22 7/182 17355
/proc/meminfo: memFree=18266312/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0

[startup+0.467377 s]
/proc/loadavg: 10.26 10.05 9.22 7/182 17355
/proc/meminfo: memFree=18266312/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.500371 s]
/proc/loadavg: 10.26 10.05 9.22 7/182 17355
/proc/meminfo: memFree=18266312/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.600355 s]
/proc/loadavg: 10.26 10.05 9.22 7/182 17355
/proc/meminfo: memFree=18266312/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700338 s]
/proc/loadavg: 10.26 10.05 9.22 7/182 17355
/proc/meminfo: memFree=18266312/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 19 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50721 s]
/proc/loadavg: 10.26 10.05 9.22 11/188 17361
/proc/meminfo: memFree=18249772/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=482516 CPUtime=1.49 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 3579 0 0 0 149 0 0 0 25 0 1 0 596235932 494096384 2319 33554432000 4194304 4587354 140735543913136 18446744073709551615 4365464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 120629 2319 336 96 0 117191 0
[pid=17357] ppid=17355 vsize=14364 CPUtime=1.5 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 1031 0 0 0 150 0 0 0 25 0 1 0 596235932 14708736 923 33554432000 4194304 4785740 140733933980560 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 3591 923 340 145 0 636 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=0.74 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 74 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528944 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=7156 CPUtime=1.5 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 1305 0 0 0 150 0 0 0 25 0 1 0 596235932 7327744 983 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328496 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 1789 983 127 39 0 869 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=0.74 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 74 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4287467 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 986340

[startup+3.10094 s]
/proc/loadavg: 10.26 10.05 9.22 11/188 17361
/proc/meminfo: memFree=18247932/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=3740560 CPUtime=3.08 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 4375 0 0 0 308 0 0 0 25 0 1 0 596235932 3830333440 2389 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 935140 2389 336 96 0 931702 0
[pid=17357] ppid=17355 vsize=14944 CPUtime=3.09 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 1169 0 0 0 309 0 0 0 25 0 1 0 596235932 15302656 1061 33554432000 4194304 4785740 140733933980560 18446744073709551615 4553388 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 3736 1061 340 145 0 781 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=1.54 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 154 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=7416 CPUtime=3.09 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 1626 0 0 0 309 0 0 0 25 0 1 0 596235932 7593984 1048 33554432000 4194304 4352236 140735899577392 18446744073709551615 4207597 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 1854 1048 127 39 0 934 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=1.53 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 153 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 4245224

[startup+6.30041 s]
/proc/loadavg: 10.24 10.05 9.23 11/188 17361
/proc/meminfo: memFree=18250788/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=32604 CPUtime=6.29 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 6186 0 0 0 628 1 0 0 25 0 1 0 596235932 33386496 2422 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 8151 2422 336 96 0 4713 0
[pid=17357] ppid=17355 vsize=15728 CPUtime=6.29 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 1343 0 0 0 629 0 0 0 25 0 1 0 596235932 16105472 1235 33554432000 4194304 4785740 140733933980560 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 3932 1235 340 145 0 977 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=3.14 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 314 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=7800 CPUtime=6.29 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 2258 0 0 0 629 0 0 0 25 0 1 0 596235932 7987200 1136 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328205 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 1950 1136 127 39 0 1030 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=3.11 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 311 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 538436

[startup+12.7003 s]
/proc/loadavg: 10.22 10.04 9.23 11/188 17363
/proc/meminfo: memFree=18241260/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=39996 CPUtime=12.68 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 9911 0 0 0 1267 1 0 0 25 0 1 0 596235932 40955904 4409 33554432000 4194304 4587354 140735543913136 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 9999 4409 336 96 0 6561 0
[pid=17357] ppid=17355 vsize=16520 CPUtime=12.69 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 1554 0 0 0 1269 0 0 0 25 0 1 0 596235932 16916480 1446 33554432000 4194304 4785740 140733933980560 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 4130 1446 340 145 0 1175 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=6.31 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 631 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=10236 CPUtime=12.69 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 3955 0 0 0 1269 0 0 0 25 0 1 0 596235932 10481664 1745 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328351 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 2559 1745 127 39 0 1639 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=6.31 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 631 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 549056

[startup+25.5012 s]
/proc/loadavg: 10.24 10.06 9.25 11/188 17363
/proc/meminfo: memFree=18233832/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=43688 CPUtime=25.49 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 14298 0 0 0 2547 2 0 0 25 0 1 0 596235932 44736512 5214 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 10922 5214 336 96 0 7484 0
[pid=17357] ppid=17355 vsize=17992 CPUtime=25.49 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 1865 0 0 0 2549 0 0 0 25 0 1 0 596235932 18423808 1757 33554432000 4194304 4785740 140733933980560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 4498 1757 341 145 0 1543 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=12.65 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 1265 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=10884 CPUtime=25.49 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 6357 0 0 0 2549 0 0 0 25 0 1 0 596235932 11145216 1915 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 2721 1915 127 39 0 1801 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=12.71 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 1271 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 554868

[startup+51.1009 s]
/proc/loadavg: 10.22 10.07 9.27 11/188 17363
/proc/meminfo: memFree=18192008/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=45408 CPUtime=51.09 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 21140 0 0 0 5105 4 0 0 25 0 1 0 596235932 46497792 5793 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11352 5793 336 96 0 7914 0
[pid=17357] ppid=17355 vsize=19632 CPUtime=51.09 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2257 0 0 0 5109 0 0 0 25 0 1 0 596235932 20103168 2149 33554432000 4194304 4785740 140733933980560 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 4908 2149 341 145 0 1953 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=25.4 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 2540 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=16132 CPUtime=51.09 cores=3

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

/proc/17357/statm: 5119 2338 341 145 0 2164 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=28.77 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 2877 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=15748 CPUtime=57.89 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 11573 0 0 0 5788 1 0 0 25 0 1 0 596235932 16125952 3131 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 3937 3131 127 39 0 3017 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=28.8 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 2880 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 231.24
Current children cumulated vsize (KiB) 563996

[startup+61.1013 s]
/proc/loadavg: 10.27 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18185808/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=45524 CPUtime=61.09 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 23414 0 0 0 6104 5 0 0 25 0 1 0 596235932 46616576 5991 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11381 5991 336 96 0 7943 0
[pid=17357] ppid=17355 vsize=20644 CPUtime=61.09 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2466 0 0 0 6109 0 0 0 25 0 1 0 596235932 21139456 2358 33554432000 4194304 4785740 140733933980560 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5161 2358 341 145 0 2206 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=30.35 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3035 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=16132 CPUtime=61.09 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12085 0 0 0 6108 1 0 0 25 0 1 0 596235932 16519168 3227 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 4033 3227 127 39 0 3113 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=30.4 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3040 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210438 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 244.02
Current children cumulated vsize (KiB) 564604

[startup+64.3007 s]
/proc/loadavg: 10.24 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18184072/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=45572 CPUtime=64.29 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 24315 0 0 0 6424 5 0 0 25 0 1 0 596235932 46665728 5826 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11393 5826 336 96 0 7955 0
[pid=17357] ppid=17355 vsize=20812 CPUtime=64.29 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2503 0 0 0 6429 0 0 0 25 0 1 0 596235932 21311488 2395 33554432000 4194304 4785740 140733933980560 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5203 2395 341 145 0 2248 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=31.94 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3194 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=16132 CPUtime=64.29 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12501 0 0 0 6428 1 0 0 25 0 1 0 596235932 16519168 3227 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328105 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 4033 3227 127 39 0 3113 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=31.99 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3199 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 256.8
Current children cumulated vsize (KiB) 564820

[startup+65.1006 s]
/proc/loadavg: 10.24 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18184072/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=45572 CPUtime=65.09 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 24431 0 0 0 6504 5 0 0 25 0 1 0 596235932 46665728 5939 33554432000 4194304 4587354 140735543913136 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11393 5939 336 96 0 7955 0
[pid=17357] ppid=17355 vsize=20812 CPUtime=65.09 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2526 0 0 0 6509 0 0 0 25 0 1 0 596235932 21311488 2418 33554432000 4194304 4785740 140733933980560 18446744073709551615 4553366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5203 2418 341 145 0 2248 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=32.34 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3234 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=16388 CPUtime=65.09 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12565 0 0 0 6508 1 0 0 25 0 1 0 596235932 16781312 3291 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328068 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 4097 3291 127 39 0 3177 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=32.39 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3239 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4226335 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 260
Current children cumulated vsize (KiB) 565076

[startup+65.9005 s]
/proc/loadavg: 10.24 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18180724/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=47408 CPUtime=65.89 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 24812 0 0 0 6584 5 0 0 25 0 1 0 596235932 48545792 6320 33554432000 4194304 4587354 140735543913136 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11852 6320 336 96 0 8414 0
[pid=17357] ppid=17355 vsize=20812 CPUtime=65.89 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2527 0 0 0 6589 0 0 0 25 0 1 0 596235932 21311488 2419 33554432000 4194304 4785740 140733933980560 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5203 2419 341 145 0 2248 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=32.74 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3274 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=15748 CPUtime=65.88 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12693 0 0 0 6587 1 0 0 25 0 1 0 596235932 16125952 3131 33554432000 4194304 4352236 140735899577392 18446744073709551615 4207584 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 3937 3131 127 39 0 3017 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=32.79 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3279 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4287467 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 263.19
Current children cumulated vsize (KiB) 566272

[startup+66.3004 s]
/proc/loadavg: 10.24 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18180720/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=47408 CPUtime=66.3 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 24812 0 0 0 6625 5 0 0 25 0 1 0 596235932 48545792 6320 33554432000 4194304 4587354 140735543913136 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11852 6320 336 96 0 8414 0
[pid=17357] ppid=17355 vsize=20812 CPUtime=66.3 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2527 0 0 0 6630 0 0 0 25 0 1 0 596235932 21311488 2419 33554432000 4194304 4785740 140733933980560 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5203 2419 341 145 0 2248 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=32.94 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3294 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=15748 CPUtime=66.29 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12693 0 0 0 6628 1 0 0 25 0 1 0 596235932 16125952 3131 33554432000 4194304 4352236 140735899577392 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 3937 3131 127 39 0 3017 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=32.99 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3299 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4210485 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 264.82
Current children cumulated vsize (KiB) 566272

[startup+66.4074 s]
/proc/loadavg: 10.24 10.08 9.29 11/188 17363
/proc/meminfo: memFree=18180720/32951124 swapFree=67110396/67111528
[pid=17355] ppid=17353 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17355/stat : 17355 (ppfolio) S 17353 17355 14760 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 596235932 18763776 390 33554432000 4194304 4287625 140734113824128 18446744073709551615 224284945935 0 0 4096 65536 14949823212165267455 0 0 17 3 0 0 0
/proc/17355/statm: 4581 390 341 23 0 91 0
[pid=17356] ppid=17355 vsize=47408 CPUtime=66.4 cores=1
/proc/17356/stat : 17356 (cryptominisat) R 17355 17355 14760 0 -1 4202496 24812 0 0 0 6635 5 0 0 25 0 1 0 596235932 48545792 6320 33554432000 4194304 4587354 140735543913136 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17356/statm: 11852 6320 336 96 0 8414 0
[pid=17357] ppid=17355 vsize=20812 CPUtime=66.4 cores=5
/proc/17357/stat : 17357 (clasp) R 17355 17355 14760 0 -1 4202496 2527 0 0 0 6640 0 0 0 25 0 1 0 596235932 21311488 2419 33554432000 4194304 4785740 140733933980560 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17357/statm: 5203 2419 341 145 0 2248 0
[pid=17358] ppid=17355 vsize=456220 CPUtime=33.03 cores=7
/proc/17358/stat : 17358 (TNM) R 17355 17355 14760 0 -1 4202496 439 0 0 0 3303 0 0 0 25 0 1 0 596235932 467169280 336 33554432000 134512640 134534564 4293680992 18446744073709551615 134528896 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17358/statm: 114055 336 95 6 0 112721 0
[pid=17359] ppid=17355 vsize=15748 CPUtime=66.39 cores=3
/proc/17359/stat : 17359 (lingeling) R 17355 17355 14760 0 -1 4202496 12693 0 0 0 6638 1 0 0 25 0 1 0 596235932 16125952 3131 33554432000 4194304 4352236 140735899577392 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17359/statm: 3937 3131 127 39 0 3017 0
[pid=17360] ppid=17355 vsize=7760 CPUtime=33 cores=7
/proc/17360/stat : 17360 (march_hi) R 17355 17355 14760 0 -1 4202496 910 0 0 0 3300 0 0 0 25 0 1 0 596235932 7946240 468 33554432000 4194304 4331988 140733993024560 18446744073709551615 4287549 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17360/statm: 1940 468 174 34 0 382 0
Current children cumulated CPU time (s) 265.22
Current children cumulated vsize (KiB) 566272

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17355 and gives
#  childrusage.ru_utime.tv_sec=232
#  childrusage.ru_utime.tv_usec=342678
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 232.423
# while last known CPU time is 265.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 66.4612
CPU time (s): 265.22
CPU user time (s): 265.16
CPU system time (s): 0.06
CPU usage (%): 399.06
Max. virtual memory (cumulated for all children) (KiB): 4282368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.343
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41009
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= 656
involuntary context switches= 2418

runsolver used 0.103984 second user time and 0.26196 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 08:54:13
IDJOB=3191118
IDBENCH=82849
IDSOLVER=1612
FILE ID=node118/3191118-1304060053
RUNJOBID= node118-1304059202-17149
PBS_JOBID= 13170373
Free space on /tmp= 71608 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191118-1304060053/watcher-3191118-1304060053 -o /tmp/evaluation-result-3191118-1304060053/solver-3191118-1304060053 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191118-1304060053.cnf

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=2068446320

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:      18266468 kB
Buffers:       1899204 kB
Cached:       11995840 kB
SwapCached:        600 kB
Active:        9612780 kB
Inactive:      4534744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18266468 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           10348 kB
Writeback:          16 kB
AnonPages:      251056 kB
Mapped:          16944 kB
Slab:           472260 kB
PageTables:       5176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2715736 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= 71600 MiB
End job on node118 at 2011-04-29 08:55:19