Trace number 3276116

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.1 5003.52

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3276116-1304173641/watcher-3276116-1304173641 -o /tmp/evaluation-result-3276116-1304173641/solver-3276116-1304173641 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3276116-1304173641.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.14 8.09 8.02 3/170 21679
/proc/meminfo: memFree=25617644/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 4 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0

[startup+0.0146379 s]
/proc/loadavg: 8.14 8.09 8.02 3/170 21679
/proc/meminfo: memFree=25617644/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 4 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.183571 s]
/proc/loadavg: 8.14 8.09 8.02 3/170 21679
/proc/meminfo: memFree=25617644/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300551 s]
/proc/loadavg: 8.14 8.09 8.02 3/170 21679
/proc/meminfo: memFree=25617644/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700479 s]
/proc/loadavg: 8.14 8.09 8.02 3/170 21679
/proc/meminfo: memFree=25617644/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50134 s]
/proc/loadavg: 8.14 8.09 8.02 9/180 21694
/proc/meminfo: memFree=25579248/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=1775116 CPUtime=1.49 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 4441 0 0 0 149 0 0 0 20 0 1 0 509780245 1817718784 3070 33554432000 4194304 4587354 140735090342288 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 443779 3070 327 96 0 440341 0
[pid=21681] ppid=21679 vsize=29076 CPUtime=1.48 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 4885 0 0 0 148 0 0 0 20 0 1 0 509780245 29773824 4613 33554432000 4194304 4785740 140735282761664 18446744073709551615 4552646 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 7269 4613 340 145 0 4314 0
[pid=21682] ppid=21679 vsize=457676 CPUtime=1.49 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1061 0 0 0 149 0 0 0 20 0 1 0 509780245 468660224 958 33554432000 134512640 134534564 4287185920 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114419 958 95 6 0 113085 0
[pid=21683] ppid=21679 vsize=13192 CPUtime=1.49 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 1479 0 0 0 149 0 0 0 20 0 1 0 509780245 13508608 1119 33554432000 4194304 4331988 140737435051424 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 3298 1119 174 34 0 1740 0
[pid=21684] ppid=21679 vsize=57092 CPUtime=5.83 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 3149 1251 0 0 583 0 0 0 18 0 5 0 509780245 58462208 2698 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 14273 2698 163 40 0 12817 0
[pid=21684/tid=21691] ppid=21679 vsize=57092 CPUtime=1.46 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 424 1251 0 0 146 0 0 0 23 0 5 0 509780248 58462208 2698 33554432000 4194304 4356188 140734295211696 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=57092 CPUtime=1.46 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 269 1251 0 0 146 0 0 0 23 0 5 0 509780248 58462208 2698 33554432000 4194304 4356188 140734295211696 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=57092 CPUtime=1.46 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 456 1251 0 0 146 0 0 0 23 0 5 0 509780248 58462208 2698 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=57092 CPUtime=1.41 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 454 1251 0 0 141 0 0 0 23 0 5 0 509780248 58462208 2698 33554432000 4194304 4356188 140734295211696 18446744073709551615 4279504 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 2350476

[startup+3.10106 s]
/proc/loadavg: 8.14 8.09 8.02 9/180 21694
/proc/meminfo: memFree=25571332/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=1785048 CPUtime=3.08 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 6515 0 0 0 308 0 0 0 25 0 1 0 509780245 1827889152 3609 33554432000 4194304 4587354 140735090342288 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 446262 3609 327 96 0 442824 0
[pid=21681] ppid=21679 vsize=34644 CPUtime=3.09 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 6279 0 0 0 308 1 0 0 25 0 1 0 509780245 35475456 6007 33554432000 4194304 4785740 140735282761664 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 8661 6007 340 145 0 5706 0
[pid=21682] ppid=21679 vsize=457676 CPUtime=3.09 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1061 0 0 0 309 0 0 0 25 0 1 0 509780245 468660224 958 33554432000 134512640 134534564 4287185920 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114419 958 95 6 0 113085 0
[pid=21683] ppid=21679 vsize=13444 CPUtime=3.09 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 1540 0 0 0 309 0 0 0 25 0 1 0 509780245 13766656 1180 33554432000 4194304 4331988 140737435051424 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 3361 1180 175 34 0 1803 0
[pid=21684] ppid=21679 vsize=61196 CPUtime=12.22 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 4175 1251 0 0 1222 0 0 0 18 0 5 0 509780245 62664704 3724 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 15299 3724 163 40 0 13843 0
[pid=21684/tid=21691] ppid=21679 vsize=61196 CPUtime=3.06 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 937 1251 0 0 306 0 0 0 25 0 5 0 509780248 62664704 3724 33554432000 4194304 4356188 140734295211696 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=61196 CPUtime=3.06 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 269 1251 0 0 306 0 0 0 25 0 5 0 509780248 62664704 3724 33554432000 4194304 4356188 140734295211696 18446744073709551615 4334582 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=61196 CPUtime=3.06 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 713 1251 0 0 306 0 0 0 25 0 5 0 509780248 62664704 3724 33554432000 4194304 4356188 140734295211696 18446744073709551615 4282141 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=61196 CPUtime=3 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 710 1251 0 0 300 0 0 0 25 0 5 0 509780248 62664704 3724 33554432000 4194304 4356188 140734295211696 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.57
Current children cumulated vsize (KiB) 2370332

