Trace number 3222483

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.9 5000.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1458811765-091.UNKNOWN.cnf
MD5SUM6956d24237a9f7757ce3c5a1a338c9a6
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 variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

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-3222483-1304165822/watcher-3222483-1304165822 -o /tmp/evaluation-result-3222483-1304165822/solver-3222483-1304165822 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222483-1304165822.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: 7.42 7.89 7.96 1/170 23589
/proc/meminfo: memFree=30798624/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0

[startup+0.050803 s]
/proc/loadavg: 7.42 7.89 7.96 1/170 23589
/proc/meminfo: memFree=30798624/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100794 s]
/proc/loadavg: 7.42 7.89 7.96 1/170 23589
/proc/meminfo: memFree=30798624/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300761 s]
/proc/loadavg: 7.42 7.89 7.96 1/170 23589
/proc/meminfo: memFree=30798624/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700695 s]
/proc/loadavg: 7.42 7.89 7.96 1/170 23589
/proc/meminfo: memFree=30798624/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 16 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50056 s]
/proc/loadavg: 7.42 7.89 7.96 9/180 23604
/proc/meminfo: memFree=30779812/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=2043824 CPUtime=1.49 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 3305 0 0 0 149 0 0 0 20 0 1 0 528180951 2092875776 1266 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238421 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 510956 1266 330 96 0 507518 0
[pid=23591] ppid=23589 vsize=15320 CPUtime=1.49 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 1291 0 0 0 149 0 0 0 20 0 1 0 528180951 15687680 1183 33554432000 4194304 4785740 140735461897424 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 3830 1183 340 145 0 875 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=1.49 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 149 0 0 0 20 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134528888 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=8732 CPUtime=1.49 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 1999 0 0 0 149 0 0 0 20 0 1 0 528180951 8941568 610 33554432000 4194304 4331988 140734018360352 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 2183 610 174 34 0 625 0
[pid=23594] ppid=23589 vsize=127532 CPUtime=5.91 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 4566 1251 0 0 591 0 0 0 18 0 5 0 528180951 130592768 3955 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 31883 3955 161 40 0 30427 0
[pid=23594/tid=23601] ppid=23589 vsize=127532 CPUtime=1.47 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 860 1251 0 0 147 0 0 0 20 0 5 0 528180953 130592768 3955 33554432000 4194304 4356188 140736400972560 18446744073709551615 4279989 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=127532 CPUtime=1.47 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 832 1251 0 0 147 0 0 0 25 0 5 0 528180953 130592768 3955 33554432000 4194304 4356188 140736400972560 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=127532 CPUtime=1.47 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 845 1251 0 0 147 0 0 0 25 0 5 0 528180953 130592768 3955 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=127532 CPUtime=1.47 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 843 1251 0 0 147 0 0 0 23 0 5 0 528180953 130592768 3955 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331208 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 2670496

[startup+3.10129 s]
/proc/loadavg: 7.47 7.89 7.96 9/180 23604
/proc/meminfo: memFree=30764616/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=2052268 CPUtime=3.08 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 6029 0 0 0 308 0 0 0 25 0 1 0 528180951 2101522432 3449 33554432000 4194304 4587354 140735497012224 18446744073709551615 251813936666 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 513067 3449 336 96 0 509629 0
[pid=23591] ppid=23589 vsize=16320 CPUtime=3.09 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 1510 0 0 0 309 0 0 0 25 0 1 0 528180951 16711680 1402 33554432000 4194304 4785740 140735461897424 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 4080 1402 340 145 0 1125 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=3.09 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 309 0 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=9036 CPUtime=3.09 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 2098 0 0 0 309 0 0 0 25 0 1 0 528180951 9252864 709 33554432000 4194304 4331988 140734018360352 18446744073709551615 4299257 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 2259 709 174 34 0 701 0
[pid=23594] ppid=23589 vsize=127536 CPUtime=12.31 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 5179 1251 0 0 1231 0 0 0 18 0 5 0 528180951 130596864 3956 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 31884 3956 161 40 0 30428 0
[pid=23594/tid=23601] ppid=23589 vsize=127536 CPUtime=3.07 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 1022 1251 0 0 307 0 0 0 25 0 5 0 528180953 130596864 3956 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=127536 CPUtime=3.07 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 993 1251 0 0 307 0 0 0 25 0 5 0 528180953 130596864 3956 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=127536 CPUtime=3.06 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 1007 1251 0 0 306 0 0 0 25 0 5 0 528180953 130596864 3956 33554432000 4194304 4356188 140736400972560 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=127536 CPUtime=3.07 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 971 1251 0 0 307 0 0 0 25 0 5 0 528180953 130596864 3956 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 2680248

