Trace number 3190988

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 par? (TO) 4800.19 1201.71

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
MD5SUMcf48efaad74dd9e258ebbccf8ec047e7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 4
0.00/0.00	Starting TNM 2009 on core(s) 6
0.00/0.00	Starting lingeling 276-6264d55-100731 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 6
4800.12/1201.71	Done

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3190988-1304051238/watcher-3190988-1304051238 -o /tmp/evaluation-result-3190988-1304051238/solver-3190988-1304051238 -C 4800 -W 1300 -M 15500 ppfolio HOME/instance-3190988-1304051238.cnf 

running on 4 cores: 0,2,4,6

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.23 10.19 10.16 6/182 25730
/proc/meminfo: memFree=25729800/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) R 25728 25730 25027 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0

[startup+0.221771 s]
/proc/loadavg: 10.23 10.19 10.16 6/182 25730
/proc/meminfo: memFree=25729800/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) R 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300757 s]
/proc/loadavg: 10.23 10.19 10.16 6/182 25730
/proc/meminfo: memFree=25729800/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.400739 s]
/proc/loadavg: 10.23 10.19 10.16 6/182 25730
/proc/meminfo: memFree=25729800/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700687 s]
/proc/loadavg: 10.23 10.19 10.16 6/182 25730
/proc/meminfo: memFree=25729800/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50055 s]
/proc/loadavg: 10.23 10.19 10.16 11/188 25736
/proc/meminfo: memFree=25716732/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=891900 CPUtime=1.49 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 3862 0 0 0 149 0 0 0 25 0 1 0 516721816 913305600 2486 33554432000 4194304 4587354 140735932954016 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 222975 2486 337 96 0 219537 0
[pid=25732] ppid=25730 vsize=14448 CPUtime=1.49 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 1072 0 0 0 149 0 0 0 25 0 1 0 516721816 14794752 959 33554432000 4194304 4785740 140736049763984 18446744073709551615 4552532 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 3612 959 340 145 0 657 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=0.71 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 71 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=6884 CPUtime=1.49 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 1279 0 0 0 149 0 0 0 25 0 1 0 516721816 7049216 919 33554432000 4194304 4352236 140733758959200 18446744073709551615 4276696 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 1721 919 126 39 0 801 0
[pid=25735] ppid=25730 vsize=8208 CPUtime=0.77 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 657 0 0 0 77 0 0 0 25 0 1 0 516721816 8404992 550 33554432000 4194304 4331988 140734556330032 18446744073709551615 4229633 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 2052 550 172 34 0 494 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 1395720

[startup+3.10027 s]
/proc/loadavg: 10.23 10.19 10.16 11/188 25736
/proc/meminfo: memFree=25706812/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=895484 CPUtime=3.09 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 5918 0 0 0 309 0 0 0 25 0 1 0 516721816 916975616 3538 33554432000 4194304 4587354 140735932954016 18446744073709551615 4357665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 223871 3538 337 96 0 220433 0
[pid=25732] ppid=25730 vsize=15396 CPUtime=3.09 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 1326 0 0 0 309 0 0 0 25 0 1 0 516721816 15765504 1213 33554432000 4194304 4785740 140736049763984 18446744073709551615 4553015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 3849 1213 340 145 0 894 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=1.51 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 151 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528425 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=6884 CPUtime=3.09 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 1343 0 0 0 309 0 0 0 25 0 1 0 516721816 7049216 919 33554432000 4194304 4352236 140733758959200 18446744073709551615 4329360 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 1721 919 126 39 0 801 0
[pid=25735] ppid=25730 vsize=8656 CPUtime=1.56 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 743 0 0 0 156 0 0 0 25 0 1 0 516721816 8863744 636 33554432000 4194304 4331988 140734556330032 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 2164 636 172 34 0 606 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 1400700

[startup+6.30071 s]
/proc/loadavg: 10.21 10.18 10.16 11/188 25736
/proc/meminfo: memFree=25694536/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=898560 CPUtime=6.28 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 8374 0 0 0 628 0 0 0 25 0 1 0 516721816 920125440 4115 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 224640 4115 337 96 0 221202 0
[pid=25732] ppid=25730 vsize=16736 CPUtime=6.29 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 1656 0 0 0 629 0 0 0 25 0 1 0 516721816 17137664 1543 33554432000 4194304 4785740 140736049763984 18446744073709551615 4553143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 4184 1543 340 145 0 1229 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=3.11 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 311 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=8040 CPUtime=6.29 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 2144 0 0 0 629 0 0 0 25 0 1 0 516721816 8232960 1208 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328013 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 2010 1208 126 39 0 1090 0
[pid=25735] ppid=25730 vsize=9036 CPUtime=3.15 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 811 0 0 0 315 0 0 0 25 0 1 0 516721816 9252864 704 33554432000 4194304 4331988 140734556330032 18446744073709551615 4315696 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 2259 704 173 34 0 701 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 1406652