[startup+6.30049 s]
/proc/loadavg: 8.13 8.09 8.02 9/180 21694
/proc/meminfo: memFree=25512308/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=71552 CPUtime=6.28 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 19187 0 0 0 627 1 0 0 25 0 1 0 509780245 73269248 12280 33554432000 4194304 4587354 140735090342288 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 17888 12280 337 96 0 14450 0
[pid=21681] ppid=21679 vsize=44776 CPUtime=6.29 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 8771 0 0 0 628 1 0 0 25 0 1 0 509780245 45850624 8499 33554432000 4194304 4785740 140735282761664 18446744073709551615 255106465547 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 11194 8499 340 145 0 8239 0
[pid=21682] ppid=21679 vsize=457676 CPUtime=6.29 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1061 0 0 0 629 0 0 0 25 0 1 0 509780245 468660224 958 33554432000 134512640 134534564 4287185920 18446744073709551615 134530652 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114419 958 95 6 0 113085 0
[pid=21683] ppid=21679 vsize=14012 CPUtime=6.29 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 1656 0 0 0 629 0 0 0 25 0 1 0 509780245 14348288 1296 33554432000 4194304 4331988 140737435051424 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 3503 1296 175 34 0 1945 0
[pid=21684] ppid=21679 vsize=71952 CPUtime=25 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 7281 1251 0 0 2499 1 0 0 18 0 5 0 509780245 73678848 6350 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 17988 6350 163 40 0 16532 0
[pid=21684/tid=21691] ppid=21679 vsize=71952 CPUtime=6.26 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 1481 1251 0 0 626 0 0 0 25 0 5 0 509780248 73678848 6350 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=71952 CPUtime=6.26 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 1551 1251 0 0 626 0 0 0 25 0 5 0 509780248 73678848 6350 33554432000 4194304 4356188 140734295211696 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=71952 CPUtime=6.25 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 1481 1251 0 0 625 0 0 0 25 0 5 0 509780248 73678848 6350 33554432000 4194304 4356188 140734295211696 18446744073709551615 4279474 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=71952 CPUtime=6.18 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 1222 1251 0 0 618 0 0 0 25 0 5 0 509780248 73678848 6350 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 678292

[startup+12.7004 s]
/proc/loadavg: 8.12 8.09 8.02 9/180 21694
/proc/meminfo: memFree=25469168/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=1830312 CPUtime=12.68 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 27176 0 0 0 1266 2 0 0 25 0 1 0 509780245 1874239488 14976 33554432000 4194304 4587354 140735090342288 18446744073709551615 4365232 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 457578 14976 337 96 0 454140 0
[pid=21681] ppid=21679 vsize=59828 CPUtime=12.69 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 12516 0 0 0 1267 2 0 0 25 0 1 0 509780245 61263872 12244 33554432000 4194304 4785740 140735282761664 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 14957 12244 340 145 0 12002 0
[pid=21682] ppid=21679 vsize=457676 CPUtime=12.69 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1061 0 0 0 1269 0 0 0 25 0 1 0 509780245 468660224 958 33554432000 134512640 134534564 4287185920 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114419 958 95 6 0 113085 0
[pid=21683] ppid=21679 vsize=15288 CPUtime=12.69 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 1885 0 0 0 1269 0 0 0 25 0 1 0 509780245 15654912 1525 33554432000 4194304 4331988 140737435051424 18446744073709551615 255106163746 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 3822 1525 175 34 0 2264 0
[pid=21684] ppid=21679 vsize=90648 CPUtime=50.56 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 12018 1251 0 0 5054 2 0 0 18 0 5 0 509780245 92823552 11087 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 22662 11087 163 40 0 21206 0
[pid=21684/tid=21691] ppid=21679 vsize=90648 CPUtime=12.66 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 2505 1251 0 0 1266 0 0 0 25 0 5 0 509780248 92823552 11087 33554432000 4194304 4356188 140734295211696 18446744073709551615 4330906 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=90648 CPUtime=12.65 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 2832 1251 0 0 1265 0 0 0 25 0 5 0 509780248 92823552 11087 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=90648 CPUtime=12.65 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 2762 1251 0 0 1265 0 0 0 25 0 5 0 509780248 92823552 11087 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=90648 CPUtime=12.54 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 2373 1251 0 0 1254 0 0 0 25 0 5 0 509780248 92823552 11087 33554432000 4194304 4356188 140734295211696 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 2472076

