Trace number 3191121

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 2432.62 609.088

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
MD5SUM901aadbc76f4961d582bc9856b3c63b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.4
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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
2432.62/609.08	s UNSATISFIABLE
2432.62/609.08	solver [5] march_hi 2009 answered
2432.62/609.08	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-3191121-1304060120/watcher-3191121-1304060120 -o /tmp/evaluation-result-3191121-1304060120/solver-3191121-1304060120 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191121-1304060120.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.24 10.08 9.29 7/182 17421
/proc/meminfo: memFree=18228732/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0

[startup+0.128599 s]
/proc/loadavg: 10.24 10.08 9.29 7/182 17421
/proc/meminfo: memFree=18228732/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200587 s]
/proc/loadavg: 10.24 10.08 9.29 7/182 17421
/proc/meminfo: memFree=18228732/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300571 s]
/proc/loadavg: 10.24 10.08 9.29 7/182 17421
/proc/meminfo: memFree=18228732/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 23 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700504 s]
/proc/loadavg: 10.24 10.08 9.29 7/182 17421
/proc/meminfo: memFree=18228732/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 21 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50037 s]
/proc/loadavg: 10.24 10.08 9.29 12/188 17427
/proc/meminfo: memFree=18215416/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1108812 CPUtime=1.49 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 3381 0 0 0 149 0 0 0 25 0 1 0 596242639 1135423488 2294 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238459 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 277203 2294 337 96 0 273765 0
[pid=17423] ppid=17421 vsize=13652 CPUtime=1.49 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 886 0 0 0 149 0 0 0 25 0 1 0 596242639 13979648 778 33554432000 4194304 4785740 140735153799216 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 3413 778 340 145 0 458 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=0.84 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 84 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=6436 CPUtime=1.49 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 1363 0 0 0 149 0 0 0 25 0 1 0 596242639 6590464 803 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328392 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 1609 803 127 39 0 689 0
[pid=17426] ppid=17421 vsize=7056 CPUtime=0.63 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 421 0 0 0 63 0 0 0 25 0 1 0 596242639 7225344 314 33554432000 4194304 4331988 140735566019872 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1610240

[startup+3.1011 s]
/proc/loadavg: 10.22 10.08 9.29 12/188 17427
/proc/meminfo: memFree=18212192/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1110992 CPUtime=3.09 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 5005 0 0 0 309 0 0 0 25 0 1 0 596242639 1137655808 3105 33554432000 4194304 4587354 140737120927072 18446744073709551615 4246073 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 277748 3105 337 96 0 274310 0
[pid=17423] ppid=17421 vsize=14204 CPUtime=3.09 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 1013 0 0 0 309 0 0 0 25 0 1 0 596242639 14544896 905 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 3551 905 340 145 0 596 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=1.64 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 164 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=7592 CPUtime=3.09 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 1972 0 0 0 309 0 0 0 25 0 1 0 596242639 7774208 1092 33554432000 4194304 4352236 140734146896320 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 1898 1092 127 39 0 978 0
[pid=17426] ppid=17421 vsize=7056 CPUtime=1.43 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 421 0 0 0 143 0 0 0 25 0 1 0 596242639 7225344 314 33554432000 4194304 4331988 140735566019872 18446744073709551615 4210485 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 1764 314 174 34 0 206 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1614128

[startup+6.30057 s]
/proc/loadavg: 10.22 10.08 9.29 12/188 17427
/proc/meminfo: memFree=18221024/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1111564 CPUtime=6.28 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 7179 0 0 0 628 0 0 0 25 0 1 0 596242639 1138241536 3218 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 277891 3218 337 96 0 274453 0
[pid=17423] ppid=17421 vsize=14796 CPUtime=6.29 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 1160 0 0 0 629 0 0 0 25 0 1 0 596242639 15151104 1052 33554432000 4194304 4785740 140735153799216 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 3699 1052 340 145 0 744 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=3.24 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 324 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528955 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=8232 CPUtime=6.29 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 2580 0 0 0 629 0 0 0 25 0 1 0 596242639 8429568 1252 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 2058 1252 127 39 0 1138 0
[pid=17426] ppid=17421 vsize=7056 CPUtime=3.01 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 425 0 0 0 301 0 0 0 25 0 1 0 596242639 7225344 318 33554432000 4194304 4331988 140735566019872 18446744073709551615 4246318 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 1764 318 174 34 0 206 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 1615932

