Trace number 3481601

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 NameAnswerobjective functionCPU timeWall clock time
borg pb-opt-11.04.03? (MO) 291.58 288.175

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_5.opb
MD5SUM9b75ee50c2c62e6be495e8bd0a94fa2c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-146
Best CPU time to get the best result obtained on this benchmark1797.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -131
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.33/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.69	c INFO: solving HOME/instance-3481601-1307578466.opb
0.39/0.79	c INFO: wrote linearized instance to HOME/tmpRQ2VBj.opb
0.57/0.89	c INFO: parsing took 0.09 s
0.78/1.07	c INFO: features took 0.18 CPU seconds
0.78/1.10	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.31)
47.54/47.73	c INFO: running scip-2.0.1-clp@0 for 45 with 1753 remaining (b = 0.06)
96.18/96.22	c INFO: running wbo1.4a@0 for 45 with 1705 remaining (b = 0.02)
146.13/146.04	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1655 remaining (b = 0.02)
194.24/192.19	c INFO: running scip-2.0.1-spx@46 for 45 with 1607 remaining (b = 0.01)
243.39/241.17	c INFO: running scip-2.0.1-clp@48 for 45 with 1558 remaining (b = 0.02)
289.73/287.34	c INFO: running sat4j-pb-v20101225@0 for 45 with 1512 remaining (b = 0.02)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 4 cores: 1,3,5,7

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.07 2.05 1.80 2/623 18074
/proc/meminfo: memFree=14178864/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=15780 CPUtime=0 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 903 0 0 0 0 0 0 0 17 0 1 0 948077269 16158720 784 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/18074/statm: 3945 784 346 364 0 432 0

[startup+0.0362051 s]
/proc/loadavg: 2.07 2.05 1.80 2/623 18074
/proc/meminfo: memFree=14178864/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=16820 CPUtime=0.01 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 1228 0 0 0 1 0 0 0 17 0 1 0 948077269 17223680 1086 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/18074/statm: 4205 1086 417 364 0 692 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16820

[startup+0.100195 s]
/proc/loadavg: 2.07 2.05 1.80 2/623 18074
/proc/meminfo: memFree=14178864/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=85368 CPUtime=0.07 cores=1,3,5,7
/proc/18074/stat : 18074 (python) R 18072 18074 16077 0 -1 4202496 2609 0 0 0 5 2 0 0 17 0 1 0 948077269 87416832 2329 33554432000 4194304 5683644 140733235995776 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18074/statm: 21342 2332 715 364 0 1559 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85368

[startup+0.300174 s]
/proc/loadavg: 2.07 2.05 1.80 2/623 18074
/proc/meminfo: memFree=14178864/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=123744 CPUtime=0.16 cores=1,3,5,7
/proc/18074/stat : 18074 (python) R 18072 18074 16077 0 -1 4202496 5356 931 1 0 10 6 0 0 16 0 1 0 948077269 126713856 3744 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020391941 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/18074/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 123744

[startup+0.701099 s]
/proc/loadavg: 2.07 2.05 1.80 2/623 18074
/proc/meminfo: memFree=14178864/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=283432 CPUtime=0.39 cores=1,3,5,7
/proc/18074/stat : 18074 (python) R 18072 18074 16077 0 -1 4202496 9125 931 1 0 28 11 0 0 17 0 1 0 948077269 290234368 6938 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222608 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/18074/statm: 70858 6938 1776 364 0 5751 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 283432

[startup+1.50091 s]
/proc/loadavg: 2.15 2.07 1.80 3/624 18080
/proc/meminfo: memFree=14152180/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=296796 CPUtime=0.86 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 12408 1382 1 0 62 15 7 2 18 0 2 0 948077269 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18074/statm: 74199 8038 1871 364 0 9086 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 296796

