Trace number 3275006

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) 40000.1 5003.62

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
Bench CategoryCRAFTED (crafted 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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3275006-1304144645/watcher-3275006-1304144645 -o /tmp/evaluation-result-3275006-1304144645/solver-3275006-1304144645 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275006-1304144645.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): 5100 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: 3.80 3.96 3.93 2/170 8307
/proc/meminfo: memFree=29014528/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0

[startup+0.0760781 s]
/proc/loadavg: 3.80 3.96 3.93 2/170 8307
/proc/meminfo: memFree=29014528/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101075 s]
/proc/loadavg: 3.80 3.96 3.93 2/170 8307
/proc/meminfo: memFree=29014528/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300987 s]
/proc/loadavg: 3.80 3.96 3.93 2/170 8307
/proc/meminfo: memFree=29014528/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70091 s]
/proc/loadavg: 3.80 3.96 3.93 2/170 8307
/proc/meminfo: memFree=29014528/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) R 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50076 s]
/proc/loadavg: 3.80 3.96 3.93 9/180 8322
/proc/meminfo: memFree=28882388/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=68076 CPUtime=1.49 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 12562 0 0 0 147 2 0 0 20 0 1 0 604695206 69709824 11164 33554432000 4194304 4587354 140736046340176 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 17019 11164 326 96 0 13581 0
[pid=8309] ppid=8307 vsize=26728 CPUtime=1.48 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 5650 0 0 0 148 0 0 0 20 0 1 0 604695206 27369472 3952 33554432000 4194304 4785740 140734397760816 18446744073709551615 4551104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 6682 3952 340 145 0 3727 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=1.49 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 149 0 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=36604 CPUtime=1.49 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 16461 0 0 0 147 2 0 0 25 0 1 0 604695206 37482496 4019 33554432000 4194304 4331988 140734385233696 18446744073709551615 4226198 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 9151 4019 175 34 0 7593 0
[pid=8312] ppid=8307 vsize=159332 CPUtime=5.52 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 16362 1257 0 0 550 2 0 0 18 0 5 0 604695206 163155968 12008 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 39833 12008 163 40 0 38377 0
[pid=8312/tid=8319] ppid=8307 vsize=159332 CPUtime=1.34 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 3238 1257 0 0 134 0 0 0 19 0 5 0 604695220 163155968 12008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4270737 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=159332 CPUtime=1.33 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 3295 1257 0 0 133 0 0 0 25 0 5 0 604695220 163155968 12008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4211293 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=159332 CPUtime=1.34 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 2476 1257 0 0 134 0 0 0 19 0 5 0 604695220 163155968 12008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4270551 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=159332 CPUtime=1.34 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 2659 1257 0 0 134 0 0 0 23 0 5 0 604695220 163155968 12008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 776540

[startup+3.10047 s]
/proc/loadavg: 3.80 3.96 3.93 9/180 8322
/proc/meminfo: memFree=28870484/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1101232 CPUtime=3.09 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 14304 0 0 0 307 2 0 0 25 0 1 0 604695206 1127661568 11419 33554432000 4194304 4587354 140736046340176 18446744073709551615 4238442 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 275308 11419 337 96 0 271870 0
[pid=8309] ppid=8307 vsize=26860 CPUtime=3.08 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 5771 0 0 0 308 0 0 0 25 0 1 0 604695206 27504640 4073 33554432000 4194304 4785740 140734397760816 18446744073709551615 4552626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 6715 4073 340 145 0 3760 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=3.09 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 309 0 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=36868 CPUtime=3.09 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 16518 0 0 0 307 2 0 0 25 0 1 0 604695206 37752832 4076 33554432000 4194304 4331988 140734385233696 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 9217 4076 175 34 0 7659 0
[pid=8312] ppid=8307 vsize=169316 CPUtime=11.91 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 18858 1257 0 0 1189 2 0 0 18 0 5 0 604695206 173379584 14504 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 42329 14504 163 40 0 40873 0
[pid=8312/tid=8319] ppid=8307 vsize=169316 CPUtime=2.94 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 3622 1257 0 0 294 0 0 0 25 0 5 0 604695220 173379584 14504 33554432000 4194304 4356188 140737034637376 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=169316 CPUtime=2.93 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 3679 1257 0 0 293 0 0 0 25 0 5 0 604695220 173379584 14504 33554432000 4194304 4356188 140737034637376 18446744073709551615 4281475 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=169316 CPUtime=2.94 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 2796 1257 0 0 294 0 0 0 25 0 5 0 604695220 173379584 14504 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=169316 CPUtime=2.93 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 4067 1257 0 0 293 0 0 0 25 0 5 0 604695220 173379584 14504 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 1820076

