Trace number 3220395

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
MD5SUM04148c6828d9f9ccd74e3efaedcb8c52
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 variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
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-3220395-1304157556/watcher-3220395-1304157556 -o /tmp/evaluation-result-3220395-1304157556/solver-3220395-1304157556 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220395-1304157556.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.12 8.07 8.05 1/174 9907
/proc/meminfo: memFree=30818712/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 6 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0

[startup+0.0700961 s]
/proc/loadavg: 8.12 8.07 8.05 1/174 9907
/proc/meminfo: memFree=30818712/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) R 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101089 s]
/proc/loadavg: 8.12 8.07 8.05 1/174 9907
/proc/meminfo: memFree=30818712/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) R 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301053 s]
/proc/loadavg: 8.12 8.07 8.05 1/174 9907
/proc/meminfo: memFree=30818712/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700981 s]
/proc/loadavg: 8.12 8.07 8.05 1/174 9907
/proc/meminfo: memFree=30818712/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 21 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50084 s]
/proc/loadavg: 8.11 8.07 8.05 10/184 9922
/proc/meminfo: memFree=30802432/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=541132 CPUtime=1.48 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 4414 0 0 0 148 0 0 0 25 0 1 0 527353495 554119168 2904 33554432000 4194304 4587354 140736895814480 18446744073709551615 4364788 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 135283 2904 337 96 0 131845 0
[pid=9909] ppid=9907 vsize=14360 CPUtime=1.49 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 1049 0 0 0 149 0 0 0 20 0 1 0 527353495 14704640 940 33554432000 4194304 4785740 140736339963344 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 3590 940 340 145 0 635 0
[pid=9910] ppid=9907 vsize=456092 CPUtime=1.49 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 388 0 0 0 149 0 0 0 20 0 1 0 527353495 467038208 285 33554432000 134512640 134534564 4291651088 18446744073709551615 134530669 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114023 285 95 6 0 112689 0
[pid=9911] ppid=9907 vsize=7868 CPUtime=1.49 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 598 0 0 0 149 0 0 0 20 0 1 0 527353495 8056832 478 33554432000 4194304 4331988 140737007469536 18446744073709551615 4226235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 1967 478 175 34 0 409 0
[pid=9912] ppid=9907 vsize=122012 CPUtime=5.89 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 3688 1253 0 0 589 0 0 0 25 0 5 0 527353495 124940288 2575 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 30503 2575 161 40 0 29047 0
[pid=9912/tid=9919] ppid=9907 vsize=122012 CPUtime=1.48 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 675 1253 0 0 148 0 0 0 25 0 5 0 527353495 124940288 2575 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=122012 CPUtime=1.48 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 766 1253 0 0 148 0 0 0 25 0 5 0 527353495 124940288 2575 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=122012 CPUtime=1.47 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 777 1253 0 0 147 0 0 0 25 0 5 0 527353495 124940288 2575 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=122012 CPUtime=1.44 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 834 1253 0 0 144 0 0 0 25 0 5 0 527353496 124940288 2575 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 1159788