[startup+12.7005 s]
/proc/loadavg: 10.19 10.08 9.30 12/188 17427
/proc/meminfo: memFree=18216760/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1113652 CPUtime=12.69 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 11069 0 0 0 1268 1 0 0 25 0 1 0 596242639 1140379648 3705 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238944 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 278413 3705 337 96 0 274975 0
[pid=17423] ppid=17421 vsize=15796 CPUtime=12.69 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 1369 0 0 0 1269 0 0 0 25 0 1 0 596242639 16175104 1261 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 3949 1261 340 145 0 994 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=6.41 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 641 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=10648 CPUtime=12.68 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 4470 0 0 0 1268 0 0 0 25 0 1 0 596242639 10903552 1856 33554432000 4194304 4352236 140734146896320 18446744073709551615 4327867 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 2662 1856 127 39 0 1742 0
[pid=17426] ppid=17421 vsize=7268 CPUtime=6.21 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 451 0 0 0 621 0 0 0 25 0 1 0 596242639 7442432 344 33554432000 4194304 4331988 140735566019872 18446744073709551615 4316724 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 1817 344 174 34 0 259 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1621648

[startup+25.5004 s]
/proc/loadavg: 10.16 10.07 9.31 12/188 17429
/proc/meminfo: memFree=18209460/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1117232 CPUtime=25.49 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 17341 0 0 0 2547 2 0 0 25 0 1 0 596242639 1144045568 4797 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 279308 4797 337 96 0 275870 0
[pid=17423] ppid=17421 vsize=16844 CPUtime=25.49 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 1637 0 0 0 2549 0 0 0 25 0 1 0 596242639 17248256 1529 33554432000 4194304 4785740 140735153799216 18446744073709551615 4550368 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 4211 1529 340 145 0 1256 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=12.74 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 1274 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=10776 CPUtime=25.49 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 6614 0 0 0 2548 1 0 0 25 0 1 0 596242639 11034624 1888 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328213 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 2694 1888 127 39 0 1774 0
[pid=17426] ppid=17421 vsize=7268 CPUtime=12.6 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 474 0 0 0 1260 0 0 0 25 0 1 0 596242639 7442432 367 33554432000 4194304 4331988 140735566019872 18446744073709551615 4226464 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 1817 367 174 34 0 259 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 1626404

[startup+51.1011 s]
/proc/loadavg: 10.10 10.07 9.32 12/188 17429
/proc/meminfo: memFree=18190964/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1127156 CPUtime=51.09 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 26171 0 0 0 5106 3 0 0 25 0 1 0 596242639 1154207744 6852 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 281789 6852 337 96 0 278351 0
[pid=17423] ppid=17421 vsize=18344 CPUtime=51.09 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 1965 0 0 0 5109 0 0 0 25 0 1 0 596242639 18784256 1857 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 4586 1857 340 145 0 1631 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=25.51 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 2551 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528730 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=18076 CPUtime=51.08 cores=3

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

/proc/17423/statm: 6518 3643 341 145 0 3563 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=292.9 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 29290 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=35584 CPUtime=588.76 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 54232 0 0 0 58869 7 0 0 25 0 1 0 596242639 36438016 8090 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328063 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8896 8090 127 39 0 7976 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=292.68 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 2824 0 0 0 29266 2 0 0 25 0 1 0 596242639 19460096 2699 33554432000 4194304 4331988 140735566019872 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2699 175 34 0 3193 0
Current children cumulated CPU time (s) 2351.95
Current children cumulated vsize (KiB) 1786768

[startup+601.6 s]
/proc/loadavg: 10.14 10.06 9.63 11/188 17613
/proc/meminfo: memFree=18239844/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=601.59 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 131753 0 0 0 60116 43 0 0 25 0 1 0 596242639 1261453312 13049 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13049 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26072 CPUtime=601.6 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3752 0 0 0 60160 0 0 0 25 0 1 0 596242639 26697728 3644 33554432000 4194304 4785740 140735153799216 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6518 3644 341 145 0 3563 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=299.25 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 29925 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=30720 CPUtime=601.56 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 54264 0 0 0 60149 7 0 0 25 0 1 0 596242639 31457280 6874 33554432000 4194304 4352236 140734146896320 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 7680 6874 127 39 0 6760 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=299.06 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 2935 0 0 0 29904 2 0 0 25 0 1 0 596242639 19460096 2810 33554432000 4194304 4331988 140735566019872 18446744073709551615 4237391 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2810 175 34 0 3193 0
Current children cumulated CPU time (s) 2403.07
Current children cumulated vsize (KiB) 1781968

