Trace number 3481914

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) 343.83 341.092

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.38/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.38/0.71	c INFO: solving HOME/instance-3481914-1307577318.opb
0.38/0.72	c INFO: parsing took 0.00 s
0.38/0.72	c INFO: features took 0.00 CPU seconds
0.38/0.75	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.14)
52.77/52.61	c INFO: running wbo1.4a@0 for 45 with 1751 remaining (b = 0.03)
99.14/98.86	c INFO: running clasp-1.3.7@0 for 91 with 1705 remaining (b = 0.01)
195.48/194.86	c INFO: running sat4j-pb-v20101225@0 for 91 with 1609 remaining (b = 0.01)
290.97/289.07	c INFO: running scip-2.0.1-clp@0 for 45 with 1514 remaining (b = 0.00)
342.96/340.61	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1465 remaining (b = 0.00)

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-3481914-1307577318/watcher-3481914-1307577318 -o /tmp/evaluation-result-3481914-1307577318/solver-3481914-1307577318 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481914-1307577318.opb -seed 401728441 -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: 1.92 1.91 1.27 2/609 28127
/proc/meminfo: memFree=17245796/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/28127/stat : 28127 (python) R 28125 28127 27575 0 -1 4202496 1039 0 0 0 0 0 0 0 25 0 1 0 850147458 16629760 910 33554432000 4194304 5683644 140734150251728 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/28127/statm: 4060 910 380 364 0 547 0

[startup+0.1149 s]
/proc/loadavg: 1.92 1.91 1.27 2/609 28127
/proc/meminfo: memFree=17245796/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=85364 CPUtime=0.05 cores=0,2,4,6
/proc/28127/stat : 28127 (python) D 28125 28127 27575 0 -1 4202496 2594 0 0 0 4 1 0 0 18 0 1 0 850147458 87412736 2316 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726410807 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/28127/statm: 21341 2316 714 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.200885 s]
/proc/loadavg: 1.92 1.91 1.27 2/609 28127
/proc/meminfo: memFree=17245796/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=109344 CPUtime=0.1 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 4558 930 1 0 8 2 0 0 17 0 1 0 850147458 111968256 3016 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726403072 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/28127/statm: 27337 3021 898 364 0 2033 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 109344

[startup+0.300895 s]
/proc/loadavg: 1.92 1.91 1.27 2/609 28127
/proc/meminfo: memFree=17245796/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=123740 CPUtime=0.15 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 5357 930 1 0 11 4 0 0 17 0 1 0 850147458 126709760 3744 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/28127/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 123740

[startup+0.700758 s]
/proc/loadavg: 1.92 1.91 1.27 2/609 28127
/proc/meminfo: memFree=17245796/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=273424 CPUtime=0.38 cores=0,2,4,6
/proc/28127/stat : 28127 (python) R 28125 28127 27575 0 -1 4202496 8770 930 1 0 28 10 0 0 16 0 1 0 850147458 279986176 6722 33554432000 4194304 5683644 140734150251728 18446744073709551615 4387382 0 0 16781312 2 0 0 0 17 2 0 0 2
/proc/28127/statm: 68356 6722 1720 364 0 5389 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 273424

[startup+1.50063 s]
/proc/loadavg: 1.92 1.91 1.27 3/613 28135
/proc/meminfo: memFree=17199888/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=282836 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 820 0 0 0 0 0 0 0 15 0 1 0 850147533 289624064 5624 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 2055856439204773888 0 0 17 2 0 0 0
/proc/28133/statm: 70709 5624 358 364 0 5596 0
[pid=28135] ppid=28133 vsize=30636 CPUtime=0.73 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 5676 0 0 0 69 4 0 0 18 0 1 0 850147533 31371264 5057 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 7659 5057 806 2317 0 5337 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 606552

