Trace number 3191025

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 317.52 79.5464

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
MD5SUM4b706363c6542ff406d07bd657988d05
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.0431
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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
317.52/79.54	s UNSATISFIABLE
317.52/79.54	solver [5] march_hi 2009 answered
317.52/79.54	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-3191025-1304053585/watcher-3191025-1304053585 -o /tmp/evaluation-result-3191025-1304053585/solver-3191025-1304053585 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3191025-1304053585.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: 5.09 5.11 5.20 2/175 29461
/proc/meminfo: memFree=31054568/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 517 0 0 0 0 0 0 0 22 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 2826088480831 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0

[startup+0.00829295 s]
/proc/loadavg: 5.09 5.11 5.20 2/175 29461
/proc/meminfo: memFree=31054568/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) R 29459 29461 26347 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100266 s]
/proc/loadavg: 5.09 5.11 5.20 2/175 29461
/proc/meminfo: memFree=31054568/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) R 29459 29461 26347 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300248 s]
/proc/loadavg: 5.09 5.11 5.20 2/175 29461
/proc/meminfo: memFree=31054568/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700158 s]
/proc/loadavg: 5.09 5.11 5.20 2/175 29461
/proc/meminfo: memFree=31054568/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50101 s]
/proc/loadavg: 5.08 5.11 5.20 6/181 29467
/proc/meminfo: memFree=31045720/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1316204 CPUtime=1.49 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 3219 0 0 0 149 0 0 0 25 0 1 0 516956399 1347792896 2193 33554432000 4194304 4587354 140733375158624 18446744073709551615 4245488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 329051 2193 337 96 0 325613 0
[pid=29463] ppid=29461 vsize=13760 CPUtime=1.49 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 910 0 0 0 149 0 0 0 25 0 1 0 516956399 14090240 799 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 3440 799 340 145 0 485 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=0.78 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 78 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=6440 CPUtime=1.49 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 1190 0 0 0 149 0 0 0 25 0 1 0 516956399 6594560 795 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328363 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 1610 795 127 39 0 690 0
[pid=29466] ppid=29461 vsize=7468 CPUtime=0.7 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 505 0 0 0 70 0 0 0 25 0 1 0 516956399 7647232 398 33554432000 4194304 4331988 140735001945408 18446744073709551615 4229459 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 1867 398 172 34 0 309 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1818052

[startup+3.10072 s]
/proc/loadavg: 5.08 5.11 5.20 6/181 29467
/proc/meminfo: memFree=31039644/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1320420 CPUtime=3.08 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 4821 0 0 0 308 0 0 0 25 0 1 0 516956399 1352110080 3054 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 330105 3054 337 96 0 326667 0
[pid=29463] ppid=29461 vsize=14292 CPUtime=3.09 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 1046 0 0 0 309 0 0 0 25 0 1 0 516956399 14635008 935 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 3573 935 340 145 0 618 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=1.62 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 162 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=6700 CPUtime=3.09 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 1556 0 0 0 309 0 0 0 25 0 1 0 516956399 6860800 873 33554432000 4194304 4352236 140734245666480 18446744073709551615 4329060 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 1675 873 127 39 0 755 0
[pid=29466] ppid=29461 vsize=7468 CPUtime=1.45 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 512 0 0 0 145 0 0 0 25 0 1 0 516956399 7647232 405 33554432000 4194304 4331988 140735001945408 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 1867 405 172 34 0 309 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1823060

[startup+6.30114 s]
/proc/loadavg: 5.08 5.11 5.20 6/181 29467
/proc/meminfo: memFree=31033204/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1320676 CPUtime=6.29 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 6634 0 0 0 628 1 0 0 25 0 1 0 516956399 1352372224 2951 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 330169 2951 337 96 0 326731 0
[pid=29463] ppid=29461 vsize=15100 CPUtime=6.29 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 1235 0 0 0 629 0 0 0 25 0 1 0 516956399 15462400 1124 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553369 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 3775 1124 340 145 0 820 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=3.22 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 322 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=7824 CPUtime=6.29 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 2549 0 0 0 629 0 0 0 25 0 1 0 516956399 8011776 1154 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328126 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 1956 1154 127 39 0 1036 0
[pid=29466] ppid=29461 vsize=7744 CPUtime=3.04 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 570 0 0 0 304 0 0 0 25 0 1 0 516956399 7929856 463 33554432000 4194304 4331988 140735001945408 18446744073709551615 4237195 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 1936 463 172 34 0 378 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1825524

