Trace number 3730871

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
PB11: borg pb-dec-11.04.03? (MO) 566.34 563.576

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.36/0.55	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.36/0.55	c INFO: solving HOME/instance-3730871-1338715917.opb
0.66/0.88	c INFO: parsing took 0.32 s
1.26/1.43	c INFO: features took 0.54 CPU seconds
1.26/1.45	c INFO: running clasp-1.3.7@0 for 45 with 1798 remaining (b = 0.84)
51.42/51.51	c INFO: wrote minion input file to HOME/tmpooimIv.minion
51.42/51.51	c INFO: running minion-0.12@0 for 45 with 1751 remaining (b = 0.71)
98.56/98.66	c INFO: running wbo1.4b-fixed@0 for 45 with 1701 remaining (b = 0.37)
148.21/148.27	c INFO: running wbo1.4a@0 for 45 with 1652 remaining (b = 0.22)
194.57/194.54	c INFO: running clasp-1.3.7@47 for 45 with 1606 remaining (b = 0.20)
239.73/239.69	c INFO: running pbct-0.1.2-linear@0 for 273 with 1561 remaining (b = 0.66)
516.49/515.92	c INFO: running sat4j-pb-v20101225@0 for 45 with 1287 remaining (b = 0.17)
564.89/562.80	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1239 remaining (b = 0.16)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3730871-1338715917/watcher-3730871-1338715917 -o /tmp/evaluation-result-3730871-1338715917/solver-3730871-1338715917 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3730871-1338715917.opb -seed 1683565653 -budget 1800 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.69 3.08 2.57 4/195 4460
/proc/meminfo: memFree=23616188/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/4460/stat : 4460 (python) R 4458 4460 3621 0 -1 4202496 756 0 0 0 0 0 0 0 20 0 1 0 337716572 15749120 630 33554432000 4194304 5683644 140736911767040 140736911711768 213419680695 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/4460/statm: 3845 631 334 364 0 287 0

[startup+0.0771041 s]
/proc/loadavg: 2.69 3.08 2.57 4/195 4460
/proc/meminfo: memFree=23616188/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=50212 CPUtime=0.05 cores=0,2,4,6
/proc/4460/stat : 4460 (python) D 4458 4460 3621 0 -1 4202496 2154 0 0 0 4 1 0 0 20 0 1 0 337716572 51417088 1748 33554432000 4194304 5683644 140736911767040 140736911689128 213419639696 0 0 16781312 2 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/4460/statm: 12553 1748 489 364 0 1207 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50212

[startup+0.100318 s]
/proc/loadavg: 2.69 3.08 2.57 4/195 4460
/proc/meminfo: memFree=23616188/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=88264 CPUtime=0.06 cores=0,2,4,6
/proc/4460/stat : 4460 (python) R 4458 4460 3621 0 -1 4202496 2993 0 1 0 5 1 0 0 20 0 1 0 337716572 90382336 2486 33554432000 4194304 5683644 140736911767040 140736911665896 213419639696 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/4460/statm: 22066 2486 777 364 0 1619 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 88264

[startup+0.300177 s]
/proc/loadavg: 2.69 3.08 2.57 4/195 4460
/proc/meminfo: memFree=23616188/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=136264 CPUtime=0.22 cores=0,2,4,6
/proc/4460/stat : 4460 (python) R 4458 4460 3621 0 -1 4202496 6229 1012 1 0 17 5 0 0 20 0 1 0 337716572 139534336 4069 33554432000 4194304 5683644 140736911767040 140736911645304 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/4460/statm: 34066 4069 1093 364 0 2952 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 136264

[startup+0.70024 s]
/proc/loadavg: 2.69 3.08 2.57 4/195 4460
/proc/meminfo: memFree=23616188/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=288588 CPUtime=0.56 cores=0,2,4,6
/proc/4460/stat : 4460 (python) R 4458 4460 3621 0 -1 4202496 11798 1012 1 0 48 8 0 0 20 0 1 0 337716572 295514112 8832 33554432000 4194304 5683644 140736911767040 140736911719704 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 72147 8832 1811 364 0 7376 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 288588

[startup+1.50018 s]
/proc/loadavg: 2.69 3.08 2.57 3/196 4465
/proc/meminfo: memFree=23580692/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371160 CPUtime=1.32 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 16085 1012 1 0 122 10 0 0 20 0 2 0 337716572 380067840 10653 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92790 10653 1902 364 0 28013 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 371160