[startup+3.10054 s]
/proc/loadavg: 8.11 8.07 8.05 9/184 9922
/proc/meminfo: memFree=30792388/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=546152 CPUtime=3.08 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 6082 0 0 0 308 0 0 0 25 0 1 0 527353495 559259648 3496 33554432000 4194304 4587354 140736895814480 18446744073709551615 4357632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 136538 3496 337 96 0 133100 0
[pid=9909] ppid=9907 vsize=15180 CPUtime=3.09 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 1237 0 0 0 309 0 0 0 25 0 1 0 527353495 15544320 1128 33554432000 4194304 4785740 140736339963344 18446744073709551615 4287124 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 3795 1128 340 145 0 840 0
[pid=9910] ppid=9907 vsize=456092 CPUtime=3.09 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 388 0 0 0 309 0 0 0 25 0 1 0 527353495 467038208 285 33554432000 134512640 134534564 4291651088 18446744073709551615 134528891 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114023 285 95 6 0 112689 0
[pid=9911] ppid=9907 vsize=8436 CPUtime=3.09 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 695 0 0 0 309 0 0 0 25 0 1 0 527353495 8638464 575 33554432000 4194304 4331988 140737007469536 18446744073709551615 4210384 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 2109 575 175 34 0 551 0
[pid=9912] ppid=9907 vsize=127096 CPUtime=12.29 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 5435 1253 0 0 1228 1 0 0 25 0 5 0 527353495 130146304 3814 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 31774 3814 161 40 0 30318 0
[pid=9912/tid=9919] ppid=9907 vsize=127096 CPUtime=3.08 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 1108 1253 0 0 308 0 0 0 25 0 5 0 527353495 130146304 3814 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331510 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=127096 CPUtime=3.08 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 1182 1253 0 0 308 0 0 0 25 0 5 0 527353495 130146304 3814 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=127096 CPUtime=3.07 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 1226 1253 0 0 307 0 0 0 25 0 5 0 527353495 130146304 3814 33554432000 4194304 4356188 140736936332176 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=127096 CPUtime=3.03 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 1283 1253 0 0 303 0 0 0 25 0 5 0 527353496 130146304 3814 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 1171280

[startup+6.30096 s]
/proc/loadavg: 8.11 8.07 8.05 9/184 9922
/proc/meminfo: memFree=30782964/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=3827728 CPUtime=6.29 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 8577 0 0 0 628 1 0 0 25 0 1 0 527353495 3919593472 4017 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 956932 4017 337 96 0 953494 0
[pid=9909] ppid=9907 vsize=16060 CPUtime=6.29 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 1443 0 0 0 629 0 0 0 25 0 1 0 527353495 16445440 1334 33554432000 4194304 4785740 140736339963344 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 4015 1334 340 145 0 1060 0
[pid=9910] ppid=9907 vsize=456092 CPUtime=6.29 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 388 0 0 0 629 0 0 0 25 0 1 0 527353495 467038208 285 33554432000 134512640 134534564 4291651088 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114023 285 95 6 0 112689 0
[pid=9911] ppid=9907 vsize=8948 CPUtime=6.29 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 883 0 0 0 629 0 0 0 25 0 1 0 527353495 9162752 763 33554432000 4194304 4331988 140737007469536 18446744073709551615 4228335 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 2237 763 175 34 0 679 0
[pid=9912] ppid=9907 vsize=128192 CPUtime=25.07 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 6893 1253 0 0 2506 1 0 0 25 0 5 0 527353495 131268608 4120 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 32048 4120 161 40 0 30592 0
[pid=9912/tid=9919] ppid=9907 vsize=128192 CPUtime=6.28 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 1493 1253 0 0 628 0 0 0 25 0 5 0 527353495 131268608 4120 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=128192 CPUtime=6.28 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 1470 1253 0 0 628 0 0 0 25 0 5 0 527353495 131268608 4120 33554432000 4194304 4356188 140736936332176 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=128192 CPUtime=6.27 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 1611 1253 0 0 627 0 0 0 25 0 5 0 527353495 131268608 4120 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=128192 CPUtime=6.21 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 1683 1253 0 0 621 0 0 0 25 0 5 0 527353496 131268608 4120 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.23
Current children cumulated vsize (KiB) 4455344

