Trace number 3219999

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) 39972 5000.02

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1107.92
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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 8 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] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
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) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3219999-1304155336/watcher-3219999-1304155336 -o /tmp/evaluation-result-3219999-1304155336/solver-3219999-1304155336 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219999-1304155336.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.11 8.09 8.03 1/170 26541
/proc/meminfo: memFree=18745320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0

[startup+0.0603121 s]
/proc/loadavg: 8.11 8.09 8.03 1/170 26541
/proc/meminfo: memFree=18745320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100258 s]
/proc/loadavg: 8.11 8.09 8.03 1/170 26541
/proc/meminfo: memFree=18745320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300223 s]
/proc/loadavg: 8.11 8.09 8.03 1/170 26541
/proc/meminfo: memFree=18745320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700152 s]
/proc/loadavg: 8.11 8.09 8.03 1/170 26541
/proc/meminfo: memFree=18745320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50101 s]
/proc/loadavg: 8.11 8.09 8.03 9/180 26556
/proc/meminfo: memFree=18696012/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=1966800 CPUtime=1.49 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 6176 0 0 0 148 1 0 0 25 0 1 0 527136201 2014003200 3283 33554432000 4194304 4587354 140733770364880 18446744073709551615 4238692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 491700 3283 327 96 0 488262 0
[pid=26543] ppid=26541 vsize=26148 CPUtime=1.49 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 4131 0 0 0 149 0 0 0 20 0 1 0 527136201 26775552 3861 33554432000 4194304 4785740 140733836519568 18446744073709551615 4287055 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 6537 3861 340 145 0 3582 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=1.49 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 149 0 0 0 20 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=15204 CPUtime=1.48 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 6495 0 0 0 148 0 0 0 20 0 1 0 527136201 15568896 1647 33554432000 4194304 4331988 140734213371520 18446744073709551615 4263314 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 3801 1647 174 34 0 2243 0
[pid=26546] ppid=26541 vsize=125724 CPUtime=5.79 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 4162 1256 0 0 579 0 0 0 25 0 5 0 527136201 128741376 3525 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 31431 3525 162 40 0 29975 0
[pid=26546/tid=26553] ppid=26541 vsize=125724 CPUtime=1.43 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 118 1256 0 0 143 0 0 0 20 0 5 0 527136206 128741376 3525 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=125724 CPUtime=1.43 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 132 1256 0 0 143 0 0 0 25 0 5 0 527136206 128741376 3525 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=125724 CPUtime=1.43 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 112 1256 0 0 143 0 0 0 25 0 5 0 527136206 128741376 3525 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=125724 CPUtime=1.43 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 124 1256 0 0 143 0 0 0 25 0 5 0 527136206 128741376 3525 33554432000 4194304 4356188 140734056463600 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 2612908

[startup+3.10073 s]
/proc/loadavg: 8.11 8.09 8.03 9/180 26556
/proc/meminfo: memFree=18693284/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=1966756 CPUtime=3.09 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 9772 0 0 0 308 1 0 0 25 0 1 0 527136201 2013958144 3545 33554432000 4194304 4587354 140733770364880 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 491689 3545 337 96 0 488251 0
[pid=26543] ppid=26541 vsize=28132 CPUtime=3.09 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 4616 0 0 0 309 0 0 0 25 0 1 0 527136201 28807168 4346 33554432000 4194304 4785740 140733836519568 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 7033 4346 340 145 0 4078 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=3.09 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 309 0 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=15716 CPUtime=3.08 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 6593 0 0 0 308 0 0 0 25 0 1 0 527136201 16093184 1745 33554432000 4194304 4331988 140734213371520 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 3929 1745 174 34 0 2371 0
[pid=26546] ppid=26541 vsize=127200 CPUtime=12.19 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 4515 1256 0 0 1219 0 0 0 25 0 5 0 527136201 130252800 3878 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 31800 3878 162 40 0 30344 0
[pid=26546/tid=26553] ppid=26541 vsize=127200 CPUtime=3.03 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 200 1256 0 0 303 0 0 0 25 0 5 0 527136206 130252800 3878 33554432000 4194304 4356188 140734056463600 18446744073709551615 4211045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=127200 CPUtime=3.03 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 226 1256 0 0 303 0 0 0 25 0 5 0 527136206 130252800 3878 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=127200 CPUtime=3.03 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 188 1256 0 0 303 0 0 0 25 0 5 0 527136206 130252800 3878 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=127200 CPUtime=3.02 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 225 1256 0 0 302 0 0 0 25 0 5 0 527136206 130252800 3878 33554432000 4194304 4356188 140734056463600 18446744073709551615 4234058 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.54
Current children cumulated vsize (KiB) 2616836

