Trace number 3221067

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S816372663-049.UNKNOWN.cnf
MD5SUM82ce98f61c0f2213b508b1b975b0c344
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-3221067-1304160791/watcher-3221067-1304160791 -o /tmp/evaluation-result-3221067-1304160791/solver-3221067-1304160791 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221067-1304160791.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 26054
/proc/meminfo: memFree=27717112/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 6 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0

[startup+0.0520021 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 26054
/proc/meminfo: memFree=27717112/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) R 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100992 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 26054
/proc/meminfo: memFree=27717112/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) R 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300954 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 26054
/proc/meminfo: memFree=27717112/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) R 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700877 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 26054
/proc/meminfo: memFree=27717112/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50072 s]
/proc/loadavg: 7.45 7.92 7.96 9/180 26069
/proc/meminfo: memFree=27699044/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1578868 CPUtime=1.49 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 3752 0 0 0 149 0 0 0 20 0 1 0 527678748 1616760832 2510 33554432000 4194304 4587354 140736749472464 18446744073709551615 4365216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 394717 2510 337 96 0 391279 0
[pid=26056] ppid=26054 vsize=14288 CPUtime=1.49 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 1040 0 0 0 149 0 0 0 20 0 1 0 527678748 14630912 927 33554432000 4194304 4785740 140733288891360 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 3572 927 340 145 0 617 0
[pid=26057] ppid=26054 vsize=455960 CPUtime=1.49 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 345 0 0 0 149 0 0 0 20 0 1 0 527678748 466903040 242 33554432000 134512640 134534564 4290880720 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113990 242 95 6 0 112656 0
[pid=26058] ppid=26054 vsize=8168 CPUtime=1.49 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 654 0 0 0 149 0 0 0 20 0 1 0 527678748 8364032 547 33554432000 4194304 4331988 140734432835600 18446744073709551615 4240137 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 2042 547 173 34 0 484 0
[pid=26059] ppid=26054 vsize=123068 CPUtime=5.93 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 3648 1249 0 0 593 0 0 0 18 0 5 0 527678748 126021632 2865 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 30767 2865 164 40 0 29311 0
[pid=26059/tid=26066] ppid=26054 vsize=123068 CPUtime=1.48 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 841 1249 0 0 148 0 0 0 23 0 5 0 527678749 126021632 2865 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=123068 CPUtime=1.48 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 709 1249 0 0 148 0 0 0 23 0 5 0 527678749 126021632 2865 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=123068 CPUtime=1.48 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 789 1249 0 0 148 0 0 0 23 0 5 0 527678749 126021632 2865 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=123068 CPUtime=1.46 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 779 1249 0 0 146 0 0 0 23 0 5 0 527678749 126021632 2865 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 2198676

[startup+3.10042 s]
/proc/loadavg: 7.49 7.92 7.96 9/180 26069
/proc/meminfo: memFree=27691232/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1579644 CPUtime=3.09 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 5365 0 0 0 308 1 0 0 25 0 1 0 527678748 1617555456 3222 33554432000 4194304 4587354 140736749472464 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 394911 3222 337 96 0 391473 0
[pid=26056] ppid=26054 vsize=15088 CPUtime=3.09 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 1221 0 0 0 309 0 0 0 25 0 1 0 527678748 15450112 1108 33554432000 4194304 4785740 140733288891360 18446744073709551615 4552961 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 3772 1108 340 145 0 817 0
[pid=26057] ppid=26054 vsize=455960 CPUtime=3.09 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 345 0 0 0 309 0 0 0 25 0 1 0 527678748 466903040 242 33554432000 134512640 134534564 4290880720 18446744073709551615 134529902 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113990 242 95 6 0 112656 0
[pid=26058] ppid=26054 vsize=8756 CPUtime=3.09 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 727 0 0 0 309 0 0 0 25 0 1 0 527678748 8966144 620 33554432000 4194304 4331988 140734432835600 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 2189 620 173 34 0 631 0
[pid=26059] ppid=26054 vsize=123212 CPUtime=12.32 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 4900 1249 0 0 1232 0 0 0 18 0 5 0 527678748 126169088 2901 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 30803 2901 164 40 0 29347 0
[pid=26059/tid=26066] ppid=26054 vsize=123212 CPUtime=3.08 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 1227 1249 0 0 308 0 0 0 25 0 5 0 527678749 126169088 2901 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=123212 CPUtime=3.08 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 1062 1249 0 0 308 0 0 0 25 0 5 0 527678749 126169088 2901 33554432000 4194304 4356188 140735305084368 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=123212 CPUtime=3.08 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 1200 1249 0 0 308 0 0 0 25 0 5 0 527678749 126169088 2901 33554432000 4194304 4356188 140735305084368 18446744073709551615 4332041 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=123212 CPUtime=3.05 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 881 1249 0 0 305 0 0 0 25 0 5 0 527678749 126169088 2901 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330752 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 2200984