[startup+12.7008 s]
/proc/loadavg: 8.17 8.08 8.06 9/184 9923
/proc/meminfo: memFree=30773564/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=546764 CPUtime=12.69 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 13506 0 0 0 1267 2 0 0 25 0 1 0 527353495 559886336 4700 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 136691 4700 337 96 0 133253 0
[pid=9909] ppid=9907 vsize=17344 CPUtime=12.69 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 1766 0 0 0 1269 0 0 0 25 0 1 0 527353495 17760256 1657 33554432000 4194304 4785740 140736339963344 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 4336 1657 340 145 0 1381 0
[pid=9910] ppid=9907 vsize=456092 CPUtime=12.69 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 388 0 0 0 1269 0 0 0 25 0 1 0 527353495 467038208 285 33554432000 134512640 134534564 4291651088 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114023 285 95 6 0 112689 0
[pid=9911] ppid=9907 vsize=10864 CPUtime=12.69 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 1215 0 0 0 1269 0 0 0 25 0 1 0 527353495 11124736 1095 33554432000 4194304 4331988 140737007469536 18446744073709551615 4237130 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 2716 1095 175 34 0 1158 0
[pid=9912] ppid=9907 vsize=132168 CPUtime=50.64 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 10191 1253 0 0 5063 1 0 0 25 0 5 0 527353495 135340032 5114 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 33042 5114 161 40 0 31586 0
[pid=9912/tid=9919] ppid=9907 vsize=132168 CPUtime=12.68 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 2742 1253 0 0 1268 0 0 0 25 0 5 0 527353495 135340032 5114 33554432000 4194304 4356188 140736936332176 18446744073709551615 4332260 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=132168 CPUtime=12.68 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 2207 1253 0 0 1268 0 0 0 25 0 5 0 527353495 135340032 5114 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=132168 CPUtime=12.67 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 2315 1253 0 0 1267 0 0 0 25 0 5 0 527353495 135340032 5114 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=132168 CPUtime=12.57 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 2291 1253 0 0 1257 0 0 0 25 0 5 0 527353496 135340032 5114 33554432000 4194304 4356188 140736936332176 18446744073709551615 4211032 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 1181556

[startup+25.5005 s]
/proc/loadavg: 8.14 8.08 8.06 9/184 9923
/proc/meminfo: memFree=30757504/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 7 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=552864 CPUtime=25.48 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 21674 0 0 0 2546 2 0 0 25 0 1 0 527353495 566132736 6120 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238687 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9910] ppid=9907 vsize=456096 CPUtime=4782.39 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 397 0 0 0 478236 3 0 0 25 0 1 0 527353495 467042304 294 33554432000 134512640 134534564 4291651088 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114024 294 103 6 0 112690 0
[pid=9911] ppid=9907 vsize=1077172 CPUtime=4782.42 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 201156 0 0 0 478096 146 0 0 25 0 1 0 527353495 1103024128 201036 33554432000 4194304 4331988 140737007469536 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 269293 201036 175 34 0 267735 0
[pid=9912] ppid=9907 vsize=264972 CPUtime=19101.5 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 731360 1253 0 0 1910041 109 0 0 25 0 5 0 527353495 271331328 38315 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 66243 38315 161 40 0 64787 0
[pid=9912/tid=9919] ppid=9907 vsize=264972 CPUtime=4782.42 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 193147 1253 0 0 478216 26 0 0 25 0 5 0 527353495 271331328 38315 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=264972 CPUtime=4782.41 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 180995 1253 0 0 478214 27 0 0 25 0 5 0 527353495 271331328 38315 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=264972 CPUtime=4781.94 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 178991 1253 0 0 478166 28 0 0 25 0 5 0 527353495 271331328 38315 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=264972 CPUtime=4754.68 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 177591 1253 0 0 475443 25 0 0 25 0 5 0 527353496 271331328 38315 33554432000 4194304 4356188 140736936332176 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231
Current children cumulated vsize (KiB) 2627656