[startup+12.701 s]
/proc/loadavg: 5.07 5.10 5.20 6/181 29467
/proc/meminfo: memFree=31029396/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1323300 CPUtime=12.68 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 9677 0 0 0 1267 1 0 0 25 0 1 0 516956399 1355059200 3589 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 330825 3589 337 96 0 327387 0
[pid=29463] ppid=29461 vsize=16060 CPUtime=12.69 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 1485 0 0 0 1269 0 0 0 25 0 1 0 516956399 16445440 1374 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553138 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 4015 1374 340 145 0 1060 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=6.42 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 642 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 7638017 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=9112 CPUtime=12.69 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 3991 0 0 0 1269 0 0 0 25 0 1 0 516956399 9330688 1476 33554432000 4194304 4352236 140734245666480 18446744073709551615 4329047 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 2278 1476 127 39 0 1358 0
[pid=29466] ppid=29461 vsize=8064 CPUtime=6.2 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 622 0 0 0 620 0 0 0 25 0 1 0 516956399 8257536 515 33554432000 4194304 4331988 140735001945408 18446744073709551615 4240502 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2016 515 173 34 0 458 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 1830716

[startup+25.5007 s]
/proc/loadavg: 5.06 5.10 5.20 6/181 29467
/proc/meminfo: memFree=31023368/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1324968 CPUtime=25.48 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 15113 0 0 0 2546 2 0 0 25 0 1 0 516956399 1356767232 4352 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 331242 4352 337 96 0 327804 0
[pid=29463] ppid=29461 vsize=17452 CPUtime=25.49 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 1812 0 0 0 2549 0 0 0 25 0 1 0 516956399 17870848 1701 33554432000 4194304 4785740 140735919795328 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 4363 1701 340 145 0 1408 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=12.75 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 1275 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=11676 CPUtime=25.48 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 7672 0 0 0 2547 1 0 0 25 0 1 0 516956399 11956224 2117 33554432000 4194304 4352236 140734245666480 18446744073709551615 4276994 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 2919 2117 127 39 0 1999 0
[pid=29466] ppid=29461 vsize=8812 CPUtime=12.6 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 762 0 0 0 1260 0 0 0 25 0 1 0 516956399 9023488 655 33554432000 4194304 4331988 140735001945408 18446744073709551615 4309348 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2203 655 173 34 0 645 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 1837088

[startup+51.101 s]
/proc/loadavg: 5.09 5.10 5.19 6/181 29468
/proc/meminfo: memFree=31007928/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1337696 CPUtime=51.08 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 24943 0 0 0 5104 4 0 0 25 0 1 0 516956399 1369800704 7122 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 334424 7122 337 96 0 330986 0
[pid=29463] ppid=29461 vsize=19008 CPUtime=51.09 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2156 0 0 0 5109 0 0 0 25 0 1 0 516956399 19464192 2045 33554432000 4194304 4785740 140735919795328 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 4752 2045 340 145 0 1797 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=25.52 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 2552 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=12188 CPUtime=51.09 cores=3

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

/proc/29463/statm: 4928 2208 340 145 0 1973 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=31.91 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3191 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=13084 CPUtime=63.89 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 13592 0 0 0 6387 2 0 0 25 0 1 0 516956399 13398016 2469 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328191 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 3271 2469 127 39 0 2351 0
[pid=29466] ppid=29461 vsize=10656 CPUtime=31.62 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1214 0 0 0 3162 0 0 0 25 0 1 0 516956399 10911744 1107 33554432000 4194304 4331988 140735001945408 18446744073709551615 4286798 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2664 1107 173 34 0 1106 0
Current children cumulated CPU time (s) 255.19
Current children cumulated vsize (KiB) 1861520

[startup+70.3005 s]
/proc/loadavg: 5.06 5.10 5.19 6/181 29469
/proc/meminfo: memFree=31003948/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335728 CPUtime=70.28 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 29699 0 0 0 7023 5 0 0 25 0 1 0 516956399 1367785472 7142 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238285 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333932 7142 337 96 0 330494 0
[pid=29463] ppid=29461 vsize=19852 CPUtime=70.29 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2375 0 0 0 7029 0 0 0 25 0 1 0 516956399 20328448 2264 33554432000 4194304 4785740 140735919795328 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 4963 2264 340 145 0 2008 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=35.11 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3511 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=13852 CPUtime=70.29 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 14232 0 0 0 7027 2 0 0 25 0 1 0 516956399 14184448 2661 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328000 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 3463 2661 127 39 0 2543 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=34.79 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1294 0 0 0 3479 0 0 0 25 0 1 0 516956399 12091392 1187 33554432000 4194304 4331988 140735001945408 18446744073709551615 4287208 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1187 173 34 0 1394 0
Current children cumulated CPU time (s) 280.76
Current children cumulated vsize (KiB) 1855420