[startup+6.30076 s]
/proc/loadavg: 7.47 7.89 7.96 9/180 23605
/proc/meminfo: memFree=30761400/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=2053508 CPUtime=6.29 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 8066 0 0 0 628 1 0 0 25 0 1 0 528180951 2102792192 3684 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 513377 3684 336 96 0 509939 0
[pid=23591] ppid=23589 vsize=17560 CPUtime=6.29 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 1792 0 0 0 629 0 0 0 25 0 1 0 528180951 17981440 1684 33554432000 4194304 4785740 140735461897424 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 4390 1684 340 145 0 1435 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=6.29 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 629 0 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=9756 CPUtime=6.29 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 2198 0 0 0 629 0 0 0 25 0 1 0 528180951 9990144 809 33554432000 4194304 4331988 140734018360352 18446744073709551615 4298859 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 2439 809 175 34 0 881 0
[pid=23594] ppid=23589 vsize=128696 CPUtime=25.09 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 6369 1251 0 0 2508 1 0 0 18 0 5 0 528180951 131784704 4246 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 32174 4246 161 40 0 30718 0
[pid=23594/tid=23601] ppid=23589 vsize=128696 CPUtime=6.27 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 1343 1251 0 0 627 0 0 0 25 0 5 0 528180953 131784704 4246 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=128696 CPUtime=6.27 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 1315 1251 0 0 627 0 0 0 25 0 5 0 528180953 131784704 4246 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=128696 CPUtime=6.25 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 1232 1251 0 0 625 0 0 0 25 0 5 0 528180953 131784704 4246 33554432000 4194304 4356188 140736400972560 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=128696 CPUtime=6.27 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 1293 1251 0 0 627 0 0 0 25 0 5 0 528180953 131784704 4246 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 2684608

[startup+12.7007 s]
/proc/loadavg: 7.55 7.89 7.96 9/180 23605
/proc/meminfo: memFree=30748312/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=45548 CPUtime=12.68 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 13028 0 0 0 1267 1 0 0 25 0 1 0 528180951 46641152 5535 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 11387 5535 336 96 0 7949 0
[pid=23591] ppid=23589 vsize=19024 CPUtime=12.69 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 2146 0 0 0 1269 0 0 0 25 0 1 0 528180951 19480576 2038 33554432000 4194304 4785740 140735461897424 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 4756 2038 340 145 0 1801 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=12.69 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 1269 0 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=10268 CPUtime=12.69 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 2397 0 0 0 1269 0 0 0 25 0 1 0 528180951 10514432 1008 33554432000 4194304 4331988 140734018360352 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 2567 1008 175 34 0 1009 0
[pid=23594] ppid=23589 vsize=131640 CPUtime=50.66 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 9185 1251 0 0 5065 1 0 0 18 0 5 0 528180951 134799360 4982 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 32910 4982 161 40 0 31454 0
[pid=23594/tid=23601] ppid=23589 vsize=131640 CPUtime=12.67 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 2335 1251 0 0 1267 0 0 0 25 0 5 0 528180953 134799360 4982 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=131640 CPUtime=12.67 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 1955 1251 0 0 1267 0 0 0 25 0 5 0 528180953 134799360 4982 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=131640 CPUtime=12.61 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 1808 1251 0 0 1261 0 0 0 25 0 5 0 528180953 134799360 4982 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331119 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=131640 CPUtime=12.67 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 1901 1251 0 0 1267 0 0 0 25 0 5 0 528180953 134799360 4982 33554432000 4194304 4356188 140736400972560 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 681568

