Trace number 3276121

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 40000.7 5003.62

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58376
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3276121-1304173742/watcher-3276121-1304173742 -o /tmp/evaluation-result-3276121-1304173742/solver-3276121-1304173742 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276121-1304173742.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.06 8.00 2/170 614
/proc/meminfo: memFree=29707384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18240 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) R 612 614 32245 0 -1 4194304 283 0 0 0 0 0 0 0 25 0 1 0 607604857 18677760 231 33554432000 4194304 4287625 140733511629200 18446744073709551615 256410428904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/614/statm: 4560 231 195 23 0 57 0

[startup+0.00960195 s]
/proc/loadavg: 8.08 8.06 8.00 2/170 614
/proc/meminfo: memFree=29707384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100545 s]
/proc/loadavg: 8.08 8.06 8.00 2/170 614
/proc/meminfo: memFree=29707384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) R 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30051 s]
/proc/loadavg: 8.08 8.06 8.00 2/170 614
/proc/meminfo: memFree=29707384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) R 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700435 s]
/proc/loadavg: 8.08 8.06 8.00 2/170 614
/proc/meminfo: memFree=29707384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) R 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50128 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 629
/proc/meminfo: memFree=29661428/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=1970512 CPUtime=1.49 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 7451 0 0 0 148 1 0 0 25 0 1 0 607604857 2017804288 5121 33554432000 4194304 4587354 140733444411376 18446744073709551615 4364806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 492628 5121 336 96 0 489190 0
[pid=616] ppid=614 vsize=16436 CPUtime=1.49 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 1565 0 0 0 149 0 0 0 20 0 1 0 607604857 16830464 1457 33554432000 4194304 4785740 140733277348256 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 4109 1457 340 145 0 1154 0
[pid=617] ppid=614 vsize=455956 CPUtime=1.49 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 359 0 0 0 149 0 0 0 20 0 1 0 607604857 466898944 256 33554432000 134512640 134534564 4287507904 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113989 256 95 6 0 112655 0
[pid=618] ppid=614 vsize=8268 CPUtime=1.49 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 601 0 0 0 149 0 0 0 20 0 1 0 607604857 8466432 494 33554432000 4194304 4331988 140736817145424 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 2067 494 175 34 0 509 0
[pid=619] ppid=614 vsize=141632 CPUtime=5.92 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 12853 1249 0 0 590 2 0 0 18 0 5 0 607604858 145031168 7483 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 35408 7483 163 40 0 33952 0
[pid=619/tid=626] ppid=614 vsize=141632 CPUtime=1.48 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 3563 1249 0 0 148 0 0 0 23 0 5 0 607604858 145031168 7483 33554432000 4194304 4356188 140735998349840 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=141632 CPUtime=1.48 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 3225 1249 0 0 148 0 0 0 20 0 5 0 607604858 145031168 7483 33554432000 4194304 4356188 140735998349840 18446744073709551615 4210549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=141632 CPUtime=1.44 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 3535 1249 0 0 144 0 0 0 23 0 5 0 607604858 145031168 7483 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=141632 CPUtime=1.48 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 2028 1249 0 0 148 0 0 0 23 0 5 0 607604858 145031168 7483 33554432000 4194304 4356188 140735998349840 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 2611128