[startup+6.30087 s]
/proc/loadavg: 4.13 4.03 3.95 9/180 8322
/proc/meminfo: memFree=28841968/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1101232 CPUtime=6.29 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 14810 0 0 0 627 2 0 0 25 0 1 0 604695206 1127661568 11923 33554432000 4194304 4587354 140736046340176 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 275308 11923 337 96 0 271870 0
[pid=8309] ppid=8307 vsize=37244 CPUtime=6.29 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 8346 0 0 0 628 1 0 0 25 0 1 0 604695206 38137856 6648 33554432000 4194304 4785740 140734397760816 18446744073709551615 4552635 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 9311 6648 340 145 0 6356 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=6.28 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 628 0 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=37368 CPUtime=6.29 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 16630 0 0 0 627 2 0 0 25 0 1 0 604695206 38264832 4187 33554432000 4194304 4331988 140734385233696 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 9342 4187 175 34 0 7784 0
[pid=8312] ppid=8307 vsize=183308 CPUtime=24.69 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 22356 1257 0 0 2467 2 0 0 18 0 5 0 604695206 187707392 18002 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 45827 18002 163 40 0 44371 0
[pid=8312/tid=8319] ppid=8307 vsize=183308 CPUtime=6.13 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 4509 1257 0 0 613 0 0 0 25 0 5 0 604695220 187707392 18002 33554432000 4194304 4356188 140737034637376 18446744073709551615 4334460 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=183308 CPUtime=6.13 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 4121 1257 0 0 613 0 0 0 25 0 5 0 604695220 187707392 18002 33554432000 4194304 4356188 140737034637376 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=183308 CPUtime=6.14 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 3429 1257 0 0 614 0 0 0 25 0 5 0 604695220 187707392 18002 33554432000 4194304 4356188 140737034637376 18446744073709551615 4234247 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=183308 CPUtime=6.12 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 5603 1257 0 0 612 0 0 0 25 0 5 0 604695220 187707392 18002 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 1844952

[startup+12.7007 s]
/proc/loadavg: 4.44 4.10 3.97 9/180 8323
/proc/meminfo: memFree=28804064/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1088148 CPUtime=12.69 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 20217 0 0 0 1265 4 0 0 25 0 1 0 604695206 1114263552 15027 33554432000 4194304 4587354 140736046340176 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 272037 15027 337 96 0 268599 0
[pid=8309] ppid=8307 vsize=54020 CPUtime=12.69 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 12484 0 0 0 1266 3 0 0 25 0 1 0 604695206 55316480 10786 33554432000 4194304 4785740 140734397760816 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 13505 10786 340 145 0 10550 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=12.68 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 1268 0 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=38248 CPUtime=12.69 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 16827 0 0 0 1267 2 0 0 25 0 1 0 604695206 39165952 4384 33554432000 4194304 4331988 140734385233696 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 9562 4384 175 34 0 8004 0
[pid=8312] ppid=8307 vsize=194268 CPUtime=50.25 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 24585 1257 0 0 5023 2 0 0 18 0 5 0 604695206 198930432 20231 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 48567 20231 163 40 0 47111 0
[pid=8312/tid=8319] ppid=8307 vsize=194268 CPUtime=12.53 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 4509 1257 0 0 1253 0 0 0 25 0 5 0 604695220 198930432 20231 33554432000 4194304 4356188 140737034637376 18446744073709551615 4234254 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=194268 CPUtime=12.53 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 4121 1257 0 0 1253 0 0 0 25 0 5 0 604695220 198930432 20231 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=194268 CPUtime=12.54 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 4068 1257 0 0 1254 0 0 0 25 0 5 0 604695220 198930432 20231 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=194268 CPUtime=12.48 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 7193 1257 0 0 1248 0 0 0 25 0 5 0 604695220 198930432 20231 33554432000 4194304 4356188 140737034637376 18446744073709551615 4246866 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 1860484