[startup+3.10033 s]
/proc/loadavg: 2.69 3.08 2.57 3/199 4468
/proc/meminfo: memFree=23571128/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371160 CPUtime=1.32 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 16085 1012 1 0 122 10 0 0 20 0 2 0 337716572 380067840 10653 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92790 10653 1902 364 0 28013 0
[pid=4466] ppid=4460 vsize=295380 CPUtime=0 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 730 0 0 0 0 0 0 0 20 0 1 0 337716717 302469120 9085 33554432000 4194304 5683644 140736911767040 140736911758128 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 73845 9085 340 364 0 9068 0
[pid=4468] ppid=4466 vsize=12532 CPUtime=1.62 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) R 4466 4468 4468 0 -1 4202496 3579 0 0 0 162 0 0 0 20 0 1 0 337716718 12832768 2839 33554432000 134512640 136139019 4289548928 4289547884 134828656 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 3133 2839 183 398 0 2733 0
[pid=4460/tid=4467] ppid=4458 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337716718 380067840 10653 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 679072

[startup+6.30035 s]
/proc/loadavg: 2.64 3.07 2.57 3/199 4468
/proc/meminfo: memFree=23566292/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371160 CPUtime=1.32 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 16085 1012 1 0 122 10 0 0 20 0 2 0 337716572 380067840 10653 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92790 10653 1902 364 0 28013 0
[pid=4466] ppid=4460 vsize=295380 CPUtime=0 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 876 0 0 0 0 0 0 0 20 0 1 0 337716717 302469120 9108 33554432000 4194304 5683644 140736911767040 140736911758128 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 73845 9108 363 364 0 9068 0
[pid=4468] ppid=4466 vsize=16108 CPUtime=4.82 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) R 4466 4468 4468 0 -1 4202496 4466 0 0 0 482 0 0 0 20 0 1 0 337716718 16494592 3726 33554432000 134512640 136139019 4289548928 4289547908 134883821 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 4027 3726 183 398 0 3627 0
[pid=4460/tid=4467] ppid=4458 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337716718 380067840 10653 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 682648

[startup+12.7003 s]
/proc/loadavg: 2.59 3.05 2.56 3/199 4468
/proc/meminfo: memFree=23551028/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371160 CPUtime=1.32 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 16085 1012 1 0 122 10 0 0 20 0 2 0 337716572 380067840 10653 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92790 10653 1902 364 0 28013 0
[pid=4466] ppid=4460 vsize=295380 CPUtime=0.01 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 885 0 0 0 1 0 0 0 20 0 1 0 337716717 302469120 9108 33554432000 4194304 5683644 140736911767040 140736911758128 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 73845 9108 363 364 0 9068 0
[pid=4468] ppid=4466 vsize=19956 CPUtime=11.23 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) R 4466 4468 4468 0 -1 4202496 5429 0 0 0 1122 1 0 0 20 0 1 0 337716718 20434944 4689 33554432000 134512640 136139019 4289548928 4289547792 134608903 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 4989 4689 183 398 0 4589 0
[pid=4460/tid=4467] ppid=4458 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337716718 380067840 10653 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 686496

[startup+25.5003 s]
/proc/loadavg: 2.49 3.01 2.56 3/199 4468
/proc/meminfo: memFree=23530572/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371160 CPUtime=1.32 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 16085 1012 1 0 122 10 0 0 20 0 2 0 337716572 380067840 10653 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92790 10653 1902 364 0 28013 0
[pid=4466] ppid=4460 vsize=295380 CPUtime=0.04 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 892 0 0 0 2 2 0 0 20 0 1 0 337716717 302469120 9108 33554432000 4194304 5683644 140736911767040 140736911758128 213419655592 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 73845 9108 363 364 0 9068 0
[pid=4468] ppid=4466 vsize=21844 CPUtime=24.02 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) R 4466 4468 4468 0 -1 4202496 5926 0 0 0 2401 1 0 0 20 0 1 0 337716718 22368256 5186 33554432000 134512640 136139019 4289548928 4289547652 135529895 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 5461 5186 183 398 0 5061 0
[pid=4460/tid=4467] ppid=4458 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337716718 380067840 10653 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 688384

