Trace number 3221523

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 39972.2 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1554089933-067.UNKNOWN.cnf
MD5SUMfa2c840574747ca3ff8efe8a9137bb94
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 variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
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-3221523-1304161908/watcher-3221523-1304161908 -o /tmp/evaluation-result-3221523-1304161908/solver-3221523-1304161908 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221523-1304161908.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.23 8.11 8.03 1/170 32700
/proc/meminfo: memFree=25855904/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) R 32698 32700 32271 0 -1 4194304 504 0 0 0 0 0 0 0 25 0 1 0 527793561 18763776 387 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370777493 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32700/statm: 4581 387 339 23 0 91 0

[startup+0.010921 s]
/proc/loadavg: 8.23 8.11 8.03 1/170 32700
/proc/meminfo: memFree=25855904/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10087 s]
/proc/loadavg: 8.23 8.11 8.03 1/170 32700
/proc/meminfo: memFree=25855904/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) R 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300835 s]
/proc/loadavg: 8.23 8.11 8.03 1/170 32700
/proc/meminfo: memFree=25855904/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700763 s]
/proc/loadavg: 8.23 8.11 8.03 1/170 32700
/proc/meminfo: memFree=25855904/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50062 s]
/proc/loadavg: 8.23 8.11 8.03 9/180 32715
/proc/meminfo: memFree=25839952/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=682264 CPUtime=1.49 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 3793 0 0 0 149 0 0 0 20 0 1 0 527793562 698638336 2564 33554432000 4194304 4587354 140736633029520 18446744073709551615 4249492 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 170566 2564 337 96 0 167128 0
[pid=32702] ppid=32700 vsize=14292 CPUtime=1.49 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 1045 0 0 0 149 0 0 0 20 0 1 0 527793562 14635008 932 33554432000 4194304 4785740 140734859462416 18446744073709551615 4553440 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 3573 932 340 145 0 618 0
[pid=32703] ppid=32700 vsize=455956 CPUtime=1.49 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 344 0 0 0 149 0 0 0 20 0 1 0 527793562 466898944 241 33554432000 134512640 134534564 4289023104 18446744073709551615 134528652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113989 241 95 6 0 112655 0
[pid=32704] ppid=32700 vsize=8152 CPUtime=1.49 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 648 0 0 0 149 0 0 0 25 0 1 0 527793562 8347648 541 33554432000 4194304 4331988 140734922324976 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 2038 541 173 34 0 480 0
[pid=32705] ppid=32700 vsize=57376 CPUtime=5.91 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 3840 1251 0 0 591 0 0 0 25 0 5 0 527793562 58753024 2817 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 14344 2817 164 40 0 12888 0
[pid=32705/tid=32712] ppid=32700 vsize=57376 CPUtime=1.48 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 898 1251 0 0 148 0 0 0 20 0 5 0 527793563 58753024 2817 33554432000 4194304 4356188 140734373750304 18446744073709551615 4210715 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=57376 CPUtime=1.48 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 753 1251 0 0 148 0 0 0 25 0 5 0 527793563 58753024 2817 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=57376 CPUtime=1.45 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 816 1251 0 0 145 0 0 0 25 0 5 0 527793563 58753024 2817 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=57376 CPUtime=1.47 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 845 1251 0 0 147 0 0 0 25 0 5 0 527793563 58753024 2817 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1236364