[startup+25.5013 s]
/proc/loadavg: 5.23 4.29 4.03 9/180 8323
/proc/meminfo: memFree=28752572/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1109040 CPUtime=25.49 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 26135 0 0 0 2544 5 0 0 25 0 1 0 604695206 1135656960 20943 33554432000 4194304 4587354 140736046340176 18446744073709551615 251367243416 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=8310] ppid=8307 vsize=467476 CPUtime=4782.13 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 478209 4 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=499956 CPUtime=4782.45 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 104052 0 0 0 478182 63 0 0 25 0 1 0 604695206 511954944 91609 33554432000 4194304 4331988 140734385233696 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 124989 91609 175 34 0 123431 0
[pid=8312] ppid=8307 vsize=594948 CPUtime=19101.4 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 2866770 1257 0 0 1909740 396 0 0 18 0 5 0 604695206 609226752 120912 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 148737 120912 163 40 0 147281 0
[pid=8312/tid=8319] ppid=8307 vsize=594948 CPUtime=4780.99 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 653359 1257 0 0 478007 92 0 0 25 0 5 0 604695220 609226752 120912 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=594948 CPUtime=4781.69 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 677918 1257 0 0 478075 94 0 0 25 0 5 0 604695220 609226752 120912 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=594948 CPUtime=4782.3 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 869392 1257 0 0 478114 116 0 0 25 0 5 0 604695220 609226752 120912 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331939 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=594948 CPUtime=4756.22 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 661407 1257 0 0 475530 92 0 0 25 0 5 0 604695220 609226752 120912 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38230.8
Current children cumulated vsize (KiB) 3106848

[startup+4842.3 s]
/proc/loadavg: 8.02 8.09 8.03 9/180 8467
/proc/meminfo: memFree=27686996/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1250628 CPUtime=4842.44 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 1123187 0 0 0 483740 504 0 0 25 0 1 0 604695206 1280643072 58900 33554432000 4194304 4587354 140736046340176 18446744073709551615 4236573 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 312657 58900 337 96 0 309219 0
[pid=8309] ppid=8307 vsize=282344 CPUtime=4842.43 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 66201 0 0 0 484220 23 0 0 25 0 1 0 604695206 289120256 64503 33554432000 4194304 4785740 140734397760816 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 70586 64503 340 145 0 67631 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=4842.13 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 484209 4 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134528302 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=499956 CPUtime=4842.44 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 105013 0 0 0 484181 63 0 0 25 0 1 0 604695206 511954944 92570 33554432000 4194304 4331988 140734385233696 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 124989 92570 175 34 0 123431 0
[pid=8312] ppid=8307 vsize=558084 CPUtime=19341 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 2903634 1257 0 0 1933702 401 0 0 18 0 5 0 604695206 571478016 111696 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 139521 111696 163 40 0 138065 0
[pid=8312/tid=8319] ppid=8307 vsize=558084 CPUtime=4840.99 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 666671 1257 0 0 484005 94 0 0 25 0 5 0 604695220 571478016 111696 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=558084 CPUtime=4841.68 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 682014 1257 0 0 484074 94 0 0 25 0 5 0 604695220 571478016 111696 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=558084 CPUtime=4842.3 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 880656 1257 0 0 484112 118 0 0 25 0 5 0 604695220 571478016 111696 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=558084 CPUtime=4815.89 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 669599 1257 0 0 481496 93 0 0 25 0 5 0 604695220 571478016 111696 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.5
Current children cumulated vsize (KiB) 3076812