[startup+12.7006 s]
/proc/loadavg: 10.19 10.18 10.15 11/188 25736
/proc/meminfo: memFree=25675196/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=902212 CPUtime=12.69 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 12791 0 0 0 1268 1 0 0 25 0 1 0 516721816 923865088 4514 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 225553 4514 337 96 0 222115 0
[pid=25732] ppid=25730 vsize=18528 CPUtime=12.69 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 2062 0 0 0 1269 0 0 0 25 0 1 0 516721816 18972672 1949 33554432000 4194304 4785740 140736049763984 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 4632 1949 340 145 0 1677 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=6.31 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 631 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=8692 CPUtime=12.69 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 3363 0 0 0 1269 0 0 0 25 0 1 0 516721816 8900608 1371 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328832 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 2173 1371 126 39 0 1253 0
[pid=25735] ppid=25730 vsize=9376 CPUtime=6.31 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 941 0 0 0 631 0 0 0 25 0 1 0 516721816 9601024 834 33554432000 4194304 4331988 140734556330032 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 2344 834 173 34 0 786 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 1413088

[startup+25.5063 s]
/proc/loadavg: 10.15 10.17 10.15 11/188 25737
/proc/meminfo: memFree=25684244/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=913784 CPUtime=25.49 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 19567 0 0 0 2547 2 0 0 25 0 1 0 516721816 935714816 6111 33554432000 4194304 4587354 140735932954016 18446744073709551615 4239308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 228446 6111 337 96 0 225008 0
[pid=25732] ppid=25730 vsize=20832 CPUtime=25.49 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 2634 0 0 0 2549 0 0 0 25 0 1 0 516721816 21331968 2521 33554432000 4194304 4785740 140736049763984 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 5208 2521 340 145 0 2253 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=12.66 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 1266 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134529084 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=11252 CPUtime=25.49 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 5859 0 0 0 2549 0 0 0 25 0 1 0 516721816 11522048 2011 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 2813 2011 126 39 0 1893 0
[pid=25735] ppid=25730 vsize=10776 CPUtime=12.69 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 1223 0 0 0 1269 0 0 0 25 0 1 0 516721816 11034624 1077 33554432000 4194304 4331988 140734556330032 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 2694 1077 173 34 0 1136 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 1430924

[startup+51.1009 s]
/proc/loadavg: 10.23 10.19 10.16 11/188 25737
/proc/meminfo: memFree=25622144/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=923340 CPUtime=51.09 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 29875 0 0 0 5104 5 0 0 25 0 1 0 516721816 945500160 9937 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 230835 9937 337 96 0 227397 0
[pid=25732] ppid=25730 vsize=23464 CPUtime=51.08 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 3266 0 0 0 5108 0 0 0 25 0 1 0 516721816 24027136 3153 33554432000 4194304 4785740 140736049763984 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 5866 3153 340 145 0 2911 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=25.4 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 2540 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=12152 CPUtime=51.08 cores=2

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

[pid=25731] ppid=25730 vsize=957468 CPUtime=942.25 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 127041 0 0 0 94189 36 0 0 25 0 1 0 516721816 980447232 20701 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 239367 20701 337 96 0 235929 0
[pid=25732] ppid=25730 vsize=50228 CPUtime=942.3 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 9391 0 0 0 94228 2 0 0 25 0 1 0 516721816 51433472 9278 33554432000 4194304 4785740 140736049763984 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 12557 9278 341 145 0 9602 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=468.63 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 46863 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=22980 CPUtime=942.2 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 74632 0 0 0 94210 10 0 0 25 0 1 0 516721816 23531520 4944 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 5745 4944 127 39 0 4825 0
[pid=25735] ppid=25730 vsize=86372 CPUtime=468.53 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 17103 0 0 0 46845 8 0 0 25 0 1 0 516721816 88444928 16957 33554432000 4194304 4331988 140734556330032 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 21593 16957 173 34 0 20035 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 1591328

[startup+1002.31 s]
/proc/loadavg: 10.21 10.19 10.17 11/188 25860
/proc/meminfo: memFree=25937404/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=958684 CPUtime=1002.27 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 127740 0 0 0 100190 37 0 0 25 0 1 0 516721816 981692416 20722 33554432000 4194304 4587354 140735932954016 18446744073709551615 4237695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 239671 20722 337 96 0 236233 0
[pid=25732] ppid=25730 vsize=50592 CPUtime=1002.31 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 9473 0 0 0 100229 2 0 0 25 0 1 0 516721816 51806208 9360 33554432000 4194304 4785740 140736049763984 18446744073709551615 4553032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 12648 9360 341 145 0 9693 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=498.43 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 49843 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=25796 CPUtime=1002.21 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 78728 0 0 0 100210 11 0 0 25 0 1 0 516721816 26415104 5648 33554432000 4194304 4352236 140733758959200 18446744073709551615 4329205 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 6449 5648 127 39 0 5529 0
[pid=25735] ppid=25730 vsize=86372 CPUtime=498.41 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 18067 0 0 0 49833 8 0 0 25 0 1 0 516721816 88444928 17921 33554432000 4194304 4331988 140734556330032 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 21593 17921 173 34 0 20035 0
Current children cumulated CPU time (s) 4003.63
Current children cumulated vsize (KiB) 1595724

