Trace number 3310382

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.6 5003.72

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

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-3310382-1304019071/watcher-3310382-1304019071 -o /tmp/evaluation-result-3310382-1304019071/solver-3310382-1304019071 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310382-1304019071.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: 0.00 0.00 0.00 2/170 13639
/proc/meminfo: memFree=16785372/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) R 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0

[startup+0.0804571 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 13639
/proc/meminfo: memFree=16785372/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) R 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100452 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 13639
/proc/meminfo: memFree=16785372/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300384 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 13639
/proc/meminfo: memFree=16785372/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700309 s]
/proc/loadavg: 0.00 0.00 0.00 2/170 13639
/proc/meminfo: memFree=16785372/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 19 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50116 s]
/proc/loadavg: 0.00 0.00 0.00 9/180 13654
/proc/meminfo: memFree=16625316/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=57852 CPUtime=1.49 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 11726 0 0 0 148 1 0 0 20 0 1 0 592137745 59240448 9650 33554432000 4194304 4587354 140736744900432 18446744073709551615 4238307 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 14463 9650 327 96 0 11025 0
[pid=13641] ppid=13639 vsize=27424 CPUtime=1.49 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 5838 0 0 0 148 1 0 0 20 0 1 0 592137745 28082176 4116 33554432000 4194304 4785740 140733745107264 18446744073709551615 4287073 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 6856 4116 340 145 0 3901 0
[pid=13642] ppid=13639 vsize=465328 CPUtime=1.48 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 4532 0 0 0 148 0 0 0 25 0 1 0 592137745 476495872 4428 33554432000 134512640 134534564 4294148736 18446744073709551615 134524577 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 116332 4428 91 6 0 114998 0
[pid=13643] ppid=13639 vsize=46648 CPUtime=1.48 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 18419 0 0 0 146 2 0 0 20 0 1 0 592137745 47767552 7247 33554432000 4194304 4331988 140734638825328 18446744073709551615 4271186 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 11662 7247 151 34 0 10104 0
[pid=13644] ppid=13639 vsize=179476 CPUtime=5.26 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 31328 1256 0 0 522 4 0 0 18 0 5 0 592137745 183783424 16943 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 44869 16943 162 40 0 43413 0
[pid=13644/tid=13651] ppid=13639 vsize=179476 CPUtime=1.26 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 3309 1256 0 0 126 0 0 0 19 0 5 0 592137768 183783424 16943 33554432000 4194304 4356188 140733753669680 18446744073709551615 4271040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=179476 CPUtime=1.24 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 3065 1256 0 0 124 0 0 0 25 0 5 0 592137768 183783424 16943 33554432000 4194304 4356188 140733753669680 18446744073709551615 4270321 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=179476 CPUtime=1.24 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 3309 1256 0 0 124 0 0 0 22 0 5 0 592137768 183783424 16943 33554432000 4194304 4356188 140733753669680 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=179476 CPUtime=1.26 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 4695 1256 0 0 126 0 0 0 22 0 5 0 592137768 183783424 16943 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (KiB) 795052

[startup+3.10087 s]
/proc/loadavg: 0.00 0.00 0.00 9/180 13654
/proc/meminfo: memFree=16634244/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=57852 CPUtime=3.09 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 11976 0 0 0 308 1 0 0 25 0 1 0 592137745 59240448 9892 33554432000 4194304 4587354 140736744900432 18446744073709551615 260020092564 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 14463 9892 327 96 0 11025 0
[pid=13641] ppid=13639 vsize=27424 CPUtime=3.09 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 5838 0 0 0 308 1 0 0 25 0 1 0 592137745 28082176 4116 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553001 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 6856 4116 340 145 0 3901 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=3.09 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 308 1 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=65992 CPUtime=3.09 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 22954 0 0 0 306 3 0 0 25 0 1 0 592137745 67575808 11782 33554432000 4194304 4331988 140734638825328 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 16498 11782 151 34 0 14940 0
[pid=13644] ppid=13639 vsize=159284 CPUtime=11.64 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 32408 1256 0 0 1160 4 0 0 18 0 5 0 592137745 163106816 11879 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 39821 11879 162 40 0 38365 0
[pid=13644/tid=13651] ppid=13639 vsize=159284 CPUtime=2.86 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 3529 1256 0 0 286 0 0 0 23 0 5 0 592137768 163106816 11879 33554432000 4194304 4356188 140733753669680 18446744073709551615 4211007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=159284 CPUtime=2.83 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 3233 1256 0 0 283 0 0 0 25 0 5 0 592137768 163106816 11879 33554432000 4194304 4356188 140733753669680 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=159284 CPUtime=2.84 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 3553 1256 0 0 284 0 0 0 25 0 5 0 592137768 163106816 11879 33554432000 4194304 4356188 140733753669680 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=159284 CPUtime=2.86 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 5143 1256 0 0 286 0 0 0 25 0 5 0 592137768 163106816 11879 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 799520