[startup+25.5005 s]
/proc/loadavg: 7.62 7.90 7.96 9/180 23605
/proc/meminfo: memFree=30730336/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=49636 CPUtime=25.48 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 17364 0 0 0 2546 2 0 0 25 0 1 0 528180951 50827264 6976 33554432000 4194304 4587354 140735497012224 18446744073709551615 251813936830 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=23592] ppid=23589 vsize=456764 CPUtime=4782.35 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 478234 1 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=689020 CPUtime=4781.55 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 124992 0 0 0 478058 97 0 0 25 0 1 0 528180951 705556480 123603 33554432000 4194304 4331988 140734018360352 18446744073709551615 4299250 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 172255 123603 175 34 0 170697 0
[pid=23594] ppid=23589 vsize=322392 CPUtime=19103 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 473649 1251 0 0 1910221 75 0 0 18 0 5 0 528180951 330129408 52670 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 80598 52670 161 40 0 79142 0
[pid=23594/tid=23601] ppid=23589 vsize=322392 CPUtime=4782.35 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 120420 1251 0 0 478217 18 0 0 25 0 5 0 528180953 330129408 52670 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=322392 CPUtime=4782.33 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 116199 1251 0 0 478215 18 0 0 25 0 5 0 528180953 330129408 52670 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=322392 CPUtime=4756.36 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 120019 1251 0 0 475616 20 0 0 25 0 5 0 528180953 330129408 52670 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=322392 CPUtime=4781.89 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 115825 1251 0 0 478171 18 0 0 25 0 5 0 528180953 330129408 52670 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 3680920

[startup+4842.3 s]
/proc/loadavg: 8.07 8.02 8.00 9/180 23746
/proc/meminfo: memFree=29945524/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=2130620 CPUtime=4842.23 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 320303 0 0 0 484086 137 0 0 25 0 1 0 528180951 2181754880 25593 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 532655 25593 336 96 0 529217 0
[pid=23591] ppid=23589 vsize=64088 CPUtime=4842.36 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 14068 0 0 0 484232 4 0 0 25 0 1 0 528180951 65626112 11764 33554432000 4194304 4785740 140735461897424 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 16022 11764 341 145 0 13067 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=4842.35 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 484234 1 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=689020 CPUtime=4841.55 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 126241 0 0 0 484057 98 0 0 25 0 1 0 528180951 705556480 124852 33554432000 4194304 4331988 140734018360352 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 172255 124852 175 34 0 170697 0
[pid=23594] ppid=23589 vsize=317016 CPUtime=19342.6 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 479217 1251 0 0 1934187 76 0 0 18 0 5 0 528180951 324624384 51326 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 79254 51326 161 40 0 77798 0
[pid=23594/tid=23601] ppid=23589 vsize=317016 CPUtime=4842.34 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 122212 1251 0 0 484216 18 0 0 25 0 5 0 528180953 324624384 51326 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=317016 CPUtime=4842.33 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 117223 1251 0 0 484215 18 0 0 25 0 5 0 528180953 324624384 51326 33554432000 4194304 4356188 140736400972560 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=317016 CPUtime=4816.03 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 121811 1251 0 0 481582 21 0 0 25 0 5 0 528180953 324624384 51326 33554432000 4194304 4356188 140736400972560 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=317016 CPUtime=4841.89 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 116785 1251 0 0 484171 18 0 0 25 0 5 0 528180953 324624384 51326 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.1
Current children cumulated vsize (KiB) 3675832