[startup+3.10034 s]
/proc/loadavg: 8.23 8.11 8.03 9/180 32715
/proc/meminfo: memFree=25831892/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=686452 CPUtime=3.08 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 5676 0 0 0 308 0 0 0 25 0 1 0 527793562 702926848 3541 33554432000 4194304 4587354 140736633029520 18446744073709551615 4236525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 171613 3541 337 96 0 168175 0
[pid=32702] ppid=32700 vsize=15096 CPUtime=3.09 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 1220 0 0 0 309 0 0 0 25 0 1 0 527793562 15458304 1107 33554432000 4194304 4785740 140734859462416 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 3774 1107 341 145 0 819 0
[pid=32703] ppid=32700 vsize=455956 CPUtime=3.09 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 344 0 0 0 309 0 0 0 25 0 1 0 527793562 466898944 241 33554432000 134512640 134534564 4289023104 18446744073709551615 134530273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113989 241 95 6 0 112655 0
[pid=32704] ppid=32700 vsize=8776 CPUtime=3.09 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 725 0 0 0 309 0 0 0 25 0 1 0 527793562 8986624 618 33554432000 4194304 4331988 140734922324976 18446744073709551615 4265345 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 2194 618 173 34 0 636 0
[pid=32705] ppid=32700 vsize=57520 CPUtime=12.3 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 5048 1251 0 0 1230 0 0 0 25 0 5 0 527793562 58900480 2853 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 14380 2853 164 40 0 12924 0
[pid=32705/tid=32712] ppid=32700 vsize=57520 CPUtime=3.08 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 1278 1251 0 0 308 0 0 0 25 0 5 0 527793563 58900480 2853 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331822 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=57520 CPUtime=3.08 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 1196 1251 0 0 308 0 0 0 25 0 5 0 527793563 58900480 2853 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=57520 CPUtime=3.05 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 1201 1251 0 0 305 0 0 0 25 0 5 0 527793563 58900480 2853 33554432000 4194304 4356188 140734373750304 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=57520 CPUtime=3.07 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 845 1251 0 0 307 0 0 0 25 0 5 0 527793563 58900480 2853 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332136 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) 1242124

[startup+6.30077 s]
/proc/loadavg: 8.21 8.11 8.03 9/180 32715
/proc/meminfo: memFree=25819632/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=685876 CPUtime=6.29 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 7726 0 0 0 628 1 0 0 25 0 1 0 527793562 702337024 3905 33554432000 4194304 4587354 140736633029520 18446744073709551615 4241302 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 171469 3905 337 96 0 168031 0
[pid=32702] ppid=32700 vsize=16188 CPUtime=6.29 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 1513 0 0 0 629 0 0 0 25 0 1 0 527793562 16576512 1400 33554432000 4194304 4785740 140734859462416 18446744073709551615 4287050 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 4047 1400 341 145 0 1092 0
[pid=32703] ppid=32700 vsize=455956 CPUtime=6.29 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 344 0 0 0 629 0 0 0 25 0 1 0 527793562 466898944 241 33554432000 134512640 134534564 4289023104 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113989 241 95 6 0 112655 0
[pid=32704] ppid=32700 vsize=9116 CPUtime=6.29 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 852 0 0 0 629 0 0 0 25 0 1 0 527793562 9334784 745 33554432000 4194304 4331988 140734922324976 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 2279 745 173 34 0 721 0
[pid=32705] ppid=32700 vsize=61116 CPUtime=25.08 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 8475 1251 0 0 2508 0 0 0 25 0 5 0 527793562 62582784 3752 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 15279 3752 164 40 0 13823 0
[pid=32705/tid=32712] ppid=32700 vsize=61116 CPUtime=6.28 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 2239 1251 0 0 628 0 0 0 25 0 5 0 527793563 62582784 3752 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=61116 CPUtime=6.28 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 1937 1251 0 0 628 0 0 0 25 0 5 0 527793563 62582784 3752 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=61116 CPUtime=6.25 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 1970 1251 0 0 625 0 0 0 25 0 5 0 527793563 62582784 3752 33554432000 4194304 4356188 140734373750304 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=61116 CPUtime=6.25 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 1801 1251 0 0 625 0 0 0 25 0 5 0 527793563 62582784 3752 33554432000 4194304 4356188 140734373750304 18446744073709551615 4330986 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) 1246576