[startup+25.5011 s]
/proc/loadavg: 8.09 8.08 8.02 9/180 21695
/proc/meminfo: memFree=25422592/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 7 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=1843836 CPUtime=25.48 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 39555 0 0 0 2544 4 0 0 25 0 1 0 509780245 1888088064 20658 33554432000 4194304 4587354 140735090342288 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=21682] ppid=21679 vsize=457680 CPUtime=4842.4 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1070 0 0 0 484237 3 0 0 25 0 1 0 509780245 468664320 967 33554432000 134512640 134534564 4287185920 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114420 967 103 6 0 113086 0
[pid=21683] ppid=21679 vsize=1020284 CPUtime=4842.4 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 205901 0 0 0 484138 102 0 0 25 0 1 0 509780245 1044770816 205540 33554432000 4194304 4331988 140737435051424 18446744073709551615 4237171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 255071 205540 175 34 0 253513 0
[pid=21684] ppid=21679 vsize=514780 CPUtime=19341.7 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 1212420 1251 0 0 1934001 168 0 0 18 0 5 0 509780245 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 128695 117120 163 40 0 127239 0
[pid=21684/tid=21691] ppid=21679 vsize=514780 CPUtime=4842.37 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 312056 1251 0 0 484196 41 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=514780 CPUtime=4841.74 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 325201 1251 0 0 484131 43 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4273741 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=514780 CPUtime=4841.6 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 329227 1251 0 0 484116 44 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4211027 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=514780 CPUtime=4815.91 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 244390 1251 0 0 481553 38 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 5364936

