Trace number 3291836

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 669.44 167.686

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

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 4 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	[4] lingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	[5] march_hi 2009 (Marijn Heule and Hans Van Maaren)
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) 5
0.00/0.00	Starting TNM 2009 on core(s) 7
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 3
0.00/0.00	Starting march_hi 2009 on core(s) 7
669.44/167.68	s UNSATISFIABLE
669.44/167.68	solver [2] clasp 1.3.6 answered
669.44/167.68	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: 977)

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-3291836-1307634491/watcher-3291836-1307634491 -o /tmp/evaluation-result-3291836-1307634491/solver-3291836-1307634491 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3291836-1307634491.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: 9.72 9.90 7.35 6/182 20008
/proc/meminfo: memFree=31482236/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) R 20006 20008 19795 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0

[startup+0.22086 s]
/proc/loadavg: 9.72 9.90 7.35 6/182 20008
/proc/meminfo: memFree=31482236/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) R 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300844 s]
/proc/loadavg: 9.72 9.90 7.35 6/182 20008
/proc/meminfo: memFree=31482236/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400828 s]
/proc/loadavg: 9.72 9.90 7.35 6/182 20008
/proc/meminfo: memFree=31482236/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700774 s]
/proc/loadavg: 9.72 9.90 7.35 6/182 20008
/proc/meminfo: memFree=31482236/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 21 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50063 s]
/proc/loadavg: 9.72 9.90 7.35 11/188 20014
/proc/meminfo: memFree=31470348/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1553064 CPUtime=1.49 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 2338 0 0 0 149 0 0 0 25 0 1 0 875050054 1590337536 1031 33554432000 4194304 4587354 140736571311872 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 388266 1031 331 96 0 384828 0
[pid=20010] ppid=20008 vsize=14328 CPUtime=1.49 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 1058 0 0 0 149 0 0 0 25 0 1 0 875050054 14671872 946 33554432000 4194304 4785740 140735188442144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 3582 946 340 145 0 627 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=0.78 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 78 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=6564 CPUtime=1.49 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 1072 0 0 0 149 0 0 0 25 0 1 0 875050054 6721536 841 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328390 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 1641 841 127 39 0 721 0
[pid=20013] ppid=20008 vsize=8328 CPUtime=0.7 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 582 0 0 0 70 0 0 0 25 0 1 0 875050054 8527872 475 33554432000 4194304 4331988 140733683383104 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 2082 475 174 34 0 524 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2056576

[startup+3.10035 s]
/proc/loadavg: 9.72 9.90 7.35 11/188 20014
/proc/meminfo: memFree=31466008/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1562876 CPUtime=3.08 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 3833 0 0 0 308 0 0 0 25 0 1 0 875050054 1600385024 1998 33554432000 4194304 4587354 140736571311872 18446744073709551615 4243360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 390719 1998 337 96 0 387281 0
[pid=20010] ppid=20008 vsize=15144 CPUtime=3.09 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 1230 0 0 0 309 0 0 0 25 0 1 0 875050054 15507456 1118 33554432000 4194304 4785740 140735188442144 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 3786 1118 340 145 0 831 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=1.61 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 161 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=7460 CPUtime=3.09 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 1520 0 0 0 309 0 0 0 25 0 1 0 875050054 7639040 1065 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328308 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 1865 1065 127 39 0 945 0
[pid=20013] ppid=20008 vsize=8784 CPUtime=1.46 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 704 0 0 0 146 0 0 0 25 0 1 0 875050054 8994816 597 33554432000 4194304 4331988 140733683383104 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 2196 597 175 34 0 638 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 2068556

[startup+6.30079 s]
/proc/loadavg: 9.74 9.90 7.36 11/188 20014
/proc/meminfo: memFree=31488860/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1565692 CPUtime=6.29 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 8033 0 0 0 628 1 0 0 25 0 1 0 875050054 1603268608 4164 33554432000 4194304 4587354 140736571311872 18446744073709551615 4239237 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 391423 4164 337 96 0 387985 0
[pid=20010] ppid=20008 vsize=15824 CPUtime=6.29 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 1411 0 0 0 629 0 0 0 25 0 1 0 875050054 16203776 1299 33554432000 4194304 4785740 140735188442144 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 3956 1299 340 145 0 1001 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=3.21 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 321 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=6952 CPUtime=6.29 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 2065 0 0 0 629 0 0 0 25 0 1 0 875050054 7118848 938 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328116 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 1738 938 127 39 0 818 0
[pid=20013] ppid=20008 vsize=9372 CPUtime=3.05 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 893 0 0 0 305 0 0 0 25 0 1 0 875050054 9596928 725 33554432000 4194304 4331988 140733683383104 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 2343 725 175 34 0 785 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 2072132

