Trace number 3221697

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S29470018-050.UNKNOWN.cnf
MD5SUM27350cd58dd0500df065558763d7d963
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 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-3221697-1304162353/watcher-3221697-1304162353 -o /tmp/evaluation-result-3221697-1304162353/solver-3221697-1304162353 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221697-1304162353.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.01 7.95 7.97 2/170 9297
/proc/meminfo: memFree=29007396/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 4 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0

[startup+0.104465 s]
/proc/loadavg: 8.01 7.95 7.97 2/170 9297
/proc/meminfo: memFree=29007396/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) R 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.200447 s]
/proc/loadavg: 8.01 7.95 7.97 2/170 9297
/proc/meminfo: memFree=29007396/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) R 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300429 s]
/proc/loadavg: 8.01 7.95 7.97 2/170 9297
/proc/meminfo: memFree=29007396/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) R 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700354 s]
/proc/loadavg: 8.01 7.95 7.97 2/170 9297
/proc/meminfo: memFree=29007396/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) R 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50121 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9312
/proc/meminfo: memFree=28989196/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=1984264 CPUtime=1.48 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 2487 0 0 0 148 0 0 0 20 0 1 0 606465978 2031886336 1170 33554432000 4194304 4587354 140736215706912 18446744073709551615 4430922 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 496066 1170 337 96 0 492628 0
[pid=9299] ppid=9297 vsize=14440 CPUtime=1.49 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 1088 0 0 0 149 0 0 0 20 0 1 0 606465978 14786560 975 33554432000 4194304 4785740 140735713826880 18446744073709551615 4553178 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 3610 975 340 145 0 655 0
[pid=9300] ppid=9297 vsize=455960 CPUtime=1.49 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 364 0 0 0 149 0 0 0 25 0 1 0 606465979 466903040 261 33554432000 134512640 134534564 4290021408 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113990 261 95 6 0 112656 0
[pid=9301] ppid=9297 vsize=8336 CPUtime=1.49 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 687 0 0 0 149 0 0 0 20 0 1 0 606465979 8536064 580 33554432000 4194304 4331988 140735981602320 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 2084 580 173 34 0 526 0
[pid=9302] ppid=9297 vsize=123352 CPUtime=5.9 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 3969 1251 0 0 590 0 0 0 19 0 5 0 606465979 126312448 2947 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 30838 2947 164 40 0 29382 0
[pid=9302/tid=9309] ppid=9297 vsize=123352 CPUtime=1.48 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 890 1251 0 0 148 0 0 0 20 0 5 0 606465979 126312448 2947 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=123352 CPUtime=1.47 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 779 1251 0 0 147 0 0 0 25 0 5 0 606465979 126312448 2947 33554432000 4194304 4356188 140736090650880 18446744073709551615 4334623 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=123352 CPUtime=1.48 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 772 1251 0 0 148 0 0 0 25 0 5 0 606465979 126312448 2947 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331276 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=123352 CPUtime=1.44 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 999 1251 0 0 144 0 0 0 25 0 5 0 606465979 126312448 2947 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 2604676