[startup+4842.3 s]
/proc/loadavg: 8.06 8.12 8.09 9/184 10075
/proc/meminfo: memFree=29669324/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 3 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=668292 CPUtime=4842.29 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 417536 0 0 0 484044 185 0 0 25 0 1 0 527353495 684331008 36572 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 167073 36572 337 96 0 163635 0
[pid=9909] ppid=9907 vsize=45744 CPUtime=4842.42 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 8175 0 0 0 484241 1 0 0 25 0 1 0 527353495 46841856 8066 33554432000 4194304 4785740 140736339963344 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 11436 8066 341 145 0 8481 0
[pid=9910] ppid=9907 vsize=456096 CPUtime=4842.39 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 397 0 0 0 484236 3 0 0 25 0 1 0 527353495 467042304 294 33554432000 134512640 134534564 4291651088 18446744073709551615 134530329 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114024 294 103 6 0 112690 0
[pid=9911] ppid=9907 vsize=1077172 CPUtime=4842.42 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 203799 0 0 0 484094 148 0 0 25 0 1 0 527353495 1103024128 203679 33554432000 4194304 4331988 140737007469536 18446744073709551615 4210416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 269293 203679 175 34 0 267735 0
[pid=9912] ppid=9907 vsize=270092 CPUtime=19341.2 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 744544 1253 0 0 1934006 110 0 0 25 0 5 0 527353495 276574208 39595 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 67523 39595 161 40 0 66067 0
[pid=9912/tid=9919] ppid=9907 vsize=270092 CPUtime=4842.42 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 199099 1253 0 0 484215 27 0 0 25 0 5 0 527353495 276574208 39595 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=270092 CPUtime=4842.42 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 182467 1253 0 0 484214 28 0 0 25 0 5 0 527353495 276574208 39595 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=270092 CPUtime=4841.93 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 179695 1253 0 0 484165 28 0 0 25 0 5 0 527353495 276574208 39595 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=270092 CPUtime=4814.36 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 182647 1253 0 0 481410 26 0 0 25 0 5 0 527353496 276574208 39595 33554432000 4194304 4356188 140736936332176 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.7
Current children cumulated vsize (KiB) 2535720

[startup+4902.3 s]
/proc/loadavg: 8.30 8.16 8.10 9/184 10077
/proc/meminfo: memFree=29671512/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 3 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=668292 CPUtime=4902.29 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 420746 0 0 0 490042 187 0 0 25 0 1 0 527353495 684331008 39689 33554432000 4194304 4587354 140736895814480 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 167073 39689 337 96 0 163635 0
[pid=9909] ppid=9907 vsize=45744 CPUtime=4902.42 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 8175 0 0 0 490241 1 0 0 25 0 1 0 527353495 46841856 8066 33554432000 4194304 4785740 140736339963344 18446744073709551615 4287088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 11436 8066 341 145 0 8481 0
[pid=9910] ppid=9907 vsize=456096 CPUtime=4902.39 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 397 0 0 0 490236 3 0 0 25 0 1 0 527353495 467042304 294 33554432000 134512640 134534564 4291651088 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114024 294 103 6 0 112690 0
[pid=9911] ppid=9907 vsize=1077172 CPUtime=4902.42 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 206384 0 0 0 490093 149 0 0 25 0 1 0 527353495 1103024128 206264 33554432000 4194304 4331988 140737007469536 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 269293 206264 175 34 0 267735 0
[pid=9912] ppid=9907 vsize=245388 CPUtime=19580.8 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 746208 1253 0 0 1957974 110 0 0 25 0 5 0 527353495 251277312 33419 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 61347 33419 161 40 0 59891 0
[pid=9912/tid=9919] ppid=9907 vsize=245388 CPUtime=4902.42 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 199099 1253 0 0 490215 27 0 0 25 0 5 0 527353495 251277312 33419 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=245388 CPUtime=4902.42 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 182851 1253 0 0 490214 28 0 0 25 0 5 0 527353495 251277312 33419 33554432000 4194304 4356188 140736936332176 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=245388 CPUtime=4901.92 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 180591 1253 0 0 490164 28 0 0 25 0 5 0 527353495 251277312 33419 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=245388 CPUtime=4874.04 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 183031 1253 0 0 487378 26 0 0 25 0 5 0 527353496 251277312 33419 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 2511016