[startup+12.7007 s]
/proc/loadavg: 9.76 9.90 7.38 11/188 20014
/proc/meminfo: memFree=31466532/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1566456 CPUtime=12.68 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 11561 0 0 0 1267 1 0 0 25 0 1 0 875050054 1604050944 5068 33554432000 4194304 4587354 140736571311872 18446744073709551615 4231426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 391614 5068 337 96 0 388176 0
[pid=20010] ppid=20008 vsize=16792 CPUtime=12.69 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 1650 0 0 0 1269 0 0 0 25 0 1 0 875050054 17195008 1538 33554432000 4194304 4785740 140735188442144 18446744073709551615 4562687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 4198 1538 340 145 0 1243 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=6.41 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 641 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 10532283 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=8488 CPUtime=12.69 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 3281 0 0 0 1269 0 0 0 25 0 1 0 875050054 8691712 1322 33554432000 4194304 4352236 140736161770176 18446744073709551615 4231174 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 2122 1322 127 39 0 1202 0
[pid=20013] ppid=20008 vsize=10968 CPUtime=6.21 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 1169 0 0 0 621 0 0 0 25 0 1 0 875050054 11231232 1001 33554432000 4194304 4331988 140733683383104 18446744073709551615 4210377 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 2742 1001 175 34 0 1184 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 2076996

[startup+25.5074 s]
/proc/loadavg: 9.96 9.94 7.43 11/188 20015
/proc/meminfo: memFree=31427532/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1578164 CPUtime=25.49 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 21333 0 0 0 2546 3 0 0 25 0 1 0 875050054 1616039936 7533 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 394541 7533 337 96 0 391103 0
[pid=20010] ppid=20008 vsize=18180 CPUtime=25.5 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 1987 0 0 0 2550 0 0 0 25 0 1 0 875050054 18616320 1875 33554432000 4194304 4785740 140735188442144 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 4545 1875 341 145 0 1590 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=12.76 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 1276 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134528719 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=11304 CPUtime=25.49 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 5491 0 0 0 2549 0 0 0 25 0 1 0 875050054 11575296 2026 33554432000 4194304 4352236 140736161770176 18446744073709551615 4231006 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 2826 2026 127 39 0 1906 0
[pid=20013] ppid=20008 vsize=14476 CPUtime=12.59 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 1802 0 0 0 1259 0 0 0 25 0 1 0 875050054 14823424 1634 33554432000 4194304 4331988 140733683383104 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 3619 1634 175 34 0 2061 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 2096416

[startup+51.1008 s]
/proc/loadavg: 10.12 9.98 7.51 11/188 20015
/proc/meminfo: memFree=31426084/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1594544 CPUtime=51.09 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 32516 0 0 0 5103 6 0 0 25 0 1 0 875050054 1632813056 11377 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 398636 11377 337 96 0 395198 0
[pid=20010] ppid=20008 vsize=19852 CPUtime=51.09 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 2365 0 0 0 5109 0 0 0 25 0 1 0 875050054 20328448 2253 33554432000 4194304 4785740 140735188442144 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 4963 2253 341 145 0 2008 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=25.5 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 2550 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=12712 CPUtime=51.09 cores=3

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

/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8079 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=21300 CPUtime=162.29 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 26214 0 0 0 16226 3 0 0 25 0 1 0 875050054 21811200 4525 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328385 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5325 4525 127 39 0 4405 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=80.6 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8408 0 0 0 8058 2 0 0 25 0 1 0 875050054 45441024 8240 33554432000 4194304 4331988 140733683383104 18446744073709551615 4226423 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8240 175 34 0 9536 0
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (KiB) 2159880

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

