Trace number 3481922

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) 339.25 335.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.3052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.37/0.67	c INFO: solving HOME/instance-3481922-1307577449.opb
0.37/0.67	c INFO: parsing took 0.00 s
0.37/0.67	c INFO: features took 0.00 CPU seconds
0.46/0.70	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.34)
52.43/52.12	c INFO: running wbo1.4a@0 for 45 with 1753 remaining (b = 0.05)
101.74/101.22	c INFO: running scip-2.0.1-clp@0 for 45 with 1705 remaining (b = 0.02)
153.43/152.69	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1656 remaining (b = 0.00)
199.93/197.10	c INFO: running bsolo_pb10-l3@0 for 136 with 1610 remaining (b = 0.01)
338.30/334.89	c INFO: running sat4j-pb-v20101225@0 for 91 with 1473 remaining (b = 0.01)

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.00 1.40 2/685 18853
/proc/meminfo: memFree=20606308/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/18853/stat : 18853 (python) R 18851 18853 17436 0 -1 4202496 997 0 0 0 0 0 0 0 25 0 1 0 869344672 16633856 870 33554432000 4194304 5683644 140733578103024 18446744073709551615 208079893189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18853/statm: 4061 870 368 364 0 548 0

[startup+0.107651 s]
/proc/loadavg: 2.02 2.00 1.40 2/685 18853
/proc/meminfo: memFree=20606308/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=94068 CPUtime=0.06 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 2796 0 1 0 4 2 0 0 25 0 1 0 869344672 96325632 2468 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080232192 0 0 16781312 2 18446744071562362840 0 0 17 2 0 0 0
/proc/18853/statm: 23517 2468 788 364 0 1628 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94068

[startup+0.200634 s]
/proc/loadavg: 2.02 2.00 1.40 2/685 18853
/proc/meminfo: memFree=20606308/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=120404 CPUtime=0.12 cores=0,2,4,6
/proc/18853/stat : 18853 (python) R 18851 18853 17436 0 -1 4202496 5027 930 1 0 9 3 0 0 25 0 1 0 869344672 123293696 3442 33554432000 4194304 5683644 140733578103024 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18853/statm: 30101 3447 925 364 0 2550 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 120404

[startup+0.300622 s]
/proc/loadavg: 2.02 2.00 1.40 2/685 18853
/proc/meminfo: memFree=20606308/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=123744 CPUtime=0.18 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 5357 930 1 0 12 6 0 0 25 0 1 0 869344672 126713856 3744 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/18853/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 123744

[startup+0.700545 s]
/proc/loadavg: 2.02 2.00 1.40 2/685 18853
/proc/meminfo: memFree=20606308/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=282816 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) R 18851 18853 17436 0 -1 4202496 9407 930 1 0 33 13 0 0 25 0 1 0 869344672 289603584 7127 33554432000 4194304 5683644 140733578103024 18446744073709551615 208083714269 0 0 16781312 33554434 0 0 0 17 2 0 0 0
/proc/18853/statm: 70704 7127 1863 364 0 5594 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 282816

[startup+1.50034 s]
/proc/loadavg: 2.02 2.00 1.41 3/689 18861
/proc/meminfo: memFree=20563000/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=282828 CPUtime=0 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 859 0 0 0 0 0 0 0 15 0 1 0 869344743 289615872 5622 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 337314825778495488 0 0 17 2 0 0 0
/proc/18859/statm: 70707 5622 358 364 0 5594 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=0.78 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5914 0 0 0 70 8 0 0 18 0 1 0 869344743 31502336 5300 33554432000 4194304 13684479 140735834917040 18446744073709551615 6051642 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18861/statm: 7691 5300 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 606664

[startup+3.10103 s]
/proc/loadavg: 2.02 2.00 1.41 3/689 18861
/proc/meminfo: memFree=20563000/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=282960 CPUtime=0.01 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 1 0 869344743 289751040 5628 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 2874337340212379648 0 0 17 2 0 0 0
/proc/18859/statm: 70740 5628 361 364 0 5627 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=2.38 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5919 0 0 0 201 37 0 0 18 0 1 0 869344743 31502336 5305 33554432000 4194304 13684479 140735834917040 18446744073709551615 11827852 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/18861/statm: 7691 5305 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 606796