[startup+12.7006 s]
/proc/loadavg: 8.19 8.11 8.03 9/180 32715
/proc/meminfo: memFree=25813108/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=689836 CPUtime=12.68 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 11888 0 0 0 1267 1 0 0 25 0 1 0 527793562 706392064 4448 33554432000 4194304 4587354 140736633029520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 172459 4448 337 96 0 169021 0
[pid=32702] ppid=32700 vsize=17856 CPUtime=12.69 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 1906 0 0 0 1269 0 0 0 25 0 1 0 527793562 18284544 1793 33554432000 4194304 4785740 140734859462416 18446744073709551615 4560707 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 4464 1793 341 145 0 1509 0
[pid=32703] ppid=32700 vsize=455956 CPUtime=12.69 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 344 0 0 0 1269 0 0 0 25 0 1 0 527793562 466898944 241 33554432000 134512640 134534564 4289023104 18446744073709551615 134529651 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113989 241 95 6 0 112655 0
[pid=32704] ppid=32700 vsize=10772 CPUtime=12.69 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 1160 0 0 0 1269 0 0 0 25 0 1 0 527793562 11030528 1022 33554432000 4194304 4331988 140734922324976 18446744073709551615 4263238 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 2693 1022 173 34 0 1135 0
[pid=32705] ppid=32700 vsize=66124 CPUtime=50.65 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 13951 1251 0 0 5064 1 0 0 25 0 5 0 527793562 67710976 5004 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 16531 5004 164 40 0 15075 0
[pid=32705/tid=32712] ppid=32700 vsize=66124 CPUtime=12.68 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 3487 1251 0 0 1268 0 0 0 25 0 5 0 527793563 67710976 5004 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=66124 CPUtime=12.68 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 3635 1251 0 0 1268 0 0 0 25 0 5 0 527793563 67710976 5004 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=66124 CPUtime=12.65 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 3314 1251 0 0 1265 0 0 0 25 0 5 0 527793563 67710976 5004 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=66124 CPUtime=12.62 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 2987 1251 0 0 1262 0 0 0 25 0 5 0 527793563 67710976 5004 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331074 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) 1258868

[startup+25.5003 s]
/proc/loadavg: 8.22 8.12 8.03 9/180 32715
/proc/meminfo: memFree=25798616/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=693988 CPUtime=25.49 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 18068 0 0 0 2546 3 0 0 25 0 1 0 527793562 710643712 5881 33554432000 4194304 4587354 140736633029520 18446744073709551615 4231728 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32703] ppid=32700 vsize=455960 CPUtime=4781.76 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 353 0 0 0 478175 1 0 0 25 0 1 0 527793562 466903040 250 33554432000 134512640 134534564 4289023104 18446744073709551615 134530353 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113990 250 103 6 0 112656 0
[pid=32704] ppid=32700 vsize=715500 CPUtime=4782.39 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 130391 0 0 0 478136 103 0 0 25 0 1 0 527793562 732672000 130253 33554432000 4194304 4331988 140734922324976 18446744073709551615 4211416 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 178875 130253 173 34 0 177317 0
[pid=32705] ppid=32700 vsize=244128 CPUtime=19102.8 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 1030478 1251 0 0 1910125 154 0 0 25 0 5 0 527793562 249987072 49505 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 61032 49505 164 40 0 59576 0
[pid=32705/tid=32712] ppid=32700 vsize=244128 CPUtime=4782.41 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 261315 1251 0 0 478205 36 0 0 25 0 5 0 527793563 249987072 49505 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=244128 CPUtime=4782.23 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 260886 1251 0 0 478184 39 0 0 25 0 5 0 527793563 249987072 49505 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=244128 CPUtime=4781.79 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 247259 1251 0 0 478141 38 0 0 25 0 5 0 527793563 249987072 49505 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=244128 CPUtime=4756.33 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 260490 1251 0 0 475593 40 0 0 25 0 5 0 527793563 249987072 49505 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.8
Current children cumulated vsize (KiB) 2262764