[startup+3.10035 s]
/proc/loadavg: 1.92 1.91 1.27 3/613 28135
/proc/meminfo: memFree=17199020/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=282836 CPUtime=0 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 850147533 289624064 5624 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 400982368707411968 0 0 17 2 0 0 0
/proc/28133/statm: 70709 5624 358 364 0 5596 0
[pid=28135] ppid=28133 vsize=31988 CPUtime=2.33 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 6252 0 0 0 221 12 0 0 18 0 1 0 850147533 32755712 5633 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 7997 5633 806 2317 0 5675 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 607904

[startup+6.30075 s]
/proc/loadavg: 1.93 1.91 1.27 3/613 28135
/proc/meminfo: memFree=17195308/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=282836 CPUtime=0.03 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 967 0 0 0 2 1 0 0 15 0 1 0 850147533 289624064 5647 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 1175787923375652864 0 0 17 2 0 0 0
/proc/28133/statm: 70709 5647 381 364 0 5596 0
[pid=28135] ppid=28133 vsize=31988 CPUtime=5.54 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 6272 0 0 0 522 32 0 0 18 0 1 0 850147533 32755712 5653 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 7997 5653 806 2317 0 5675 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 607904

[startup+12.7005 s]
/proc/loadavg: 1.93 1.91 1.28 3/613 28136
/proc/meminfo: memFree=17175940/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=282968 CPUtime=0.09 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 991 0 0 0 6 3 0 0 15 0 1 0 850147533 289759232 5665 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 2961577570627223552 0 0 17 6 0 0 0
/proc/28133/statm: 70742 5665 383 364 0 5629 0
[pid=28135] ppid=28133 vsize=43308 CPUtime=11.93 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 13670 0 0 0 1125 68 0 0 18 0 1 0 850147533 44347392 8312 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 10827 8312 806 2317 0 8505 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 619356

[startup+25.5011 s]
/proc/loadavg: 1.95 1.91 1.29 3/613 28136
/proc/meminfo: memFree=17158828/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=283224 CPUtime=0.21 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 1019 0 0 0 14 7 0 0 15 0 1 0 850147533 290021376 5688 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 2053540876306612224 0 0 17 0 0 0 0
/proc/28133/statm: 70806 5688 384 364 0 5693 0
[pid=28135] ppid=28133 vsize=46356 CPUtime=24.74 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 20373 0 0 0 2321 153 0 0 18 0 1 0 850147533 47468544 9490 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 11589 9490 806 2317 0 9267 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 622660

[startup+51.1013 s]
/proc/loadavg: 2.08 1.95 1.31 3/613 28137
/proc/meminfo: memFree=17117228/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=293080 CPUtime=0.43 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 9687 930 1 0 32 11 0 0 18 0 2 0 850147458 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 2
/proc/28127/statm: 73270 7140 1870 364 0 8157 0
[pid=28133] ppid=28127 vsize=283224 CPUtime=0.47 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 1072 0 0 0 31 16 0 0 15 0 1 0 850147533 290021376 5732 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425103 0 0 16781312 33554946 392057027234365440 0 0 17 0 0 0 0
/proc/28133/statm: 70806 5732 384 364 0 5693 0
[pid=28135] ppid=28133 vsize=65480 CPUtime=50.34 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) R 28133 28135 28135 0 -1 4202496 28602 0 0 0 4708 326 0 0 18 0 1 0 850147533 67051520 13977 33554432000 4194304 13684479 140734788274288 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28135/statm: 16370 13977 806 2317 0 14048 0
[pid=28127/tid=28134] ppid=28125 vsize=293080 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 2 0 850147533 300113920 7140 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 641784