[startup+3.10098 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 629
/proc/meminfo: memFree=29653384/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=1971168 CPUtime=3.08 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 9260 0 0 0 307 1 0 0 25 0 1 0 607604857 2018476032 5061 33554432000 4194304 4587354 140733444411376 18446744073709551615 4365241 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 492792 5061 336 96 0 489354 0
[pid=616] ppid=614 vsize=17272 CPUtime=3.09 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 1772 0 0 0 309 0 0 0 25 0 1 0 607604857 17686528 1664 33554432000 4194304 4785740 140733277348256 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 4318 1664 340 145 0 1363 0
[pid=617] ppid=614 vsize=455956 CPUtime=3.09 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 359 0 0 0 309 0 0 0 25 0 1 0 607604857 466898944 256 33554432000 134512640 134534564 4287507904 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113989 256 95 6 0 112655 0
[pid=618] ppid=614 vsize=9120 CPUtime=3.09 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 750 0 0 0 309 0 0 0 25 0 1 0 607604857 9338880 643 33554432000 4194304 4331988 140736817145424 18446744073709551615 4265477 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 2280 643 175 34 0 722 0
[pid=619] ppid=614 vsize=144768 CPUtime=12.31 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 20694 1249 0 0 1227 4 0 0 18 0 5 0 607604858 148242432 8267 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 36192 8267 163 40 0 34736 0
[pid=619/tid=626] ppid=614 vsize=144768 CPUtime=3.08 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 5803 1249 0 0 308 0 0 0 25 0 5 0 607604858 148242432 8267 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331249 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=144768 CPUtime=3.07 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 5274 1249 0 0 307 0 0 0 25 0 5 0 607604858 148242432 8267 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=144768 CPUtime=3.04 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 5551 1249 0 0 303 1 0 0 25 0 5 0 607604858 148242432 8267 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=144768 CPUtime=3.08 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 3564 1249 0 0 308 0 0 0 25 0 5 0 607604858 148242432 8267 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 2616608

[startup+6.30138 s]
/proc/loadavg: 8.08 8.05 8.00 9/180 629
/proc/meminfo: memFree=29632796/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=1991752 CPUtime=6.29 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 19385 0 0 0 626 3 0 0 25 0 1 0 607604857 2039554048 10169 33554432000 4194304 4587354 140733444411376 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 497938 10169 336 96 0 494500 0
[pid=616] ppid=614 vsize=19268 CPUtime=6.29 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 2222 0 0 0 629 0 0 0 25 0 1 0 607604857 19730432 2114 33554432000 4194304 4785740 140733277348256 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 4817 2114 340 145 0 1862 0
[pid=617] ppid=614 vsize=455956 CPUtime=6.29 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 359 0 0 0 629 0 0 0 25 0 1 0 607604857 466898944 256 33554432000 134512640 134534564 4287507904 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113989 256 95 6 0 112655 0
[pid=618] ppid=614 vsize=9884 CPUtime=6.29 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 1042 0 0 0 629 0 0 0 25 0 1 0 607604857 10121216 935 33554432000 4194304 4331988 140736817145424 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 2471 935 175 34 0 913 0
[pid=619] ppid=614 vsize=158596 CPUtime=25.09 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 34391 1249 0 0 2503 6 0 0 18 0 5 0 607604858 162402304 11724 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 39649 11724 163 40 0 38193 0
[pid=619/tid=626] ppid=614 vsize=158596 CPUtime=6.28 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 8812 1249 0 0 627 1 0 0 25 0 5 0 607604858 162402304 11724 33554432000 4194304 4356188 140735998349840 18446744073709551615 4281736 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=158596 CPUtime=6.28 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 9690 1249 0 0 627 1 0 0 25 0 5 0 607604858 162402304 11724 33554432000 4194304 4356188 140735998349840 18446744073709551615 4274256 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=158596 CPUtime=6.22 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 10159 1249 0 0 620 2 0 0 25 0 5 0 607604858 162402304 11724 33554432000 4194304 4356188 140735998349840 18446744073709551615 4334564 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=158596 CPUtime=6.27 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 5228 1249 0 0 627 0 0 0 25 0 5 0 607604858 162402304 11724 33554432000 4194304 4356188 140735998349840 18446744073709551615 4274252 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 2653780

[startup+12.7012 s]
/proc/loadavg: 8.07 8.05 8.00 9/180 629
/proc/meminfo: memFree=29590528/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=1993084 CPUtime=12.69 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 28912 0 0 0 1264 5 0 0 25 0 1 0 607604857 2040918016 10699 33554432000 4194304 4587354 140733444411376 18446744073709551615 4248794 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 498271 10699 336 96 0 494833 0
[pid=616] ppid=614 vsize=21024 CPUtime=12.69 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 2638 0 0 0 1269 0 0 0 25 0 1 0 607604857 21528576 2530 33554432000 4194304 4785740 140733277348256 18446744073709551615 4278093 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 5256 2530 340 145 0 2301 0
[pid=617] ppid=614 vsize=455956 CPUtime=12.69 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 359 0 0 0 1269 0 0 0 25 0 1 0 607604857 466898944 256 33554432000 134512640 134534564 4287507904 18446744073709551615 134530980 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113989 256 95 6 0 112655 0
[pid=618] ppid=614 vsize=12760 CPUtime=12.69 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 1614 0 0 0 1269 0 0 0 25 0 1 0 607604857 13066240 1507 33554432000 4194304 4331988 140736817145424 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 3190 1507 175 34 0 1632 0
[pid=619] ppid=614 vsize=181964 CPUtime=50.65 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 62777 1249 0 0 5055 10 0 0 18 0 5 0 607604858 186331136 17566 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 45491 17566 163 40 0 44035 0
[pid=619/tid=626] ppid=614 vsize=181964 CPUtime=12.68 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 16589 1249 0 0 1266 2 0 0 25 0 5 0 607604858 186331136 17566 33554432000 4194304 4356188 140735998349840 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=181964 CPUtime=12.68 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 17882 1249 0 0 1266 2 0 0 25 0 5 0 607604858 186331136 17566 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=181964 CPUtime=12.59 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 19631 1249 0 0 1256 3 0 0 25 0 5 0 607604858 186331136 17566 33554432000 4194304 4356188 140735998349840 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=181964 CPUtime=12.67 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 8173 1249 0 0 1266 1 0 0 25 0 5 0 607604858 186331136 17566 33554432000 4194304 4356188 140735998349840 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 2683112

[startup+25.5008 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 630
/proc/meminfo: memFree=29560304/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=1995988 CPUtime=25.49 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 62423 0 0 0 2540 9 0 0 25 0 1 0 607604857 2043891712 11391 33554432000 4194304 4587354 140733444411376 18446744073709551615 4238573 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=617] ppid=614 vsize=455960 CPUtime=4782.45 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 368 0 0 0 478244 1 0 0 25 0 1 0 607604857 466903040 265 33554432000 134512640 134534564 4287507904 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113990 265 103 6 0 112656 0
[pid=618] ppid=614 vsize=2273368 CPUtime=4782.45 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 481299 0 0 0 478091 154 0 0 25 0 1 0 607604857 2327928832 481192 33554432000 4194304 4331988 140736817145424 18446744073709551615 4210426 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 568342 481192 175 34 0 566784 0
[pid=619] ppid=614 vsize=758340 CPUtime=19101.7 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 4608544 1249 0 0 1909580 591 0 0 18 0 5 0 607604858 776540160 161660 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 189585 161660 163 40 0 188129 0
[pid=619/tid=626] ppid=614 vsize=758340 CPUtime=4782.32 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 1320622 1249 0 0 478065 167 0 0 25 0 5 0 607604858 776540160 161660 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=758340 CPUtime=4781.07 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 1320668 1249 0 0 477937 170 0 0 25 0 5 0 607604858 776540160 161660 33554432000 4194304 4356188 140735998349840 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=758340 CPUtime=4756.49 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 1297585 1249 0 0 475491 158 0 0 25 0 5 0 607604858 776540160 161660 33554432000 4194304 4356188 140735998349840 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=758340 CPUtime=4781.8 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 669167 1249 0 0 478085 95 0 0 25 0 5 0 607604858 776540160 161660 33554432000 4194304 4356188 140735998349840 18446744073709551615 4298695 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 6074252

[startup+4842.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/180 774
/proc/meminfo: memFree=26510936/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=2498764 CPUtime=4842.46 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 1844606 0 0 0 483813 433 0 0 25 0 1 0 607604857 2558734336 139364 33554432000 4194304 4587354 140733444411376 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 624691 139364 336 96 0 621253 0
[pid=616] ppid=614 vsize=69404 CPUtime=4842.43 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 13516 0 0 0 484242 1 0 0 25 0 1 0 607604857 71069696 13408 33554432000 4194304 4785740 140733277348256 18446744073709551615 4286973 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 17351 13408 341 145 0 14396 0
[pid=617] ppid=614 vsize=455960 CPUtime=4842.46 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 368 0 0 0 484245 1 0 0 25 0 1 0 607604857 466903040 265 33554432000 134512640 134534564 4287507904 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113990 265 103 6 0 112656 0
[pid=618] ppid=614 vsize=2273368 CPUtime=4842.46 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 487284 0 0 0 484090 156 0 0 25 0 1 0 607604857 2327928832 487177 33554432000 4194304 4331988 140736817145424 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 568342 487177 175 34 0 566784 0
[pid=619] ppid=614 vsize=746052 CPUtime=19341.4 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 4655136 1249 0 0 1933542 598 0 0 18 0 5 0 607604858 763957248 158588 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 186513 158588 163 40 0 185057 0
[pid=619/tid=626] ppid=614 vsize=746052 CPUtime=4842.32 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 1340078 1249 0 0 484063 169 0 0 25 0 5 0 607604858 763957248 158588 33554432000 4194304 4356188 140735998349840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=746052 CPUtime=4841.06 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 1327836 1249 0 0 483936 170 0 0 25 0 5 0 607604858 763957248 158588 33554432000 4194304 4356188 140735998349840 18446744073709551615 4330999 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=746052 CPUtime=4816.17 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 1311921 1249 0 0 481456 161 0 0 25 0 5 0 607604858 763957248 158588 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=746052 CPUtime=4841.81 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 674799 1249 0 0 484085 96 0 0 25 0 5 0 607604858 763957248 158588 33554432000 4194304 4356188 140735998349840 18446744073709551615 4279459 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 6061872

[startup+4902.3 s]
/proc/loadavg: 8.00 8.05 8.01 9/180 776
/proc/meminfo: memFree=26385652/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=2581336 CPUtime=4902.46 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 1865258 0 0 0 489811 435 0 0 25 0 1 0 607604857 2643288064 159976 33554432000 4194304 4587354 140733444411376 18446744073709551615 4388080 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 645334 159976 336 96 0 641896 0
[pid=616] ppid=614 vsize=69404 CPUtime=4902.44 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 13543 0 0 0 490243 1 0 0 25 0 1 0 607604857 71069696 13435 33554432000 4194304 4785740 140733277348256 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 17351 13435 341 145 0 14396 0
[pid=617] ppid=614 vsize=455960 CPUtime=4902.46 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 368 0 0 0 490245 1 0 0 25 0 1 0 607604857 466903040 265 33554432000 134512640 134534564 4287507904 18446744073709551615 134530980 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113990 265 103 6 0 112656 0
[pid=618] ppid=614 vsize=2273368 CPUtime=4902.46 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 493262 0 0 0 490086 160 0 0 25 0 1 0 607604857 2327928832 493155 33554432000 4194304 4331988 140736817145424 18446744073709551615 4237226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 568342 493155 175 34 0 566784 0
[pid=619] ppid=614 vsize=766532 CPUtime=19581.1 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 4677664 1249 0 0 1957507 600 0 0 18 0 5 0 607604858 784928768 163708 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 191633 163708 163 40 0 190177 0
[pid=619/tid=626] ppid=614 vsize=766532 CPUtime=4902.32 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 1350318 1249 0 0 490062 170 0 0 25 0 5 0 607604858 784928768 163708 33554432000 4194304 4356188 140735998349840 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=766532 CPUtime=4901.07 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 1328348 1249 0 0 489936 171 0 0 25 0 5 0 607604858 784928768 163708 33554432000 4194304 4356188 140735998349840 18446744073709551615 4275063 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=766532 CPUtime=4875.84 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 1318577 1249 0 0 487423 161 0 0 25 0 5 0 607604858 784928768 163708 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=766532 CPUtime=4901.8 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 679919 1249 0 0 490084 96 0 0 25 0 5 0 607604858 784928768 163708 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 6164924

[startup+4962.3 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 777
/proc/meminfo: memFree=26348908/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=2609800 CPUtime=4962.46 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 1871583 0 0 0 495810 436 0 0 25 0 1 0 607604857 2672435200 166301 33554432000 4194304 4587354 140733444411376 18446744073709551615 4365345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 652450 166301 336 96 0 649012 0
[pid=616] ppid=614 vsize=69404 CPUtime=4962.44 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 13544 0 0 0 496243 1 0 0 25 0 1 0 607604857 71069696 13436 33554432000 4194304 4785740 140733277348256 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 17351 13436 341 145 0 14396 0
[pid=617] ppid=614 vsize=455960 CPUtime=4962.46 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 368 0 0 0 496245 1 0 0 25 0 1 0 607604857 466903040 265 33554432000 134512640 134534564 4287507904 18446744073709551615 134528404 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113990 265 103 6 0 112656 0
[pid=618] ppid=614 vsize=2273368 CPUtime=4962.46 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 499281 0 0 0 496085 161 0 0 25 0 1 0 607604857 2327928832 499174 33554432000 4194304 4331988 140736817145424 18446744073709551615 4226550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 568342 499174 175 34 0 566784 0
[pid=619] ppid=614 vsize=752196 CPUtime=19820.7 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 4718624 1249 0 0 1981469 605 0 0 18 0 5 0 607604858 770248704 160124 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 188049 160124 163 40 0 186593 0
[pid=619/tid=626] ppid=614 vsize=752196 CPUtime=4962.32 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 1360558 1249 0 0 496061 171 0 0 25 0 5 0 607604858 770248704 160124 33554432000 4194304 4356188 140735998349840 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=752196 CPUtime=4961.06 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 1346780 1249 0 0 495933 173 0 0 25 0 5 0 607604858 770248704 160124 33554432000 4194304 4356188 140735998349840 18446744073709551615 4274252 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=752196 CPUtime=4935.51 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 1326769 1249 0 0 493389 162 0 0 25 0 5 0 607604858 770248704 160124 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=752196 CPUtime=4961.81 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 684015 1249 0 0 496084 97 0 0 25 0 5 0 607604858 770248704 160124 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 6179052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.00 8.03 8.00 9/180 778
/proc/meminfo: memFree=26366108/32950928 swapFree=67111364/67111528
[pid=614] ppid=612 vsize=18324 CPUtime=0 cores=0-7
/proc/614/stat : 614 (ppfolio) S 612 614 32245 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 607604857 18763776 390 33554432000 4194304 4287625 140733511629200 18446744073709551615 256415411727 0 0 4096 65536 4599485979139506175 0 0 17 4 0 0 0
/proc/614/statm: 4581 390 341 23 0 91 0
[pid=615] ppid=614 vsize=2609800 CPUtime=5003.76 cores=0
/proc/615/stat : 615 (cryptominisat) R 614 614 32245 0 -1 4202496 1871583 0 0 0 499940 436 0 0 25 0 1 0 607604857 2672435200 166301 33554432000 4194304 4587354 140733444411376 18446744073709551615 4365152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/615/statm: 652450 166301 336 96 0 649012 0
[pid=616] ppid=614 vsize=69404 CPUtime=5003.74 cores=1
/proc/616/stat : 616 (clasp) R 614 614 32245 0 -1 4202496 13545 0 0 0 500373 1 0 0 25 0 1 0 607604857 71069696 13437 33554432000 4194304 4785740 140733277348256 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/616/statm: 17351 13437 341 145 0 14396 0
[pid=617] ppid=614 vsize=455960 CPUtime=5003.76 cores=2
/proc/617/stat : 617 (TNM) R 614 614 32245 0 -1 4202496 368 0 0 0 500375 1 0 0 25 0 1 0 607604857 466903040 265 33554432000 134512640 134534564 4287507904 18446744073709551615 134530476 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/617/statm: 113990 265 103 6 0 112656 0
[pid=618] ppid=614 vsize=2273368 CPUtime=5003.76 cores=3
/proc/618/stat : 618 (march_hi) R 614 614 32245 0 -1 4202496 503441 0 0 0 500214 162 0 0 25 0 1 0 607604857 2327928832 503334 33554432000 4194304 4331988 140736817145424 18446744073709551615 4226457 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/618/statm: 568342 503334 175 34 0 566784 0
[pid=619] ppid=614 vsize=717380 CPUtime=19985.7 cores=4-7
/proc/619/stat : 619 (plingeling) S 614 614 32245 0 -1 4202496 4732448 1249 0 0 1997965 607 0 0 18 0 5 0 607604858 734597120 151420 33554432000 4194304 4356188 140735998349840 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/619/statm: 179345 151420 163 40 0 177889 0
[pid=619/tid=626] ppid=614 vsize=717380 CPUtime=5003.63 cores=4-7
/proc/619/task/626/stat : 626 (plingeling) R 614 614 32245 0 -1 4202560 1364654 1249 0 0 500191 172 0 0 25 0 5 0 607604858 734597120 151420 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=619/tid=627] ppid=614 vsize=717380 CPUtime=5002.36 cores=4-7
/proc/619/task/627/stat : 627 (plingeling) R 614 614 32245 0 -1 4202560 1350876 1249 0 0 500062 174 0 0 25 0 5 0 607604858 734597120 151420 33554432000 4194304 4356188 140735998349840 18446744073709551615 4281745 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=619/tid=628] ppid=614 vsize=717380 CPUtime=4976.59 cores=4-7
/proc/619/task/628/stat : 628 (plingeling) R 614 614 32245 0 -1 4202560 1327281 1249 0 0 497497 162 0 0 25 0 5 0 607604858 734597120 151420 33554432000 4194304 4356188 140735998349840 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=619/tid=629] ppid=614 vsize=717380 CPUtime=5003.12 cores=4-7
/proc/619/task/629/stat : 629 (plingeling) R 614 614 32245 0 -1 4202560 689135 1249 0 0 500214 98 0 0 25 0 5 0 607604858 734597120 151420 33554432000 4194304 4356188 140735998349840 18446744073709551615 4334195 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.7
Current children cumulated vsize (KiB) 6144236

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 614 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=505627
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 10007.6
# while last known CPU time is 40000.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.7
CPU user time (s): 39988.7
CPU system time (s): 12.07
CPU usage (%): 799.437
Max. virtual memory (cumulated for all children) (KiB): 8032988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.5
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14450
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= 675
involuntary context switches= 22187

runsolver used 8.35273 second user time and 18.7981 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 16:29:02
IDJOB=3276121
IDBENCH=85459
IDSOLVER=1638
FILE ID=node115/3276121-1304173742
RUNJOBID= node115-1304162845-32259
PBS_JOBID= 13170941
Free space on /tmp= 72880 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276121-1304173742/watcher-3276121-1304173742 -o /tmp/evaluation-result-3276121-1304173742/solver-3276121-1304173742 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276121-1304173742.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=659261739

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29707664 kB
Buffers:        846476 kB
Cached:        1906288 kB
SwapCached:          0 kB
Active:         231108 kB
Inactive:      2585088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29707664 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10128 kB
Writeback:          20 kB
AnonPages:       63524 kB
Mapped:          14456 kB
Slab:           361580 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186676 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= 72868 MiB
End job on node115 at 2011-04-30 17:52:28