[startup+4842.3 s]
/proc/loadavg: 8.03 8.02 8.00 10/180 397
/proc/meminfo: memFree=25008408/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=774228 CPUtime=4842.4 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 385566 0 0 0 484070 170 0 0 25 0 1 0 527793562 792809472 28799 33554432000 4194304 4587354 140736633029520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 193557 28799 337 96 0 190119 0
[pid=32702] ppid=32700 vsize=54792 CPUtime=4842.41 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 10407 0 0 0 484239 2 0 0 25 0 1 0 527793562 56107008 10294 33554432000 4194304 4785740 140734859462416 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 13698 10294 341 145 0 10743 0
[pid=32703] ppid=32700 vsize=455960 CPUtime=4841.77 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 353 0 0 0 484176 1 0 0 25 0 1 0 527793562 466903040 250 33554432000 134512640 134534564 4289023104 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113990 250 103 6 0 112656 0
[pid=32704] ppid=32700 vsize=715500 CPUtime=4842.39 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 131820 0 0 0 484135 104 0 0 25 0 1 0 527793562 732672000 131682 33554432000 4194304 4331988 140734922324976 18446744073709551615 4229616 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 178875 131682 173 34 0 177317 0
[pid=32705] ppid=32700 vsize=215840 CPUtime=19342.5 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 1034062 1251 0 0 1934092 155 0 0 25 0 5 0 527793562 221020160 42433 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 53960 42433 164 40 0 52504 0
[pid=32705/tid=32712] ppid=32700 vsize=215840 CPUtime=4842.41 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 263555 1251 0 0 484205 36 0 0 25 0 5 0 527793563 221020160 42433 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=215840 CPUtime=4842.23 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 260918 1251 0 0 484184 39 0 0 25 0 5 0 527793563 221020160 42433 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=215840 CPUtime=4841.79 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 247803 1251 0 0 484141 38 0 0 25 0 5 0 527793563 221020160 42433 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=215840 CPUtime=4816 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 261258 1251 0 0 481560 40 0 0 25 0 5 0 527793563 221020160 42433 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 2234644