[startup+4902.3 s]
/proc/loadavg: 8.09 8.03 8.00 9/180 23747
/proc/meminfo: memFree=29937664/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=114344 CPUtime=4902.23 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 321628 0 0 0 490085 138 0 0 25 0 1 0 528180951 117088256 25161 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 28586 25161 336 96 0 25148 0
[pid=23591] ppid=23589 vsize=64088 CPUtime=4902.36 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 14077 0 0 0 490232 4 0 0 25 0 1 0 528180951 65626112 11773 33554432000 4194304 4785740 140735461897424 18446744073709551615 4416830 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 16022 11773 341 145 0 13067 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=4902.36 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 490235 1 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=698016 CPUtime=4901.55 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 127863 0 0 0 490055 100 0 0 25 0 1 0 528180951 714768384 126474 33554432000 4194304 4331988 140734018360352 18446744073709551615 4210502 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 174504 126474 175 34 0 172946 0
[pid=23594] ppid=23589 vsize=320856 CPUtime=19582.3 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 481905 1251 0 0 1958154 77 0 0 18 0 5 0 528180951 328556544 52286 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 80214 52286 161 40 0 78758 0
[pid=23594/tid=23601] ppid=23589 vsize=320856 CPUtime=4902.34 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 122724 1251 0 0 490216 18 0 0 25 0 5 0 528180953 328556544 52286 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=320856 CPUtime=4902.33 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 118439 1251 0 0 490215 18 0 0 25 0 5 0 528180953 328556544 52286 33554432000 4194304 4356188 140736400972560 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=320856 CPUtime=4875.71 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 122771 1251 0 0 487550 21 0 0 25 0 5 0 528180953 328556544 52286 33554432000 4194304 4356188 140736400972560 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=320856 CPUtime=4901.88 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 116785 1251 0 0 490170 18 0 0 25 0 5 0 528180953 328556544 52286 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 1672392