[startup+163.301 s]
/proc/loadavg: 10.31 10.07 7.81 11/188 20018
/proc/meminfo: memFree=31380384/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=163.28 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 65682 0 0 0 16313 15 0 0 25 0 1 0 875050054 1635246080 11754 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 11754 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=163.29 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3129 0 0 0 16329 0 0 0 25 0 1 0 875050054 23543808 3017 33554432000 4194304 4785740 140735188442144 18446744073709551615 4416781 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3017 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=81.29 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8129 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 10532254 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=23092 CPUtime=163.29 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 26662 0 0 0 16326 3 0 0 25 0 1 0 875050054 23646208 4973 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5773 4973 127 39 0 4853 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=81.1 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8453 0 0 0 8108 2 0 0 25 0 1 0 875050054 45441024 8285 33554432000 4194304 4331988 140733683383104 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8285 175 34 0 9536 0
Current children cumulated CPU time (s) 652.25
Current children cumulated vsize (KiB) 2161672

[startup+164.901 s]
/proc/loadavg: 10.31 10.07 7.81 11/188 20019
/proc/meminfo: memFree=31377160/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=164.88 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 65970 0 0 0 16473 15 0 0 25 0 1 0 875050054 1635246080 12042 33554432000 4194304 4587354 140736571311872 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 12042 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=164.89 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3130 0 0 0 16489 0 0 0 25 0 1 0 875050054 23543808 3018 33554432000 4194304 4785740 140735188442144 18446744073709551615 4553317 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3018 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=82.09 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8209 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=23092 CPUtime=164.89 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 26662 0 0 0 16486 3 0 0 25 0 1 0 875050054 23646208 4973 33554432000 4194304 4352236 140736161770176 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5773 4973 127 39 0 4853 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=81.89 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8523 0 0 0 8187 2 0 0 25 0 1 0 875050054 45441024 8355 33554432000 4194304 4331988 140733683383104 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8355 175 34 0 9536 0
Current children cumulated CPU time (s) 658.64
Current children cumulated vsize (KiB) 2161672

[startup+166.5 s]
/proc/loadavg: 10.28 10.07 7.82 11/188 20019
/proc/meminfo: memFree=31379640/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=166.48 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 66167 0 0 0 16633 15 0 0 25 0 1 0 875050054 1635246080 12238 33554432000 4194304 4587354 140736571311872 18446744073709551615 4243360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 12238 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=166.49 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3132 0 0 0 16649 0 0 0 25 0 1 0 875050054 23543808 3020 33554432000 4194304 4785740 140735188442144 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3020 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=82.89 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8289 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=20152 CPUtime=166.49 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 26951 0 0 0 16646 3 0 0 25 0 1 0 875050054 20635648 4238 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328026 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5038 4238 127 39 0 4118 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=82.69 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8595 0 0 0 8266 3 0 0 25 0 1 0 875050054 45441024 8427 33554432000 4194304 4331988 140733683383104 18446744073709551615 4313674 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8427 175 34 0 9536 0
Current children cumulated CPU time (s) 665.04
Current children cumulated vsize (KiB) 2158732

[startup+167.301 s]
/proc/loadavg: 10.28 10.07 7.82 11/188 20019
/proc/meminfo: memFree=31372324/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=167.29 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 66328 0 0 0 16714 15 0 0 25 0 1 0 875050054 1635246080 12394 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 12394 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=167.3 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3133 0 0 0 16730 0 0 0 25 0 1 0 875050054 23543808 3021 33554432000 4194304 4785740 140735188442144 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3021 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=83.29 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8329 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=24248 CPUtime=167.3 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 27975 0 0 0 16727 3 0 0 25 0 1 0 875050054 24829952 5262 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 6062 5262 127 39 0 5142 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=83.09 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8631 0 0 0 8306 3 0 0 25 0 1 0 875050054 45441024 8463 33554432000 4194304 4331988 140733683383104 18446744073709551615 4226423 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8463 175 34 0 9536 0
Current children cumulated CPU time (s) 668.27
Current children cumulated vsize (KiB) 2162828

[startup+167.501 s]
/proc/loadavg: 10.28 10.07 7.82 11/188 20019
/proc/meminfo: memFree=31372324/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=167.48 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 66362 0 0 0 16733 15 0 0 25 0 1 0 875050054 1635246080 12428 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 12428 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=167.49 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3134 0 0 0 16749 0 0 0 25 0 1 0 875050054 23543808 3022 33554432000 4194304 4785740 140735188442144 18446744073709551615 4557972 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3022 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=83.39 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8339 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=21176 CPUtime=167.49 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 27975 0 0 0 16746 3 0 0 25 0 1 0 875050054 21684224 4494 33554432000 4194304 4352236 140736161770176 18446744073709551615 4277074 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5294 4494 127 39 0 4374 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=83.18 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8640 0 0 0 8315 3 0 0 25 0 1 0 875050054 45441024 8472 33554432000 4194304 4331988 140733683383104 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8472 175 34 0 9536 0
Current children cumulated CPU time (s) 669.03
Current children cumulated vsize (KiB) 2159756