[startup+1062.3 s]
/proc/loadavg: 10.30 10.21 10.18 11/188 25861
/proc/meminfo: memFree=25925108/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=957016 CPUtime=1062.26 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 128709 0 0 0 106188 38 0 0 25 0 1 0 516721816 979984384 20735 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 239254 20735 337 96 0 235816 0
[pid=25732] ppid=25730 vsize=51080 CPUtime=1062.31 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 9611 0 0 0 106229 2 0 0 25 0 1 0 516721816 52305920 9498 33554432000 4194304 4785740 140736049763984 18446744073709551615 4546239 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 12770 9498 341 145 0 9815 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=528.3 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 52830 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=31172 CPUtime=1062.2 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 82760 0 0 0 106209 11 0 0 25 0 1 0 516721816 31920128 6992 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328345 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 7793 6992 127 39 0 6873 0
[pid=25735] ppid=25730 vsize=86372 CPUtime=528.22 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 18976 0 0 0 52813 9 0 0 25 0 1 0 516721816 88444928 18830 33554432000 4194304 4331988 140734556330032 18446744073709551615 4228852 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 21593 18830 173 34 0 20035 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 1599920

[startup+1122.3 s]
/proc/loadavg: 10.22 10.20 10.18 11/188 25863
/proc/meminfo: memFree=25919508/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=970784 CPUtime=1122.25 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 135597 0 0 0 112186 39 0 0 25 0 1 0 516721816 994082816 20146 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238503 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 242696 20146 337 96 0 239258 0
[pid=25732] ppid=25730 vsize=52400 CPUtime=1122.32 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 9917 0 0 0 112229 3 0 0 25 0 1 0 516721816 53657600 9804 33554432000 4194304 4785740 140736049763984 18446744073709551615 4550551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 13100 9804 341 145 0 10145 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=558.12 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 55812 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134529082 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=33096 CPUtime=1122.19 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 84617 0 0 0 112208 11 0 0 25 0 1 0 516721816 33890304 7473 33554432000 4194304 4352236 140733758959200 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 8274 7473 127 39 0 7354 0
[pid=25735] ppid=25730 vsize=115840 CPUtime=558.06 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 19958 0 0 0 55796 10 0 0 25 0 1 0 516721816 118620160 19812 33554432000 4194304 4331988 140734556330032 18446744073709551615 4246566 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 28960 19812 173 34 0 27402 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 1646400