[startup+102.301 s]
/proc/loadavg: 2.21 2.00 1.36 3/617 28181
/proc/meminfo: memFree=19197392/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=313888 CPUtime=0.47 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 11387 930 1 0 36 11 0 0 20 0 4 0 850147458 321421312 7207 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 2
/proc/28127/statm: 78472 7207 1875 364 0 13353 0
[pid=28133] ppid=28127 vsize=293468 CPUtime=0.51 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 1235 0 0 0 33 18 0 0 17 0 2 0 850147533 300511232 5770 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28133/statm: 73367 5770 414 364 0 8254 0
[pid=28135] ppid=28133 vsize=65480 CPUtime=51.83 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) T 28133 28135 28135 0 -1 4202496 28602 0 0 0 4847 336 0 0 18 0 1 0 850147533 67051520 13977 33554432000 4194304 13684479 140734788274288 18446744073709551615 4665408 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/28135/statm: 16370 13977 806 2317 0 14048 0
[pid=28133/tid=28138] ppid=28127 vsize=293468 CPUtime=0 cores=0,2,4,6
/proc/28133/task/28138/stat : 28138 (python) S 28127 28127 27575 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 850152717 300511232 5770 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604452600602816 0 0 -1 6 0 0 0
[pid=28139] ppid=28127 vsize=293624 CPUtime=0.21 cores=0,2,4,6
/proc/28139/stat : 28139 (python) S 28127 28127 27575 0 -1 4202560 1107 0 0 0 10 11 0 0 16 0 2 0 850152720 300670976 5786 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28139/statm: 73406 5786 397 364 0 8290 0
[pid=28141] ppid=28139 vsize=117984 CPUtime=46.21 cores=0,2,4,6
/proc/28141/stat : 28141 (wbo1.4a) T 28139 28141 28141 0 -1 4202496 29290 0 0 0 4586 35 0 0 25 0 1 0 850152720 120815616 29024 33554432000 134512640 135751879 4289580336 18446744073709551615 134616336 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/28141/statm: 29496 29024 143 303 0 29191 0
[pid=28139/tid=28178] ppid=28127 vsize=293624 CPUtime=0 cores=0,2,4,6
/proc/28139/task/28178/stat : 28178 (python) S 28127 28127 27575 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 850157342 300670976 5786 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604441544136768 0 0 -1 6 0 0 0
[pid=28179] ppid=28127 vsize=303644 CPUtime=0.02 cores=0,2,4,6
/proc/28179/stat : 28179 (python) S 28127 28127 27575 0 -1 4202560 935 0 0 0 1 1 0 0 16 0 1 0 850157345 310931456 5701 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425158 0 0 16781312 33554946 5581624019095879940 0 0 17 4 0 0 0
/proc/28179/statm: 75911 5701 373 364 0 10792 0
[pid=28181] ppid=28179 vsize=1860 CPUtime=3.43 cores=0,2,4,6
/proc/28181/stat : 28181 (clasp-1.3.7-x86) R 28179 28181 28181 0 -1 4202496 484 0 0 0 343 0 0 0 25 0 1 0 850157345 1904640 223 33554432000 134512640 136139019 4287883936 18446744073709551615 134876493 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/28181/statm: 465 223 184 398 0 65 0
[pid=28127/tid=28134] ppid=28125 vsize=313888 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 4 0 850147533 321421312 7207 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
[pid=28127/tid=28140] ppid=28125 vsize=313888 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28140/stat : 28140 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 4 0 850152720 321421312 7207 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 4 0 0 0
[pid=28127/tid=28180] ppid=28125 vsize=313888 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28180/stat : 28180 (python) S 28125 28127 27575 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 4 0 850157345 321421312 7207 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0

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

[pid=28127/tid=28140] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28140/stat : 28140 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850152720 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 4 0 0 0
[pid=28127/tid=28180] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28180/stat : 28180 (python) S 28125 28127 27575 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 7 0 850157345 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
[pid=28127/tid=28190] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28190/stat : 28190 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850166945 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 4 0 0 0
[pid=28127/tid=28241] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28241/stat : 28241 (python) S 28125 28127 27575 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 7 0 850176366 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
[pid=28127/tid=28250] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28250/stat : 28250 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850181520 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 343.83
Current children cumulated vsize (KiB) 19533516

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

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