[startup+6.30056 s]
/proc/loadavg: 2.01 2.00 1.41 3/689 18861
/proc/meminfo: memFree=20559248/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=282960 CPUtime=0.04 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1013 0 0 0 3 1 0 0 15 0 1 0 869344743 289751040 5668 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 3739298029404946432 0 0 17 0 0 0 0
/proc/18859/statm: 70740 5668 384 364 0 5627 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=5.58 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5920 0 0 0 489 69 0 0 18 0 1 0 869344743 31502336 5306 33554432000 4194304 13684479 140735834917040 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5306 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 606796

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 1.41 3/689 18861
/proc/meminfo: memFree=20543904/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=282960 CPUtime=0.13 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1030 0 0 0 8 5 0 0 15 0 1 0 869344743 289751040 5681 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 1204311149080739840 0 0 17 6 0 0 0
/proc/18859/statm: 70740 5681 384 364 0 5627 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=11.98 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5920 0 0 0 1071 127 0 0 18 0 1 0 869344743 31502336 5306 33554432000 4194304 13684479 140735834917040 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5306 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 606796

[startup+25.5009 s]
/proc/loadavg: 2.01 2.00 1.42 3/689 18862
/proc/meminfo: memFree=20530508/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=283196 CPUtime=0.27 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1068 0 0 0 18 9 0 0 16 0 1 0 869344743 289992704 5715 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 364892454303825920 0 0 17 0 0 0 0
/proc/18859/statm: 70799 5715 384 364 0 5686 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=24.77 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5922 0 0 0 2212 265 0 0 18 0 1 0 869344743 31502336 5308 33554432000 4194304 13684479 140735834917040 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5308 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 607032

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 1.44 3/690 18863
/proc/meminfo: memFree=20514028/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=293072 CPUtime=0.46 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 9630 930 1 0 33 13 0 0 25 0 2 0 869344672 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 73268 7138 1870 364 0 8155 0
[pid=18859] ppid=18853 vsize=283668 CPUtime=0.58 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1153 0 0 0 40 18 0 0 16 0 1 0 869344743 290476032 5789 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252431 0 0 16781312 33554946 2908021823822102528 0 0 17 0 0 0 0
/proc/18859/statm: 70917 5789 384 364 0 5804 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=50.36 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) R 18859 18861 18861 0 -1 4202496 5922 0 0 0 4494 542 0 0 18 0 1 0 869344743 31502336 5308 33554432000 4194304 13684479 140735834917040 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5308 810 2317 0 5369 0
[pid=18853/tid=18860] ppid=18851 vsize=293072 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 2 0 869344743 300105728 7138 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 51.4
Current children cumulated vsize (KiB) 607504

[startup+102.32 s]
/proc/loadavg: 2.00 2.00 1.46 3/719 18894
/proc/meminfo: memFree=20248856/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=313884 CPUtime=0.51 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 11421 930 1 0 38 13 0 0 20 0 4 0 869344672 321417216 7217 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0
/proc/18853/statm: 78471 7217 1875 364 0 13352 0
[pid=18859] ppid=18853 vsize=293912 CPUtime=0.61 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1291 0 0 0 41 20 0 0 17 0 2 0 869344743 300965888 5827 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/18859/statm: 73478 5827 414 364 0 8365 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=51.36 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) T 18859 18861 18861 0 -1 4202496 5922 0 0 0 4586 550 0 0 18 0 1 0 869344743 31502336 5308 33554432000 4194304 13684479 140735834917040 18446744073709551615 5620098 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5308 810 2317 0 5369 0
[pid=18859/tid=18864] ppid=18853 vsize=293912 CPUtime=0 cores=0,2,4,6
/proc/18859/task/18864/stat : 18864 (python) S 18853 18853 17436 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 2 0 869349883 300965888 5827 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604452456203456 0 0 -1 4 0 0 0
[pid=18865] ppid=18853 vsize=293620 CPUtime=0.22 cores=0,2,4,6
/proc/18865/stat : 18865 (python) S 18853 18853 17436 0 -1 4202560 1105 0 0 0 10 12 0 0 17 0 2 0 869349885 300666880 5783 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18865/statm: 73405 5783 397 364 0 8289 0
[pid=18867] ppid=18865 vsize=108040 CPUtime=49.05 cores=0,2,4,6
/proc/18867/stat : 18867 (wbo1.4a) T 18865 18867 18867 0 -1 4202496 26791 0 0 0 4859 46 0 0 25 0 1 0 869349886 110632960 26528 33554432000 134512640 135751879 4294790400 18446744073709551615 134611192 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/18867/statm: 27010 26528 143 303 0 26705 0
[pid=18865/tid=18891] ppid=18853 vsize=293620 CPUtime=0 cores=0,2,4,6
/proc/18865/task/18891/stat : 18891 (python) S 18853 18853 17436 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 869354793 300666880 5783 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604444028138432 0 0 -1 6 0 0 0
[pid=18892] ppid=18853 vsize=303640 CPUtime=0.07 cores=0,2,4,6
/proc/18892/stat : 18892 (python) S 18853 18853 17436 0 -1 4202560 799 0 0 0 6 1 0 0 15 0 1 0 869354795 310927360 5687 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252486 0 0 16781312 33554946 3896843992532254720 0 0 17 4 0 0 0
/proc/18892/statm: 75910 5687 349 364 0 10791 0
[pid=18894] ppid=18892 vsize=25376 CPUtime=1 cores=0,2,4,6
/proc/18894/stat : 18894 (scip-2.0.1.linu) R 18892 18894 18894 0 -1 4202496 6521 0 0 0 94 6 0 0 24 0 1 0 869354796 25985024 3523 33554432000 4194304 15243407 140733728776496 18446744073709551615 13277498 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18894/statm: 6344 3523 931 2698 0 3639 0
[pid=18853/tid=18860] ppid=18851 vsize=313884 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 4 0 869344743 321417216 7217 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
[pid=18853/tid=18866] ppid=18851 vsize=313884 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18866/stat : 18866 (python) S 18851 18853 17436 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 4 0 869349886 321417216 7217 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=18893] ppid=18851 vsize=313884 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18893/stat : 18893 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 869354795 321417216 7217 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0

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