[startup+4902.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/180 21837
/proc/meminfo: memFree=22773152/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 0 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=2944856 CPUtime=4902.38 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 3113827 0 0 0 489646 592 0 0 25 0 1 0 509780245 3015532544 290376 33554432000 4194304 4587354 140735090342288 18446744073709551615 4357600 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 736214 290376 337 96 0 732776 0
[pid=21681] ppid=21679 vsize=409012 CPUtime=4902.4 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 95855 0 0 0 490224 16 0 0 25 0 1 0 509780245 418828288 94594 33554432000 4194304 4785740 140735282761664 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 102253 94594 341 145 0 99298 0
[pid=21682] ppid=21679 vsize=457680 CPUtime=4902.4 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1070 0 0 0 490237 3 0 0 25 0 1 0 509780245 468664320 967 33554432000 134512640 134534564 4287185920 18446744073709551615 134530741 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114420 967 103 6 0 113086 0
[pid=21683] ppid=21679 vsize=1020284 CPUtime=4902.4 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 208891 0 0 0 490136 104 0 0 25 0 1 0 509780245 1044770816 208530 33554432000 4194304 4331988 140737435051424 18446744073709551615 4246743 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 255071 208530 175 34 0 253513 0
[pid=21684] ppid=21679 vsize=514780 CPUtime=19581.4 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 1221636 1251 0 0 1957968 169 0 0 18 0 5 0 509780245 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 128695 117120 163 40 0 127239 0
[pid=21684/tid=21691] ppid=21679 vsize=514780 CPUtime=4902.37 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 320248 1251 0 0 490195 42 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=514780 CPUtime=4901.75 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 325201 1251 0 0 490132 43 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=514780 CPUtime=4901.6 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 329227 1251 0 0 490116 44 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=514780 CPUtime=4875.59 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 245414 1251 0 0 487521 38 0 0 25 0 5 0 509780248 527134720 117120 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 5364936

[startup+4962.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 21838
/proc/meminfo: memFree=22671096/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 0 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=2967228 CPUtime=4962.39 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 3119362 0 0 0 495646 593 0 0 25 0 1 0 509780245 3038441472 295911 33554432000 4194304 4587354 140735090342288 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 741807 295911 337 96 0 738369 0
[pid=21681] ppid=21679 vsize=411388 CPUtime=4962.4 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 96508 0 0 0 496224 16 0 0 25 0 1 0 509780245 421261312 95247 33554432000 4194304 4785740 140735282761664 18446744073709551615 4278556 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 102847 95247 341 145 0 99892 0
[pid=21682] ppid=21679 vsize=457680 CPUtime=4962.41 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1070 0 0 0 496238 3 0 0 25 0 1 0 509780245 468664320 967 33554432000 134512640 134534564 4287185920 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114420 967 103 6 0 113086 0
[pid=21683] ppid=21679 vsize=1020284 CPUtime=4962.41 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 211782 0 0 0 496135 106 0 0 25 0 1 0 509780245 1044770816 211421 33554432000 4194304 4331988 140737435051424 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 255071 211421 175 34 0 253513 0
[pid=21684] ppid=21679 vsize=580316 CPUtime=19821 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 1240068 1251 0 0 1981933 171 0 0 18 0 5 0 509780245 594243584 133504 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 145079 133504 163 40 0 143623 0
[pid=21684/tid=21691] ppid=21679 vsize=580316 CPUtime=4962.37 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 320248 1251 0 0 496195 42 0 0 25 0 5 0 509780248 594243584 133504 33554432000 4194304 4356188 140734295211696 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=580316 CPUtime=4961.74 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 333393 1251 0 0 496131 43 0 0 25 0 5 0 509780248 594243584 133504 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=580316 CPUtime=4961.59 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 337419 1251 0 0 496114 45 0 0 25 0 5 0 509780248 594243584 133504 33554432000 4194304 4356188 140734295211696 18446744073709551615 4233920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=580316 CPUtime=4935.26 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 247462 1251 0 0 493488 38 0 0 25 0 5 0 509780248 594243584 133504 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 5455220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 21840
/proc/meminfo: memFree=22738792/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 0 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=2967228 CPUtime=5003.6 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 3119362 0 0 0 499767 593 0 0 25 0 1 0 509780245 3038441472 295911 33554432000 4194304 4587354 140735090342288 18446744073709551615 4364793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 741807 295911 337 96 0 738369 0
[pid=21681] ppid=21679 vsize=413196 CPUtime=5003.61 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 96942 0 0 0 500345 16 0 0 25 0 1 0 509780245 423112704 95681 33554432000 4194304 4785740 140735282761664 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 103299 95681 341 145 0 100344 0
[pid=21682] ppid=21679 vsize=457680 CPUtime=5003.61 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1070 0 0 0 500358 3 0 0 25 0 1 0 509780245 468664320 967 33554432000 134512640 134534564 4287185920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114420 967 103 6 0 113086 0
[pid=21683] ppid=21679 vsize=1020284 CPUtime=5003.62 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 213432 0 0 0 500255 107 0 0 25 0 1 0 509780245 1044770816 213071 33554432000 4194304 4331988 140737435051424 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 255071 213071 175 34 0 253513 0
[pid=21684] ppid=21679 vsize=502492 CPUtime=19985.6 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 1242116 1251 0 0 1998392 172 0 0 18 0 5 0 509780245 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 125623 114048 163 40 0 124167 0
[pid=21684/tid=21691] ppid=21679 vsize=502492 CPUtime=5003.58 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 320248 1251 0 0 500316 42 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4281502 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=502492 CPUtime=5002.95 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 333393 1251 0 0 500252 43 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=502492 CPUtime=5002.8 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 337419 1251 0 0 500234 46 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=502492 CPUtime=4976.25 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 249510 1251 0 0 497586 39 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 5379204

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

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

[startup+5003.5 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 21840
/proc/meminfo: memFree=22738792/32951124 swapFree=67111448/67111528
[pid=21679] ppid=21677 vsize=18324 CPUtime=0 cores=0-7
/proc/21679/stat : 21679 (ppfolio) S 21677 21679 21138 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509780245 18763776 390 33554432000 4194304 4287625 140736370571424 18446744073709551615 255106788879 0 0 4096 65536 2293371253114798079 0 0 17 0 0 0 0
/proc/21679/statm: 4581 390 341 23 0 91 0
[pid=21680] ppid=21679 vsize=2967228 CPUtime=5003.6 cores=0
/proc/21680/stat : 21680 (cryptominisat) R 21679 21679 21138 0 -1 4202496 3119362 0 0 0 499767 593 0 0 25 0 1 0 509780245 3038441472 295911 33554432000 4194304 4587354 140735090342288 18446744073709551615 4364793 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21680/statm: 741807 295911 337 96 0 738369 0
[pid=21681] ppid=21679 vsize=413196 CPUtime=5003.61 cores=1
/proc/21681/stat : 21681 (clasp) R 21679 21679 21138 0 -1 4202496 96942 0 0 0 500345 16 0 0 25 0 1 0 509780245 423112704 95681 33554432000 4194304 4785740 140735282761664 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21681/statm: 103299 95681 341 145 0 100344 0
[pid=21682] ppid=21679 vsize=457680 CPUtime=5003.61 cores=2
/proc/21682/stat : 21682 (TNM) R 21679 21679 21138 0 -1 4202496 1070 0 0 0 500358 3 0 0 25 0 1 0 509780245 468664320 967 33554432000 134512640 134534564 4287185920 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/21682/statm: 114420 967 103 6 0 113086 0
[pid=21683] ppid=21679 vsize=1020284 CPUtime=5003.62 cores=3
/proc/21683/stat : 21683 (march_hi) R 21679 21679 21138 0 -1 4202496 213432 0 0 0 500255 107 0 0 25 0 1 0 509780245 1044770816 213071 33554432000 4194304 4331988 140737435051424 18446744073709551615 4228235 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21683/statm: 255071 213071 175 34 0 253513 0
[pid=21684] ppid=21679 vsize=502492 CPUtime=19985.6 cores=4-7
/proc/21684/stat : 21684 (plingeling) S 21679 21679 21138 0 -1 4202496 1242116 1251 0 0 1998392 172 0 0 18 0 5 0 509780245 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 125623 114048 163 40 0 124167 0
[pid=21684/tid=21691] ppid=21679 vsize=502492 CPUtime=5003.58 cores=4-7
/proc/21684/task/21691/stat : 21691 (plingeling) R 21679 21679 21138 0 -1 4202560 320248 1251 0 0 500316 42 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4281502 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=21684/tid=21692] ppid=21679 vsize=502492 CPUtime=5002.95 cores=4-7
/proc/21684/task/21692/stat : 21692 (plingeling) R 21679 21679 21138 0 -1 4202560 333393 1251 0 0 500252 43 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=21684/tid=21693] ppid=21679 vsize=502492 CPUtime=5002.8 cores=4-7
/proc/21684/task/21693/stat : 21693 (plingeling) R 21679 21679 21138 0 -1 4202560 337419 1251 0 0 500234 46 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=21684/tid=21694] ppid=21679 vsize=502492 CPUtime=4976.25 cores=4-7
/proc/21684/task/21694/stat : 21694 (plingeling) R 21679 21679 21138 0 -1 4202560 249510 1251 0 0 497586 39 0 0 25 0 5 0 509780248 514551808 114048 33554432000 4194304 4356188 140734295211696 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 5379204

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21679 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=593338
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40993
# CPU time returned by wait4() is 5003.63
# while last known CPU time is 40000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.52
CPU time (s): 40000.1
CPU user time (s): 39991.2
CPU system time (s): 8.91
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 7311724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.59
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1594
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= 591
involuntary context switches= 13891

runsolver used 7.79481 second user time and 19.496 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 16:27:21
IDJOB=3276116
IDBENCH=85456
IDSOLVER=1638
FILE ID=node144/3276116-1304173641
RUNJOBID= node144-1304163428-21152
PBS_JOBID= 13170942
Free space on /tmp= 73536 MiB

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

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1364492664

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25617800 kB
Buffers:       2130352 kB
Cached:        4592096 kB
SwapCached:         80 kB
Active:         263016 kB
Inactive:      6522448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25617800 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           10416 kB
Writeback:           0 kB
AnonPages:       63268 kB
Mapped:          14804 kB
Slab:           480756 kB
PageTables:       4428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183460 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= 73524 MiB
End job on node144 at 2011-04-30 17:50:47