[startup+604.801 s]
/proc/loadavg: 10.13 10.06 9.63 11/188 17613
/proc/meminfo: memFree=18236616/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=604.79 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 132055 0 0 0 60436 43 0 0 25 0 1 0 596242639 1261453312 13340 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238639 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13340 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26072 CPUtime=604.8 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3752 0 0 0 60480 0 0 0 25 0 1 0 596242639 26697728 3644 33554432000 4194304 4785740 140735153799216 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6518 3644 341 145 0 3563 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=300.84 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 30084 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=33024 CPUtime=604.76 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 54840 0 0 0 60469 7 0 0 25 0 1 0 596242639 33816576 7450 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328349 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8256 7450 127 39 0 7336 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=300.66 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 2965 0 0 0 30064 2 0 0 25 0 1 0 596242639 19460096 2840 33554432000 4194304 4331988 140735566019872 18446744073709551615 4226219 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2840 175 34 0 3193 0
Current children cumulated CPU time (s) 2415.86
Current children cumulated vsize (KiB) 1784272

[startup+606.401 s]
/proc/loadavg: 10.13 10.06 9.63 11/188 17613
/proc/meminfo: memFree=18231408/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=606.4 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 132201 0 0 0 60596 44 0 0 25 0 1 0 596242639 1261453312 13480 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13480 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26072 CPUtime=606.4 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3754 0 0 0 60640 0 0 0 25 0 1 0 596242639 26697728 3646 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6518 3646 341 145 0 3563 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=301.62 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 30162 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134530576 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=33536 CPUtime=606.35 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 54968 0 0 0 60628 7 0 0 25 0 1 0 596242639 34340864 7578 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328114 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8384 7578 127 39 0 7464 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=301.46 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 2980 0 0 0 30144 2 0 0 25 0 1 0 596242639 19460096 2855 33554432000 4194304 4331988 140735566019872 18446744073709551615 4226304 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2855 175 34 0 3193 0
Current children cumulated CPU time (s) 2422.24
Current children cumulated vsize (KiB) 1784784

[startup+608.001 s]
/proc/loadavg: 10.12 10.06 9.64 11/188 17613
/proc/meminfo: memFree=18229672/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=608 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 132349 0 0 0 60756 44 0 0 25 0 1 0 596242639 1261453312 13620 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13620 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26240 CPUtime=608 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3770 0 0 0 60800 0 0 0 25 0 1 0 596242639 26869760 3662 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6560 3662 341 145 0 3605 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=302.42 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 30242 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134530260 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=33536 CPUtime=607.96 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 54968 0 0 0 60789 7 0 0 25 0 1 0 596242639 34340864 7578 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8384 7578 127 39 0 7464 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=302.26 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 2995 0 0 0 30224 2 0 0 25 0 1 0 596242639 19460096 2870 33554432000 4194304 4331988 140735566019872 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2870 175 34 0 3193 0
Current children cumulated CPU time (s) 2428.65
Current children cumulated vsize (KiB) 1784952

[startup+608.801 s]
/proc/loadavg: 10.12 10.06 9.64 11/188 17613
/proc/meminfo: memFree=18225828/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=608.79 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 132421 0 0 0 60835 44 0 0 25 0 1 0 596242639 1261453312 13691 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238647 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13691 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26240 CPUtime=608.8 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3770 0 0 0 60880 0 0 0 25 0 1 0 596242639 26869760 3662 33554432000 4194304 4785740 140735153799216 18446744073709551615 4287592 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6560 3662 341 145 0 3605 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=302.81 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 30281 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=34560 CPUtime=608.76 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 55224 0 0 0 60869 7 0 0 25 0 1 0 596242639 35389440 7834 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8640 7834 127 39 0 7720 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=302.65 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 3003 0 0 0 30263 2 0 0 25 0 1 0 596242639 19460096 2878 33554432000 4194304 4331988 140735566019872 18446744073709551615 4299282 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2878 175 34 0 3193 0
Current children cumulated CPU time (s) 2431.82
Current children cumulated vsize (KiB) 1785976