[startup+6.30117 s]
/proc/loadavg: 8.10 8.08 8.03 9/180 26556
/proc/meminfo: memFree=18684604/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=1968568 CPUtime=6.29 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 19770 0 0 0 626 3 0 0 25 0 1 0 527136201 2015813632 3326 33554432000 4194304 4587354 140733770364880 18446744073709551615 4268289 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 492142 3326 337 96 0 488704 0
[pid=26543] ppid=26541 vsize=32052 CPUtime=6.29 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 5621 0 0 0 629 0 0 0 25 0 1 0 527136201 32821248 5351 33554432000 4194304 4785740 140733836519568 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 8013 5351 340 145 0 5058 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=6.29 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 629 0 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528993 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=16168 CPUtime=6.28 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 6685 0 0 0 628 0 0 0 25 0 1 0 527136201 16556032 1837 33554432000 4194304 4331988 140734213371520 18446744073709551615 4299129 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 4042 1837 174 34 0 2484 0
[pid=26546] ppid=26541 vsize=129844 CPUtime=24.97 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 5226 1256 0 0 2497 0 0 0 25 0 5 0 527136201 132960256 4563 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 32461 4563 162 40 0 31005 0
[pid=26546/tid=26553] ppid=26541 vsize=129844 CPUtime=6.24 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 386 1256 0 0 624 0 0 0 25 0 5 0 527136206 132960256 4563 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=129844 CPUtime=6.24 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 402 1256 0 0 624 0 0 0 25 0 5 0 527136206 132960256 4563 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331141 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=129844 CPUtime=6.23 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 332 1256 0 0 623 0 0 0 25 0 5 0 527136206 132960256 4563 33554432000 4194304 4356188 140734056463600 18446744073709551615 4281227 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=129844 CPUtime=6.2 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 430 1256 0 0 620 0 0 0 25 0 5 0 527136206 132960256 4563 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 2625664

[startup+12.701 s]
/proc/loadavg: 8.09 8.08 8.03 9/180 26556
/proc/meminfo: memFree=18651984/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=1975148 CPUtime=12.69 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 27838 0 0 0 1264 5 0 0 25 0 1 0 527136201 2022551552 6584 33554432000 4194304 4587354 140733770364880 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 493787 6584 337 96 0 490349 0
[pid=26543] ppid=26541 vsize=36012 CPUtime=12.69 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 6587 0 0 0 1269 0 0 0 25 0 1 0 527136201 36876288 6317 33554432000 4194304 4785740 140733836519568 18446744073709551615 4286976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 9003 6317 340 145 0 6048 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=12.69 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 1269 0 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=18468 CPUtime=12.68 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 7079 0 0 0 1268 0 0 0 25 0 1 0 527136201 18911232 2231 33554432000 4194304 4331988 140734213371520 18446744073709551615 4263120 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 4617 2231 175 34 0 3059 0
[pid=26546] ppid=26541 vsize=134380 CPUtime=50.54 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 6611 1256 0 0 5053 1 0 0 25 0 5 0 527136201 137605120 5665 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 33595 5665 162 40 0 32139 0
[pid=26546/tid=26553] ppid=26541 vsize=134380 CPUtime=12.64 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 752 1256 0 0 1264 0 0 0 25 0 5 0 527136206 137605120 5665 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=134380 CPUtime=12.63 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 753 1256 0 0 1263 0 0 0 25 0 5 0 527136206 137605120 5665 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=134380 CPUtime=12.63 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 654 1256 0 0 1263 0 0 0 25 0 5 0 527136206 137605120 5665 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=134380 CPUtime=12.57 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 776 1256 0 0 1257 0 0 0 25 0 5 0 527136206 137605120 5665 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 2643040