[startup+6.30129 s]
/proc/loadavg: 0.64 0.13 0.04 9/180 13654
/proc/meminfo: memFree=16576088/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2024516 CPUtime=6.29 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 13463 0 0 0 627 2 0 0 25 0 1 0 592137745 2073104384 9590 33554432000 4194304 4587354 140736744900432 18446744073709551615 4238282 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 506129 9590 327 96 0 502691 0
[pid=13641] ppid=13639 vsize=27424 CPUtime=6.29 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 5838 0 0 0 628 1 0 0 25 0 1 0 592137745 28082176 4116 33554432000 4194304 4785740 140733745107264 18446744073709551615 4286919 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 6856 4116 340 145 0 3901 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=6.29 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 628 1 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=104416 CPUtime=6.29 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 31944 0 0 0 624 5 0 0 25 0 1 0 592137745 106921984 20772 33554432000 4194304 4331988 140734638825328 18446744073709551615 4271246 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 26104 20772 151 34 0 24546 0
[pid=13644] ppid=13639 vsize=170028 CPUtime=24.43 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 35094 1256 0 0 2439 4 0 0 18 0 5 0 592137745 174108672 14565 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 42507 14565 162 40 0 41051 0
[pid=13644/tid=13651] ppid=13639 vsize=170028 CPUtime=6.06 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 3721 1256 0 0 606 0 0 0 25 0 5 0 592137768 174108672 14565 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=170028 CPUtime=6.01 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 3617 1256 0 0 601 0 0 0 25 0 5 0 592137768 174108672 14565 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=170028 CPUtime=6.04 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 3681 1256 0 0 604 0 0 0 25 0 5 0 592137768 174108672 14565 33554432000 4194304 4356188 140733753669680 18446744073709551615 4237352 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=170028 CPUtime=6.06 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 7125 1256 0 0 606 0 0 0 25 0 5 0 592137768 174108672 14565 33554432000 4194304 4356188 140733753669680 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 2815352

[startup+12.7011 s]
/proc/loadavg: 1.23 0.26 0.09 9/180 13654
/proc/meminfo: memFree=16496880/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2022016 CPUtime=12.68 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 18073 0 0 0 1266 2 0 0 25 0 1 0 592137745 2070544384 9455 33554432000 4194304 4587354 140736744900432 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 505504 9455 337 96 0 502066 0
[pid=13641] ppid=13639 vsize=34716 CPUtime=12.69 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 7734 0 0 0 1267 2 0 0 25 0 1 0 592137745 35549184 6012 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 8679 6012 340 145 0 5724 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=12.69 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 1268 1 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=179680 CPUtime=12.69 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 49312 0 0 0 1261 8 0 0 25 0 1 0 592137745 183992320 38140 33554432000 4194304 4331988 140734638825328 18446744073709551615 4271244 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 44920 38140 151 34 0 43362 0
[pid=13644] ppid=13639 vsize=174872 CPUtime=49.99 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 36305 1256 0 0 4995 4 0 0 18 0 5 0 592137745 179068928 15776 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 43718 15776 162 40 0 42262 0
[pid=13644/tid=13651] ppid=13639 vsize=174872 CPUtime=12.46 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 4932 1256 0 0 1246 0 0 0 25 0 5 0 592137768 179068928 15776 33554432000 4194304 4356188 140733753669680 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=174872 CPUtime=12.38 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 3617 1256 0 0 1238 0 0 0 25 0 5 0 592137768 179068928 15776 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=174872 CPUtime=12.44 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 3681 1256 0 0 1244 0 0 0 25 0 5 0 592137768 179068928 15776 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=174872 CPUtime=12.46 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 7125 1256 0 0 1246 0 0 0 25 0 5 0 592137768 179068928 15776 33554432000 4194304 4356188 140733753669680 18446744073709551615 4298327 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.74
Current children cumulated vsize (KiB) 2900252