[startup+1182.3 s]
/proc/loadavg: 10.19 10.19 10.18 11/188 25865
/proc/meminfo: memFree=25913528/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=970784 CPUtime=1182.26 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 140646 0 0 0 118184 42 0 0 25 0 1 0 516721816 994082816 20146 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238392 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 242696 20146 337 96 0 239258 0
[pid=25732] ppid=25730 vsize=52908 CPUtime=1182.32 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 10022 0 0 0 118229 3 0 0 25 0 1 0 516721816 54177792 9909 33554432000 4194304 4785740 140736049763984 18446744073709551615 4287249 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 13227 9909 341 145 0 10272 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=587.95 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 58795 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134529812 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=36808 CPUtime=1182.19 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 88969 0 0 0 118207 12 0 0 25 0 1 0 516721816 37691392 8401 33554432000 4194304 4352236 140733758959200 18446744073709551615 4328194 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 9202 8401 127 39 0 8282 0
[pid=25735] ppid=25730 vsize=115840 CPUtime=587.9 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 21011 0 0 0 58780 10 0 0 25 0 1 0 516721816 118620160 20865 33554432000 4194304 4331988 140734556330032 18446744073709551615 4291715 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 28960 20865 173 34 0 27402 0
Current children cumulated CPU time (s) 4722.62
Current children cumulated vsize (KiB) 1650620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 10.13 10.18 10.17 11/188 25865
/proc/meminfo: memFree=25908308/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=970784 CPUtime=1201.66 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 141016 0 0 0 120124 42 0 0 25 0 1 0 516721816 994082816 20504 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 242696 20504 337 96 0 239258 0
[pid=25732] ppid=25730 vsize=53216 CPUtime=1201.72 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 10073 0 0 0 120169 3 0 0 25 0 1 0 516721816 54493184 9960 33554432000 4194304 4785740 140736049763984 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 13304 9960 341 145 0 10349 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=597.61 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 59761 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134529033 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=31304 CPUtime=1201.6 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 88969 0 0 0 120148 12 0 0 25 0 1 0 516721816 32055296 7025 33554432000 4194304 4352236 140733758959200 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 7826 7025 127 39 0 6906 0
[pid=25735] ppid=25730 vsize=115840 CPUtime=597.53 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 21327 0 0 0 59743 10 0 0 25 0 1 0 516721816 118620160 21181 33554432000 4194304 4331988 140734556330032 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 28960 21181 173 34 0 27402 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1645424

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 10.13 10.18 10.17 11/188 25865
/proc/meminfo: memFree=25908308/32951124 swapFree=67111364/67111528
[pid=25730] ppid=25728 vsize=18324 CPUtime=0 cores=0,2,4,6
/proc/25730/stat : 25730 (ppfolio) S 25728 25730 25027 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 516721815 18763776 389 33554432000 4194304 4287625 140734611333552 18446744073709551615 228244368911 0 0 4096 65536 4579423053028524031 0 0 17 4 0 0 0
/proc/25730/statm: 4581 389 341 23 0 91 0
[pid=25731] ppid=25730 vsize=970784 CPUtime=1201.66 cores=0
/proc/25731/stat : 25731 (cryptominisat) R 25730 25730 25027 0 -1 4202496 141016 0 0 0 120124 42 0 0 25 0 1 0 516721816 994082816 20504 33554432000 4194304 4587354 140735932954016 18446744073709551615 4238538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25731/statm: 242696 20504 337 96 0 239258 0
[pid=25732] ppid=25730 vsize=53216 CPUtime=1201.72 cores=4
/proc/25732/stat : 25732 (clasp) R 25730 25730 25027 0 -1 4202496 10073 0 0 0 120169 3 0 0 25 0 1 0 516721816 54493184 9960 33554432000 4194304 4785740 140736049763984 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/25732/statm: 13304 9960 341 145 0 10349 0
[pid=25733] ppid=25730 vsize=455956 CPUtime=597.61 cores=6
/proc/25733/stat : 25733 (TNM) R 25730 25730 25027 0 -1 4202496 364 0 0 0 59761 0 0 0 25 0 1 0 516721816 466898944 261 33554432000 134512640 134534564 4289833600 18446744073709551615 134529033 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25733/statm: 113989 261 95 6 0 112655 0
[pid=25734] ppid=25730 vsize=31304 CPUtime=1201.6 cores=2
/proc/25734/stat : 25734 (lingeling) R 25730 25730 25027 0 -1 4202496 88969 0 0 0 120148 12 0 0 25 0 1 0 516721816 32055296 7025 33554432000 4194304 4352236 140733758959200 18446744073709551615 4329086 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/25734/statm: 7826 7025 127 39 0 6906 0
[pid=25735] ppid=25730 vsize=115840 CPUtime=597.53 cores=6
/proc/25735/stat : 25735 (march_hi) R 25730 25730 25027 0 -1 4202496 21327 0 0 0 59743 10 0 0 25 0 1 0 516721816 118620160 21181 33554432000 4194304 4331988 140734556330032 18446744073709551615 4229539 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/25735/statm: 28960 21181 173 34 0 27402 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1645424

Child status: 0
Real time (s): 1201.71
CPU time (s): 4800.19
CPU user time (s): 4799.49
CPU system time (s): 0.704892
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 2539056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799.49
system time used= 0.704892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262305
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= 435
involuntary context switches= 35898

runsolver used 1.76373 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 06:27:18
IDJOB=3190988
IDBENCH=82719
IDSOLVER=1612
FILE ID=node136/3190988-1304051238
RUNJOBID= node136-1304044537-25045
PBS_JOBID= 13170391
Free space on /tmp= 72324 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1298256564-085.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190988-1304051238/watcher-3190988-1304051238 -o /tmp/evaluation-result-3190988-1304051238/solver-3190988-1304051238 -C 4800 -W 1300 -M 15500  ppfolio HOME/instance-3190988-1304051238.cnf

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

MD5SUM BENCH= cf48efaad74dd9e258ebbccf8ec047e7
RANDOM SEED=900862589

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25729956 kB
Buffers:       1056140 kB
Cached:        5012672 kB
SwapCached:        100 kB
Active:        1226072 kB
Inactive:      5442652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25729956 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10244 kB
Writeback:           0 kB
AnonPages:      599496 kB
Mapped:          16940 kB
Slab:           485920 kB
PageTables:       6412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1773392 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= 72316 MiB
End job on node136 at 2011-04-29 06:47:22