[startup+25.5008 s]
/proc/loadavg: 8.07 8.08 8.03 9/180 26557
/proc/meminfo: memFree=18636832/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=1978288 CPUtime=25.49 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 38162 0 0 0 2543 6 0 0 25 0 1 0 527136201 2025766912 7529 33554432000 4194304 4587354 140733770364880 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26544] ppid=26541 vsize=460708 CPUtime=4781.74 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 478172 2 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=695248 CPUtime=4782.4 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 166554 0 0 0 478125 115 0 0 25 0 1 0 527136201 711933952 161706 33554432000 4194304 4331988 140734213371520 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 173812 161706 175 34 0 172254 0
[pid=26546] ppid=26541 vsize=237360 CPUtime=19102.7 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 494121 1256 0 0 1910200 74 0 0 25 0 5 0 527136201 243056640 31442 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 59340 31442 162 40 0 57884 0
[pid=26546/tid=26553] ppid=26541 vsize=237360 CPUtime=4782.34 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 120644 1256 0 0 478216 18 0 0 25 0 5 0 527136206 243056640 31442 33554432000 4194304 4356188 140734056463600 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=237360 CPUtime=4781.87 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 120450 1256 0 0 478170 17 0 0 25 0 5 0 527136206 243056640 31442 33554432000 4194304 4356188 140734056463600 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=237360 CPUtime=4782.18 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 122491 1256 0 0 478199 19 0 0 25 0 5 0 527136206 243056640 31442 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331002 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=237360 CPUtime=4756.27 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 126860 1256 0 0 475609 18 0 0 25 0 5 0 527136206 243056640 31442 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 4124096