[startup+73.5009 s]
/proc/loadavg: 5.06 5.10 5.19 6/181 29469
/proc/meminfo: memFree=31002584/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335728 CPUtime=73.48 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 30257 0 0 0 7343 5 0 0 25 0 1 0 516956399 1367785472 7679 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333932 7679 337 96 0 330494 0
[pid=29463] ppid=29461 vsize=19992 CPUtime=73.49 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2411 0 0 0 7349 0 0 0 25 0 1 0 516956399 20471808 2300 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553068 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 4998 2300 340 145 0 2043 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=36.7 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3670 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=17180 CPUtime=73.49 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 15512 0 0 0 7347 2 0 0 25 0 1 0 516956399 17592320 3493 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328304 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 4295 3493 127 39 0 3375 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=36.39 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1333 0 0 0 3639 0 0 0 25 0 1 0 516956399 12091392 1226 33554432000 4194304 4331988 140735001945408 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1226 173 34 0 1394 0
Current children cumulated CPU time (s) 293.55
Current children cumulated vsize (KiB) 1858888

[startup+76.7004 s]
/proc/loadavg: 5.06 5.09 5.19 6/181 29469
/proc/meminfo: memFree=30999236/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335212 CPUtime=76.68 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 31263 0 0 0 7662 6 0 0 25 0 1 0 516956399 1367257088 7347 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333803 7347 337 96 0 330365 0
[pid=29463] ppid=29461 vsize=20148 CPUtime=76.69 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2441 0 0 0 7669 0 0 0 25 0 1 0 516956399 20631552 2330 33554432000 4194304 4785740 140735919795328 18446744073709551615 4312601 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 5037 2330 340 145 0 2082 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=38.31 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3831 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528829 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=16864 CPUtime=76.69 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 15961 0 0 0 7667 2 0 0 25 0 1 0 516956399 17268736 3414 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328447 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 4216 3414 127 39 0 3296 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=37.95 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1374 0 0 0 3795 0 0 0 25 0 1 0 516956399 12091392 1267 33554432000 4194304 4331988 140735001945408 18446744073709551615 4292021 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1267 173 34 0 1394 0
Current children cumulated CPU time (s) 306.32
Current children cumulated vsize (KiB) 1858212

[startup+78.3011 s]
/proc/loadavg: 5.06 5.09 5.19 6/181 29469
/proc/meminfo: memFree=30997744/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335212 CPUtime=78.28 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 31526 0 0 0 7822 6 0 0 25 0 1 0 516956399 1367257088 7600 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333803 7600 337 96 0 330365 0
[pid=29463] ppid=29461 vsize=20148 CPUtime=78.29 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2449 0 0 0 7829 0 0 0 25 0 1 0 516956399 20631552 2338 33554432000 4194304 4785740 140735919795328 18446744073709551615 4553054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 5037 2338 340 145 0 2082 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=39.11 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3911 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=17248 CPUtime=78.29 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 16057 0 0 0 7827 2 0 0 25 0 1 0 516956399 17661952 3510 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 4312 3510 127 39 0 3392 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=38.74 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1394 0 0 0 3874 0 0 0 25 0 1 0 516956399 12091392 1287 33554432000 4194304 4331988 140735001945408 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1287 173 34 0 1394 0
Current children cumulated CPU time (s) 312.71
Current children cumulated vsize (KiB) 1858596

[startup+79.1009 s]
/proc/loadavg: 5.06 5.09 5.19 6/181 29469
/proc/meminfo: memFree=30997124/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335212 CPUtime=79.08 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 31647 0 0 0 7902 6 0 0 25 0 1 0 516956399 1367257088 7713 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333803 7713 337 96 0 330365 0
[pid=29463] ppid=29461 vsize=20148 CPUtime=79.09 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2449 0 0 0 7909 0 0 0 25 0 1 0 516956399 20631552 2338 33554432000 4194304 4785740 140735919795328 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 5037 2338 340 145 0 2082 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=39.51 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3951 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=17504 CPUtime=79.09 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 16121 0 0 0 7907 2 0 0 25 0 1 0 516956399 17924096 3574 33554432000 4194304 4352236 140734245666480 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 4376 3574 127 39 0 3456 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=39.14 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1404 0 0 0 3914 0 0 0 25 0 1 0 516956399 12091392 1297 33554432000 4194304 4331988 140735001945408 18446744073709551615 4263156 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1297 173 34 0 1394 0
Current children cumulated CPU time (s) 315.92
Current children cumulated vsize (KiB) 1858852