[startup+25.5008 s]
/proc/loadavg: 2.73 0.64 0.21 9/180 13654
/proc/meminfo: memFree=16334776/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2015556 CPUtime=25.48 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 27857 0 0 0 2544 4 0 0 25 0 1 0 592137745 2063929344 15517 33554432000 4194304 4587354 140736744900432 18446744073709551615 4388277 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=13642] ppid=13639 vsize=470644 CPUtime=4841.51 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 484148 3 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134530582 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=787412 CPUtime=4842.44 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 395581 0 0 0 484187 57 0 0 25 0 1 0 592137745 806309888 181120 33554432000 4194304 4331988 140734638825328 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 196853 181120 175 34 0 195295 0
[pid=13644] ppid=13639 vsize=447208 CPUtime=19341.5 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 164038 1256 0 0 1934129 23 0 0 18 0 5 0 592137745 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 111802 83861 163 40 0 110346 0
[pid=13644/tid=13651] ppid=13639 vsize=447208 CPUtime=4842.2 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 42924 1256 0 0 484215 5 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331379 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=447208 CPUtime=4815.79 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 36539 1256 0 0 481574 5 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=447208 CPUtime=4842.18 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 34897 1256 0 0 484212 6 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=447208 CPUtime=4841.1 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 32728 1256 0 0 484106 4 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.2
Current children cumulated vsize (KiB) 4147944

[startup+4902.3 s]
/proc/loadavg: 8.05 8.07 8.00 9/180 13799
/proc/meminfo: memFree=15248556/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2210332 CPUtime=4902.32 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 390918 0 0 0 490056 176 0 0 25 0 1 0 592137745 2263379968 61640 33554432000 4194304 4587354 140736744900432 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 552583 61640 337 96 0 549145 0
[pid=13641] ppid=13639 vsize=228396 CPUtime=4902.43 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 53559 0 0 0 490225 18 0 0 25 0 1 0 592137745 233877504 51837 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 57099 51837 340 145 0 54144 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=4901.51 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 490148 3 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134528608 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=787412 CPUtime=4902.44 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 395581 0 0 0 490187 57 0 0 25 0 1 0 592137745 806309888 181120 33554432000 4194304 4331988 140734638825328 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 196853 181120 175 34 0 195295 0
[pid=13644] ppid=13639 vsize=449256 CPUtime=19581.2 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 166086 1256 0 0 1958096 24 0 0 18 0 5 0 592137745 460038144 84373 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 112314 84373 163 40 0 110858 0
[pid=13644/tid=13651] ppid=13639 vsize=449256 CPUtime=4902.2 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 43436 1256 0 0 490215 5 0 0 25 0 5 0 592137768 460038144 84373 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=449256 CPUtime=4875.47 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 37051 1256 0 0 487542 5 0 0 25 0 5 0 592137768 460038144 84373 33554432000 4194304 4356188 140733753669680 18446744073709551615 4281491 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=449256 CPUtime=4902.18 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 35409 1256 0 0 490212 6 0 0 25 0 5 0 592137768 460038144 84373 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=449256 CPUtime=4901.1 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 33240 1256 0 0 490106 4 0 0 25 0 5 0 592137768 460038144 84373 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39189.9
Current children cumulated vsize (KiB) 4164364