[startup+4902.3 s]
/proc/loadavg: 8.00 8.07 8.02 9/180 8468
/proc/meminfo: memFree=27603628/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1249976 CPUtime=4902.45 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 1135370 0 0 0 489734 511 0 0 25 0 1 0 604695206 1279975424 61639 33554432000 4194304 4587354 140736046340176 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 312494 61639 337 96 0 309056 0
[pid=8309] ppid=8307 vsize=286896 CPUtime=4902.44 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 67213 0 0 0 490220 24 0 0 25 0 1 0 604695206 293781504 65515 33554432000 4194304 4785740 140734397760816 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 71724 65515 340 145 0 68769 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=4902.13 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 490209 4 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=499956 CPUtime=4902.45 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 106031 0 0 0 490181 64 0 0 25 0 1 0 604695206 511954944 93588 33554432000 4194304 4331988 140734385233696 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 124989 93588 175 34 0 123431 0
[pid=8312] ppid=8307 vsize=623620 CPUtime=19580.7 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 2948690 1257 0 0 1957664 406 0 0 18 0 5 0 604695206 638586880 128080 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 155905 128080 163 40 0 154449 0
[pid=8312/tid=8319] ppid=8307 vsize=623620 CPUtime=4901 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 681007 1257 0 0 490004 96 0 0 25 0 5 0 604695220 638586880 128080 33554432000 4194304 4356188 140737034637376 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=623620 CPUtime=4901.67 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 692254 1257 0 0 490072 95 0 0 25 0 5 0 604695220 638586880 128080 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=623620 CPUtime=4902.3 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 896016 1257 0 0 490111 119 0 0 25 0 5 0 604695220 638586880 128080 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=623620 CPUtime=4875.56 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 674719 1257 0 0 487463 93 0 0 25 0 5 0 604695220 638586880 128080 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.2
Current children cumulated vsize (KiB) 3146248