[startup+3.10091 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9312
/proc/meminfo: memFree=28981136/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=1991000 CPUtime=3.09 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 5137 0 0 0 308 1 0 0 25 0 1 0 606465978 2038784000 2839 33554432000 4194304 4587354 140736215706912 18446744073709551615 4430963 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 497750 2839 337 96 0 494312 0
[pid=9299] ppid=9297 vsize=15368 CPUtime=3.09 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 1308 0 0 0 309 0 0 0 25 0 1 0 606465978 15736832 1195 33554432000 4194304 4785740 140735713826880 18446744073709551615 4550319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 3842 1195 340 145 0 887 0
[pid=9300] ppid=9297 vsize=455960 CPUtime=3.09 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 364 0 0 0 309 0 0 0 25 0 1 0 606465979 466903040 261 33554432000 134512640 134534564 4290021408 18446744073709551615 134528670 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113990 261 95 6 0 112656 0
[pid=9301] ppid=9297 vsize=8896 CPUtime=3.09 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 759 0 0 0 309 0 0 0 25 0 1 0 606465979 9109504 652 33554432000 4194304 4331988 140735981602320 18446744073709551615 4288481 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 2224 652 173 34 0 666 0
[pid=9302] ppid=9297 vsize=123356 CPUtime=12.29 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 4226 1251 0 0 1229 0 0 0 19 0 5 0 606465979 126316544 2948 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 30839 2948 164 40 0 29383 0
[pid=9302/tid=9309] ppid=9297 vsize=123356 CPUtime=3.08 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 986 1251 0 0 308 0 0 0 25 0 5 0 606465979 126316544 2948 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=123356 CPUtime=3.07 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 844 1251 0 0 307 0 0 0 25 0 5 0 606465979 126316544 2948 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=123356 CPUtime=3.08 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 804 1251 0 0 308 0 0 0 25 0 5 0 606465979 126316544 2948 33554432000 4194304 4356188 140736090650880 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=123356 CPUtime=3.04 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 1063 1251 0 0 304 0 0 0 25 0 5 0 606465979 126316544 2948 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 2612904

[startup+6.30132 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9312
/proc/meminfo: memFree=28968636/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=1996188 CPUtime=6.29 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 8087 0 0 0 628 1 0 0 25 0 1 0 606465978 2044096512 3945 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 499047 3945 337 96 0 495609 0
[pid=9299] ppid=9297 vsize=16748 CPUtime=6.29 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 1635 0 0 0 629 0 0 0 25 0 1 0 606465978 17149952 1522 33554432000 4194304 4785740 140735713826880 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 4187 1522 340 145 0 1232 0
[pid=9300] ppid=9297 vsize=455960 CPUtime=6.29 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 364 0 0 0 629 0 0 0 25 0 1 0 606465979 466903040 261 33554432000 134512640 134534564 4290021408 18446744073709551615 134528223 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113990 261 95 6 0 112656 0
[pid=9301] ppid=9297 vsize=9384 CPUtime=6.29 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 908 0 0 0 629 0 0 0 25 0 1 0 606465979 9609216 801 33554432000 4194304 4331988 140735981602320 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 2346 801 173 34 0 788 0
[pid=9302] ppid=9297 vsize=126456 CPUtime=25.08 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 7113 1251 0 0 2507 1 0 0 19 0 5 0 606465979 129490944 3723 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 31614 3723 164 40 0 30158 0
[pid=9302/tid=9309] ppid=9297 vsize=126456 CPUtime=6.28 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 2013 1251 0 0 628 0 0 0 25 0 5 0 606465979 129490944 3723 33554432000 4194304 4356188 140736090650880 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=126456 CPUtime=6.26 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 1486 1251 0 0 626 0 0 0 25 0 5 0 606465979 129490944 3723 33554432000 4194304 4356188 140736090650880 18446744073709551615 4330827 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=126456 CPUtime=6.28 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 1413 1251 0 0 628 0 0 0 25 0 5 0 606465979 129490944 3723 33554432000 4194304 4356188 140736090650880 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=126456 CPUtime=6.22 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 1672 1251 0 0 622 0 0 0 25 0 5 0 606465979 129490944 3723 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 2623060

[startup+12.7011 s]
/proc/loadavg: 8.01 7.95 7.97 9/180 9312
/proc/meminfo: memFree=28961112/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2003296 CPUtime=12.69 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 12229 0 0 0 1267 2 0 0 25 0 1 0 606465978 2051375104 4980 33554432000 4194304 4587354 140736215706912 18446744073709551615 4243345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 500824 4980 337 96 0 497386 0
[pid=9299] ppid=9297 vsize=18256 CPUtime=12.69 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 2012 0 0 0 1269 0 0 0 25 0 1 0 606465978 18694144 1899 33554432000 4194304 4785740 140735713826880 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 4564 1899 340 145 0 1609 0
[pid=9300] ppid=9297 vsize=455960 CPUtime=12.69 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 364 0 0 0 1269 0 0 0 25 0 1 0 606465979 466903040 261 33554432000 134512640 134534564 4290021408 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113990 261 95 6 0 112656 0
[pid=9301] ppid=9297 vsize=10808 CPUtime=12.69 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 1148 0 0 0 1269 0 0 0 25 0 1 0 606465979 11067392 1041 33554432000 4194304 4331988 140735981602320 18446744073709551615 4211529 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 2702 1041 173 34 0 1144 0
[pid=9302] ppid=9297 vsize=131732 CPUtime=50.64 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 12112 1251 0 0 5063 1 0 0 19 0 5 0 606465979 134893568 5042 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 32933 5042 164 40 0 31477 0
[pid=9302/tid=9309] ppid=9297 vsize=131732 CPUtime=12.68 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 3135 1251 0 0 1268 0 0 0 25 0 5 0 606465979 134893568 5042 33554432000 4194304 4356188 140736090650880 18446744073709551615 4334498 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=131732 CPUtime=12.66 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 2831 1251 0 0 1266 0 0 0 25 0 5 0 606465979 134893568 5042 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=131732 CPUtime=12.68 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 2727 1251 0 0 1268 0 0 0 25 0 5 0 606465979 134893568 5042 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=131732 CPUtime=12.59 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 2890 1251 0 0 1259 0 0 0 25 0 5 0 606465979 134893568 5042 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 2638376

[startup+25.5008 s]
/proc/loadavg: 8.08 7.97 7.97 9/180 9312
/proc/meminfo: memFree=28947468/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 7 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2003572 CPUtime=25.48 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 19244 0 0 0 2545 3 0 0 25 0 1 0 606465978 2051657728 5789 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=9300] ppid=9297 vsize=455964 CPUtime=4842.14 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 373 0 0 0 484213 1 0 0 25 0 1 0 606465979 466907136 270 33554432000 134512640 134534564 4290021408 18446744073709551615 134514044 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113991 270 103 6 0 112657 0
[pid=9301] ppid=9297 vsize=830808 CPUtime=4842.45 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 148171 0 0 0 484127 118 0 0 25 0 1 0 606465979 850747392 148064 33554432000 4194304 4331988 140735981602320 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 207702 148064 173 34 0 206144 0
[pid=9302] ppid=9297 vsize=294328 CPUtime=19341.4 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 876609 1251 0 0 1934012 133 0 0 19 0 5 0 606465979 301391872 45691 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 73582 45691 164 40 0 72126 0
[pid=9302/tid=9309] ppid=9297 vsize=294328 CPUtime=4842.44 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 219651 1251 0 0 484211 33 0 0 25 0 5 0 606465979 301391872 45691 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=294328 CPUtime=4841.94 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 210804 1251 0 0 484164 30 0 0 25 0 5 0 606465979 301391872 45691 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=294328 CPUtime=4841.03 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 217387 1251 0 0 484069 34 0 0 25 0 5 0 606465979 301391872 45691 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=294328 CPUtime=4815.99 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 228238 1251 0 0 481565 34 0 0 25 0 5 0 606465979 301391872 45691 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38710.9
Current children cumulated vsize (KiB) 3741884

[startup+4902.3 s]
/proc/loadavg: 8.06 8.08 8.01 9/180 9457
/proc/meminfo: memFree=28087624/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 3 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2077668 CPUtime=4902.44 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 370188 0 0 0 490075 169 0 0 25 0 1 0 606465978 2127532032 28368 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 519417 28368 337 96 0 515979 0
[pid=9299] ppid=9297 vsize=64792 CPUtime=4902.45 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 12708 0 0 0 490242 3 0 0 25 0 1 0 606465978 66347008 12595 33554432000 4194304 4785740 140735713826880 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 16198 12595 341 145 0 13243 0
[pid=9300] ppid=9297 vsize=455964 CPUtime=4902.13 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 373 0 0 0 490212 1 0 0 25 0 1 0 606465979 466907136 270 33554432000 134512640 134534564 4290021408 18446744073709551615 2475451 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113991 270 103 6 0 112657 0
[pid=9301] ppid=9297 vsize=830808 CPUtime=4902.44 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 149857 0 0 0 490125 119 0 0 25 0 1 0 606465979 850747392 149750 33554432000 4194304 4331988 140735981602320 18446744073709551615 4211525 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 207702 149750 173 34 0 206144 0
[pid=9302] ppid=9297 vsize=272696 CPUtime=19581.1 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 880225 1251 0 0 1957977 133 0 0 19 0 5 0 606465979 279240704 40283 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 68174 40283 164 40 0 66718 0
[pid=9302/tid=9309] ppid=9297 vsize=272696 CPUtime=4902.44 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 221315 1251 0 0 490210 34 0 0 25 0 5 0 606465979 279240704 40283 33554432000 4194304 4356188 140736090650880 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=272696 CPUtime=4901.93 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 211060 1251 0 0 490163 30 0 0 25 0 5 0 606465979 279240704 40283 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=272696 CPUtime=4901.03 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 217643 1251 0 0 490069 34 0 0 25 0 5 0 606465979 279240704 40283 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=272696 CPUtime=4875.66 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 229678 1251 0 0 487532 34 0 0 25 0 5 0 606465979 279240704 40283 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 3720252

[startup+4962.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/180 9459
/proc/meminfo: memFree=28085856/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 3 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2078572 CPUtime=4962.44 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 376075 0 0 0 496073 171 0 0 25 0 1 0 606465978 2128457728 27241 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 519643 27241 337 96 0 516205 0
[pid=9299] ppid=9297 vsize=64932 CPUtime=4962.45 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 12725 0 0 0 496242 3 0 0 25 0 1 0 606465978 66490368 12612 33554432000 4194304 4785740 140735713826880 18446744073709551615 4553280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 16233 12612 341 145 0 13278 0
[pid=9300] ppid=9297 vsize=455964 CPUtime=4962.14 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 373 0 0 0 496213 1 0 0 25 0 1 0 606465979 466907136 270 33554432000 134512640 134534564 4290021408 18446744073709551615 134528223 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113991 270 103 6 0 112657 0
[pid=9301] ppid=9297 vsize=830808 CPUtime=4962.45 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 151475 0 0 0 496124 121 0 0 25 0 1 0 606465979 850747392 151368 33554432000 4194304 4331988 140735981602320 18446744073709551615 4288477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 207702 151368 173 34 0 206144 0
[pid=9302] ppid=9297 vsize=269624 CPUtime=19820.8 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 890881 1251 0 0 1981943 135 0 0 19 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 67406 39515 164 40 0 65950 0
[pid=9302/tid=9309] ppid=9297 vsize=269624 CPUtime=4962.44 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 222115 1251 0 0 496210 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=269624 CPUtime=4961.93 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 217588 1251 0 0 496162 31 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=269624 CPUtime=4961.03 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 219819 1251 0 0 496069 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=269624 CPUtime=4935.35 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 230830 1251 0 0 493500 35 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 3718224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 9460
/proc/meminfo: memFree=28093144/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 3 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2077664 CPUtime=5000.15 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 380114 0 0 0 499842 173 0 0 25 0 1 0 606465978 2127527936 24292 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 519416 24292 337 96 0 515978 0
[pid=9299] ppid=9297 vsize=65072 CPUtime=5000.15 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 12751 0 0 0 500012 3 0 0 25 0 1 0 606465978 66633728 12638 33554432000 4194304 4785740 140735713826880 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 16268 12638 341 145 0 13313 0
[pid=9300] ppid=9297 vsize=455964 CPUtime=4999.84 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 373 0 0 0 499983 1 0 0 25 0 1 0 606465979 466907136 270 33554432000 134512640 134534564 4290021408 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113991 270 103 6 0 112657 0
[pid=9301] ppid=9297 vsize=830808 CPUtime=5000.15 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 152502 0 0 0 499894 121 0 0 25 0 1 0 606465979 850747392 152395 33554432000 4194304 4331988 140735981602320 18446744073709551615 4226343 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 207702 152395 173 34 0 206144 0
[pid=9302] ppid=9297 vsize=269624 CPUtime=19971.4 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 893345 1251 0 0 1997004 135 0 0 19 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 67406 39515 164 40 0 65950 0
[pid=9302/tid=9309] ppid=9297 vsize=269624 CPUtime=5000.15 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 223267 1251 0 0 499981 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=269624 CPUtime=4999.63 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 217588 1251 0 0 499932 31 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=269624 CPUtime=4998.74 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 219819 1251 0 0 499840 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=269624 CPUtime=4972.84 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 232142 1251 0 0 497249 35 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 3717456

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

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

[startup+5000 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 9460
/proc/meminfo: memFree=28093144/32950928 swapFree=67111352/67111528
[pid=9297] ppid=9295 vsize=18324 CPUtime=0.01 cores=0-7
/proc/9297/stat : 9297 (ppfolio) S 9295 9297 9020 0 -1 4202496 521 0 0 0 0 1 0 0 15 0 1 0 606465978 18763776 389 33554432000 4194304 4287625 140734512288720 18446744073709551615 251367566863 0 0 4096 65536 4600277352633597951 0 0 17 3 0 0 0
/proc/9297/statm: 4581 389 341 23 0 91 0
[pid=9298] ppid=9297 vsize=2077664 CPUtime=5000.15 cores=0
/proc/9298/stat : 9298 (cryptominisat) R 9297 9297 9020 0 -1 4202496 380114 0 0 0 499842 173 0 0 25 0 1 0 606465978 2127527936 24292 33554432000 4194304 4587354 140736215706912 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9298/statm: 519416 24292 337 96 0 515978 0
[pid=9299] ppid=9297 vsize=65072 CPUtime=5000.15 cores=1
/proc/9299/stat : 9299 (clasp) R 9297 9297 9020 0 -1 4202496 12751 0 0 0 500012 3 0 0 25 0 1 0 606465978 66633728 12638 33554432000 4194304 4785740 140735713826880 18446744073709551615 4287207 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9299/statm: 16268 12638 341 145 0 13313 0
[pid=9300] ppid=9297 vsize=455964 CPUtime=4999.84 cores=2
/proc/9300/stat : 9300 (TNM) R 9297 9297 9020 0 -1 4202496 373 0 0 0 499983 1 0 0 25 0 1 0 606465979 466907136 270 33554432000 134512640 134534564 4290021408 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9300/statm: 113991 270 103 6 0 112657 0
[pid=9301] ppid=9297 vsize=830808 CPUtime=5000.15 cores=3
/proc/9301/stat : 9301 (march_hi) R 9297 9297 9020 0 -1 4202496 152502 0 0 0 499894 121 0 0 25 0 1 0 606465979 850747392 152395 33554432000 4194304 4331988 140735981602320 18446744073709551615 4226343 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9301/statm: 207702 152395 173 34 0 206144 0
[pid=9302] ppid=9297 vsize=269624 CPUtime=19971.4 cores=4-7
/proc/9302/stat : 9302 (plingeling) S 9297 9297 9020 0 -1 4202496 893345 1251 0 0 1997004 135 0 0 19 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 251379349477 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9302/statm: 67406 39515 164 40 0 65950 0
[pid=9302/tid=9309] ppid=9297 vsize=269624 CPUtime=5000.15 cores=4-7
/proc/9302/task/9309/stat : 9309 (plingeling) R 9297 9297 9020 0 -1 4202560 223267 1251 0 0 499981 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9302/tid=9310] ppid=9297 vsize=269624 CPUtime=4999.63 cores=4-7
/proc/9302/task/9310/stat : 9310 (plingeling) R 9297 9297 9020 0 -1 4202560 217588 1251 0 0 499932 31 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9302/tid=9311] ppid=9297 vsize=269624 CPUtime=4998.74 cores=4-7
/proc/9302/task/9311/stat : 9311 (plingeling) R 9297 9297 9020 0 -1 4202560 219819 1251 0 0 499840 34 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=9302/tid=9312] ppid=9297 vsize=269624 CPUtime=4972.84 cores=4-7
/proc/9302/task/9312/stat : 9312 (plingeling) R 9297 9297 9020 0 -1 4202560 232142 1251 0 0 497249 35 0 0 25 0 5 0 606465979 276094976 39515 33554432000 4194304 4356188 140736090650880 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.7
Current children cumulated vsize (KiB) 3717456

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9297 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=392897
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=801726
# CPU time returned by wait4() is 15000.2
# while last known CPU time is 39971.7
#
# 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.7
CPU user time (s): 39967.4
CPU system time (s): 4.34
CPU usage (%): 799.431
Max. virtual memory (cumulated for all children) (KiB): 5726228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.4
system time used= 1.80173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393774
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= 750
involuntary context switches= 84576

runsolver used 7.95579 second user time and 19.3211 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 13:19:13
IDJOB=3221697
IDBENCH=82966
IDSOLVER=1638
FILE ID=node113/3221697-1304162353
RUNJOBID= node113-1304162219-9034
PBS_JOBID= 13170938
Free space on /tmp= 72396 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S29470018-050.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221697-1304162353/watcher-3221697-1304162353 -o /tmp/evaluation-result-3221697-1304162353/solver-3221697-1304162353 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221697-1304162353.cnf

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

MD5SUM BENCH= 27350cd58dd0500df065558763d7d963
RANDOM SEED=176761618

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:      29007552 kB
Buffers:        763904 kB
Cached:        2608912 kB
SwapCached:         12 kB
Active:         215044 kB
Inactive:      3221008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29007552 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           10104 kB
Writeback:           4 kB
AnonPages:       63136 kB
Mapped:          14608 kB
Slab:           439172 kB
PageTables:       4792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188316 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 14:42:35