[startup+79.5008 s]
/proc/loadavg: 5.06 5.09 5.19 6/181 29469
/proc/meminfo: memFree=30997124/32951124 swapFree=67111344/67111528
[pid=29461] ppid=29459 vsize=18324 CPUtime=0.01 cores=1,3,5,7
/proc/29461/stat : 29461 (ppfolio) S 29459 29461 26347 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 516956398 18763776 389 33554432000 4194304 4287625 140734622091760 18446744073709551615 271550557711 0 0 4096 65536 4591966006800285695 0 0 17 1 0 0 0
/proc/29461/statm: 4581 389 341 23 0 91 0
[pid=29462] ppid=29461 vsize=1335212 CPUtime=79.48 cores=1
/proc/29462/stat : 29462 (cryptominisat) R 29461 29461 26347 0 -1 4202496 31704 0 0 0 7942 6 0 0 25 0 1 0 516956399 1367257088 7768 33554432000 4194304 4587354 140733375158624 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29462/statm: 333803 7768 337 96 0 330365 0
[pid=29463] ppid=29461 vsize=20300 CPUtime=79.49 cores=5
/proc/29463/stat : 29463 (clasp) R 29461 29461 26347 0 -1 4202496 2459 0 0 0 7949 0 0 0 25 0 1 0 516956399 20787200 2348 33554432000 4194304 4785740 140735919795328 18446744073709551615 4562645 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/29463/statm: 5075 2348 340 145 0 2120 0
[pid=29464] ppid=29461 vsize=455856 CPUtime=39.71 cores=7
/proc/29464/stat : 29464 (TNM) R 29461 29461 26347 0 -1 4202496 321 0 0 0 3971 0 0 0 25 0 1 0 516956399 466796544 218 33554432000 134512640 134534564 4294777600 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29464/statm: 113964 218 95 6 0 112630 0
[pid=29465] ppid=29461 vsize=17504 CPUtime=79.49 cores=3
/proc/29465/stat : 29465 (lingeling) R 29461 29461 26347 0 -1 4202496 16121 0 0 0 7947 2 0 0 25 0 1 0 516956399 17924096 3574 33554432000 4194304 4352236 140734245666480 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 3 0 0 0
/proc/29465/statm: 4376 3574 127 39 0 3456 0
[pid=29466] ppid=29461 vsize=11808 CPUtime=39.34 cores=7
/proc/29466/stat : 29466 (march_hi) R 29461 29461 26347 0 -1 4202496 1407 0 0 0 3934 0 0 0 25 0 1 0 516956399 12091392 1300 33554432000 4194304 4331988 140735001945408 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/29466/statm: 2952 1300 173 34 0 1394 0
Current children cumulated CPU time (s) 317.52
Current children cumulated vsize (KiB) 1859004

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29461 and gives
#  childrusage.ru_utime.tv_sec=278
#  childrusage.ru_utime.tv_usec=232702
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=112982
# CPU time returned by wait4() is 278.346
# while last known CPU time is 317.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 79.5464
CPU time (s): 317.52
CPU user time (s): 317.43
CPU system time (s): 0.09
CPU usage (%): 399.163
Max. virtual memory (cumulated for all children) (KiB): 3133812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.233
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51148
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= 745
involuntary context switches= 1800

runsolver used 0.12598 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-29 07:06:25
IDJOB=3191025
IDBENCH=82756
IDSOLVER=1612
FILE ID=node133/3191025-1304053585
RUNJOBID= node133-1304048754-28974
PBS_JOBID= 13170319
Free space on /tmp= 71896 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3191025-1304053585/watcher-3191025-1304053585 -o /tmp/evaluation-result-3191025-1304053585/solver-3191025-1304053585 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3191025-1304053585.cnf

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

MD5SUM BENCH= 4b706363c6542ff406d07bd657988d05
RANDOM SEED=757107103

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31054724 kB
Buffers:        707900 kB
Cached:         767268 kB
SwapCached:        124 kB
Active:         554040 kB
Inactive:       984404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31054724 kB
SwapTotal:    67111528 kB
SwapFree:     67111344 kB
Dirty:           10208 kB
Writeback:          60 kB
AnonPages:       63136 kB
Mapped:          14504 kB
Slab:           293704 kB
PageTables:       4460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71888 MiB
End job on node133 at 2011-04-29 07:07:45