[startup+4962.3 s]
/proc/loadavg: 8.16 8.14 8.10 9/184 10079
/proc/meminfo: memFree=29668492/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 3 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=647172 CPUtime=4962.29 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 422186 0 0 0 496041 188 0 0 25 0 1 0 527353495 662704128 33239 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 161793 33239 337 96 0 158355 0
[pid=9909] ppid=9907 vsize=45744 CPUtime=4962.43 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 8197 0 0 0 496242 1 0 0 25 0 1 0 527353495 46841856 8088 33554432000 4194304 4785740 140736339963344 18446744073709551615 4538886 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 11436 8088 341 145 0 8481 0
[pid=9910] ppid=9907 vsize=456096 CPUtime=4962.4 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 397 0 0 0 496237 3 0 0 25 0 1 0 527353495 467042304 294 33554432000 134512640 134534564 4291651088 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114024 294 103 6 0 112690 0
[pid=9911] ppid=9907 vsize=1077172 CPUtime=4962.42 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 208646 0 0 0 496091 151 0 0 25 0 1 0 527353495 1103024128 208526 33554432000 4194304 4331988 140737007469536 18446744073709551615 4287791 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 269293 208526 175 34 0 267735 0
[pid=9912] ppid=9907 vsize=265868 CPUtime=19820.5 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 751328 1253 0 0 1981940 111 0 0 25 0 5 0 527353495 272248832 38539 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 66467 38539 161 40 0 65011 0
[pid=9912/tid=9919] ppid=9907 vsize=265868 CPUtime=4962.43 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 200315 1253 0 0 496216 27 0 0 25 0 5 0 527353495 272248832 38539 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=265868 CPUtime=4962.42 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 184323 1253 0 0 496214 28 0 0 25 0 5 0 527353495 272248832 38539 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=265868 CPUtime=4961.93 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 181551 1253 0 0 496164 29 0 0 25 0 5 0 527353495 272248832 38539 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=265868 CPUtime=4933.71 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 184503 1253 0 0 493345 26 0 0 25 0 5 0 527353496 272248832 38539 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670
Current children cumulated vsize (KiB) 2510376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.15 8.14 8.09 9/184 10080
/proc/meminfo: memFree=29679136/32951124 swapFree=67111336/67111528
[pid=9907] ppid=9905 vsize=18324 CPUtime=0 cores=0-7
/proc/9907/stat : 9907 (ppfolio) S 9905 9907 9131 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527353494 18763776 390 33554432000 4194304 4287625 140735863392144 18446744073709551615 271550557711 0 0 4096 65536 11450614262628614143 0 0 17 3 0 0 0
/proc/9907/statm: 4581 390 341 23 0 91 0
[pid=9908] ppid=9907 vsize=668452 CPUtime=4999.99 cores=0
/proc/9908/stat : 9908 (cryptominisat) R 9907 9907 9131 0 -1 4202496 426645 0 0 0 499809 190 0 0 25 0 1 0 527353495 684494848 34968 33554432000 4194304 4587354 140736895814480 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9908/statm: 167113 34968 337 96 0 163675 0
[pid=9909] ppid=9907 vsize=45744 CPUtime=5000.13 cores=1
/proc/9909/stat : 9909 (clasp) R 9907 9907 9131 0 -1 4202496 8199 0 0 0 500012 1 0 0 25 0 1 0 527353495 46841856 8090 33554432000 4194304 4785740 140736339963344 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9909/statm: 11436 8090 341 145 0 8481 0
[pid=9910] ppid=9907 vsize=456096 CPUtime=5000.1 cores=2
/proc/9910/stat : 9910 (TNM) R 9907 9907 9131 0 -1 4202496 397 0 0 0 500007 3 0 0 25 0 1 0 527353495 467042304 294 33554432000 134512640 134534564 4291651088 18446744073709551615 134530635 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9910/statm: 114024 294 103 6 0 112690 0
[pid=9911] ppid=9907 vsize=1077172 CPUtime=5000.14 cores=3
/proc/9911/stat : 9911 (march_hi) R 9907 9907 9131 0 -1 4202496 210394 0 0 0 499861 153 0 0 25 0 1 0 527353495 1103024128 210274 33554432000 4194304 4331988 140737007469536 18446744073709551615 4226260 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9911/statm: 269293 210274 175 34 0 267735 0
[pid=9912] ppid=9907 vsize=238604 CPUtime=19971.1 cores=4-7
/proc/9912/stat : 9912 (plingeling) S 9907 9907 9131 0 -1 4202496 752000 1253 0 0 1997002 111 0 0 25 0 5 0 527353495 244330496 31723 33554432000 4194304 4356188 140736936332176 18446744073709551615 271562340325 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9912/statm: 59651 31723 161 40 0 58195 0
[pid=9912/tid=9919] ppid=9907 vsize=238604 CPUtime=5000.13 cores=4-7
/proc/9912/task/9919/stat : 9919 (plingeling) R 9907 9907 9131 0 -1 4202560 200955 1253 0 0 499986 27 0 0 25 0 5 0 527353495 244330496 31723 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9912/tid=9920] ppid=9907 vsize=238604 CPUtime=5000.13 cores=4-7
/proc/9912/task/9920/stat : 9920 (plingeling) R 9907 9907 9131 0 -1 4202560 184355 1253 0 0 499985 28 0 0 25 0 5 0 527353495 244330496 31723 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9912/tid=9921] ppid=9907 vsize=238604 CPUtime=4999.63 cores=4-7
/proc/9912/task/9921/stat : 9921 (plingeling) R 9907 9907 9131 0 -1 4202560 181551 1253 0 0 499934 29 0 0 25 0 5 0 527353495 244330496 31723 33554432000 4194304 4356188 140736936332176 18446744073709551615 4331337 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9912/tid=9922] ppid=9907 vsize=238604 CPUtime=4971.21 cores=4-7
/proc/9912/task/9922/stat : 9922 (plingeling) R 9907 9907 9131 0 -1 4202560 184503 1253 0 0 497095 26 0 0 25 0 5 0 527353496 244330496 31723 33554432000 4194304 4356188 140736936332176 18446744073709551615 4210581 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.5
Current children cumulated vsize (KiB) 2504392

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 9907 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=306910
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=980698
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39971.5
#
# 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): 39971.5
CPU user time (s): 39966.9
CPU system time (s): 4.58
CPU usage (%): 799.427
Max. virtual memory (cumulated for all children) (KiB): 8747564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.3
system time used= 1.9807
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 435779
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= 671
involuntary context switches= 237405

runsolver used 7.50186 second user time and 19.779 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 11:59:16
IDJOB=3220395
IDBENCH=82749
IDSOLVER=1638
FILE ID=node133/3220395-1304157556
RUNJOBID= node133-1304144668-9145
PBS_JOBID= 13170863
Free space on /tmp= 72756 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S207562876-057.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220395-1304157556/watcher-3220395-1304157556 -o /tmp/evaluation-result-3220395-1304157556/solver-3220395-1304157556 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220395-1304157556.cnf

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

MD5SUM BENCH= 04148c6828d9f9ccd74e3efaedcb8c52
RANDOM SEED=1018557063

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6741.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30818744 kB
Buffers:        540584 kB
Cached:        1180300 kB
SwapCached:        124 kB
Active:         234136 kB
Inactive:      1550252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30818744 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           10000 kB
Writeback:           0 kB
AnonPages:       63612 kB
Mapped:          14836 kB
Slab:           280632 kB
PageTables:       5216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72744 MiB
End job on node133 at 2011-04-30 13:22:38