[startup+4842.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 26697
/proc/meminfo: memFree=17221304/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=2448828 CPUtime=4842.26 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 1966155 0 0 0 483541 685 0 0 25 0 1 0 527136201 2507599872 128176 33554432000 4194304 4587354 140733770364880 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 612207 128176 337 96 0 608769 0
[pid=26543] ppid=26541 vsize=267244 CPUtime=4842.4 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 61013 0 0 0 484222 18 0 0 25 0 1 0 527136201 273657856 60743 33554432000 4194304 4785740 140733836519568 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 66811 60743 340 145 0 63856 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=4841.74 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 484172 2 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528988 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=695248 CPUtime=4842.4 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 168657 0 0 0 484123 117 0 0 25 0 1 0 527136201 711933952 163809 33554432000 4194304 4331988 140734213371520 18446744073709551615 4265323 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 173812 163809 175 34 0 172254 0
[pid=26546] ppid=26541 vsize=220592 CPUtime=19342.4 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 494921 1256 0 0 1934167 75 0 0 25 0 5 0 527136201 225886208 27250 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 55148 27250 162 40 0 53692 0
[pid=26546/tid=26553] ppid=26541 vsize=220592 CPUtime=4842.34 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 120836 1256 0 0 484216 18 0 0 25 0 5 0 527136206 225886208 27250 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=220592 CPUtime=4841.86 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 120610 1256 0 0 484169 17 0 0 25 0 5 0 527136206 225886208 27250 33554432000 4194304 4356188 140734056463600 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=220592 CPUtime=4842.18 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 122619 1256 0 0 484199 19 0 0 25 0 5 0 527136206 225886208 27250 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=220592 CPUtime=4815.94 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 127180 1256 0 0 481576 18 0 0 25 0 5 0 527136206 225886208 27250 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 4110944

[startup+4902.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26699
/proc/meminfo: memFree=17226320/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=2448828 CPUtime=4902.25 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 1966155 0 0 0 489540 685 0 0 25 0 1 0 527136201 2507599872 128176 33554432000 4194304 4587354 140733770364880 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 612207 128176 337 96 0 608769 0
[pid=26543] ppid=26541 vsize=272048 CPUtime=4902.4 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 62128 0 0 0 490222 18 0 0 25 0 1 0 527136201 278577152 61858 33554432000 4194304 4785740 140733836519568 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 68012 61858 340 145 0 65057 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=4901.74 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 490172 2 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=695248 CPUtime=4902.4 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 170741 0 0 0 490122 118 0 0 25 0 1 0 527136201 711933952 165893 33554432000 4194304 4331988 140734213371520 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 173812 165893 175 34 0 172254 0
[pid=26546] ppid=26541 vsize=202160 CPUtime=19582.1 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 496201 1256 0 0 1958134 75 0 0 25 0 5 0 527136201 207011840 22642 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 50540 22642 162 40 0 49084 0
[pid=26546/tid=26553] ppid=26541 vsize=202160 CPUtime=4902.34 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 120836 1256 0 0 490216 18 0 0 25 0 5 0 527136206 207011840 22642 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=202160 CPUtime=4901.86 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 120802 1256 0 0 490169 17 0 0 25 0 5 0 527136206 207011840 22642 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=202160 CPUtime=4902.18 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 122683 1256 0 0 490199 19 0 0 25 0 5 0 527136206 207011840 22642 33554432000 4194304 4356188 140734056463600 18446744073709551615 4338293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=202160 CPUtime=4875.63 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 128204 1256 0 0 487544 19 0 0 25 0 5 0 527136206 207011840 22642 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 4097316

[startup+4962.3 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26700
/proc/meminfo: memFree=17208548/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=2448828 CPUtime=4962.25 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 1966155 0 0 0 495540 685 0 0 25 0 1 0 527136201 2507599872 128176 33554432000 4194304 4587354 140733770364880 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 612207 128176 337 96 0 608769 0
[pid=26543] ppid=26541 vsize=273764 CPUtime=4962.4 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 62487 0 0 0 496222 18 0 0 25 0 1 0 527136201 280334336 62217 33554432000 4194304 4785740 140733836519568 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 68441 62217 340 145 0 65486 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=4961.74 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 496172 2 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=695248 CPUtime=4962.41 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 172829 0 0 0 496121 120 0 0 25 0 1 0 527136201 711933952 167981 33554432000 4194304 4331988 140734213371520 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 173812 167981 175 34 0 172254 0
[pid=26546] ppid=26541 vsize=210608 CPUtime=19821.8 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 498313 1256 0 0 1982101 75 0 0 25 0 5 0 527136201 215662592 24754 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 52652 24754 162 40 0 51196 0
[pid=26546/tid=26553] ppid=26541 vsize=210608 CPUtime=4962.34 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 122948 1256 0 0 496216 18 0 0 25 0 5 0 527136206 215662592 24754 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331951 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=210608 CPUtime=4961.85 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 120802 1256 0 0 496168 17 0 0 25 0 5 0 527136206 215662592 24754 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=210608 CPUtime=4962.18 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 122683 1256 0 0 496199 19 0 0 25 0 5 0 527136206 215662592 24754 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=210608 CPUtime=4935.3 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 128204 1256 0 0 493511 19 0 0 25 0 5 0 527136206 215662592 24754 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 4107480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.00 8.00 8.00 9/180 26701
/proc/meminfo: memFree=17194628/32951124 swapFree=67111528/67111528
[pid=26541] ppid=26539 vsize=18324 CPUtime=0 cores=0-7
/proc/26541/stat : 26541 (ppfolio) S 26539 26541 26043 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 527136200 18763776 390 33554432000 4194304 4287625 140734235363376 18446744073709551615 216634535439 0 0 4096 65536 4604991783615594495 0 0 17 6 0 0 0
/proc/26541/statm: 4581 390 341 23 0 91 0
[pid=26542] ppid=26541 vsize=2448828 CPUtime=4999.96 cores=0
/proc/26542/stat : 26542 (cryptominisat) R 26541 26541 26043 0 -1 4202496 1966155 0 0 0 499311 685 0 0 25 0 1 0 527136201 2507599872 128176 33554432000 4194304 4587354 140733770364880 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26542/statm: 612207 128176 337 96 0 608769 0
[pid=26543] ppid=26541 vsize=273956 CPUtime=5000.11 cores=1
/proc/26543/stat : 26543 (clasp) R 26541 26541 26043 0 -1 4202496 62540 0 0 0 499993 18 0 0 25 0 1 0 527136201 280530944 62270 33554432000 4194304 4785740 140733836519568 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26543/statm: 68489 62270 340 145 0 65534 0
[pid=26544] ppid=26541 vsize=460708 CPUtime=4999.45 cores=2
/proc/26544/stat : 26544 (TNM) R 26541 26541 26043 0 -1 4202496 1809 0 0 0 499943 2 0 0 25 0 1 0 527136201 471764992 1706 33554432000 134512640 134534564 4288525632 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26544/statm: 115177 1706 95 6 0 113843 0
[pid=26545] ppid=26541 vsize=695248 CPUtime=5000.11 cores=3
/proc/26545/stat : 26545 (march_hi) R 26541 26541 26043 0 -1 4202496 174138 0 0 0 499890 121 0 0 25 0 1 0 527136201 711933952 169290 33554432000 4194304 4331988 140734213371520 18446744073709551615 4237130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26545/statm: 173812 169290 175 34 0 172254 0
[pid=26546] ppid=26541 vsize=219568 CPUtime=19972.4 cores=4-7
/proc/26546/stat : 26546 (plingeling) S 26541 26541 26043 0 -1 4202496 500553 1256 0 0 1997162 75 0 0 25 0 5 0 527136201 224837632 26994 33554432000 4194304 4356188 140734056463600 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/26546/statm: 54892 26994 162 40 0 53436 0
[pid=26546/tid=26553] ppid=26541 vsize=219568 CPUtime=5000.05 cores=4-7
/proc/26546/task/26553/stat : 26553 (plingeling) R 26541 26541 26043 0 -1 4202560 122980 1256 0 0 499987 18 0 0 25 0 5 0 527136206 224837632 26994 33554432000 4194304 4356188 140734056463600 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26546/tid=26554] ppid=26541 vsize=219568 CPUtime=4999.56 cores=4-7
/proc/26546/task/26554/stat : 26554 (plingeling) R 26541 26541 26043 0 -1 4202560 120802 1256 0 0 499939 17 0 0 25 0 5 0 527136206 224837632 26994 33554432000 4194304 4356188 140734056463600 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26546/tid=26555] ppid=26541 vsize=219568 CPUtime=4999.89 cores=4-7
/proc/26546/task/26555/stat : 26555 (plingeling) R 26541 26541 26043 0 -1 4202560 122811 1256 0 0 499970 19 0 0 25 0 5 0 527136206 224837632 26994 33554432000 4194304 4356188 140734056463600 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26546/tid=26556] ppid=26541 vsize=219568 CPUtime=4972.79 cores=4-7
/proc/26546/task/26556/stat : 26556 (plingeling) R 26541 26541 26043 0 -1 4202560 130284 1256 0 0 497260 19 0 0 25 0 5 0 527136206 224837632 26994 33554432000 4194304 4356188 140734056463600 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 4116632

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26541 and gives
#  childrusage.ru_utime.tv_sec=4999
#  childrusage.ru_utime.tv_usec=437969
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=32994
# CPU time returned by wait4() is 4999.47
# while last known CPU time is 39972
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972
CPU user time (s): 39963
CPU system time (s): 9.01
CPU usage (%): 799.437
Max. virtual memory (cumulated for all children) (KiB): 5612172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.44
system time used= 0.032994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2334
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= 432
involuntary context switches= 10660

runsolver used 7.92779 second user time and 19.3411 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 11:22:16
IDJOB=3219999
IDBENCH=82683
IDSOLVER=1638
FILE ID=node103/3219999-1304155336
RUNJOBID= node103-1304145211-26057
PBS_JOBID= 13170871
Free space on /tmp= 72604 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219999-1304155336/watcher-3219999-1304155336 -o /tmp/evaluation-result-3219999-1304155336/solver-3219999-1304155336 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219999-1304155336.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=1468826555

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.858
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.83
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.858
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:      18745724 kB
Buffers:       2151848 kB
Cached:       11404016 kB
SwapCached:          0 kB
Active:        5683536 kB
Inactive:      7935332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18745724 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10928 kB
Writeback:          12 kB
AnonPages:       62792 kB
Mapped:          14536 kB
Slab:           520800 kB
PageTables:       4348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186228 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= 72596 MiB
End job on node103 at 2011-04-30 12:45:38