[startup+3.10065 s]
/proc/loadavg: 2.15 2.07 1.80 3/627 18083
/proc/meminfo: memFree=14078128/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=296796 CPUtime=0.86 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 12408 1382 1 0 62 15 7 2 18 0 2 0 948077269 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18074/statm: 74199 8038 1871 364 0 9086 0
[pid=18081] ppid=18074 vsize=286552 CPUtime=0 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 948077380 293429248 6482 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416015 0 0 16781312 33554946 13657977210798047495 0 0 17 5 0 0 0
/proc/18081/statm: 71638 6482 319 364 0 6525 0
[pid=18083] ppid=18081 vsize=83284 CPUtime=1.99 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) R 18081 18083 18083 0 -1 4202496 19321 0 0 0 181 18 0 0 25 0 1 0 948077380 85282816 18206 33554432000 4194304 13684479 140733871954272 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18083/statm: 20821 18206 729 2317 0 18499 0
[pid=18074/tid=18082] ppid=18072 vsize=296796 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 2 0 948077380 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 666632

[startup+6.30108 s]
/proc/loadavg: 2.13 2.07 1.80 3/627 18083
/proc/meminfo: memFree=14078380/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=296796 CPUtime=0.86 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 12408 1382 1 0 62 15 7 2 18 0 2 0 948077269 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18074/statm: 74199 8038 1871 364 0 9086 0
[pid=18081] ppid=18074 vsize=286552 CPUtime=0 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 868 0 0 0 0 0 0 0 15 0 1 0 948077380 293429248 6506 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416015 0 0 16781312 33554946 13657989305425953031 0 0 17 5 0 0 0
/proc/18081/statm: 71638 6506 343 364 0 6525 0
[pid=18083] ppid=18081 vsize=85272 CPUtime=5.18 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) R 18081 18083 18083 0 -1 4202496 19778 0 0 0 499 19 0 0 25 0 1 0 948077380 87318528 18634 33554432000 4194304 13684479 140733871954272 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18083/statm: 21318 18634 729 2317 0 18996 0
[pid=18074/tid=18082] ppid=18072 vsize=296796 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 2 0 948077380 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 668620

[startup+12.7009 s]
/proc/loadavg: 2.12 2.07 1.80 3/627 18083
/proc/meminfo: memFree=14073400/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=296796 CPUtime=0.86 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 12408 1382 1 0 62 15 7 2 18 0 2 0 948077269 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18074/statm: 74199 8038 1871 364 0 9086 0
[pid=18081] ppid=18074 vsize=286552 CPUtime=0.02 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 871 0 0 0 1 1 0 0 15 0 1 0 948077380 293429248 6506 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416015 0 0 16781312 33554946 5623606151888251739 0 0 17 5 0 0 0
/proc/18081/statm: 71638 6506 343 364 0 6525 0
[pid=18083] ppid=18081 vsize=89560 CPUtime=11.58 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) R 18081 18083 18083 0 -1 4202496 22495 0 0 0 1137 21 0 0 25 0 1 0 948077380 91709440 19771 33554432000 4194304 13684479 140733871954272 18446744073709551615 7390780 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18083/statm: 22390 19771 733 2317 0 20068 0
[pid=18074/tid=18082] ppid=18072 vsize=296796 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 2 0 948077380 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 672908

[startup+25.5005 s]
/proc/loadavg: 2.10 2.06 1.81 3/627 18083
/proc/meminfo: memFree=14025352/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=296796 CPUtime=0.86 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 12408 1382 1 0 62 15 7 2 18 0 2 0 948077269 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/18074/statm: 74199 8038 1871 364 0 9086 0
[pid=18081] ppid=18074 vsize=286552 CPUtime=0.07 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 891 0 0 0 4 3 0 0 15 0 1 0 948077380 293429248 6506 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416015 0 0 16781312 33554946 5623606151888251739 0 0 17 5 0 0 0
/proc/18081/statm: 71638 6506 343 364 0 6525 0
[pid=18083] ppid=18081 vsize=138396 CPUtime=24.36 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) R 18081 18083 18083 0 -1 4202496 38565 0 0 0 2401 35 0 0 25 0 1 0 948077380 141717504 32003 33554432000 4194304 13684479 140733871954272 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18083/statm: 34599 32003 825 2317 0 32277 0
[pid=18074/tid=18082] ppid=18072 vsize=296796 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 2 0 948077380 303919104 8038 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 721744