[startup+609.001 s]
/proc/loadavg: 10.12 10.06 9.64 11/188 17613
/proc/meminfo: memFree=18225828/32951124 swapFree=67110396/67111528
[pid=17421] ppid=17419 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/17421/stat : 17421 (ppfolio) S 17419 17421 14760 0 -1 4202496 520 0 0 0 0 1 0 0 15 0 1 0 596242639 18763776 390 33554432000 4194304 4287625 140733650394896 18446744073709551615 224284945935 0 0 4096 65536 4594428637968596991 0 0 17 3 0 0 0
/proc/17421/statm: 4581 390 341 23 0 91 0
[pid=17422] ppid=17421 vsize=1231888 CPUtime=608.99 cores=1
/proc/17422/stat : 17422 (cryptominisat) R 17421 17421 14760 0 -1 4202496 132441 0 0 0 60855 44 0 0 25 0 1 0 596242639 1261453312 13711 33554432000 4194304 4587354 140737120927072 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17422/statm: 307972 13711 337 96 0 304534 0
[pid=17423] ppid=17421 vsize=26240 CPUtime=609 cores=5
/proc/17423/stat : 17423 (clasp) R 17421 17421 14760 0 -1 4202496 3770 0 0 0 60900 0 0 0 25 0 1 0 596242639 26869760 3662 33554432000 4194304 4785740 140735153799216 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/17423/statm: 6560 3662 341 145 0 3605 0
[pid=17424] ppid=17421 vsize=455960 CPUtime=302.91 cores=7
/proc/17424/stat : 17424 (TNM) R 17421 17421 14760 0 -1 4202496 339 0 0 0 30291 0 0 0 25 0 1 0 596242639 466903040 236 33554432000 134512640 134534564 4294735536 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17424/statm: 113990 236 95 6 0 112656 0
[pid=17425] ppid=17421 vsize=34560 CPUtime=608.96 cores=3
/proc/17425/stat : 17425 (lingeling) R 17421 17421 14760 0 -1 4202496 55224 0 0 0 60889 7 0 0 25 0 1 0 596242639 35389440 7834 33554432000 4194304 4352236 140734146896320 18446744073709551615 4328109 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/17425/statm: 8640 7834 127 39 0 7720 0
[pid=17426] ppid=17421 vsize=19004 CPUtime=302.75 cores=7
/proc/17426/stat : 17426 (march_hi) R 17421 17421 14760 0 -1 4202496 3005 0 0 0 30273 2 0 0 25 0 1 0 596242639 19460096 2880 33554432000 4194304 4331988 140735566019872 18446744073709551615 224284925824 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/17426/statm: 4751 2880 175 34 0 3193 0
Current children cumulated CPU time (s) 2432.62
Current children cumulated vsize (KiB) 1785976

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17421 and gives
#  childrusage.ru_utime.tv_sec=2129
#  childrusage.ru_utime.tv_usec=706235
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=549916
# CPU time returned by wait4() is 2130.26
# while last known CPU time is 2432.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 609.088
CPU time (s): 2432.62
CPU user time (s): 2432.08
CPU system time (s): 0.54
CPU usage (%): 399.387
Max. virtual memory (cumulated for all children) (KiB): 2773132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2129.71
system time used= 0.549916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192320
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= 1032
involuntary context switches= 18579

runsolver used 0.911861 second user time and 2.40863 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 08:55:20
IDJOB=3191121
IDBENCH=82852
IDSOLVER=1612
FILE ID=node118/3191121-1304060120
RUNJOBID= node118-1304059202-17149
PBS_JOBID= 13170373
Free space on /tmp= 71608 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191121-1304060120/watcher-3191121-1304060120 -o /tmp/evaluation-result-3191121-1304060120/solver-3191121-1304060120 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191121-1304060120.cnf

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

MD5SUM BENCH= 901aadbc76f4961d582bc9856b3c63b3
RANDOM SEED=500083929

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:      18229012 kB
Buffers:       1899300 kB
Cached:       11995856 kB
SwapCached:        600 kB
Active:        9651440 kB
Inactive:      4534816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18229012 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            9844 kB
Writeback:           0 kB
AnonPages:      290056 kB
Mapped:          17032 kB
Slab:           472012 kB
PageTables:       5776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2820396 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 09:05:29