[startup+4962.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/180 13801
/proc/meminfo: memFree=15247028/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2205968 CPUtime=4962.31 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 393916 0 0 0 496054 177 0 0 25 0 1 0 592137745 2258911232 61640 33554432000 4194304 4587354 140736744900432 18446744073709551615 4237661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 551492 61640 337 96 0 548054 0
[pid=13641] ppid=13639 vsize=231540 CPUtime=4962.43 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 54269 0 0 0 496225 18 0 0 25 0 1 0 592137745 237096960 52547 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 57885 52547 340 145 0 54930 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=4961.51 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 496148 3 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=787412 CPUtime=4962.44 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 395582 0 0 0 496187 57 0 0 25 0 1 0 592137745 806309888 181121 33554432000 4194304 4331988 140734638825328 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 196853 181121 175 34 0 195295 0
[pid=13644] ppid=13639 vsize=447208 CPUtime=19820.9 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 167622 1256 0 0 1982063 24 0 0 18 0 5 0 592137745 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 111802 83861 163 40 0 110346 0
[pid=13644/tid=13651] ppid=13639 vsize=447208 CPUtime=4962.2 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 43948 1256 0 0 496215 5 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=447208 CPUtime=4935.14 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 37563 1256 0 0 493509 5 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=447208 CPUtime=4962.19 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 35409 1256 0 0 496213 6 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=447208 CPUtime=4961.1 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 33752 1256 0 0 496106 4 0 0 25 0 5 0 592137768 457940992 83861 33554432000 4194304 4356188 140733753669680 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.6
Current children cumulated vsize (KiB) 4161096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 13802
/proc/meminfo: memFree=15240544/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2205968 CPUtime=5003.72 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 396079 0 0 0 500194 178 0 0 25 0 1 0 592137745 2258911232 63731 33554432000 4194304 4587354 140736744900432 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 551492 63731 337 96 0 548054 0
[pid=13641] ppid=13639 vsize=231540 CPUtime=5003.84 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 54275 0 0 0 500366 18 0 0 25 0 1 0 592137745 237096960 52553 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 57885 52553 340 145 0 54930 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=5002.92 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 500289 3 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=787412 CPUtime=5003.85 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 395582 0 0 0 500328 57 0 0 25 0 1 0 592137745 806309888 181121 33554432000 4194304 4331988 140734638825328 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 196853 181121 175 34 0 195295 0
[pid=13644] ppid=13639 vsize=445160 CPUtime=19986.3 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 168646 1256 0 0 1998603 24 0 0 18 0 5 0 592137745 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 111290 83349 163 40 0 109834 0
[pid=13644/tid=13651] ppid=13639 vsize=445160 CPUtime=5003.6 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 43948 1256 0 0 500355 5 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=445160 CPUtime=4976.32 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 38075 1256 0 0 497627 5 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=445160 CPUtime=5003.6 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 35921 1256 0 0 500353 7 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4234260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=445160 CPUtime=5002.5 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 33752 1256 0 0 500246 4 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 4159048

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

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

[startup+5003.7 s]
/proc/loadavg: 8.01 8.05 8.00 9/180 13802
/proc/meminfo: memFree=15240544/32951124 swapFree=67111528/67111528
[pid=13639] ppid=13637 vsize=18324 CPUtime=0 cores=0-7
/proc/13639/stat : 13639 (ppfolio) S 13637 13639 13613 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 592137744 18763776 390 33554432000 4194304 4287625 140736695575648 18446744073709551615 260020416015 0 0 4096 65536 14203861197568081919 0 0 17 4 0 0 0
/proc/13639/statm: 4581 390 341 23 0 91 0
[pid=13640] ppid=13639 vsize=2205968 CPUtime=5003.72 cores=0
/proc/13640/stat : 13640 (cryptominisat) R 13639 13639 13613 0 -1 4202496 396079 0 0 0 500194 178 0 0 25 0 1 0 592137745 2258911232 63731 33554432000 4194304 4587354 140736744900432 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13640/statm: 551492 63731 337 96 0 548054 0
[pid=13641] ppid=13639 vsize=231540 CPUtime=5003.84 cores=1
/proc/13641/stat : 13641 (clasp) R 13639 13639 13613 0 -1 4202496 54275 0 0 0 500366 18 0 0 25 0 1 0 592137745 237096960 52553 33554432000 4194304 4785740 140733745107264 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13641/statm: 57885 52553 340 145 0 54930 0
[pid=13642] ppid=13639 vsize=470644 CPUtime=5002.92 cores=2
/proc/13642/stat : 13642 (TNM) R 13639 13639 13613 0 -1 4202496 5815 0 0 0 500289 3 0 0 25 0 1 0 592137745 481939456 5711 33554432000 134512640 134534564 4294148736 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/13642/statm: 117661 5711 95 6 0 116327 0
[pid=13643] ppid=13639 vsize=787412 CPUtime=5003.85 cores=3
/proc/13643/stat : 13643 (march_hi) R 13639 13639 13613 0 -1 4202496 395582 0 0 0 500328 57 0 0 25 0 1 0 592137745 806309888 181121 33554432000 4194304 4331988 140734638825328 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/13643/statm: 196853 181121 175 34 0 195295 0
[pid=13644] ppid=13639 vsize=445160 CPUtime=19986.3 cores=4-7
/proc/13644/stat : 13644 (plingeling) S 13639 13639 13613 0 -1 4202496 168646 1256 0 0 1998603 24 0 0 18 0 5 0 592137745 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/13644/statm: 111290 83349 163 40 0 109834 0
[pid=13644/tid=13651] ppid=13639 vsize=445160 CPUtime=5003.6 cores=4-7
/proc/13644/task/13651/stat : 13651 (plingeling) R 13639 13639 13613 0 -1 4202560 43948 1256 0 0 500355 5 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=13644/tid=13652] ppid=13639 vsize=445160 CPUtime=4976.32 cores=4-7
/proc/13644/task/13652/stat : 13652 (plingeling) R 13639 13639 13613 0 -1 4202560 38075 1256 0 0 497627 5 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=13644/tid=13653] ppid=13639 vsize=445160 CPUtime=5003.6 cores=4-7
/proc/13644/task/13653/stat : 13653 (plingeling) R 13639 13639 13613 0 -1 4202560 35921 1256 0 0 500353 7 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4234260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=13644/tid=13654] ppid=13639 vsize=445160 CPUtime=5002.5 cores=4-7
/proc/13644/task/13654/stat : 13654 (plingeling) R 13639 13639 13613 0 -1 4202560 33752 1256 0 0 500246 4 0 0 25 0 5 0 592137768 455843840 83349 33554432000 4194304 4356188 140733753669680 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 4159048

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13639 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=899443
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=36994
# CPU time returned by wait4() is 5002.94
# while last known CPU time is 40000.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.6
CPU user time (s): 39997.8
CPU system time (s): 2.8
CPU usage (%): 799.417
Max. virtual memory (cumulated for all children) (KiB): 6098896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.9
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6337
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= 467
involuntary context switches= 9143

runsolver used 8.27674 second user time and 19.0281 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-28 21:31:12
IDJOB=3310382
IDBENCH=85991
IDSOLVER=1638
FILE ID=node110/3310382-1304019071
RUNJOBID= node110-1304019071-13627
PBS_JOBID= 13170299
Free space on /tmp= 72836 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310382-1304019071/watcher-3310382-1304019071 -o /tmp/evaluation-result-3310382-1304019071/solver-3310382-1304019071 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310382-1304019071.cnf

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=26632929

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16785668 kB
Buffers:       2332012 kB
Cached:       13197368 kB
SwapCached:          0 kB
Active:        7795376 kB
Inactive:      7798592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16785668 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13200 kB
Writeback:           0 kB
AnonPages:       64132 kB
Mapped:          14708 kB
Slab:           505852 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182292 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= 72828 MiB
End job on node110 at 2011-04-28 22:54:37