[startup+51.1003 s]
/proc/loadavg: 2.30 2.91 2.54 3/201 4470
/proc/meminfo: memFree=23514796/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=371164 CPUtime=3.83 cores=0,2,4,6
/proc/4460/stat : 4460 (python) R 4458 4460 3621 0 -1 4202496 16746 1012 1 0 373 10 0 0 20 0 2 0 337716572 380071936 10655 33554432000 4194304 5683644 140736911767040 140736911761360 4510657 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4460/statm: 92791 10655 1903 364 0 28014 0
[pid=4466] ppid=4460 vsize=371160 CPUtime=0.08 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 1131 0 0 0 4 4 0 0 20 0 2 0 337716717 380067840 9148 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 92790 9148 396 364 0 28013 0
[pid=4468] ppid=4466 vsize=30264 CPUtime=47.12 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) T 4466 4468 4468 0 -1 4202496 8017 0 0 0 4710 2 0 0 20 0 1 0 337716718 30990336 7277 33554432000 134512640 136139019 4289548928 4289547792 134608383 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 7566 7277 183 398 0 7166 0
[pid=4466/tid=4470] ppid=4460 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4466/task/4470/stat : 4470 (python) S 4460 4460 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337721431 380067840 9148 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=371164 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 2 0 337716718 380071936 10655 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 772588

[startup+102.301 s]
/proc/loadavg: 2.13 2.77 2.51 3/208 4477
/proc/meminfo: memFree=23386848/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=522744 CPUtime=4.26 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 17998 1012 1 0 416 10 0 0 20 0 4 0 337716572 535289856 10670 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4460/statm: 130686 10670 1907 364 0 65903 0
[pid=4466] ppid=4460 vsize=371160 CPUtime=0.08 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 1131 0 0 0 4 4 0 0 20 0 2 0 337716717 380067840 9148 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 92790 9148 396 364 0 28013 0
[pid=4468] ppid=4466 vsize=30264 CPUtime=47.12 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) T 4466 4468 4468 0 -1 4202496 8017 0 0 0 4710 2 0 0 20 0 1 0 337716718 30990336 7277 33554432000 134512640 136139019 4289548928 4289547792 134608383 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 7566 7277 183 398 0 7166 0
[pid=4466/tid=4470] ppid=4460 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4466/task/4470/stat : 4470 (python) S 4460 4460 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337721431 380067840 9148 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4471] ppid=4460 vsize=371172 CPUtime=0.06 cores=0,2,4,6
/proc/4471/stat : 4471 (python) S 4460 4460 3621 0 -1 4202560 1061 0 0 0 4 2 0 0 20 0 2 0 337721723 380080128 9135 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4471/statm: 92793 9135 383 364 0 28013 0
[pid=4473] ppid=4471 vsize=122152 CPUtime=47.1 cores=0,2,4,6
/proc/4473/stat : 4473 (minion) T 4471 4473 4473 0 -1 4202496 19170 0 0 0 4707 3 0 0 20 0 1 0 337721724 125083648 23150 33554432000 134512640 165565024 4294833712 4294830960 142764988 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4473/statm: 30538 23150 345 7582 0 22953 0
[pid=4471/tid=4474] ppid=4460 vsize=371172 CPUtime=0 cores=0,2,4,6
/proc/4471/task/4474/stat : 4474 (python) S 4460 4460 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337726436 380080128 9135 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4475] ppid=4460 vsize=446964 CPUtime=0 cores=0,2,4,6
/proc/4475/stat : 4475 (python) S 4460 4460 3621 0 -1 4202560 907 0 0 0 0 0 0 0 20 0 1 0 337726438 457691136 9115 33554432000 4194304 5683644 140736911767040 140736911758128 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/4475/statm: 111741 9115 358 364 0 46958 0
[pid=4477] ppid=4475 vsize=28988 CPUtime=3.62 cores=0,2,4,6
/proc/4477/stat : 4477 (wbo1.4b-fixed) R 4475 4477 4477 0 -1 4202496 7387 0 0 0 358 4 0 0 20 0 1 0 337726439 29683712 6622 33554432000 134512640 135752315 4290461824 4290459776 134604568 0 0 16781312 3 0 0 0 17 2 0 0 0 0 0
/proc/4477/statm: 7247 6622 146 303 0 6942 0
[pid=4460/tid=4467] ppid=4458 vsize=522744 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 27 1012 0 0 0 0 0 0 20 0 4 0 337716718 535289856 10670 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=522744 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4472/stat : 4472 (python) S 4458 4460 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 4 0 337721723 535289856 10670 33554432000 4194304 5683644 140736911767040 140221604835888 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4460/tid=4476] ppid=4458 vsize=522744 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4476/stat : 4476 (python) S 4458 4460 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 4 0 337726439 535289856 10670 33554432000 4194304 5683644 140736911767040 140221594346032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1893444