[startup+4962.3 s]
/proc/loadavg: 8.03 8.02 8.00 9/180 23749
/proc/meminfo: memFree=29930552/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=190392 CPUtime=4962.23 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 323196 0 0 0 496083 140 0 0 25 0 1 0 528180951 194961408 26689 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 47598 26689 336 96 0 44160 0
[pid=23591] ppid=23589 vsize=64376 CPUtime=4962.37 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 14134 0 0 0 496233 4 0 0 25 0 1 0 528180951 65921024 11830 33554432000 4194304 4785740 140735461897424 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 16094 11830 341 145 0 13139 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=4962.36 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 496235 1 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=698016 CPUtime=4961.56 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 129373 0 0 0 496054 102 0 0 25 0 1 0 528180951 714768384 127984 33554432000 4194304 4331988 140734018360352 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 174504 127984 175 34 0 172946 0
[pid=23594] ppid=23589 vsize=314968 CPUtime=19822 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 486705 1251 0 0 1982120 77 0 0 18 0 5 0 528180951 322527232 50814 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 78742 50814 161 40 0 77286 0
[pid=23594/tid=23601] ppid=23589 vsize=314968 CPUtime=4962.35 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 124516 1251 0 0 496216 19 0 0 25 0 5 0 528180953 322527232 50814 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=314968 CPUtime=4962.33 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 118439 1251 0 0 496215 18 0 0 25 0 5 0 528180953 322527232 50814 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=314968 CPUtime=4935.38 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 124051 1251 0 0 493517 21 0 0 25 0 5 0 528180953 322527232 50814 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=314968 CPUtime=4961.87 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 118513 1251 0 0 496169 18 0 0 25 0 5 0 528180953 322527232 50814 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 1742840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.02 8.00 9/180 23750
/proc/meminfo: memFree=29919996/32950928 swapFree=67111448/67111528
[pid=23589] ppid=23587 vsize=18324 CPUtime=0 cores=0-7
/proc/23589/stat : 23589 (ppfolio) S 23587 23589 23522 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 528180950 18763776 389 33554432000 4194304 4287625 140735670590176 18446744073709551615 251814260239 0 0 4096 65536 4602406007144972287 0 0 17 4 0 0 0
/proc/23589/statm: 4581 389 341 23 0 91 0
[pid=23590] ppid=23589 vsize=133424 CPUtime=4999.94 cores=0
/proc/23590/stat : 23590 (cryptominisat) R 23589 23589 23522 0 -1 4202496 327341 0 0 0 499853 141 0 0 25 0 1 0 528180951 136626176 29001 33554432000 4194304 4587354 140735497012224 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/23590/statm: 33356 29001 336 96 0 29918 0
[pid=23591] ppid=23589 vsize=64472 CPUtime=5000.07 cores=1
/proc/23591/stat : 23591 (clasp) R 23589 23589 23522 0 -1 4202496 14203 0 0 0 500003 4 0 0 25 0 1 0 528180951 66019328 11851 33554432000 4194304 4785740 140735461897424 18446744073709551615 4278129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23591/statm: 16118 11851 341 145 0 13163 0
[pid=23592] ppid=23589 vsize=456764 CPUtime=5000.06 cores=2
/proc/23592/stat : 23592 (TNM) R 23589 23589 23522 0 -1 4202496 594 0 0 0 500005 1 0 0 25 0 1 0 528180951 467726336 491 33554432000 134512640 134534564 4289888016 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23592/statm: 114191 491 95 6 0 112857 0
[pid=23593] ppid=23589 vsize=698016 CPUtime=4999.25 cores=3
/proc/23593/stat : 23593 (march_hi) R 23589 23589 23522 0 -1 4202496 130325 0 0 0 499823 102 0 0 25 0 1 0 528180951 714768384 128936 33554432000 4194304 4331988 140734018360352 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23593/statm: 174504 128936 175 34 0 172946 0
[pid=23594] ppid=23589 vsize=312664 CPUtime=19972.6 cores=4-7
/proc/23594/stat : 23594 (plingeling) S 23589 23589 23522 0 -1 4202496 487857 1251 0 0 1997181 77 0 0 18 0 5 0 528180951 320167936 50238 33554432000 4194304 4356188 140736400972560 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/23594/statm: 78166 50238 161 40 0 76710 0
[pid=23594/tid=23601] ppid=23589 vsize=312664 CPUtime=5000.06 cores=4-7
/proc/23594/task/23601/stat : 23601 (plingeling) R 23589 23589 23522 0 -1 4202560 124836 1251 0 0 499987 19 0 0 25 0 5 0 528180953 320167936 50238 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23594/tid=23602] ppid=23589 vsize=312664 CPUtime=5000.03 cores=4-7
/proc/23594/task/23602/stat : 23602 (plingeling) R 23589 23589 23522 0 -1 4202560 119271 1251 0 0 499985 18 0 0 25 0 5 0 528180953 320167936 50238 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=23594/tid=23603] ppid=23589 vsize=312664 CPUtime=4972.88 cores=4-7
/proc/23594/task/23603/stat : 23603 (plingeling) R 23589 23589 23522 0 -1 4202560 124051 1251 0 0 497267 21 0 0 25 0 5 0 528180953 320167936 50238 33554432000 4194304 4356188 140736400972560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23594/tid=23604] ppid=23589 vsize=312664 CPUtime=4999.58 cores=4-7
/proc/23594/task/23604/stat : 23604 (plingeling) R 23589 23589 23522 0 -1 4202560 118513 1251 0 0 499940 18 0 0 25 0 5 0 528180953 320167936 50238 33554432000 4194304 4356188 140736400972560 18446744073709551615 4332145 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 1683664

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 23589 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=631861
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=487773
# CPU time returned by wait4() is 15000.1
# while last known CPU time is 39971.9
#
# 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.9
CPU user time (s): 39968.6
CPU system time (s): 3.25
CPU usage (%): 799.435
Max. virtual memory (cumulated for all children) (KiB): 4882840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.6
system time used= 1.48777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342672
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= 747
involuntary context switches= 80310

runsolver used 7.56285 second user time and 19.604 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 14:17:02
IDJOB=3222483
IDBENCH=83097
IDSOLVER=1638
FILE ID=node126/3222483-1304165822
RUNJOBID= node126-1304165815-23536
PBS_JOBID= 13170951
Free space on /tmp= 73184 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1458811765-091.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222483-1304165822/watcher-3222483-1304165822 -o /tmp/evaluation-result-3222483-1304165822/solver-3222483-1304165822 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222483-1304165822.cnf

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

MD5SUM BENCH= 6956d24237a9f7757ce3c5a1a338c9a6
RANDOM SEED=940006382

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30799028 kB
Buffers:        295848 kB
Cached:        1478548 kB
SwapCached:         76 kB
Active:         203832 kB
Inactive:      1634428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30799028 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10460 kB
Writeback:          20 kB
AnonPages:       64484 kB
Mapped:          14484 kB
Slab:           248188 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185060 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= 73172 MiB
End job on node126 at 2011-04-30 15:40:25