[startup+4962.3 s]
/proc/loadavg: 8.00 8.05 8.01 9/180 8470
/proc/meminfo: memFree=27707512/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1253884 CPUtime=4962.45 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 1146511 0 0 0 495728 517 0 0 25 0 1 0 604695206 1283977216 54167 33554432000 4194304 4587354 140736046340176 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 313471 54167 337 96 0 310033 0
[pid=8309] ppid=8307 vsize=286896 CPUtime=4962.44 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 67241 0 0 0 496220 24 0 0 25 0 1 0 604695206 293781504 65543 33554432000 4194304 4785740 140734397760816 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 71724 65543 340 145 0 68769 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=4962.14 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 496210 4 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=499956 CPUtime=4962.45 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 107183 0 0 0 496181 64 0 0 25 0 1 0 604695206 511954944 94740 33554432000 4194304 4331988 140734385233696 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 124989 94740 175 34 0 123431 0
[pid=8312] ppid=8307 vsize=541700 CPUtime=19820.4 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 2984530 1257 0 0 1981627 411 0 0 18 0 5 0 604695206 554700800 107600 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 135425 107600 163 40 0 133969 0
[pid=8312/tid=8319] ppid=8307 vsize=541700 CPUtime=4961 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 696367 1257 0 0 496002 98 0 0 25 0 5 0 604695220 554700800 107600 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=541700 CPUtime=4961.68 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 700446 1257 0 0 496071 97 0 0 25 0 5 0 604695220 554700800 107600 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=541700 CPUtime=4962.3 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 902160 1257 0 0 496110 120 0 0 25 0 5 0 604695220 554700800 107600 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=541700 CPUtime=4935.23 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 680863 1257 0 0 493429 94 0 0 25 0 5 0 604695220 554700800 107600 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669.9
Current children cumulated vsize (KiB) 3068236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.00 8.04 8.01 9/180 8471
/proc/meminfo: memFree=27600108/32950928 swapFree=67111352/67111528
[pid=8307] ppid=8305 vsize=18324 CPUtime=0.01 cores=0-7
/proc/8307/stat : 8307 (ppfolio) S 8305 8307 8199 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 604695205 18763776 389 33554432000 4194304 4287625 140734312330192 18446744073709551615 251367566863 0 0 4096 65536 11052907437844594687 0 0 17 4 0 0 0
/proc/8307/statm: 4581 389 341 23 0 91 0
[pid=8308] ppid=8307 vsize=1253884 CPUtime=5003.76 cores=0
/proc/8308/stat : 8308 (cryptominisat) R 8307 8307 8199 0 -1 4202496 1155706 0 0 0 499855 521 0 0 25 0 1 0 604695206 1283977216 63166 33554432000 4194304 4587354 140736046340176 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8308/statm: 313471 63166 337 96 0 310033 0
[pid=8309] ppid=8307 vsize=286896 CPUtime=5003.75 cores=1
/proc/8309/stat : 8309 (clasp) R 8307 8307 8199 0 -1 4202496 67249 0 0 0 500351 24 0 0 25 0 1 0 604695206 293781504 65551 33554432000 4194304 4785740 140734397760816 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8309/statm: 71724 65551 340 145 0 68769 0
[pid=8310] ppid=8307 vsize=467476 CPUtime=5003.44 cores=2
/proc/8310/stat : 8310 (TNM) R 8307 8307 8199 0 -1 4202496 5166 0 0 0 500340 4 0 0 25 0 1 0 604695206 478695424 5063 33554432000 134512640 134534564 4290779888 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/8310/statm: 116869 5063 95 6 0 115535 0
[pid=8311] ppid=8307 vsize=499956 CPUtime=5003.76 cores=3
/proc/8311/stat : 8311 (march_hi) R 8307 8307 8199 0 -1 4202496 108156 0 0 0 500310 66 0 0 25 0 1 0 604695206 511954944 95713 33554432000 4194304 4331988 140734385233696 18446744073709551615 4246712 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/8311/statm: 124989 95713 175 34 0 123431 0
[pid=8312] ppid=8307 vsize=611332 CPUtime=19985.4 cores=4-7
/proc/8312/stat : 8312 (plingeling) S 8307 8307 8199 0 -1 4202496 3015250 1257 0 0 1998123 414 0 0 18 0 5 0 604695206 626003968 125008 33554432000 4194304 4356188 140737034637376 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/8312/statm: 152833 125008 163 40 0 151377 0
[pid=8312/tid=8319] ppid=8307 vsize=611332 CPUtime=5002.31 cores=4-7
/proc/8312/task/8319/stat : 8319 (plingeling) R 8307 8307 8199 0 -1 4202560 704559 1257 0 0 500132 99 0 0 25 0 5 0 604695220 626003968 125008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4244384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=8312/tid=8320] ppid=8307 vsize=611332 CPUtime=5002.98 cores=4-7
/proc/8312/task/8320/stat : 8320 (plingeling) R 8307 8307 8199 0 -1 4202560 709662 1257 0 0 500200 98 0 0 25 0 5 0 604695220 626003968 125008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=8312/tid=8321] ppid=8307 vsize=611332 CPUtime=5003.61 cores=4-7
/proc/8312/task/8321/stat : 8321 (plingeling) R 8307 8307 8199 0 -1 4202560 908304 1257 0 0 500241 120 0 0 25 0 5 0 604695220 626003968 125008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=8312/tid=8322] ppid=8307 vsize=611332 CPUtime=4976.32 cores=4-7
/proc/8312/task/8322/stat : 8322 (plingeling) R 8307 8307 8199 0 -1 4202560 688031 1257 0 0 497537 95 0 0 25 0 5 0 604695220 626003968 125008 33554432000 4194304 4356188 140737034637376 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 3137868

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 8307 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=410366
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=59990
# CPU time returned by wait4() is 5003.47
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.1
CPU user time (s): 39989.8
CPU system time (s): 10.3
CPU usage (%): 799.423
Max. virtual memory (cumulated for all children) (KiB): 4114720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.41
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5688
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= 444
involuntary context switches= 19096

runsolver used 7.94579 second user time and 19.3531 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 08:24:05
IDJOB=3275006
IDBENCH=71294
IDSOLVER=1638
FILE ID=node113/3275006-1304144645
RUNJOBID= node113-1304144641-8213
PBS_JOBID= 13170862
Free space on /tmp= 72392 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275006-1304144645/watcher-3275006-1304144645 -o /tmp/evaluation-result-3275006-1304144645/solver-3275006-1304144645 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275006-1304144645.cnf

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=1019352854

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29014560 kB
Buffers:        754000 kB
Cached:        2611008 kB
SwapCached:         12 kB
Active:         214236 kB
Inactive:      3213896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29014560 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           13080 kB
Writeback:           0 kB
AnonPages:       62956 kB
Mapped:          14332 kB
Slab:           440012 kB
PageTables:       4432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184084 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= 72384 MiB
End job on node113 at 2011-04-30 09:47:31