[pid=18853/tid=18866] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18866/stat : 18866 (python) S 18851 18853 17436 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 869349886 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=18893] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18893/stat : 18893 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 7 0 869354795 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=18898] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18898/stat : 18898 (python) S 18851 18853 17436 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 869359942 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 0 0 0 0
[pid=18853/tid=18980] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18980/stat : 18980 (python) S 18851 18853 17436 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 869364383 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=19093] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/19093/stat : 19093 (python) S 18851 18853 17436 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 869378161 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 19482664

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

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

[startup+335.402 s]
/proc/loadavg: 2.13 2.04 1.59 6/785 19112
/proc/meminfo: memFree=18962952/32950928 swapFree=38525204/67111528
[pid=18853] ppid=18851 vsize=345316 CPUtime=0.6 cores=0,2,4,6
/proc/18853/stat : 18853 (python) S 18851 18853 17436 0 -1 4202496 14044 930 1 0 46 14 0 0 20 0 7 0 869344672 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0
/proc/18853/statm: 86329 7378 1881 364 0 21201 0
[pid=18859] ppid=18853 vsize=293912 CPUtime=0.61 cores=0,2,4,6
/proc/18859/stat : 18859 (python) S 18853 18853 17436 0 -1 4202560 1291 0 0 0 41 20 0 0 17 0 2 0 869344743 300965888 5827 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 4 0 0 0
/proc/18859/statm: 73478 5827 414 364 0 8365 0
[pid=18861] ppid=18859 vsize=30764 CPUtime=51.36 cores=0,2,4,6
/proc/18861/stat : 18861 (scip-2.0.1.linu) T 18859 18861 18861 0 -1 4202496 5922 0 0 0 4586 550 0 0 18 0 1 0 869344743 31502336 5308 33554432000 4194304 13684479 140735834917040 18446744073709551615 5620098 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18861/statm: 7691 5308 810 2317 0 5369 0
[pid=18859/tid=18864] ppid=18853 vsize=293912 CPUtime=0 cores=0,2,4,6
/proc/18859/task/18864/stat : 18864 (python) S 18853 18853 17436 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 2 0 869349883 300965888 5827 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604452456203456 0 0 -1 4 0 0 0
[pid=18865] ppid=18853 vsize=293620 CPUtime=0.22 cores=0,2,4,6
/proc/18865/stat : 18865 (python) S 18853 18853 17436 0 -1 4202560 1105 0 0 0 10 12 0 0 17 0 2 0 869349885 300666880 5783 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18865/statm: 73405 5783 397 364 0 8289 0
[pid=18867] ppid=18865 vsize=108040 CPUtime=49.05 cores=0,2,4,6
/proc/18867/stat : 18867 (wbo1.4a) T 18865 18867 18867 0 -1 4202496 26791 0 0 0 4859 46 0 0 25 0 1 0 869349886 110632960 26528 33554432000 134512640 135751879 4294790400 18446744073709551615 134611192 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/18867/statm: 27010 26528 143 303 0 26705 0
[pid=18865/tid=18891] ppid=18853 vsize=293620 CPUtime=0 cores=0,2,4,6
/proc/18865/task/18891/stat : 18891 (python) S 18853 18853 17436 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 869354793 300666880 5783 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604444028138432 0 0 -1 6 0 0 0
[pid=18892] ppid=18853 vsize=303920 CPUtime=0.86 cores=0,2,4,6
/proc/18892/stat : 18892 (python) S 18853 18853 17436 0 -1 4202560 1236 0 0 0 67 19 0 0 17 0 2 0 869354795 311214080 5801 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/18892/statm: 75980 5801 399 364 0 10861 0
[pid=18894] ppid=18892 vsize=31196 CPUtime=50.91 cores=0,2,4,6
/proc/18894/stat : 18894 (scip-2.0.1.linu) T 18892 18894 18894 0 -1 4202496 7994 0 0 0 4830 261 0 0 18 0 1 0 869354796 31944704 4996 33554432000 4194304 15243407 140733728776496 18446744073709551615 4865653 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18894/statm: 7799 4996 931 2698 0 5094 0
[pid=18892/tid=18896] ppid=18853 vsize=303920 CPUtime=0 cores=0,2,4,6
/proc/18892/task/18896/stat : 18896 (python) S 18853 18853 17436 0 -1 4202560 43 0 0 0 0 0 0 0 17 0 2 0 869359939 311214080 5801 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604441208661184 0 0 -1 2 0 0 0
[pid=18897] ppid=18853 vsize=314312 CPUtime=0.21 cores=0,2,4,6
/proc/18897/stat : 18897 (python) S 18853 18853 17436 0 -1 4202560 1117 0 0 0 10 11 0 0 17 0 2 0 869359942 321855488 5821 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18897/statm: 78578 5821 397 364 0 13456 0
[pid=18899] ppid=18897 vsize=8545104 CPUtime=46.25 cores=0,2,4,6
/proc/18899/stat : 18899 (java) T 18897 18899 18899 0 -1 4202496 292653 0 1 0 4589 36 0 0 18 0 19 0 869359943 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18899/statm: 2136276 255190 2244 9 0 2127017 0
[pid=18899/tid=18900] ppid=18897 vsize=8545104 CPUtime=44.05 cores=0,2,4,6
/proc/18899/task/18900/stat : 18900 (java) T 18897 18899 18899 0 -1 4202560 252847 0 1 0 4376 29 0 0 25 0 19 0 869359943 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 46912505540976 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18899/tid=18901] ppid=18897 vsize=8545104 CPUtime=0.06 cores=0,2,4,6
/proc/18899/task/18901/stat : 18901 (java) T 18897 18899 18899 0 -1 4202560 3129 0 0 0 6 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18899/tid=18902] ppid=18897 vsize=8545104 CPUtime=0.05 cores=0,2,4,6
/proc/18899/task/18902/stat : 18902 (java) T 18897 18899 18899 0 -1 4202560 2449 0 0 0 5 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18899/tid=18903] ppid=18897 vsize=8545104 CPUtime=0.05 cores=0,2,4,6
/proc/18899/task/18903/stat : 18903 (java) T 18897 18899 18899 0 -1 4202560 2349 0 0 0 5 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18899/tid=18904] ppid=18897 vsize=8545104 CPUtime=0.04 cores=0,2,4,6
/proc/18899/task/18904/stat : 18904 (java) T 18897 18899 18899 0 -1 4202560 1419 0 0 0 4 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18899/tid=18905] ppid=18897 vsize=8545104 CPUtime=0.07 cores=0,2,4,6
/proc/18899/task/18905/stat : 18905 (java) T 18897 18899 18899 0 -1 4202560 3283 0 0 0 7 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18899/tid=18906] ppid=18897 vsize=8545104 CPUtime=0.05 cores=0,2,4,6
/proc/18899/task/18906/stat : 18906 (java) T 18897 18899 18899 0 -1 4202560 1724 0 0 0 5 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18899/tid=18907] ppid=18897 vsize=8545104 CPUtime=0.08 cores=0,2,4,6
/proc/18899/task/18907/stat : 18907 (java) T 18897 18899 18899 0 -1 4202560 4902 0 0 0 8 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18908] ppid=18897 vsize=8545104 CPUtime=0.04 cores=0,2,4,6
/proc/18899/task/18908/stat : 18908 (java) T 18897 18899 18899 0 -1 4202560 2560 0 0 0 4 0 0 0 15 0 19 0 869359944 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18909] ppid=18897 vsize=8545104 CPUtime=0.05 cores=0,2,4,6
/proc/18899/task/18909/stat : 18909 (java) T 18897 18899 18899 0 -1 4202560 651 0 0 0 5 0 0 0 15 0 19 0 869359945 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048896 0 0 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18899/tid=18910] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18910/stat : 18910 (java) T 18897 18899 18899 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 869359945 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18911] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18911/stat : 18911 (java) T 18897 18899 18899 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 869359946 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18912] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18912/stat : 18912 (java) T 18897 18899 18899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869359948 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092055985 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18899/tid=18913] ppid=18897 vsize=8545104 CPUtime=0.74 cores=0,2,4,6
/proc/18899/task/18913/stat : 18913 (java) T 18897 18899 18899 0 -1 4202560 5370 0 0 0 74 0 0 0 15 0 19 0 869359948 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18899/tid=18914] ppid=18897 vsize=8545104 CPUtime=0.86 cores=0,2,4,6
/proc/18899/task/18914/stat : 18914 (java) T 18897 18899 18899 0 -1 4202560 10574 0 0 0 84 2 0 0 15 0 19 0 869359948 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18915] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18915/stat : 18915 (java) T 18897 18899 18899 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 869359948 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048281 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18899/tid=18916] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18916/stat : 18916 (java) T 18897 18899 18899 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 869359948 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048896 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18899/tid=18917] ppid=18897 vsize=8545104 CPUtime=0 cores=0,2,4,6
/proc/18899/task/18917/stat : 18917 (java) T 18897 18899 18899 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 869359956 8750186496 255190 33554432000 1073741824 1073778376 140734948343200 18446744073709551615 208092048896 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18897/tid=18978] ppid=18853 vsize=314312 CPUtime=0 cores=0,2,4,6
/proc/18897/task/18978/stat : 18978 (python) S 18853 18853 17436 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 869364380 321855488 5821 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604445188109632 0 0 -1 6 0 0 0
[pid=18979] ppid=18853 vsize=324568 CPUtime=0.58 cores=0,2,4,6
/proc/18979/stat : 18979 (python) S 18853 18853 17436 0 -1 4202560 1177 0 0 0 28 30 0 0 16 0 2 0 869364383 332357632 5854 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092059083 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18979/statm: 81142 5854 406 364 0 16017 0
[pid=18981] ppid=18979 vsize=20860 CPUtime=137.74 cores=0,2,4,6
/proc/18981/stat : 18981 (bsolo_pb10) T 18979 18981 18981 0 -1 4202496 1095 0 0 0 13752 22 0 0 25 0 1 0 869364383 21360640 826 33554432000 134512640 137138936 4290928080 18446744073709551615 134542817 0 0 16781312 16384 18446744071562691360 0 0 17 0 0 0 0
/proc/18981/statm: 5215 826 192 642 0 4571 0
[pid=18979/tid=19091] ppid=18853 vsize=324568 CPUtime=0 cores=0,2,4,6
/proc/18979/task/19091/stat : 19091 (python) S 18853 18853 17436 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 869378159 332357632 5854 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554946 18446604442830196992 0 0 -1 6 0 0 0
[pid=19092] ppid=18853 vsize=335072 CPUtime=0 cores=0,2,4,6
/proc/19092/stat : 19092 (python) S 18853 18853 17436 0 -1 4202560 818 0 0 0 0 0 0 0 15 0 1 0 869378161 343113728 5842 33554432000 4194304 5683644 140733578103024 18446744073709551615 208080252486 0 0 16781312 33554946 4294934787 0 0 17 4 0 0 0
/proc/19092/statm: 83768 5842 349 364 0 18640 0
[pid=19094] ppid=19092 vsize=8535980 CPUtime=0.86 cores=0,2,4,6
/proc/19094/stat : 19094 (java) S 19092 19094 19094 0 -1 4202496 14935 0 1 0 83 3 0 0 20 0 19 0 869378162 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19094/statm: 2133995 13209 2206 9 0 2124736 0
[pid=19094/tid=19095] ppid=19092 vsize=8535980 CPUtime=0.53 cores=0,2,4,6
/proc/19094/task/19095/stat : 19095 (java) R 19092 19094 19094 0 -1 4202560 10287 0 1 0 51 2 0 0 18 0 19 0 869378162 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 46912505194212 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19094/tid=19096] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19096/stat : 19096 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19097] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19097/stat : 19097 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19098] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19098/stat : 19098 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19099] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19099/stat : 19099 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19100] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19100/stat : 19100 (java) S 19092 19094 19094 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=19094/tid=19101] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19101/stat : 19101 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=19094/tid=19102] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19102/stat : 19102 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=19094/tid=19103] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19103/stat : 19103 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378163 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=19094/tid=19104] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19104/stat : 19104 (java) S 19092 19094 19094 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 869378164 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048896 0 0 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19105] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19105/stat : 19105 (java) S 19092 19094 19094 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 869378164 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19106] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19106/stat : 19106 (java) S 19092 19094 19094 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869378164 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19107] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19107/stat : 19107 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378166 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092055985 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19108] ppid=19092 vsize=8535980 CPUtime=0.2 cores=0,2,4,6
/proc/19094/task/19108/stat : 19108 (java) R 19092 19094 19094 0 -1 4202560 1368 0 0 0 20 0 0 0 24 0 19 0 869378166 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 47794464393732 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19094/tid=19109] ppid=19092 vsize=8535980 CPUtime=0.11 cores=0,2,4,6
/proc/19094/task/19109/stat : 19109 (java) R 19092 19094 19094 0 -1 4202560 1880 0 0 0 11 0 0 0 23 0 19 0 869378166 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19094/tid=19110] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19110/stat : 19110 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 869378166 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048281 0 4 0 16800975 18446604442282034432 0 0 -1 2 0 0 0
[pid=19094/tid=19111] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19111/stat : 19111 (java) S 19092 19094 19094 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 869378166 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048896 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=19094/tid=19112] ppid=19092 vsize=8535980 CPUtime=0 cores=0,2,4,6
/proc/19094/task/19112/stat : 19112 (java) S 19092 19094 19094 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 869378174 8740843520 13209 33554432000 1073741824 1073778376 140737341763568 18446744073709551615 208092048896 0 4 0 16800975 18446604442282034432 0 0 -1 0 0 0 0
[pid=18853/tid=18860] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18860/stat : 18860 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 25 0 7 0 869344743 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 2 0 0 0
[pid=18853/tid=18866] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18866/stat : 18866 (python) S 18851 18853 17436 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 869349886 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=18893] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18893/stat : 18893 (python) S 18851 18853 17436 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 7 0 869354795 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=18898] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18898/stat : 18898 (python) S 18851 18853 17436 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 869359942 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 0 0 0 0
[pid=18853/tid=18980] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/18980/stat : 18980 (python) S 18851 18853 17436 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 869364383 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 4 0 0 0
[pid=18853/tid=19093] ppid=18851 vsize=345316 CPUtime=0 cores=0,2,4,6
/proc/18853/task/19093/stat : 19093 (python) S 18851 18853 17436 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 7 0 869378161 353603584 7378 33554432000 4194304 5683644 140733578103024 18446744073709551615 208092055985 0 0 16781312 33554434 18446604453402669312 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 339.25
Current children cumulated vsize (KiB) 19482664

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 335.49
CPU time (s): 339.25
CPU user time (s): 329.01
CPU system time (s): 10.24
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 19482664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.464929
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14978
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= 2869
involuntary context switches= 19

runsolver used 2.39364 second user time and 5.09922 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-09 01:57:29
IDJOB=3481922
IDBENCH=2928
IDSOLVER=1970
FILE ID=node127/3481922-1307577449
RUNJOBID= node127-1307576357-17454
PBS_JOBID= 13547672
Free space on /tmp= 73720 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_4_30_4.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-3481922-1307577449/watcher-3481922-1307577449 -o /tmp/evaluation-result-3481922-1307577449/solver-3481922-1307577449 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481922-1307577449.opb -seed 19376851 -budget 1800

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=19376851

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      20606464 kB
Buffers:        157052 kB
Cached:         668876 kB
SwapCached:       9392 kB
Active:       11871068 kB
Inactive:       147532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20606464 kB
SwapTotal:    67111528 kB
SwapFree:     38525204 kB
Dirty:          101772 kB
Writeback:          16 kB
AnonPages:    11189992 kB
Mapped:          80116 kB
Slab:           136376 kB
PageTables:     116584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 132070108 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= 73596 MiB
End job on node127 at 2011-06-09 02:03:08