[startup+4902.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/180 398
/proc/meminfo: memFree=25002304/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=779372 CPUtime=4902.41 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 390392 0 0 0 490069 172 0 0 25 0 1 0 527793562 798076928 27606 33554432000 4194304 4587354 140736633029520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 194843 27606 337 96 0 191405 0
[pid=32702] ppid=32700 vsize=54792 CPUtime=4902.41 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 10412 0 0 0 490239 2 0 0 25 0 1 0 527793562 56107008 10299 33554432000 4194304 4785740 140734859462416 18446744073709551615 4548952 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 13698 10299 341 145 0 10743 0
[pid=32703] ppid=32700 vsize=455960 CPUtime=4901.77 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 353 0 0 0 490176 1 0 0 25 0 1 0 527793562 466903040 250 33554432000 134512640 134534564 4289023104 18446744073709551615 134528864 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113990 250 103 6 0 112656 0
[pid=32704] ppid=32700 vsize=715500 CPUtime=4902.39 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 133200 0 0 0 490133 106 0 0 25 0 1 0 527793562 732672000 133062 33554432000 4194304 4331988 140734922324976 18446744073709551615 4211461 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 178875 133062 173 34 0 177317 0
[pid=32705] ppid=32700 vsize=219936 CPUtime=19582.1 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 1049390 1251 0 0 1958057 157 0 0 25 0 5 0 527793562 225214464 43457 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 54984 43457 164 40 0 53528 0
[pid=32705/tid=32712] ppid=32700 vsize=219936 CPUtime=4902.41 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 264323 1251 0 0 490205 36 0 0 25 0 5 0 527793563 225214464 43457 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=219936 CPUtime=4902.24 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 267222 1251 0 0 490184 40 0 0 25 0 5 0 527793563 225214464 43457 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=219936 CPUtime=4901.79 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 253851 1251 0 0 490140 39 0 0 25 0 5 0 527793563 225214464 43457 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=219936 CPUtime=4875.67 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 263466 1251 0 0 487527 40 0 0 25 0 5 0 527793563 225214464 43457 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 2243884

[startup+4962.3 s]
/proc/loadavg: 8.00 8.01 8.00 9/180 400
/proc/meminfo: memFree=24971892/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=774636 CPUtime=4962.41 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 394928 0 0 0 496067 174 0 0 25 0 1 0 527793562 793227264 26120 33554432000 4194304 4587354 140736633029520 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 193659 26120 337 96 0 190221 0
[pid=32702] ppid=32700 vsize=54960 CPUtime=4962.41 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 10451 0 0 0 496239 2 0 0 25 0 1 0 527793562 56279040 10338 33554432000 4194304 4785740 140734859462416 18446744073709551615 4309551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 13740 10338 341 145 0 10785 0
[pid=32703] ppid=32700 vsize=455960 CPUtime=4961.77 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 353 0 0 0 496176 1 0 0 25 0 1 0 527793562 466903040 250 33554432000 134512640 134534564 4289023104 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113990 250 103 6 0 112656 0
[pid=32704] ppid=32700 vsize=715500 CPUtime=4962.39 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 134513 0 0 0 496132 107 0 0 25 0 1 0 527793562 732672000 134375 33554432000 4194304 4331988 140734922324976 18446744073709551615 4229264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 178875 134375 173 34 0 177317 0
[pid=32705] ppid=32700 vsize=253216 CPUtime=19821.8 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 1057710 1251 0 0 1982022 158 0 0 25 0 5 0 527793562 259293184 51777 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 63304 51777 164 40 0 61848 0
[pid=32705/tid=32712] ppid=32700 vsize=253216 CPUtime=4962.41 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 270659 1251 0 0 496204 37 0 0 25 0 5 0 527793563 259293184 51777 33554432000 4194304 4356188 140734373750304 18446744073709551615 4330896 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=253216 CPUtime=4962.24 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 268022 1251 0 0 496184 40 0 0 25 0 5 0 527793563 259293184 51777 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=253216 CPUtime=4961.78 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 254395 1251 0 0 496139 39 0 0 25 0 5 0 527793563 259293184 51777 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=253216 CPUtime=4935.35 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 264106 1251 0 0 493494 41 0 0 25 0 5 0 527793563 259293184 51777 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.8
Current children cumulated vsize (KiB) 2272596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.08 8.02 8.01 9/180 401
/proc/meminfo: memFree=24950656/32951124 swapFree=67051468/67111528
[pid=32700] ppid=32698 vsize=18324 CPUtime=0 cores=0-7
/proc/32700/stat : 32700 (ppfolio) S 32698 32700 32271 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 527793561 18763776 389 33554432000 4194304 4287625 140737364065760 18446744073709551615 218370977295 0 0 4096 65536 3585903521536409599 0 0 17 6 0 0 0
/proc/32700/statm: 4581 389 341 23 0 91 0
[pid=32701] ppid=32700 vsize=774636 CPUtime=5000.12 cores=0
/proc/32701/stat : 32701 (cryptominisat) R 32700 32700 32271 0 -1 4202496 396786 0 0 0 499837 175 0 0 25 0 1 0 527793562 793227264 27909 33554432000 4194304 4587354 140736633029520 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32701/statm: 193659 27909 337 96 0 190221 0
[pid=32702] ppid=32700 vsize=54960 CPUtime=5000.12 cores=1
/proc/32702/stat : 32702 (clasp) R 32700 32700 32271 0 -1 4202496 10451 0 0 0 500010 2 0 0 25 0 1 0 527793562 56279040 10338 33554432000 4194304 4785740 140734859462416 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32702/statm: 13740 10338 341 145 0 10785 0
[pid=32703] ppid=32700 vsize=455960 CPUtime=4999.48 cores=2
/proc/32703/stat : 32703 (TNM) R 32700 32700 32271 0 -1 4202496 353 0 0 0 499947 1 0 0 25 0 1 0 527793562 466903040 250 33554432000 134512640 134534564 4289023104 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32703/statm: 113990 250 103 6 0 112656 0
[pid=32704] ppid=32700 vsize=715500 CPUtime=5000.1 cores=3
/proc/32704/stat : 32704 (march_hi) R 32700 32700 32271 0 -1 4202496 135377 0 0 0 499902 108 0 0 25 0 1 0 527793562 732672000 135239 33554432000 4194304 4331988 140734922324976 18446744073709551615 218370653681 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32704/statm: 178875 135239 173 34 0 177317 0
[pid=32705] ppid=32700 vsize=263072 CPUtime=19972.4 cores=4-7
/proc/32705/stat : 32705 (plingeling) S 32700 32700 32271 0 -1 4202496 1062670 1251 0 0 1997083 158 0 0 25 0 5 0 527793562 269385728 54241 33554432000 4194304 4356188 140734373750304 18446744073709551615 218382759909 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32705/statm: 65768 54241 164 40 0 64312 0
[pid=32705/tid=32712] ppid=32700 vsize=263072 CPUtime=5000.12 cores=4-7
/proc/32705/task/32712/stat : 32712 (plingeling) R 32700 32700 32271 0 -1 4202560 270659 1251 0 0 499975 37 0 0 25 0 5 0 527793563 269385728 54241 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32705/tid=32713] ppid=32700 vsize=263072 CPUtime=4999.94 cores=4-7
/proc/32705/task/32713/stat : 32713 (plingeling) R 32700 32700 32271 0 -1 4202560 269718 1251 0 0 499954 40 0 0 25 0 5 0 527793563 269385728 54241 33554432000 4194304 4356188 140734373750304 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32705/tid=32714] ppid=32700 vsize=263072 CPUtime=4999.48 cores=4-7
/proc/32705/task/32714/stat : 32714 (plingeling) R 32700 32700 32271 0 -1 4202560 255835 1251 0 0 499909 39 0 0 25 0 5 0 527793563 269385728 54241 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32705/tid=32715] ppid=32700 vsize=263072 CPUtime=4972.85 cores=4-7
/proc/32705/task/32715/stat : 32715 (plingeling) R 32700 32700 32271 0 -1 4202560 265930 1251 0 0 497244 41 0 0 25 0 5 0 527793563 269385728 54241 33554432000 4194304 4356188 140734373750304 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.2
Current children cumulated vsize (KiB) 2282452

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 32700 and gives
#  childrusage.ru_utime.tv_sec=14997
#  childrusage.ru_utime.tv_usec=951964
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=804725
# CPU time returned by wait4() is 14999.8
# while last known CPU time is 39972.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972.2
CPU user time (s): 39967.8
CPU system time (s): 4.44
CPU usage (%): 799.442
Max. virtual memory (cumulated for all children) (KiB): 2763104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408125
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= 842
involuntary context switches= 24098

runsolver used 7.80581 second user time and 19.465 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 13:11:48
IDJOB=3221523
IDBENCH=82937
IDSOLVER=1638
FILE ID=node101/3221523-1304161908
RUNJOBID= node101-1304161095-32285
PBS_JOBID= 13170929
Free space on /tmp= 72160 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1554089933-067.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221523-1304161908/watcher-3221523-1304161908 -o /tmp/evaluation-result-3221523-1304161908/solver-3221523-1304161908 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221523-1304161908.cnf

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

MD5SUM BENCH= fa2c840574747ca3ff8efe8a9137bb94
RANDOM SEED=1966664088

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25856068 kB
Buffers:       1922808 kB
Cached:        4690536 kB
SwapCached:      30424 kB
Active:        1777064 kB
Inactive:      4869408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25856068 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           10184 kB
Writeback:          68 kB
AnonPages:       24884 kB
Mapped:           8364 kB
Slab:           380628 kB
PageTables:       4496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187016 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= 72148 MiB
End job on node101 at 2011-04-30 14:35:10