[startup+51.1009 s]
/proc/loadavg: 2.06 2.06 1.81 3/631 18088
/proc/meminfo: memFree=13958084/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=307052 CPUtime=0.89 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 13264 1382 1 0 65 15 7 2 20 0 3 0 948077269 314421248 8045 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/18074/statm: 76763 8045 1874 364 0 11647 0
[pid=18081] ppid=18074 vsize=296796 CPUtime=0.15 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 1102 0 0 0 7 8 0 0 16 0 2 0 948077380 303919104 6574 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0
/proc/18081/statm: 74199 6574 406 364 0 9086 0
[pid=18083] ppid=18081 vsize=138396 CPUtime=46.54 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) T 18081 18083 18083 0 -1 4202496 38613 0 0 0 4602 52 0 0 25 0 1 0 948077380 141717504 32051 33554432000 4194304 13684479 140733871954272 18446744073709551615 7154634 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/18083/statm: 34599 32051 825 2317 0 32277 0
[pid=18081/tid=18085] ppid=18074 vsize=296796 CPUtime=0 cores=1,3,5,7
/proc/18081/task/18085/stat : 18085 (python) S 18074 18074 16077 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948082040 303919104 6574 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604469240072128 0 0 -1 3 0 0 0
[pid=18086] ppid=18074 vsize=296808 CPUtime=0.01 cores=1,3,5,7
/proc/18086/stat : 18086 (python) S 18074 18074 16077 0 -1 4202560 887 0 0 0 0 1 0 0 15 0 1 0 948082043 303931392 6511 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416070 0 0 16781312 33554946 4476355966912135430 0 0 17 7 0 0 0
/proc/18086/statm: 74202 6511 344 364 0 9086 0
[pid=18088] ppid=18086 vsize=83492 CPUtime=3.36 cores=1,3,5,7
/proc/18088/stat : 18088 (scip-2.0.1.linu) R 18086 18088 18088 0 -1 4202496 24171 0 0 0 318 18 0 0 25 0 1 0 948082043 85495808 16783 33554432000 4194304 15243407 140733661042368 18446744073709551615 8116750 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18088/statm: 20873 16783 824 2698 0 18168 0
[pid=18074/tid=18082] ppid=18072 vsize=307052 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 3 0 948077380 314421248 8045 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
[pid=18074/tid=18087] ppid=18072 vsize=307052 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18087/stat : 18087 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 20 0 3 0 948082043 314421248 8045 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1122544