[startup+6.30081 s]
/proc/loadavg: 7.49 7.92 7.96 9/180 26069
/proc/meminfo: memFree=27679408/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1581524 CPUtime=6.29 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 7608 0 0 0 628 1 0 0 25 0 1 0 527678748 1619480576 3793 33554432000 4194304 4587354 140736749472464 18446744073709551615 4238299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 395381 3793 337 96 0 391943 0
[pid=26056] ppid=26054 vsize=16336 CPUtime=6.29 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 1538 0 0 0 629 0 0 0 25 0 1 0 527678748 16728064 1425 33554432000 4194304 4785740 140733288891360 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 4084 1425 340 145 0 1129 0
[pid=26057] ppid=26054 vsize=455960 CPUtime=6.29 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 345 0 0 0 629 0 0 0 25 0 1 0 527678748 466903040 242 33554432000 134512640 134534564 4290880720 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113990 242 95 6 0 112656 0
[pid=26058] ppid=26054 vsize=9096 CPUtime=6.29 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 859 0 0 0 629 0 0 0 25 0 1 0 527678748 9314304 752 33554432000 4194304 4331988 140734432835600 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 2274 752 173 34 0 716 0
[pid=26059] ppid=26054 vsize=125280 CPUtime=25.11 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 7817 1249 0 0 2510 1 0 0 18 0 5 0 527678748 128286720 3418 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 31320 3418 164 40 0 29864 0
[pid=26059/tid=26066] ppid=26054 vsize=125280 CPUtime=6.28 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 1963 1249 0 0 628 0 0 0 25 0 5 0 527678749 128286720 3418 33554432000 4194304 4356188 140735305084368 18446744073709551615 4279985 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=125280 CPUtime=6.28 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 1832 1249 0 0 628 0 0 0 25 0 5 0 527678749 128286720 3418 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=125280 CPUtime=6.28 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 2001 1249 0 0 628 0 0 0 25 0 5 0 527678749 128286720 3418 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330990 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=125280 CPUtime=6.23 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 1491 1249 0 0 623 0 0 0 25 0 5 0 527678749 128286720 3418 33554432000 4194304 4356188 140735305084368 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.27
Current children cumulated vsize (KiB) 2206520

[startup+12.7006 s]
/proc/loadavg: 7.57 7.92 7.96 9/180 26069
/proc/meminfo: memFree=27671412/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=51336 CPUtime=12.69 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 9481 0 0 0 1268 1 0 0 25 0 1 0 527678748 52568064 4978 33554432000 4194304 4587354 140736749472464 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 12834 4978 337 96 0 9396 0
[pid=26056] ppid=26054 vsize=17972 CPUtime=12.69 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 1926 0 0 0 1269 0 0 0 25 0 1 0 527678748 18403328 1813 33554432000 4194304 4785740 140733288891360 18446744073709551615 4549778 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 4493 1813 340 145 0 1538 0
[pid=26057] ppid=26054 vsize=455960 CPUtime=12.69 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 345 0 0 0 1269 0 0 0 25 0 1 0 527678748 466903040 242 33554432000 134512640 134534564 4290880720 18446744073709551615 134530811 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113990 242 95 6 0 112656 0
[pid=26058] ppid=26054 vsize=11008 CPUtime=12.69 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 1172 0 0 0 1269 0 0 0 25 0 1 0 527678748 11272192 1065 33554432000 4194304 4331988 140734432835600 18446744073709551615 4226446 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 2752 1065 173 34 0 1194 0
[pid=26059] ppid=26054 vsize=131276 CPUtime=50.68 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 13676 1249 0 0 5065 3 0 0 18 0 5 0 527678748 134426624 4917 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 32819 4917 164 40 0 31363 0
[pid=26059/tid=26066] ppid=26054 vsize=131276 CPUtime=12.69 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 3532 1249 0 0 1268 1 0 0 25 0 5 0 527678749 134426624 4917 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=131276 CPUtime=12.68 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 3145 1249 0 0 1268 0 0 0 25 0 5 0 527678749 134426624 4917 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=131276 CPUtime=12.68 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 3409 1249 0 0 1268 0 0 0 25 0 5 0 527678749 134426624 4917 33554432000 4194304 4356188 140735305084368 18446744073709551615 4234340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=131276 CPUtime=12.6 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 3060 1249 0 0 1260 0 0 0 25 0 5 0 527678749 134426624 4917 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 685876