[startup+341.001 s]
/proc/loadavg: 2.05 2.02 1.51 6/699 28269
/proc/meminfo: memFree=18421644/32951124 swapFree=62998992/67111528
[pid=28127] ppid=28125 vsize=345232 CPUtime=0.55 cores=0,2,4,6
/proc/28127/stat : 28127 (python) S 28125 28127 27575 0 -1 4202496 13956 930 1 0 43 12 0 0 20 0 7 0 850147458 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 2
/proc/28127/statm: 86308 7358 1881 364 0 21180 0
[pid=28133] ppid=28127 vsize=293468 CPUtime=0.51 cores=0,2,4,6
/proc/28133/stat : 28133 (python) S 28127 28127 27575 0 -1 4202560 1235 0 0 0 33 18 0 0 17 0 2 0 850147533 300511232 5770 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28133/statm: 73367 5770 414 364 0 8254 0
[pid=28135] ppid=28133 vsize=65480 CPUtime=51.83 cores=0,2,4,6
/proc/28135/stat : 28135 (scip-2.0.1.linu) T 28133 28135 28135 0 -1 4202496 28602 0 0 0 4847 336 0 0 18 0 1 0 850147533 67051520 13977 33554432000 4194304 13684479 140734788274288 18446744073709551615 4665408 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/28135/statm: 16370 13977 806 2317 0 14048 0
[pid=28133/tid=28138] ppid=28127 vsize=293468 CPUtime=0 cores=0,2,4,6
/proc/28133/task/28138/stat : 28138 (python) S 28127 28127 27575 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 850152717 300511232 5770 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604452600602816 0 0 -1 6 0 0 0
[pid=28139] ppid=28127 vsize=293624 CPUtime=0.21 cores=0,2,4,6
/proc/28139/stat : 28139 (python) S 28127 28127 27575 0 -1 4202560 1107 0 0 0 10 11 0 0 16 0 2 0 850152720 300670976 5786 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28139/statm: 73406 5786 397 364 0 8290 0
[pid=28141] ppid=28139 vsize=117984 CPUtime=46.21 cores=0,2,4,6
/proc/28141/stat : 28141 (wbo1.4a) T 28139 28141 28141 0 -1 4202496 29290 0 0 0 4586 35 0 0 25 0 1 0 850152720 120815616 29024 33554432000 134512640 135751879 4289580336 18446744073709551615 134616336 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/28141/statm: 29496 29024 143 303 0 29191 0
[pid=28139/tid=28178] ppid=28127 vsize=293624 CPUtime=0 cores=0,2,4,6
/proc/28139/task/28178/stat : 28178 (python) S 28127 28127 27575 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 850157342 300670976 5786 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604441544136768 0 0 -1 6 0 0 0
[pid=28179] ppid=28127 vsize=303644 CPUtime=0.42 cores=0,2,4,6
/proc/28179/stat : 28179 (python) S 28127 28127 27575 0 -1 4202560 1122 0 0 0 22 20 0 0 17 0 2 0 850157345 310931456 5726 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/28179/statm: 75911 5726 397 364 0 10792 0
[pid=28181] ppid=28179 vsize=1860 CPUtime=95.87 cores=0,2,4,6
/proc/28181/stat : 28181 (clasp-1.3.7-x86) T 28179 28181 28181 0 -1 4202496 484 0 0 0 9587 0 0 0 25 0 1 0 850157345 1904640 223 33554432000 134512640 136139019 4287883936 18446744073709551615 134831241 0 0 16781312 16386 18446744071562691360 0 0 17 6 0 0 0
/proc/28181/statm: 465 223 184 398 0 65 0
[pid=28179/tid=28188] ppid=28127 vsize=303644 CPUtime=0 cores=0,2,4,6
/proc/28179/task/28188/stat : 28188 (python) S 28127 28127 27575 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 850166942 310931456 5726 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604453729161600 0 0 -1 4 0 0 0
[pid=28189] ppid=28127 vsize=314316 CPUtime=0.5 cores=0,2,4,6
/proc/28189/stat : 28189 (python) S 28127 28127 27575 0 -1 4202560 1166 0 0 0 26 24 0 0 17 0 2 0 850166945 321859584 5823 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28189/statm: 78579 5823 397 364 0 13457 0
[pid=28191] ppid=28189 vsize=8537136 CPUtime=94.99 cores=0,2,4,6
/proc/28191/stat : 28191 (java) T 28189 28191 28191 0 -1 4202496 34415 0 1 0 9491 8 0 0 18 0 19 0 850166945 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28191/statm: 2134284 33081 2242 9 0 2125025 0
[pid=28191/tid=28192] ppid=28189 vsize=8537136 CPUtime=92.44 cores=0,2,4,6
/proc/28191/task/28192/stat : 28192 (java) T 28189 28191 28191 0 -1 4202560 27671 0 1 0 9240 4 0 0 25 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 46912505524840 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28191/tid=28193] ppid=28189 vsize=8537136 CPUtime=0.1 cores=0,2,4,6
/proc/28191/task/28193/stat : 28193 (java) T 28189 28191 28191 0 -1 4202560 174 0 0 0 10 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28194] ppid=28189 vsize=8537136 CPUtime=0.1 cores=0,2,4,6
/proc/28191/task/28194/stat : 28194 (java) T 28189 28191 28191 0 -1 4202560 110 0 0 0 10 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28195] ppid=28189 vsize=8537136 CPUtime=0.09 cores=0,2,4,6
/proc/28191/task/28195/stat : 28195 (java) T 28189 28191 28191 0 -1 4202560 295 0 0 0 9 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28196] ppid=28189 vsize=8537136 CPUtime=0.13 cores=0,2,4,6
/proc/28191/task/28196/stat : 28196 (java) T 28189 28191 28191 0 -1 4202560 38 0 0 0 13 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28197] ppid=28189 vsize=8537136 CPUtime=0.09 cores=0,2,4,6
/proc/28191/task/28197/stat : 28197 (java) T 28189 28191 28191 0 -1 4202560 192 0 0 0 9 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28198] ppid=28189 vsize=8537136 CPUtime=0.13 cores=0,2,4,6
/proc/28191/task/28198/stat : 28198 (java) T 28189 28191 28191 0 -1 4202560 100 0 0 0 13 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28191/tid=28199] ppid=28189 vsize=8537136 CPUtime=0.12 cores=0,2,4,6
/proc/28191/task/28199/stat : 28199 (java) T 28189 28191 28191 0 -1 4202560 107 0 0 0 12 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28200] ppid=28189 vsize=8537136 CPUtime=0.14 cores=0,2,4,6
/proc/28191/task/28200/stat : 28200 (java) T 28189 28191 28191 0 -1 4202560 44 0 0 0 14 0 0 0 15 0 19 0 850166946 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28201] ppid=28189 vsize=8537136 CPUtime=1.12 cores=0,2,4,6
/proc/28191/task/28201/stat : 28201 (java) T 28189 28191 28191 0 -1 4202560 1280 0 0 0 110 2 0 0 15 0 19 0 850166947 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738221568 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=28191/tid=28202] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28202/stat : 28202 (java) T 28189 28191 28191 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850166948 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28203] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28203/stat : 28203 (java) T 28189 28191 28191 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 850166948 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28191/tid=28204] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28204/stat : 28204 (java) T 28189 28191 28191 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850166950 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738228657 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28205] ppid=28189 vsize=8537136 CPUtime=0.26 cores=0,2,4,6
/proc/28191/task/28205/stat : 28205 (java) T 28189 28191 28191 0 -1 4202560 1582 0 0 0 26 0 0 0 15 0 19 0 850166950 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=28191/tid=28206] ppid=28189 vsize=8537136 CPUtime=0.2 cores=0,2,4,6
/proc/28191/task/28206/stat : 28206 (java) T 28189 28191 28191 0 -1 4202560 1428 0 0 0 20 0 0 0 15 0 19 0 850166950 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28207] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28207/stat : 28207 (java) T 28189 28191 28191 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850166950 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738220953 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28208] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28208/stat : 28208 (java) T 28189 28191 28191 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 850166950 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738221568 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=28191/tid=28209] ppid=28189 vsize=8537136 CPUtime=0 cores=0,2,4,6
/proc/28191/task/28209/stat : 28209 (java) T 28189 28191 28191 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 850166960 8742027264 33081 33554432000 1073741824 1073778376 140734588583232 18446744073709551615 264738221568 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=28189/tid=28239] ppid=28127 vsize=314316 CPUtime=0 cores=0,2,4,6
/proc/28189/task/28239/stat : 28239 (python) S 28127 28127 27575 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 850176363 321859584 5823 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604441544134976 0 0 -1 6 0 0 0
[pid=28240] ppid=28127 vsize=324572 CPUtime=0.43 cores=0,2,4,6
/proc/28240/stat : 28240 (python) S 28127 28127 27575 0 -1 4202560 1227 0 0 0 28 15 0 0 17 0 2 0 850176366 332361728 5847 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738231755 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/28240/statm: 81143 5847 398 364 0 16018 0
[pid=28242] ppid=28240 vsize=57900 CPUtime=51.45 cores=0,2,4,6
/proc/28242/stat : 28242 (scip-2.0.1.linu) T 28240 28242 28242 0 -1 4202496 68544 0 0 0 4914 231 0 0 18 0 1 0 850176366 59289600 11922 33554432000 4194304 15243407 140736047337312 18446744073709551615 13277498 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/28242/statm: 14475 11922 931 2698 0 11770 0
[pid=28240/tid=28248] ppid=28127 vsize=324572 CPUtime=0 cores=0,2,4,6
/proc/28240/task/28248/stat : 28248 (python) S 28127 28127 27575 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 850181517 332361728 5847 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554946 18446604441127592960 0 0 -1 6 0 0 0
[pid=28249] ppid=28127 vsize=334988 CPUtime=0 cores=0,2,4,6
/proc/28249/stat : 28249 (python) S 28127 28127 27575 0 -1 4202560 823 0 0 0 0 0 0 0 18 0 1 0 850181520 343027712 5822 33554432000 4194304 5683644 140734150251728 18446744073709551615 264726425158 0 0 16781312 33554946 3266305006357184512 0 0 17 0 0 0 0
/proc/28249/statm: 83747 5822 349 364 0 18619 0
[pid=28251] ppid=28249 vsize=8543312 CPUtime=0.86 cores=0,2,4,6
/proc/28251/stat : 28251 (java) S 28249 28251 28251 0 -1 4202496 19073 0 1 0 83 3 0 0 20 0 19 0 850181520 8748351488 15913 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/28251/statm: 2135828 15913 2197 9 0 2126569 0
[pid=28251/tid=28252] ppid=28249 vsize=8543312 CPUtime=0.39 cores=0,2,4,6
/proc/28251/task/28252/stat : 28252 (java) R 28249 28251 28251 0 -1 4202560 9136 0 1 0 38 1 0 0 18 0 19 0 850181521 8748351488 15919 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 47525312932691 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28251/tid=28253] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28253/stat : 28253 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 850181522 8748351488 15919 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28254] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28254/stat : 28254 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 850181522 8748351488 15919 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28255] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28255/stat : 28255 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 850181522 8748351488 15919 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28256] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28256/stat : 28256 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181522 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28257] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28257/stat : 28257 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181522 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28258] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28258/stat : 28258 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181522 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28259] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28259/stat : 28259 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181522 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28260] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28260/stat : 28260 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181522 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28261] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28261/stat : 28261 (java) S 28249 28251 28251 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 850181523 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738221568 0 0 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28262] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28262/stat : 28262 (java) S 28249 28251 28251 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 850181523 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28263] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28263/stat : 28263 (java) S 28249 28251 28251 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 850181523 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28264] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28264/stat : 28264 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 850181525 8748351488 15920 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738228657 0 4 0 16800975 18446604444554142016 0 0 -1 2 0 0 0
[pid=28251/tid=28265] ppid=28249 vsize=8543312 CPUtime=0.21 cores=0,2,4,6
/proc/28251/task/28265/stat : 28265 (java) R 28249 28251 28251 0 -1 4202560 5290 0 0 0 20 1 0 0 17 0 19 0 850181525 8748351488 15921 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 47525309284859 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28251/tid=28266] ppid=28249 vsize=8543312 CPUtime=0.23 cores=0,2,4,6
/proc/28251/task/28266/stat : 28266 (java) R 28249 28251 28251 0 -1 4202560 3252 0 0 0 23 0 0 0 25 0 19 0 850181526 8748351488 15921 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 47525309257713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28251/tid=28267] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28267/stat : 28267 (java) S 28249 28251 28251 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 850181526 8748351488 15921 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738220953 0 4 0 16800975 18446604444554142016 0 0 -1 6 0 0 0
[pid=28251/tid=28268] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28268/stat : 28268 (java) S 28249 28251 28251 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 850181526 8748351488 15921 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738221568 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28251/tid=28269] ppid=28249 vsize=8543312 CPUtime=0 cores=0,2,4,6
/proc/28251/task/28269/stat : 28269 (java) S 28249 28251 28251 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 850181535 8748351488 15921 33554432000 1073741824 1073778376 140735043245184 18446744073709551615 264738221568 0 4 0 16800975 18446604444554142016 0 0 -1 0 0 0 0
[pid=28127/tid=28134] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28134/stat : 28134 (python) S 28125 28127 27575 0 -1 4202560 24 930 0 0 0 0 0 0 18 0 7 0 850147533 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 2 0 0 0
[pid=28127/tid=28140] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28140/stat : 28140 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850152720 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 4 0 0 0
[pid=28127/tid=28180] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28180/stat : 28180 (python) S 28125 28127 27575 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 7 0 850157345 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
[pid=28127/tid=28190] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28190/stat : 28190 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850166945 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 4 0 0 0
[pid=28127/tid=28241] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28241/stat : 28241 (python) S 28125 28127 27575 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 7 0 850176366 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
[pid=28127/tid=28250] ppid=28125 vsize=345232 CPUtime=0 cores=0,2,4,6
/proc/28127/task/28250/stat : 28250 (python) S 28125 28127 27575 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 850181520 353517568 7358 33554432000 4194304 5683644 140734150251728 18446744073709551615 264738228657 0 0 16781312 33554434 18446604445317415232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 343.83
Current children cumulated vsize (KiB) 19533516

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 341.092
CPU time (s): 343.83
CPU user time (s): 336.7
CPU system time (s): 7.13
CPU usage (%): 100.803
Max. virtual memory (cumulated for all children) (KiB): 19533516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.439933
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14889
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= 2871
involuntary context switches= 23

runsolver used 2.44363 second user time and 4.91925 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-09 01:55:18
IDJOB=3481914
IDBENCH=2902
IDSOLVER=1970
FILE ID=node141/3481914-1307577318
RUNJOBID= node141-1307576354-27593
PBS_JOBID= 13547658
Free space on /tmp= 73760 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_1.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-3481914-1307577318/watcher-3481914-1307577318 -o /tmp/evaluation-result-3481914-1307577318/solver-3481914-1307577318 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481914-1307577318.opb -seed 401728441 -budget 1800

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

MD5SUM BENCH= cdfa46b59876181d5d89fd18757b8cfb
RANDOM SEED=401728441

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17246076 kB
Buffers:        143612 kB
Cached:         611220 kB
SwapCached:       8884 kB
Active:       15278108 kB
Inactive:       149704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17246076 kB
SwapTotal:    67111528 kB
SwapFree:     62998992 kB
Dirty:          101728 kB
Writeback:           0 kB
AnonPages:    14671472 kB
Mapped:          65220 kB
Slab:           124132 kB
PageTables:      82376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157344812 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= 73676 MiB
End job on node141 at 2011-06-09 02:01:02