[startup+102.314 s]
/proc/loadavg: 2.09 2.06 1.83 3/635 18093
/proc/meminfo: memFree=13930960/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=317308 CPUtime=0.91 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 14138 1382 1 0 67 15 7 2 20 0 4 0 948077269 324923392 8051 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18074/statm: 79327 8051 1876 364 0 14208 0
[pid=18081] ppid=18074 vsize=296796 CPUtime=0.15 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 1102 0 0 0 7 8 0 0 16 0 2 0 948077380 303919104 6574 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0
/proc/18081/statm: 74199 6574 406 364 0 9086 0
[pid=18083] ppid=18081 vsize=138396 CPUtime=46.54 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) T 18081 18083 18083 0 -1 4202496 38613 0 0 0 4602 52 0 0 25 0 1 0 948077380 141717504 32051 33554432000 4194304 13684479 140733871954272 18446744073709551615 7154634 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/18083/statm: 34599 32051 825 2317 0 32277 0
[pid=18081/tid=18085] ppid=18074 vsize=296796 CPUtime=0 cores=1,3,5,7
/proc/18081/task/18085/stat : 18085 (python) S 18074 18074 16077 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948082040 303919104 6574 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604469240072128 0 0 -1 3 0 0 0
[pid=18086] ppid=18074 vsize=296808 CPUtime=0.14 cores=1,3,5,7
/proc/18086/stat : 18086 (python) S 18074 18074 16077 0 -1 4202560 1165 0 0 0 6 8 0 0 16 0 2 0 948082043 303931392 6565 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0
/proc/18086/statm: 74202 6565 397 364 0 9086 0
[pid=18088] ppid=18086 vsize=85676 CPUtime=48.46 cores=1,3,5,7
/proc/18088/stat : 18088 (scip-2.0.1.linu) T 18086 18088 18088 0 -1 4202496 102053 0 0 0 4814 32 0 0 25 0 1 0 948082043 87732224 17350 33554432000 4194304 15243407 140733661042368 18446744073709551615 7426930 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/18088/statm: 21419 17350 838 2698 0 18714 0
[pid=18086/tid=18090] ppid=18074 vsize=296808 CPUtime=0 cores=1,3,5,7
/proc/18086/task/18090/stat : 18090 (python) S 18074 18074 16077 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 2 0 948086890 303931392 6565 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604465576024960 0 0 -1 1 0 0 0
[pid=18091] ppid=18074 vsize=307064 CPUtime=0.01 cores=1,3,5,7
/proc/18091/stat : 18091 (python) S 18074 18074 16077 0 -1 4202560 1018 0 0 0 0 1 0 0 15 0 1 0 948086892 314433536 6521 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416070 0 0 16781312 33554946 4294934790 0 0 17 3 0 0 0
/proc/18091/statm: 76766 6521 350 364 0 11647 0
[pid=18093] ppid=18091 vsize=19824 CPUtime=6.07 cores=1,3,5,7
/proc/18093/stat : 18093 (wbo1.4a) R 18091 18093 18093 0 -1 4202496 5055 0 0 0 602 5 0 0 25 0 1 0 948086892 20299776 4526 33554432000 134512640 135751879 4289267936 18446744073709551615 135209796 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/18093/statm: 4956 4526 146 303 0 4651 0
[pid=18074/tid=18082] ppid=18072 vsize=317308 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 18 0 4 0 948077380 324923392 8051 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
[pid=18074/tid=18087] ppid=18072 vsize=317308 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18087/stat : 18087 (python) S 18072 18074 16077 0 -1 4202560 30 1382 0 0 0 0 7 2 20 0 4 0 948082043 324923392 8051 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 3 0 0 0

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

[pid=18127/tid=18141] ppid=18125 vsize=8547468 CPUtime=0.53 cores=1,3,5,7
/proc/18127/task/18141/stat : 18141 (java) S 18125 18127 18127 0 -1 4202560 5159 0 0 0 52 1 0 0 25 0 19 0 948106009 8752607232 35518 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18142] ppid=18125 vsize=8547468 CPUtime=0.47 cores=1,3,5,7
/proc/18127/task/18142/stat : 18142 (java) S 18125 18127 18127 0 -1 4202560 4750 0 0 0 47 0 0 0 16 0 19 0 948106009 8752607232 35522 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18143] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18143/stat : 18143 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948106009 8752607232 35526 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18144] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18144/stat : 18144 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948106009 8752607232 35530 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032212480 0 4 0 16800975 18446604461533053888 0 0 -1 3 0 0 0
[pid=18127/tid=18145] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18145/stat : 18145 (java) S 18125 18127 18127 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 948106060 8752607232 35532 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032212480 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18074/tid=18082] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 36 1382 0 0 0 0 7 2 18 0 6 0 948077380 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
[pid=18074/tid=18087] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18087/stat : 18087 (python) S 18072 18074 16077 0 -1 4202560 35 1382 0 0 0 0 7 2 18 0 6 0 948082043 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 3 0 0 0
[pid=18074/tid=18092] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18092/stat : 18092 (python) S 18072 18074 16077 0 -1 4202560 32 1382 0 0 0 0 7 2 20 0 6 0 948086892 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 1 0 0 0
[pid=18074/tid=18098] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18098/stat : 18098 (python) S 18072 18074 16077 0 -1 4202560 28 1382 0 0 0 0 7 2 20 0 6 0 948091874 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 1 0 0 0
[pid=18074/tid=18126] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18126/stat : 18126 (python) S 18072 18074 16077 0 -1 4202560 20 1382 0 0 0 0 7 2 20 0 6 0 948106004 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 291.58
Current children cumulated vsize (KiB) 19383868

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

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