[startup+25.5012 s]
/proc/loadavg: 7.64 7.93 7.96 9/180 26069
/proc/meminfo: memFree=27656392/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 7 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=46224 CPUtime=25.49 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 16105 0 0 0 2546 3 0 0 25 0 1 0 527678748 47333376 6045 33554432000 4194304 4587354 140736749472464 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26057] ppid=26054 vsize=455964 CPUtime=4782.21 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 354 0 0 0 478219 2 0 0 25 0 1 0 527678748 466907136 251 33554432000 134512640 134534564 4290880720 18446744073709551615 134530166 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113991 251 103 6 0 112657 0
[pid=26058] ppid=26054 vsize=713048 CPUtime=4780.84 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 133703 0 0 0 477977 107 0 0 25 0 1 0 527678748 730161152 133596 33554432000 4194304 4331988 140734432835600 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 178262 133596 173 34 0 176704 0
[pid=26059] ppid=26054 vsize=305544 CPUtime=19103.4 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 1015707 1249 0 0 1910189 152 0 0 18 0 5 0 527678748 312877056 48484 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 76386 48484 164 40 0 74930 0
[pid=26059/tid=26066] ppid=26054 vsize=305544 CPUtime=4782.46 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 265065 1249 0 0 478206 40 0 0 25 0 5 0 527678749 312877056 48484 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=305544 CPUtime=4782.26 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 243179 1249 0 0 478187 39 0 0 25 0 5 0 527678749 312877056 48484 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=305544 CPUtime=4782.44 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 240437 1249 0 0 478211 33 0 0 25 0 5 0 527678749 312877056 48484 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=305544 CPUtime=4756.21 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 266496 1249 0 0 475583 38 0 0 25 0 5 0 527678749 312877056 48484 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.4
Current children cumulated vsize (KiB) 3236348

[startup+4842.3 s]
/proc/loadavg: 8.09 8.07 8.02 9/180 26222
/proc/meminfo: memFree=26855964/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 3 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1753232 CPUtime=4842.47 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 205363 0 0 0 484150 97 0 0 25 0 1 0 527678748 1795309568 25417 33554432000 4194304 4587354 140736749472464 18446744073709551615 4238481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 438308 25417 337 96 0 434870 0
[pid=26056] ppid=26054 vsize=54292 CPUtime=4842.45 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 10326 0 0 0 484243 2 0 0 25 0 1 0 527678748 55595008 10213 33554432000 4194304 4785740 140733288891360 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 13573 10213 341 145 0 10618 0
[pid=26057] ppid=26054 vsize=455964 CPUtime=4842.21 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 354 0 0 0 484219 2 0 0 25 0 1 0 527678748 466907136 251 33554432000 134512640 134534564 4290880720 18446744073709551615 8029640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113991 251 103 6 0 112657 0
[pid=26058] ppid=26054 vsize=713048 CPUtime=4840.84 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 135161 0 0 0 483976 108 0 0 25 0 1 0 527678748 730161152 135054 33554432000 4194304 4331988 140734432835600 18446744073709551615 4288429 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 178262 135054 173 34 0 176704 0
[pid=26059] ppid=26054 vsize=290504 CPUtime=19343.1 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 1019547 1249 0 0 1934155 153 0 0 18 0 5 0 527678748 297476096 44724 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 72626 44724 164 40 0 71170 0
[pid=26059/tid=26066] ppid=26054 vsize=290504 CPUtime=4842.47 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 265129 1249 0 0 484207 40 0 0 25 0 5 0 527678749 297476096 44724 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=290504 CPUtime=4842.25 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 244331 1249 0 0 484186 39 0 0 25 0 5 0 527678749 297476096 44724 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=290504 CPUtime=4842.45 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 242389 1249 0 0 484211 34 0 0 25 0 5 0 527678749 297476096 44724 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=290504 CPUtime=4815.88 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 267168 1249 0 0 481550 38 0 0 25 0 5 0 527678749 297476096 44724 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.1
Current children cumulated vsize (KiB) 3285364

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.02 9/180 26224
/proc/meminfo: memFree=26820708/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 3 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1753232 CPUtime=4902.47 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 207438 0 0 0 490149 98 0 0 25 0 1 0 527678748 1795309568 27423 33554432000 4194304 4587354 140736749472464 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 438308 27423 337 96 0 434870 0
[pid=26056] ppid=26054 vsize=54292 CPUtime=4902.45 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 10346 0 0 0 490243 2 0 0 25 0 1 0 527678748 55595008 10233 33554432000 4194304 4785740 140733288891360 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 13573 10233 341 145 0 10618 0
[pid=26057] ppid=26054 vsize=455964 CPUtime=4902.21 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 354 0 0 0 490219 2 0 0 25 0 1 0 527678748 466907136 251 33554432000 134512640 134534564 4290880720 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113991 251 103 6 0 112657 0
[pid=26058] ppid=26054 vsize=713048 CPUtime=4900.84 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 136595 0 0 0 489976 108 0 0 25 0 1 0 527678748 730161152 136488 33554432000 4194304 4331988 140734432835600 18446744073709551615 4317206 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 178262 136488 173 34 0 176704 0
[pid=26059] ppid=26054 vsize=312776 CPUtime=19582.8 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 1030363 1249 0 0 1958121 154 0 0 18 0 5 0 527678748 320282624 50292 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 78194 50292 164 40 0 76738 0
[pid=26059/tid=26066] ppid=26054 vsize=312776 CPUtime=4902.47 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 267081 1249 0 0 490207 40 0 0 25 0 5 0 527678749 320282624 50292 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=312776 CPUtime=4902.25 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 250251 1249 0 0 490185 40 0 0 25 0 5 0 527678749 320282624 50292 33554432000 4194304 4356188 140735305084368 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=312776 CPUtime=4902.45 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 243445 1249 0 0 490211 34 0 0 25 0 5 0 527678749 320282624 50292 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=312776 CPUtime=4875.55 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 269056 1249 0 0 487517 38 0 0 25 0 5 0 527678749 320282624 50292 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.7
Current children cumulated vsize (KiB) 3307636