[startup+162.301 s]
/proc/loadavg: 2.05 2.63 2.47 3/212 4481
/proc/meminfo: memFree=23198016/32873844 swapFree=6608/6608

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

Current children cumulated CPU time (s) 566.34
Current children cumulated vsize (KiB) 24565260

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

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

[startup+563.501 s]
/proc/loadavg: 2.00 2.16 2.30 5/260 4534
/proc/meminfo: memFree=21534916/32873844 swapFree=6608/6608
[pid=4460] ppid=4458 vsize=825912 CPUtime=4.39 cores=0,2,4,6
/proc/4460/stat : 4460 (python) S 4458 4460 3621 0 -1 4202496 21770 1012 1 0 427 12 0 0 20 0 8 0 337716572 845733888 11210 33554432000 4194304 5683644 140736911767040 140736911761872 213423023373 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4460/statm: 206478 11210 1915 364 0 141683 0
[pid=4466] ppid=4460 vsize=371160 CPUtime=0.16 cores=0,2,4,6
/proc/4466/stat : 4466 (python) S 4460 4460 3621 0 -1 4202560 1165 0 0 0 8 8 0 0 20 0 2 0 337716717 380067840 9149 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4466/statm: 92790 9149 397 364 0 28013 0
[pid=4468] ppid=4466 vsize=31112 CPUtime=92.24 cores=0,2,4,6
/proc/4468/stat : 4468 (clasp-1.3.7-x86) T 4466 4468 4468 0 -1 4202496 8203 0 0 0 9222 2 0 0 20 0 1 0 337716718 31858688 7463 33554432000 134512640 136139019 4289548928 4289547760 134831982 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4468/statm: 7778 7463 183 398 0 7378 0
[pid=4466/tid=4470] ppid=4460 vsize=371160 CPUtime=0 cores=0,2,4,6
/proc/4466/task/4470/stat : 4470 (python) S 4460 4460 3621 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 337721431 380067840 9149 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4471] ppid=4460 vsize=371172 CPUtime=0.06 cores=0,2,4,6
/proc/4471/stat : 4471 (python) S 4460 4460 3621 0 -1 4202560 1061 0 0 0 4 2 0 0 20 0 2 0 337721723 380080128 9135 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4471/statm: 92793 9135 383 364 0 28013 0
[pid=4473] ppid=4471 vsize=122152 CPUtime=47.1 cores=0,2,4,6
/proc/4473/stat : 4473 (minion) T 4471 4473 4473 0 -1 4202496 19170 0 0 0 4707 3 0 0 20 0 1 0 337721724 125083648 23150 33554432000 134512640 165565024 4294833712 4294830960 142764988 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/4473/statm: 30538 23150 345 7582 0 22953 0
[pid=4471/tid=4474] ppid=4460 vsize=371172 CPUtime=0 cores=0,2,4,6
/proc/4471/task/4474/stat : 4474 (python) S 4460 4460 3621 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 337726436 380080128 9135 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4475] ppid=4460 vsize=446964 CPUtime=0.08 cores=0,2,4,6
/proc/4475/stat : 4475 (python) S 4460 4460 3621 0 -1 4202560 1092 0 0 0 5 3 0 0 20 0 2 0 337726438 457691136 9141 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4475/statm: 111741 9141 383 364 0 46958 0
[pid=4477] ppid=4475 vsize=182964 CPUtime=49.56 cores=0,2,4,6
/proc/4477/stat : 4477 (wbo1.4b-fixed) T 4475 4477 4477 0 -1 4202496 45828 0 0 0 4920 36 0 0 20 0 1 0 337726439 187355136 45063 33554432000 134512640 135752315 4290461824 4290459824 134611342 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4477/statm: 45741 45063 147 303 0 45436 0
[pid=4475/tid=4478] ppid=4460 vsize=446964 CPUtime=0 cores=0,2,4,6
/proc/4475/task/4478/stat : 4478 (python) S 4460 4460 3621 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 2 0 337731396 457691136 9141 33554432000 4194304 5683644 140736911767040 140221604835888 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4479] ppid=4460 vsize=522756 CPUtime=0.07 cores=0,2,4,6
/proc/4479/stat : 4479 (python) S 4460 4460 3621 0 -1 4202560 1092 0 0 0 4 3 0 0 20 0 2 0 337731399 535302144 9147 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4479/statm: 130689 9147 383 364 0 65903 0
[pid=4481] ppid=4479 vsize=56848 CPUtime=46.22 cores=0,2,4,6
/proc/4481/stat : 4481 (wbo1.4a) T 4479 4481 4481 0 -1 4202496 14336 0 0 0 4601 21 0 0 20 0 1 0 337731399 58212352 13569 33554432000 134512640 135751879 4287515376 4287512992 134604723 0 0 16781312 3 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4481/statm: 14212 13569 143 303 0 13907 0
[pid=4479/tid=4482] ppid=4460 vsize=522756 CPUtime=0 cores=0,2,4,6
/proc/4479/task/4482/stat : 4482 (python) S 4460 4460 3621 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 337736023 535302144 9147 33554432000 4194304 5683644 140736911767040 140221594346032 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4483] ppid=4460 vsize=598548 CPUtime=0.51 cores=0,2,4,6
/proc/4483/stat : 4483 (python) S 4460 4460 3621 0 -1 4202560 1192 0 0 0 31 20 0 0 20 0 2 0 337740541 612913152 9153 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4483/statm: 149637 9153 383 364 0 84848 0
[pid=4485] ppid=4483 vsize=361256 CPUtime=276.15 cores=0,2,4,6
/proc/4485/stat : 4485 (pbct-0.1.2-linu) T 4483 4485 4485 0 -1 4202496 92484 0 0 0 27405 210 0 0 20 0 1 0 337740542 369926144 88365 33554432000 134512640 136422188 4290480880 4290478496 134862315 0 0 16781312 16387 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/4485/statm: 90314 88365 214 467 0 89845 0
[pid=4483/tid=4490] ppid=4460 vsize=598548 CPUtime=0 cores=0,2,4,6
/proc/4483/task/4490/stat : 4490 (python) S 4460 4460 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337768162 612913152 9153 33554432000 4194304 5683644 140736911767040 140221583856176 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4491] ppid=4460 vsize=674340 CPUtime=0.07 cores=0,2,4,6
/proc/4491/stat : 4491 (python) S 4460 4460 3621 0 -1 4202560 1117 0 0 0 5 2 0 0 20 0 2 0 337768164 690524160 9159 33554432000 4194304 5683644 140736911767040 140736911758688 213423023373 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4491/statm: 168585 9159 383 364 0 103793 0
[pid=4493] ppid=4491 vsize=9624972 CPUtime=48.39 cores=0,2,4,6
/proc/4493/stat : 4493 (java) T 4491 4493 4493 0 -1 4202496 13293 0 1 0 4805 34 0 0 20 0 19 0 337768165 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140737082868688 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4493/statm: 2406243 276699 2277 9 0 2396937 0
[pid=4493/tid=4494] ppid=4491 vsize=9624972 CPUtime=45.9 cores=0,2,4,6
/proc/4493/task/4494/stat : 4494 (java) T 4491 4493 4493 0 -1 4202560 2929 0 1 0 4569 21 0 0 20 0 19 0 337768166 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451688907024 140451554986119 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4495] ppid=4491 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/4493/task/4495/stat : 4495 (java) T 4491 4493 4493 0 -1 4202560 30 0 0 0 8 0 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451677968808 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/4493/task/4496/stat : 4496 (java) T 4491 4493 4493 0 -1 4202560 29 0 0 0 7 2 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451676916264 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/4493/task/4497/stat : 4497 (java) T 4491 4493 4493 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451675863208 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/4493/task/4498/stat : 4498 (java) T 4491 4493 4493 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451674810664 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/4493/task/4499/stat : 4499 (java) T 4491 4493 4493 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451673758632 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/4493/task/4500/stat : 4500 (java) T 4491 4493 4493 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451526687784 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=9624972 CPUtime=0.05 cores=0,2,4,6
/proc/4493/task/4501/stat : 4501 (java) T 4491 4493 4493 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451525634728 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/4493/task/4502/stat : 4502 (java) T 4491 4493 4493 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 337768167 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451524582184 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=9624972 CPUtime=0.54 cores=0,2,4,6
/proc/4493/task/4503/stat : 4503 (java) T 4491 4493 4493 0 -1 4202560 995 0 0 0 53 1 0 0 20 0 19 0 337768168 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451512383848 213423011753 0 0 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4504/stat : 4504 (java) T 4491 4493 4493 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 337768169 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451511330168 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4505/stat : 4505 (java) T 4491 4493 4493 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 337768169 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451510277000 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4506/stat : 4506 (java) T 4491 4493 4493 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337768171 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451509225744 213423019808 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=9624972 CPUtime=0.55 cores=0,2,4,6
/proc/4493/task/4507/stat : 4507 (java) T 4491 4493 4493 0 -1 4202560 4246 0 0 0 53 2 0 0 20 0 19 0 337768171 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451508173624 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=9624972 CPUtime=0.55 cores=0,2,4,6
/proc/4493/task/4508/stat : 4508 (java) T 4491 4493 4493 0 -1 4202560 3519 0 0 0 55 0 0 0 20 0 19 0 337768171 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451507121080 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4509/stat : 4509 (java) T 4491 4493 4493 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337768171 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451506068216 213423010876 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4510/stat : 4510 (java) T 4491 4493 4493 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337768171 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451505015880 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4493/task/4511/stat : 4511 (java) T 4491 4493 4493 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337768230 9855971328 276699 33554432000 1073741824 1073778376 140737082877552 140451503961128 213423011753 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=4491/tid=4513] ppid=4460 vsize=674340 CPUtime=0 cores=0,2,4,6
/proc/4491/task/4513/stat : 4513 (python) S 4460 4460 3621 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 337772850 690524160 9159 33554432000 4194304 5683644 140736911767040 140221573366320 213423019808 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4514] ppid=4460 vsize=750132 CPUtime=0 cores=0,2,4,6
/proc/4514/stat : 4514 (python) S 4460 4460 3621 0 -1 4202560 838 0 0 0 0 0 0 0 20 0 1 0 337772852 768135168 9624 33554432000 4194304 5683644 140736911767040 140736911758128 213419655651 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/4514/statm: 187533 9624 335 364 0 122738 0
[pid=4516] ppid=4514 vsize=9624972 CPUtime=1.34 cores=0,2,4,6
/proc/4516/stat : 4516 (java) S 4514 4516 4516 0 -1 4202496 9685 0 1 0 129 5 0 0 20 0 19 0 337772852 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140734223668992 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4516/statm: 2406243 39686 2249 9 0 2396937 0
[pid=4516/tid=4517] ppid=4514 vsize=9624972 CPUtime=0.68 cores=0,2,4,6
/proc/4516/task/4517/stat : 4517 (java) R 4514 4516 4516 0 -1 4202560 2546 0 1 0 66 2 0 0 20 0 19 0 337772853 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576091738776 140576098905958 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4516/tid=4518] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4518/stat : 4518 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576030485032 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4519] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4519/stat : 4519 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576029432232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4516/tid=4520] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4520/stat : 4520 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576028379432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4516/tid=4521] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4521/stat : 4521 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576027326632 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4516/tid=4522] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4522/stat : 4522 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140576026274856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4523] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4523/stat : 4523 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575929744296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4516/tid=4524] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4524/stat : 4524 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575928691496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4525] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4525/stat : 4525 (java) S 4514 4516 4516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 337772854 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575927638696 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4526] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4526/stat : 4526 (java) S 4514 4516 4516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 337772855 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575915440616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4527] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4527/stat : 4527 (java) S 4514 4516 4516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 337772855 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575914386680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4528] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4528/stat : 4528 (java) S 4514 4516 4516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337772855 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575913333768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4529] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4529/stat : 4529 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772857 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575912282256 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4530] ppid=4514 vsize=9624972 CPUtime=0.31 cores=0,2,4,6
/proc/4516/task/4530/stat : 4530 (java) R 4514 4516 4516 0 -1 4202560 2217 0 0 0 31 0 0 0 20 0 19 0 337772857 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575911217760 140576097781312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4516/tid=4531] ppid=4514 vsize=9624972 CPUtime=0.3 cores=0,2,4,6
/proc/4516/task/4531/stat : 4531 (java) S 4514 4516 4516 0 -1 4202560 3494 0 0 0 29 1 0 0 20 0 19 0 337772857 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575910177592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4516/tid=4532] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4532/stat : 4532 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772857 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575909124984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4516/tid=4533] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4533/stat : 4533 (java) S 4514 4516 4516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 337772857 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575908072392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4516/tid=4534] ppid=4514 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/4516/task/4534/stat : 4534 (java) S 4514 4516 4516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 337772917 9855971328 39686 33554432000 1073741824 1073778376 140734223677856 140575907017896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4460/tid=4467] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4467/stat : 4467 (python) S 4458 4460 3621 0 -1 4202560 31 1012 0 0 0 0 0 0 20 0 8 0 337716718 845733888 11210 33554432000 4194304 5683644 140736911767040 140221618999856 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4460/tid=4472] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4472/stat : 4472 (python) S 4458 4460 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 8 0 337721723 845733888 11210 33554432000 4194304 5683644 140736911767040 140221604835888 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4460/tid=4476] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4476/stat : 4476 (python) S 4458 4460 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 8 0 337726439 845733888 11210 33554432000 4194304 5683644 140736911767040 140221594346032 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4460/tid=4480] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4480/stat : 4480 (python) S 4458 4460 3621 0 -1 4202560 21 1012 0 0 0 0 0 0 20 0 8 0 337731399 845733888 11210 33554432000 4194304 5683644 140736911767040 140221583856176 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4460/tid=4484] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4484/stat : 4484 (python) S 4458 4460 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 8 0 337740542 845733888 11210 33554432000 4194304 5683644 140736911767040 140221573366320 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4460/tid=4492] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4492/stat : 4492 (python) S 4458 4460 3621 0 -1 4202560 19 1012 0 0 0 0 0 0 20 0 8 0 337768164 845733888 11210 33554432000 4194304 5683644 140736911767040 140221219856944 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4460/tid=4515] ppid=4458 vsize=825912 CPUtime=0 cores=0,2,4,6
/proc/4460/task/4515/stat : 4515 (python) S 4458 4460 3621 0 -1 4202560 22 1012 0 0 0 0 0 0 20 0 8 0 337772852 845733888 11210 33554432000 4194304 5683644 140736911767040 140221209367088 213423019808 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 566.34
Current children cumulated vsize (KiB) 24565260

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4460 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=278349
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=122981
# CPU time returned by wait4() is 4.40133
# while last known CPU time is 566.34
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 563.576
CPU time (s): 566.34
CPU user time (s): 562.73
CPU system time (s): 3.61
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 24565260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.27835
system time used= 0.122981
maximum resident set size= 44840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22782
page faults= 1
swaps= 0
block input operations= 0
block output operations= 6560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1026
involuntary context switches= 27

runsolver used 1.9747 second user time and 5.31219 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 11:31:57
IDJOB=3730871
IDBENCH=1488
IDSOLVER=2327
FILE ID=node140/3730871-1338715917
RUNJOBID= node140-1338713222-3637
PBS_JOBID= 14636725
Free space on /tmp= 70504 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730871-1338715917/watcher-3730871-1338715917 -o /tmp/evaluation-result-3730871-1338715917/solver-3730871-1338715917 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3730871-1338715917.opb -seed 1683565653 -budget 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1683565653

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23616452 kB
Buffers:          444192 kB
Cached:          4578096 kB
SwapCached:         1664 kB
Active:          4927152 kB
Inactive:        3407896 kB
Active(anon):    3305296 kB
Inactive(anon):     9476 kB
Active(file):    1621856 kB
Inactive(file):  3398420 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105156 kB
Dirty:            104680 kB
Writeback:             0 kB
AnonPages:       3317668 kB
Mapped:            25036 kB
Shmem:                80 kB
Slab:             772100 kB
SReclaimable:     212164 kB
SUnreclaim:       559936 kB
KernelStack:        1584 kB
PageTables:        15268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4611828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1443840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70400 MiB
End job on node140 at 2012-06-03 11:41:21