[startup+288.101 s]
/proc/loadavg: 2.02 2.04 1.85 4/682 18145
/proc/meminfo: memFree=13213852/32951124 swapFree=67056304/67111528
[pid=18074] ppid=18072 vsize=403356 CPUtime=1.02 cores=1,3,5,7
/proc/18074/stat : 18074 (python) S 18072 18074 16077 0 -1 4202496 16031 1382 1 0 77 16 7 2 18 0 6 0 948077269 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/18074/statm: 100839 8065 1880 364 0 35714 0
[pid=18081] ppid=18074 vsize=296796 CPUtime=0.31 cores=1,3,5,7
/proc/18081/stat : 18081 (python) S 18074 18074 16077 0 -1 4202560 1125 0 0 0 15 16 0 0 16 0 2 0 948077380 303919104 6575 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18081/statm: 74199 6575 407 364 0 9086 0
[pid=18083] ppid=18081 vsize=138396 CPUtime=95.5 cores=1,3,5,7
/proc/18083/stat : 18083 (scip-2.0.1.linu) T 18081 18083 18083 0 -1 4202496 38628 0 0 0 9481 69 0 0 25 0 1 0 948077380 141717504 32066 33554432000 4194304 13684479 140733871954272 18446744073709551615 7397984 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/18083/statm: 34599 32066 829 2317 0 32277 0
[pid=18081/tid=18085] ppid=18074 vsize=296796 CPUtime=0 cores=1,3,5,7
/proc/18081/task/18085/stat : 18085 (python) S 18074 18074 16077 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 948082040 303919104 6575 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604469240072128 0 0 -1 3 0 0 0
[pid=18086] ppid=18074 vsize=296808 CPUtime=0.3 cores=1,3,5,7
/proc/18086/stat : 18086 (python) S 18074 18074 16077 0 -1 4202560 1207 0 0 0 13 17 0 0 15 0 2 0 948082043 303931392 6565 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18086/statm: 74202 6565 397 364 0 9086 0
[pid=18088] ppid=18086 vsize=85564 CPUtime=94.59 cores=1,3,5,7
/proc/18088/stat : 18088 (scip-2.0.1.linu) T 18086 18088 18088 0 -1 4202496 181360 0 0 0 9414 45 0 0 25 0 1 0 948082043 87617536 17406 33554432000 4194304 15243407 140733661042368 18446744073709551615 8121935 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/18088/statm: 21391 17406 840 2698 0 18686 0
[pid=18086/tid=18090] ppid=18074 vsize=296808 CPUtime=0 cores=1,3,5,7
/proc/18086/task/18090/stat : 18090 (python) S 18074 18074 16077 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 2 0 948086890 303931392 6565 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604465576024960 0 0 -1 1 0 0 0
[pid=18091] ppid=18074 vsize=307064 CPUtime=0.16 cores=1,3,5,7
/proc/18091/stat : 18091 (python) S 18074 18074 16077 0 -1 4202560 1190 0 0 0 7 9 0 0 16 0 2 0 948086892 314433536 6569 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18091/statm: 76766 6569 397 364 0 11647 0
[pid=18093] ppid=18091 vsize=115672 CPUtime=49.77 cores=1,3,5,7
/proc/18093/stat : 18093 (wbo1.4a) T 18091 18093 18093 0 -1 4202496 29004 0 0 0 4950 27 0 0 25 0 1 0 948086892 118448128 28475 33554432000 134512640 135751879 4289267936 18446744073709551615 134606320 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/18093/statm: 28918 28475 146 303 0 28613 0
[pid=18091/tid=18096] ppid=18074 vsize=307064 CPUtime=0 cores=1,3,5,7
/proc/18091/task/18096/stat : 18096 (python) S 18074 18074 16077 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 948091871 314433536 6569 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604459355641728 0 0 -1 7 0 0 0
[pid=18097] ppid=18074 vsize=317320 CPUtime=0.15 cores=1,3,5,7
/proc/18097/stat : 18097 (python) S 18074 18074 16077 0 -1 4202560 1143 0 0 0 6 9 0 0 16 0 2 0 948091873 324935680 6567 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18097/statm: 79330 6567 391 364 0 14208 0
[pid=18099] ppid=18097 vsize=8547848 CPUtime=47.99 cores=1,3,5,7
/proc/18099/stat : 18099 (java) T 18097 18099 18099 0 -1 4202496 95339 0 1 0 4784 15 0 0 15 0 19 0 948091874 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18099/statm: 2136962 59740 2249 9 0 2127703 0
[pid=18099/tid=18100] ppid=18097 vsize=8547848 CPUtime=45.94 cores=1,3,5,7
/proc/18099/task/18100/stat : 18100 (java) T 18097 18099 18099 0 -1 4202560 63474 0 1 0 4585 9 0 0 25 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 46912505891261 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=18099/tid=18101] ppid=18097 vsize=8547848 CPUtime=0.03 cores=1,3,5,7
/proc/18099/task/18101/stat : 18101 (java) T 18097 18099 18099 0 -1 4202560 1651 0 0 0 3 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=18099/tid=18102] ppid=18097 vsize=8547848 CPUtime=0.07 cores=1,3,5,7
/proc/18099/task/18102/stat : 18102 (java) T 18097 18099 18099 0 -1 4202560 3647 0 0 0 7 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=18099/tid=18103] ppid=18097 vsize=8547848 CPUtime=0.04 cores=1,3,5,7
/proc/18099/task/18103/stat : 18103 (java) T 18097 18099 18099 0 -1 4202560 2831 0 0 0 4 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18099/tid=18104] ppid=18097 vsize=8547848 CPUtime=0.03 cores=1,3,5,7
/proc/18099/task/18104/stat : 18104 (java) T 18097 18099 18099 0 -1 4202560 1962 0 0 0 3 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18099/tid=18105] ppid=18097 vsize=8547848 CPUtime=0.03 cores=1,3,5,7
/proc/18099/task/18105/stat : 18105 (java) T 18097 18099 18099 0 -1 4202560 1084 0 0 0 3 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18099/tid=18106] ppid=18097 vsize=8547848 CPUtime=0.04 cores=1,3,5,7
/proc/18099/task/18106/stat : 18106 (java) T 18097 18099 18099 0 -1 4202560 1766 0 0 0 4 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18099/tid=18107] ppid=18097 vsize=8547848 CPUtime=0.05 cores=1,3,5,7
/proc/18099/task/18107/stat : 18107 (java) T 18097 18099 18099 0 -1 4202560 2265 0 0 0 5 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18099/tid=18108] ppid=18097 vsize=8547848 CPUtime=0.06 cores=1,3,5,7
/proc/18099/task/18108/stat : 18108 (java) T 18097 18099 18099 0 -1 4202560 3309 0 0 0 6 0 0 0 15 0 19 0 948091875 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18099/tid=18109] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18109/stat : 18109 (java) T 18097 18099 18099 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 948091876 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032212480 0 0 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18099/tid=18110] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18110/stat : 18110 (java) T 18097 18099 18099 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948091877 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=18099/tid=18111] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18111/stat : 18111 (java) T 18097 18099 18099 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 948091877 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18099/tid=18112] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18112/stat : 18112 (java) T 18097 18099 18099 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948091879 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032219569 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=18099/tid=18113] ppid=18097 vsize=8547848 CPUtime=0.79 cores=1,3,5,7
/proc/18099/task/18113/stat : 18113 (java) T 18097 18099 18099 0 -1 4202560 5136 0 0 0 79 0 0 0 15 0 19 0 948091879 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=18099/tid=18114] ppid=18097 vsize=8547848 CPUtime=0.81 cores=1,3,5,7
/proc/18099/task/18114/stat : 18114 (java) T 18097 18099 18099 0 -1 4202560 6745 0 0 0 80 1 0 0 15 0 19 0 948091879 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18099/tid=18115] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18115/stat : 18115 (java) T 18097 18099 18099 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948091879 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=18099/tid=18116] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18116/stat : 18116 (java) T 18097 18099 18099 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948091879 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032212480 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18099/tid=18117] ppid=18097 vsize=8547848 CPUtime=0 cores=1,3,5,7
/proc/18099/task/18117/stat : 18117 (java) T 18097 18099 18099 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948091929 8752996352 59740 33554432000 1073741824 1073778376 140735979976496 18446744073709551615 260032212480 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=18097/tid=18122] ppid=18074 vsize=317320 CPUtime=0 cores=1,3,5,7
/proc/18097/task/18122/stat : 18122 (python) S 18074 18074 16077 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 948096486 324935680 6567 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554946 18446604458314888192 0 0 -1 7 0 0 0
[pid=18125] ppid=18074 vsize=327576 CPUtime=0 cores=1,3,5,7
/proc/18125/stat : 18125 (python) S 18074 18074 16077 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 948106004 335437824 6499 33554432000 4194304 5683644 140733235995776 18446744073709551615 260020416070 0 0 16781312 33554946 1324081655069016064 0 0 17 1 0 0 0
/proc/18125/statm: 81894 6499 320 364 0 16769 0
[pid=18127] ppid=18125 vsize=8547468 CPUtime=1.79 cores=1,3,5,7
/proc/18127/stat : 18127 (java) S 18125 18127 18127 0 -1 4202496 39162 0 1 0 172 7 0 0 17 0 19 0 948106004 8752607232 35324 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18127/statm: 2136867 35326 2227 9 0 2127608 0
[pid=18127/tid=18128] ppid=18125 vsize=8547468 CPUtime=0.76 cores=1,3,5,7
/proc/18127/task/18128/stat : 18128 (java) R 18125 18127 18127 0 -1 4202560 28021 0 1 0 72 4 0 0 19 0 19 0 948106005 8752607232 35488 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 46912505841832 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18127/tid=18129] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18129/stat : 18129 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 948106006 8752607232 35488 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18130] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18130/stat : 18130 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35488 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18131] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18131/stat : 18131 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35488 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18132] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18132/stat : 18132 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35489 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18133] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18133/stat : 18133 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35493 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18134] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18134/stat : 18134 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35493 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18135] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18135/stat : 18135 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 948106006 8752607232 35497 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18136] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18136/stat : 18136 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 948106006 8752607232 35501 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18137] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18137/stat : 18137 (java) S 18125 18127 18127 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 19 0 948106007 8752607232 35505 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032212480 0 0 0 16800975 18446604461533053888 0 0 -1 7 0 0 0
[pid=18127/tid=18138] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18138/stat : 18138 (java) S 18125 18127 18127 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 948106007 8752607232 35509 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18139] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18139/stat : 18139 (java) S 18125 18127 18127 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 948106007 8752607232 35510 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18140] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18140/stat : 18140 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948106009 8752607232 35514 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032219569 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18141] ppid=18125 vsize=8547468 CPUtime=0.53 cores=1,3,5,7
/proc/18127/task/18141/stat : 18141 (java) S 18125 18127 18127 0 -1 4202560 5159 0 0 0 52 1 0 0 25 0 19 0 948106009 8752607232 35518 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18142] ppid=18125 vsize=8547468 CPUtime=0.47 cores=1,3,5,7
/proc/18127/task/18142/stat : 18142 (java) S 18125 18127 18127 0 -1 4202560 4750 0 0 0 47 0 0 0 16 0 19 0 948106009 8752607232 35522 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18127/tid=18143] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18143/stat : 18143 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948106009 8752607232 35526 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032211865 0 4 0 16800975 18446604461533053888 0 0 -1 1 0 0 0
[pid=18127/tid=18144] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18144/stat : 18144 (java) S 18125 18127 18127 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948106009 8752607232 35530 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032212480 0 4 0 16800975 18446604461533053888 0 0 -1 3 0 0 0
[pid=18127/tid=18145] ppid=18125 vsize=8547468 CPUtime=0 cores=1,3,5,7
/proc/18127/task/18145/stat : 18145 (java) S 18125 18127 18127 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 948106060 8752607232 35532 33554432000 1073741824 1073778376 140734592848096 18446744073709551615 260032212480 0 4 0 16800975 18446604461533053888 0 0 -1 5 0 0 0
[pid=18074/tid=18082] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18082/stat : 18082 (python) S 18072 18074 16077 0 -1 4202560 36 1382 0 0 0 0 7 2 18 0 6 0 948077380 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 7 0 0 0
[pid=18074/tid=18087] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18087/stat : 18087 (python) S 18072 18074 16077 0 -1 4202560 35 1382 0 0 0 0 7 2 18 0 6 0 948082043 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 3 0 0 0
[pid=18074/tid=18092] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18092/stat : 18092 (python) S 18072 18074 16077 0 -1 4202560 32 1382 0 0 0 0 7 2 20 0 6 0 948086892 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 1 0 0 0
[pid=18074/tid=18098] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18098/stat : 18098 (python) S 18072 18074 16077 0 -1 4202560 28 1382 0 0 0 0 7 2 20 0 6 0 948091874 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 1 0 0 0
[pid=18074/tid=18126] ppid=18072 vsize=403356 CPUtime=0.09 cores=1,3,5,7
/proc/18074/task/18126/stat : 18126 (python) S 18072 18074 16077 0 -1 4202560 20 1382 0 0 0 0 7 2 20 0 6 0 948106004 413036544 8065 33554432000 4194304 5683644 140733235995776 18446744073709551615 260032219569 0 0 16781312 33554434 18446604464518391872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 291.58
Current children cumulated vsize (KiB) 19383868

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 288.175
CPU time (s): 291.58
CPU user time (s): 289.26
CPU system time (s): 2.32
CPU usage (%): 101.182
Max. virtual memory (cumulated for all children) (KiB): 19383868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.845871
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17415
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8504
involuntary context switches= 28

runsolver used 1.48877 second user time and 3.51147 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 02:14:26
IDJOB=3481601
IDBENCH=48268
IDSOLVER=1970
FILE ID=node110/3481601-1307578466
RUNJOBID= node110-1307576440-16096
PBS_JOBID= 13547695
Free space on /tmp= 73596 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_10_5.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.opt.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3481601-1307578466/watcher-3481601-1307578466 -o /tmp/evaluation-result-3481601-1307578466/solver-3481601-1307578466 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481601-1307578466.opb -seed 77872414 -budget 1800

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

MD5SUM BENCH= 9b75ee50c2c62e6be495e8bd0a94fa2c
RANDOM SEED=77872414

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:      14178896 kB
Buffers:        192624 kB
Cached:         889228 kB
SwapCached:       8464 kB
Active:       18287484 kB
Inactive:       193888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14178896 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          101760 kB
Writeback:           0 kB
AnonPages:    17397480 kB
Mapped:         110884 kB
Slab:           160648 kB
PageTables:      61692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97413788 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= 73496 MiB
End job on node110 at 2011-06-09 02:19:17