[startup+4962.3 s]
/proc/loadavg: 8.08 8.07 8.02 9/180 26225
/proc/meminfo: memFree=26801212/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 3 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1693132 CPUtime=4962.48 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 212567 0 0 0 496147 101 0 0 25 0 1 0 527678748 1733767168 30465 33554432000 4194304 4587354 140736749472464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 423283 30465 337 96 0 419845 0
[pid=26056] ppid=26054 vsize=54460 CPUtime=4962.45 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 10376 0 0 0 496243 2 0 0 25 0 1 0 527678748 55767040 10263 33554432000 4194304 4785740 140733288891360 18446744073709551615 4287244 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 13615 10263 341 145 0 10660 0
[pid=26057] ppid=26054 vsize=455964 CPUtime=4962.22 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 354 0 0 0 496220 2 0 0 25 0 1 0 527678748 466907136 251 33554432000 134512640 134534564 4290880720 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113991 251 103 6 0 112657 0
[pid=26058] ppid=26054 vsize=713048 CPUtime=4960.85 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 138158 0 0 0 495975 110 0 0 25 0 1 0 527678748 730161152 138051 33554432000 4194304 4331988 140734432835600 18446744073709551615 4211509 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 178262 138051 173 34 0 176704 0
[pid=26059] ppid=26054 vsize=313672 CPUtime=19822.4 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 1039707 1249 0 0 1982087 155 0 0 18 0 5 0 527678748 321200128 50516 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 78418 50516 164 40 0 76962 0
[pid=26059/tid=26066] ppid=26054 vsize=313672 CPUtime=4962.47 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 267657 1249 0 0 496207 40 0 0 25 0 5 0 527678749 321200128 50516 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=313672 CPUtime=4962.24 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 252459 1249 0 0 496184 40 0 0 25 0 5 0 527678749 321200128 50516 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=313672 CPUtime=4962.45 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 248981 1249 0 0 496210 35 0 0 25 0 5 0 527678749 321200128 50516 33554432000 4194304 4356188 140735305084368 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=313672 CPUtime=4935.22 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 270080 1249 0 0 493484 38 0 0 25 0 5 0 527678749 321200128 50516 33554432000 4194304 4356188 140735305084368 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 3248600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.11 8.08 8.02 9/180 26226
/proc/meminfo: memFree=26830960/32950928 swapFree=67111356/67111528
[pid=26054] ppid=26052 vsize=18324 CPUtime=0 cores=0-7
/proc/26054/stat : 26054 (ppfolio) S 26052 26054 26028 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 527678748 18763776 390 33554432000 4194304 4287625 140734631325968 18446744073709551615 208080252431 0 0 4096 65536 4074738144908410879 0 0 17 3 0 0 0
/proc/26054/statm: 4581 390 341 23 0 91 0
[pid=26055] ppid=26054 vsize=1662092 CPUtime=5000.18 cores=0
/proc/26055/stat : 26055 (cryptominisat) R 26054 26054 26028 0 -1 4202496 214045 0 0 0 499916 102 0 0 25 0 1 0 527678748 1701982208 25449 33554432000 4194304 4587354 140736749472464 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26055/statm: 415523 25449 337 96 0 412085 0
[pid=26056] ppid=26054 vsize=54600 CPUtime=5000.16 cores=1
/proc/26056/stat : 26056 (clasp) R 26054 26054 26028 0 -1 4202496 10414 0 0 0 500014 2 0 0 25 0 1 0 527678748 55910400 10301 33554432000 4194304 4785740 140733288891360 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26056/statm: 13650 10301 341 145 0 10695 0
[pid=26057] ppid=26054 vsize=455964 CPUtime=4999.92 cores=2
/proc/26057/stat : 26057 (TNM) R 26054 26054 26028 0 -1 4202496 354 0 0 0 499990 2 0 0 25 0 1 0 527678748 466907136 251 33554432000 134512640 134534564 4290880720 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26057/statm: 113991 251 103 6 0 112657 0
[pid=26058] ppid=26054 vsize=713048 CPUtime=4998.55 cores=3
/proc/26058/stat : 26058 (march_hi) R 26054 26054 26028 0 -1 4202496 139074 0 0 0 499745 110 0 0 25 0 1 0 527678748 730161152 138967 33554432000 4194304 4331988 140734432835600 18446744073709551615 4226420 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26058/statm: 178262 138967 173 34 0 176704 0
[pid=26059] ppid=26054 vsize=299976 CPUtime=19973 cores=4-7
/proc/26059/stat : 26059 (plingeling) S 26054 26054 26028 0 -1 4202496 1043099 1249 0 0 1997148 156 0 0 18 0 5 0 527678748 307175424 47092 33554432000 4194304 4356188 140735305084368 18446744073709551615 208092035045 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26059/statm: 74994 47092 164 40 0 73538 0
[pid=26059/tid=26066] ppid=26054 vsize=299976 CPUtime=5000.18 cores=4-7
/proc/26059/task/26066/stat : 26066 (plingeling) R 26054 26054 26028 0 -1 4202560 268809 1249 0 0 499977 41 0 0 25 0 5 0 527678749 307175424 47092 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26059/tid=26067] ppid=26054 vsize=299976 CPUtime=4999.94 cores=4-7
/proc/26059/task/26067/stat : 26067 (plingeling) R 26054 26054 26028 0 -1 4202560 252971 1249 0 0 499954 40 0 0 25 0 5 0 527678749 307175424 47092 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331101 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26059/tid=26068] ppid=26054 vsize=299976 CPUtime=5000.16 cores=4-7
/proc/26059/task/26068/stat : 26068 (plingeling) R 26054 26054 26028 0 -1 4202560 249269 1249 0 0 499981 35 0 0 25 0 5 0 527678749 307175424 47092 33554432000 4194304 4356188 140735305084368 18446744073709551615 4332133 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26059/tid=26069] ppid=26054 vsize=299976 CPUtime=4972.72 cores=4-7
/proc/26059/task/26069/stat : 26069 (plingeling) R 26054 26054 26028 0 -1 4202560 271520 1249 0 0 497233 39 0 0 25 0 5 0 527678749 307175424 47092 33554432000 4194304 4356188 140735305084368 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 3204004

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 26054 and gives
#  childrusage.ru_utime.tv_sec=14999
#  childrusage.ru_utime.tv_usec=222771
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=90834
# CPU time returned by wait4() is 15000.3
# while last known CPU time is 39971.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.9
CPU user time (s): 39968.1
CPU system time (s): 3.72
CPU usage (%): 799.434
Max. virtual memory (cumulated for all children) (KiB): 4731244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14999.2
system time used= 1.09083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225350
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= 904
involuntary context switches= 38280

runsolver used 8.19075 second user time and 19.0871 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 12:53:11
IDJOB=3221067
IDBENCH=82861
IDSOLVER=1638
FILE ID=node127/3221067-1304160791
RUNJOBID= node127-1304160791-26042
PBS_JOBID= 13170925
Free space on /tmp= 72736 MiB

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

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

MD5SUM BENCH= 82ce98f61c0f2213b508b1b975b0c344
RANDOM SEED=1256082047

node127.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.823
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.64
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.823
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.83
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.823
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.823
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.86
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.823
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.75
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      27717392 kB
Buffers:       1309488 kB
Cached:        3395888 kB
SwapCached:          8 kB
Active:         265332 kB
Inactive:      4503064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27717392 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10204 kB
Writeback:           0 kB
AnonPages:       62364 kB
Mapped:          13320 kB
Slab:           399400 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184176 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= 72724 MiB
End job on node127 at 2011-04-30 14:16:33