[startup+167.601 s]
/proc/loadavg: 10.28 10.07 7.82 11/188 20019
/proc/meminfo: memFree=31372324/32951124 swapFree=67052292/67111528
[pid=20008] ppid=20006 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/20008/stat : 20008 (ppfolio) S 20006 20008 19795 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 875050054 18763776 389 33554432000 4194304 4287625 140736515451936 18446744073709551615 270613130767 0 0 4096 65536 16414918058130276351 0 0 17 1 0 0 0
/proc/20008/statm: 4581 389 341 23 0 91 0
[pid=20009] ppid=20008 vsize=1596920 CPUtime=167.59 cores=1
/proc/20009/stat : 20009 (cryptominisat) R 20008 20008 19795 0 -1 4202496 66381 0 0 0 16743 16 0 0 25 0 1 0 875050054 1635246080 12446 33554432000 4194304 4587354 140736571311872 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/20009/statm: 399230 12446 337 96 0 395792 0
[pid=20010] ppid=20008 vsize=22992 CPUtime=167.59 cores=5
/proc/20010/stat : 20010 (clasp) R 20008 20008 19795 0 -1 4202496 3134 0 0 0 16759 0 0 0 25 0 1 0 875050054 23543808 3022 33554432000 4194304 4785740 140735188442144 18446744073709551615 4287096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/20010/statm: 5748 3022 341 145 0 2793 0
[pid=20011] ppid=20008 vsize=455968 CPUtime=83.39 cores=7
/proc/20011/stat : 20011 (TNM) R 20008 20008 19795 0 -1 4202496 384 0 0 0 8339 0 0 0 25 0 1 0 875050054 466911232 281 33554432000 134512640 134534564 4293990544 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20011/statm: 113992 281 95 6 0 112658 0
[pid=20012] ppid=20008 vsize=21176 CPUtime=167.59 cores=3
/proc/20012/stat : 20012 (lingeling) R 20008 20008 19795 0 -1 4202496 27975 0 0 0 16756 3 0 0 25 0 1 0 875050054 21684224 4494 33554432000 4194304 4352236 140736161770176 18446744073709551615 4328004 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/20012/statm: 5294 4494 127 39 0 4374 0
[pid=20013] ppid=20008 vsize=44376 CPUtime=83.28 cores=7
/proc/20013/stat : 20013 (march_hi) R 20008 20008 19795 0 -1 4202496 8649 0 0 0 8325 3 0 0 25 0 1 0 875050054 45441024 8481 33554432000 4194304 4331988 140733683383104 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/20013/statm: 11094 8481 175 34 0 9536 0
Current children cumulated CPU time (s) 669.44
Current children cumulated vsize (KiB) 2159756

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20008 and gives
#  childrusage.ru_utime.tv_sec=586
#  childrusage.ru_utime.tv_usec=327864
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=208968
# CPU time returned by wait4() is 586.537
# while last known CPU time is 669.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 167.686
CPU time (s): 669.44
CPU user time (s): 669.22
CPU system time (s): 0.22
CPU usage (%): 399.222
Max. virtual memory (cumulated for all children) (KiB): 3592780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 586.328
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98443
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= 412
involuntary context switches= 2769

runsolver used 0.221966 second user time and 0.696894 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-09 17:48:11
IDJOB=3291836
IDBENCH=84808
IDSOLVER=1612
FILE ID=node108/3291836-1307634491
RUNJOBID= node108-1307633278-19814
PBS_JOBID= 13549383
Free space on /tmp= 74072 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291836-1307634491/watcher-3291836-1307634491 -o /tmp/evaluation-result-3291836-1307634491/solver-3291836-1307634491 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3291836-1307634491.cnf

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=1588753541

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31482796 kB
Buffers:        210612 kB
Cached:         357784 kB
SwapCached:      25900 kB
Active:        1012300 kB
Inactive:       243436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31482796 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:           10140 kB
Writeback:           0 kB
AnonPages:      682504 kB
Mapped:          10908 kB
Slab:           147376 kB
PageTables:       6468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3006868 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= 74064 MiB
End job on node108 at 2011-06-09 17:50:59