Trace number 3481931

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) 667.58 663.297

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.b.opb
MD5SUM0b80319f4195f1e1329c2c4b63b416b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1797.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables5203
Total number of constraints19637
Number of constraints which are clauses19637
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint11
Maximum length of a constraint360
Number of terms in the objective function 5203
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5203
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5203
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.33/0.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.92	c INFO: solving HOME/instance-3481931-1307577291.opb
1.96/2.58	c INFO: parsing took 1.64 s
5.06/5.67	c INFO: features took 3.08 CPU seconds
5.15/5.70	c INFO: running wbo1.4a@0 for 45 with 1794 remaining (b = 0.15)
53.38/53.73	c INFO: running scip-2.0.1-spx@0 for 319 with 1747 remaining (b = 0.50)
379.63/378.54	c INFO: running scip-2.0.1-clp@0 for 45 with 1423 remaining (b = 0.24)
430.05/428.79	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1373 remaining (b = 0.05)
479.17/476.03	c INFO: running scip-2.0.1-clp@49 for 136 with 1325 remaining (b = 0.11)
613.48/609.78	c INFO: running bsolo_pb10-l2@0 for 45 with 1191 remaining (b = 0.08)
666.01/662.11	c INFO: running sat4j-pb-v20101225@0 for 45 with 1142 remaining (b = 0.05)

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-3481931-1307577291/watcher-3481931-1307577291 -o /tmp/evaluation-result-3481931-1307577291/solver-3481931-1307577291 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481931-1307577291.opb -seed 860075354 -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.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/16153/stat : 16153 (python) R 16151 16153 14716 0 -1 4202496 902 0 0 0 0 0 0 0 21 0 1 0 947960031 16150528 782 33554432000 4194304 5683644 140735150886240 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 3943 782 345 364 0 430 0

[startup+0.117442 s]
/proc/loadavg: 2.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=98184 CPUtime=0.08 cores=0,2,4,6
/proc/16153/stat : 16153 (python) R 16151 16153 14716 0 -1 4202496 3447 930 1 0 7 1 0 0 18 0 1 0 947960031 100540416 2486 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988590592 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 24546 2486 794 364 0 1626 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 98184

[startup+0.200467 s]
/proc/loadavg: 2.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=123740 CPUtime=0.15 cores=0,2,4,6
/proc/16153/stat : 16153 (python) R 16151 16153 14716 0 -1 4202496 5357 930 1 0 12 3 0 0 17 0 1 0 947960031 126709760 3744 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988588549 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16153/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 123740

[startup+0.300447 s]
/proc/loadavg: 2.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=202992 CPUtime=0.23 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 6688 930 1 0 18 5 0 0 17 0 1 0 947960031 207863808 4971 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988590592 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/16153/statm: 50748 4971 1472 364 0 3710 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 202992

[startup+0.700283 s]
/proc/loadavg: 2.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=261388 CPUtime=0.33 cores=0,2,4,6
/proc/16153/stat : 16153 (python) D 16151 16153 14716 0 -1 4202496 8253 930 1 0 26 7 0 0 17 0 1 0 947960031 267661312 6350 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988598327 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 0
/proc/16153/statm: 65347 6350 1677 364 0 5063 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 261388

[startup+1.86008 s]
/proc/loadavg: 2.12 2.00 1.31 2/651 16153
/proc/meminfo: memFree=18367808/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=321352 CPUtime=1.32 cores=0,2,4,6
/proc/16153/stat : 16153 (python) R 16151 16153 14716 0 -1 4202496 18579 930 1 0 123 9 0 0 18 0 1 0 947960031 329064448 16441 33554432000 4194304 5683644 140735150886240 18446744073709551615 4942120 0 0 16781312 2 0 0 0 17 4 0 0 44
/proc/16153/statm: 80338 16441 1781 364 0 15231 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 321352

[startup+3.10091 s]
/proc/loadavg: 2.12 2.00 1.31 3/652 16159
/proc/meminfo: memFree=18299228/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=344356 CPUtime=2.56 cores=0,2,4,6
/proc/16153/stat : 16153 (python) R 16151 16153 14716 0 -1 4202496 35696 930 1 0 245 11 0 0 20 0 1 0 947960031 352620544 22386 33554432000 4194304 5683644 140735150886240 18446744073709551615 4663070 0 0 16781312 33554434 0 0 0 17 4 0 0 44
/proc/16153/statm: 86089 22386 1815 364 0 20982 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 344356

[startup+6.30035 s]
/proc/loadavg: 2.11 2.00 1.31 3/652 16160
/proc/meminfo: memFree=18284860/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=354932 CPUtime=5.17 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 36100 930 1 0 505 12 0 0 20 0 2 0 947960031 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 44
/proc/16153/statm: 88733 22553 1872 364 0 23620 0
Current children cumulated CPU time (s) 5.17
Current children cumulated vsize (KiB) 354932

[startup+12.7003 s]
/proc/loadavg: 2.10 2.00 1.32 3/655 16163
/proc/meminfo: memFree=18252972/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=354932 CPUtime=5.17 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 36100 930 1 0 505 12 0 0 20 0 2 0 947960031 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 44
/proc/16153/statm: 88733 22553 1872 364 0 23620 0
[pid=16161] ppid=16153 vsize=344688 CPUtime=0.02 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 932 0 0 0 1 1 0 0 15 0 1 0 947960601 352960512 21058 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612623 0 0 16781312 33554946 4294934785 0 0 17 4 0 0 0
/proc/16161/statm: 86172 21058 375 364 0 21059 0
[pid=16163] ppid=16161 vsize=33544 CPUtime=6.97 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) R 16161 16163 16163 0 -1 4202496 10930 0 0 0 694 3 0 0 25 0 1 0 947960601 34349056 7929 33554432000 134512640 135751879 4291488704 18446744073709551615 134616336 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/16163/statm: 8386 7929 146 303 0 8081 0
[pid=16153/tid=16162] ppid=16151 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 2 0 947960601 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 733164

[startup+25.501 s]
/proc/loadavg: 2.08 2.00 1.33 3/659 16167
/proc/meminfo: memFree=18124836/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=354932 CPUtime=5.17 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 36100 930 1 0 505 12 0 0 20 0 2 0 947960031 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 44
/proc/16153/statm: 88733 22553 1872 364 0 23620 0
[pid=16161] ppid=16153 vsize=344688 CPUtime=0.08 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 941 0 0 0 4 4 0 0 15 0 1 0 947960601 352960512 21058 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612623 0 0 16781312 33554946 4294934785 0 0 17 6 0 0 0
/proc/16161/statm: 86172 21058 375 364 0 21059 0
[pid=16163] ppid=16161 vsize=46776 CPUtime=19.77 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) R 16161 16163 16163 0 -1 4202496 14215 0 0 0 1968 9 0 0 25 0 1 0 947960601 47898624 11214 33554432000 134512640 135751879 4291488704 18446744073709551615 134606444 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/16163/statm: 11694 11214 146 303 0 11389 0
[pid=16153/tid=16162] ppid=16151 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 2 0 947960601 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 746396

[startup+51.1006 s]
/proc/loadavg: 2.05 2.00 1.35 3/659 16168
/proc/meminfo: memFree=18067828/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=354932 CPUtime=5.17 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 36100 930 1 0 505 12 0 0 20 0 2 0 947960031 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 44
/proc/16153/statm: 88733 22553 1872 364 0 23620 0
[pid=16161] ppid=16153 vsize=344688 CPUtime=0.22 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 953 0 0 0 10 12 0 0 15 0 1 0 947960601 352960512 21058 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612623 0 0 16781312 33554946 72556772316949195 0 0 17 6 0 0 0
/proc/16161/statm: 86172 21058 375 364 0 21059 0
[pid=16163] ppid=16161 vsize=98632 CPUtime=45.37 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) R 16161 16163 16163 0 -1 4202496 27143 0 0 0 4519 18 0 0 25 0 1 0 947960601 100999168 24142 33554432000 134512640 135751879 4291488704 18446744073709551615 134611252 0 0 16781312 3 0 0 0 17 2 0 0 0
/proc/16163/statm: 24658 24142 146 303 0 24353 0
[pid=16153/tid=16162] ppid=16151 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 2 0 947960601 363450368 22553 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 798252

[startup+102.321 s]
/proc/loadavg: 2.02 2.00 1.38 3/667 16177
/proc/meminfo: memFree=17518060/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=365188 CPUtime=5.19 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 37008 930 1 0 507 12 0 0 20 0 3 0 947960031 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 44
/proc/16153/statm: 91297 22562 1875 364 0 26181 0
[pid=16161] ppid=16153 vsize=354932 CPUtime=0.24 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 1126 0 0 0 11 13 0 0 16 0 2 0 947960601 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16161/statm: 88733 21094 406 364 0 23620 0
[pid=16163] ppid=16161 vsize=101932 CPUtime=47.97 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) T 16161 16163 16163 0 -1 4202496 27961 0 0 0 4779 18 0 0 25 0 1 0 947960601 104378368 24960 33554432000 134512640 135751879 4291488704 18446744073709551615 134616273 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/16163/statm: 25483 24960 146 303 0 25178 0
[pid=16161/tid=16169] ppid=16153 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16161/task/16169/stat : 16169 (python) S 16153 16153 14716 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 2 0 947965402 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451317515264 0 0 -1 6 0 0 0
[pid=16170] ppid=16153 vsize=354944 CPUtime=0.21 cores=0,2,4,6
/proc/16170/stat : 16170 (python) S 16153 16153 14716 0 -1 4202560 984 0 0 0 10 11 0 0 15 0 1 0 947965404 363462656 21061 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612678 0 0 16781312 33554946 84622374833487872 0 0 17 6 0 0 0
/proc/16170/statm: 88736 21061 372 364 0 23620 0
[pid=16172] ppid=16170 vsize=507940 CPUtime=48.56 cores=0,2,4,6
/proc/16172/stat : 16172 (scip-2.0.1.linu) R 16170 16172 16172 0 -1 4202496 170232 0 0 0 4800 56 0 0 25 0 1 0 947965404 520130560 117298 33554432000 4194304 13684479 140734647217200 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16172/statm: 126985 117298 808 2317 0 124663 0
[pid=16153/tid=16162] ppid=16151 vsize=365188 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 3 0 947960601 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16171] ppid=16151 vsize=365188 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16171/stat : 16171 (python) S 16151 16153 14716 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 3 0 947965404 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 1684936

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 1.41 3/689 16201
/proc/meminfo: memFree=17324552/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=365188 CPUtime=5.19 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 37008 930 1 0 507 12 0 0 20 0 3 0 947960031 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 44
/proc/16153/statm: 91297 22562 1875 364 0 26181 0
[pid=16161] ppid=16153 vsize=354932 CPUtime=0.24 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 1126 0 0 0 11 13 0 0 16 0 2 0 947960601 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16161/statm: 88733 21094 406 364 0 23620 0
[pid=16163] ppid=16161 vsize=101932 CPUtime=47.97 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) T 16161 16163 16163 0 -1 4202496 27961 0 0 0 4779 18 0 0 25 0 1 0 947960601 104378368 24960 33554432000 134512640 135751879 4291488704 18446744073709551615 134616273 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/16163/statm: 25483 24960 146 303 0 25178 0
[pid=16161/tid=16169] ppid=16153 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16161/task/16169/stat : 16169 (python) S 16153 16153 14716 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 2 0 947965402 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451317515264 0 0 -1 6 0 0 0
[pid=16170] ppid=16153 vsize=354944 CPUtime=0.49 cores=0,2,4,6
/proc/16170/stat : 16170 (python) S 16153 16153 14716 0 -1 4202560 1004 0 0 0 23 26 0 0 15 0 1 0 947965404 363462656 21061 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612678 0 0 16781312 33554946 72556772316949195 0 0 17 6 0 0 0
/proc/16170/statm: 88736 21061 372 364 0 23620 0
[pid=16172] ppid=16170 vsize=507940 CPUtime=108.54 cores=0,2,4,6
/proc/16172/stat : 16172 (scip-2.0.1.linu) R 16170 16172 16172 0 -1 4202496 170234 0 0 0 10775 79 0 0 25 0 1 0 947965404 520130560 117300 33554432000 4194304 13684479 140734647217200 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16172/statm: 126985 117300 810 2317 0 124663 0
[pid=16153/tid=16162] ppid=16151 vsize=365188 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 3 0 947960601 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16171] ppid=16151 vsize=365188 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16171/stat : 16171 (python) S 16151 16153 14716 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 3 0 947965404 373952512 22562 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 1684936

[startup+222.302 s]
/proc/loadavg: 2.14 2.04 1.46 3/690 16203
/proc/meminfo: memFree=17320012/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=365188 CPUtime=5.19 cores=0,2,4,6

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

[pid=16153/tid=16162] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 947960601 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16171] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16171/stat : 16171 (python) S 16151 16153 14716 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 7 0 947965404 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16337] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16337/stat : 16337 (python) S 16151 16153 14716 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 7 0 947997886 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 4 0 0 0
[pid=16153/tid=16368] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16368/stat : 16368 (python) S 16151 16153 14716 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 948002910 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 4 0 0 0
[pid=16153/tid=16931] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16931/stat : 16931 (python) S 16151 16153 14716 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 948021009 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16958] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16958/stat : 16958 (python) S 16151 16153 14716 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 7 0 948026242 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 667.58
Current children cumulated vsize (KiB) 20827344

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

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

[startup+663.202 s]
/proc/loadavg: 2.07 2.11 1.70 7/756 16976
/proc/meminfo: memFree=13092364/32950940 swapFree=67111360/67111528
[pid=16153] ppid=16151 vsize=406212 CPUtime=5.29 cores=0,2,4,6
/proc/16153/stat : 16153 (python) S 16151 16153 14716 0 -1 4202496 40717 930 1 0 516 13 0 0 20 0 7 0 947960031 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 44
/proc/16153/statm: 101553 22589 1883 364 0 36425 0
[pid=16161] ppid=16153 vsize=354932 CPUtime=0.24 cores=0,2,4,6
/proc/16161/stat : 16161 (python) S 16153 16153 14716 0 -1 4202560 1126 0 0 0 11 13 0 0 16 0 2 0 947960601 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16161/statm: 88733 21094 406 364 0 23620 0
[pid=16163] ppid=16161 vsize=101932 CPUtime=47.97 cores=0,2,4,6
/proc/16163/stat : 16163 (wbo1.4a) T 16161 16163 16163 0 -1 4202496 27961 0 0 0 4779 18 0 0 25 0 1 0 947960601 104378368 24960 33554432000 134512640 135751879 4291488704 18446744073709551615 134616273 0 0 16781312 3 18446744071562691360 0 0 17 2 0 0 0
/proc/16163/statm: 25483 24960 146 303 0 25178 0
[pid=16161/tid=16169] ppid=16153 vsize=354932 CPUtime=0 cores=0,2,4,6
/proc/16161/task/16169/stat : 16169 (python) S 16153 16153 14716 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 2 0 947965402 363450368 21094 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604451317515264 0 0 -1 6 0 0 0
[pid=16170] ppid=16153 vsize=354944 CPUtime=1.5 cores=0,2,4,6
/proc/16170/stat : 16170 (python) S 16153 16153 14716 0 -1 4202560 1224 0 0 0 72 78 0 0 16 0 2 0 947965404 363462656 21086 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16170/statm: 88736 21086 396 364 0 23620 0
[pid=16172] ppid=16170 vsize=507940 CPUtime=324.77 cores=0,2,4,6
/proc/16172/stat : 16172 (scip-2.0.1.linu) T 16170 16172 16172 0 -1 4202496 170247 0 0 0 32339 138 0 0 25 0 1 0 947965404 520130560 117313 33554432000 4194304 13684479 140734647217200 18446744073709551615 7416165 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/16172/statm: 126985 117313 810 2317 0 124663 0
[pid=16170/tid=16335] ppid=16153 vsize=354944 CPUtime=0 cores=0,2,4,6
/proc/16170/task/16335/stat : 16335 (python) S 16153 16153 14716 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 947997883 363462656 21086 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604442424671296 0 0 -1 6 0 0 0
[pid=16336] ppid=16153 vsize=365200 CPUtime=0.87 cores=0,2,4,6
/proc/16336/stat : 16336 (python) S 16153 16153 14716 0 -1 4202560 1193 0 0 0 43 44 0 0 15 0 2 0 947997885 373964800 21092 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16336/statm: 91300 21092 396 364 0 26181 0
[pid=16338] ppid=16336 vsize=413544 CPUtime=183.94 cores=0,2,4,6
/proc/16338/stat : 16338 (scip-2.0.1.linu) T 16336 16338 16338 0 -1 4202496 288076 0 0 0 18337 57 0 0 25 0 1 0 947997886 423469056 95738 33554432000 4194304 15243407 140736536488688 18446744073709551615 8113544 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/16338/statm: 103386 95738 931 2698 0 100681 0
[pid=16336/tid=16366] ppid=16153 vsize=365200 CPUtime=0 cores=0,2,4,6
/proc/16336/task/16366/stat : 16366 (python) S 16153 16153 14716 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 948002908 373964800 21092 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604447469433216 0 0 -1 6 0 0 0
[pid=16367] ppid=16153 vsize=375456 CPUtime=0.24 cores=0,2,4,6
/proc/16367/stat : 16367 (python) S 16153 16153 14716 0 -1 4202560 1172 0 0 0 12 12 0 0 16 0 2 0 948002910 384466944 21096 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0
/proc/16367/statm: 93864 21096 396 364 0 28742 0
[pid=16369] ppid=16367 vsize=8539272 CPUtime=48.79 cores=0,2,4,6
/proc/16369/stat : 16369 (java) T 16367 16369 16369 0 -1 4202496 180328 0 1 0 4855 24 0 0 18 0 19 0 948002911 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16369/statm: 2134818 147518 2249 9 0 2125559 0
[pid=16369/tid=16370] ppid=16367 vsize=8539272 CPUtime=46.96 cores=0,2,4,6
/proc/16369/task/16370/stat : 16370 (java) T 16367 16369 16369 0 -1 4202560 157740 0 1 0 4677 19 0 0 25 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 46912505913195 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16371] ppid=16367 vsize=8539272 CPUtime=0.03 cores=0,2,4,6
/proc/16369/task/16371/stat : 16371 (java) T 16367 16369 16369 0 -1 4202560 1678 0 0 0 3 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16373] ppid=16367 vsize=8539272 CPUtime=0.02 cores=0,2,4,6
/proc/16369/task/16373/stat : 16373 (java) T 16367 16369 16369 0 -1 4202560 1635 0 0 0 2 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=16369/tid=16374] ppid=16367 vsize=8539272 CPUtime=0.03 cores=0,2,4,6
/proc/16369/task/16374/stat : 16374 (java) T 16367 16369 16369 0 -1 4202560 1729 0 0 0 3 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16375] ppid=16367 vsize=8539272 CPUtime=0.03 cores=0,2,4,6
/proc/16369/task/16375/stat : 16375 (java) T 16367 16369 16369 0 -1 4202560 2895 0 0 0 3 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=16369/tid=16377] ppid=16367 vsize=8539272 CPUtime=0.02 cores=0,2,4,6
/proc/16369/task/16377/stat : 16377 (java) T 16367 16369 16369 0 -1 4202560 2359 0 0 0 2 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16378] ppid=16367 vsize=8539272 CPUtime=0.04 cores=0,2,4,6
/proc/16369/task/16378/stat : 16378 (java) T 16367 16369 16369 0 -1 4202560 2907 0 0 0 4 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=16369/tid=16379] ppid=16367 vsize=8539272 CPUtime=0.02 cores=0,2,4,6
/proc/16369/task/16379/stat : 16379 (java) T 16367 16369 16369 0 -1 4202560 517 0 0 0 2 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=16369/tid=16380] ppid=16367 vsize=8539272 CPUtime=0.03 cores=0,2,4,6
/proc/16369/task/16380/stat : 16380 (java) T 16367 16369 16369 0 -1 4202560 1593 0 0 0 3 0 0 0 15 0 19 0 948002912 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16381] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16381/stat : 16381 (java) T 16367 16369 16369 0 -1 4202560 331 0 0 0 0 0 0 0 15 0 19 0 948002913 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000409088 0 0 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=16369/tid=16382] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16382/stat : 16382 (java) T 16367 16369 16369 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 948002913 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16383] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16383/stat : 16383 (java) T 16367 16369 16369 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 948002913 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16384] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16384/stat : 16384 (java) T 16367 16369 16369 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948002916 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000416177 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16369/tid=16385] ppid=16367 vsize=8539272 CPUtime=0.81 cores=0,2,4,6
/proc/16369/task/16385/stat : 16385 (java) T 16367 16369 16369 0 -1 4202560 2643 0 0 0 81 0 0 0 15 0 19 0 948002916 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=16369/tid=16386] ppid=16367 vsize=8539272 CPUtime=0.68 cores=0,2,4,6
/proc/16369/task/16386/stat : 16386 (java) T 16367 16369 16369 0 -1 4202560 2902 0 0 0 68 0 0 0 15 0 19 0 948002916 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=16369/tid=16387] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16387/stat : 16387 (java) T 16367 16369 16369 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948002916 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000408473 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=16369/tid=16388] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16388/stat : 16388 (java) T 16367 16369 16369 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948002916 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=16369/tid=16389] ppid=16367 vsize=8539272 CPUtime=0 cores=0,2,4,6
/proc/16369/task/16389/stat : 16389 (java) T 16367 16369 16369 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948003090 8744214528 147518 33554432000 1073741824 1073778376 140733498790640 18446744073709551615 216000409088 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=16367/tid=16395] ppid=16153 vsize=375456 CPUtime=0 cores=0,2,4,6
/proc/16367/task/16395/stat : 16395 (python) S 16153 16153 14716 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 948007632 384466944 21096 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604443266705280 0 0 -1 0 0 0 0
[pid=16930] ppid=16153 vsize=385712 CPUtime=0.24 cores=0,2,4,6
/proc/16930/stat : 16930 (python) S 16153 16153 14716 0 -1 4202560 1232 0 0 0 11 13 0 0 16 0 2 0 948021009 394969088 21106 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000419275 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/16930/statm: 96428 21106 402 364 0 31303 0
[pid=16932] ppid=16930 vsize=88236 CPUtime=52.28 cores=0,2,4,6
/proc/16932/stat : 16932 (bsolo_pb10) T 16930 16932 16932 0 -1 4202496 2801071 0 0 0 4883 345 0 0 25 0 1 0 948021009 90353664 15158 33554432000 134512640 137138936 4290067600 18446744073709551615 135459194 0 0 16781312 16384 18446744071562691360 0 0 17 0 0 0 0
/proc/16932/statm: 22059 15158 286 642 0 21415 0
[pid=16930/tid=16956] ppid=16153 vsize=385712 CPUtime=0 cores=0,2,4,6
/proc/16930/task/16956/stat : 16956 (python) S 16153 16153 14716 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948026240 394969088 21106 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554946 18446604449586205952 0 0 -1 6 0 0 0
[pid=16957] ppid=16153 vsize=395968 CPUtime=0 cores=0,2,4,6
/proc/16957/stat : 16957 (python) R 16153 16153 14716 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 948026242 405471232 21057 33554432000 4194304 5683644 140735150886240 18446744073709551615 215988612678 0 0 16781312 33554946 0 0 0 17 2 0 0 0
/proc/16957/statm: 98992 21057 355 364 0 33864 0
[pid=16959] ppid=16957 vsize=8537996 CPUtime=1.45 cores=0,2,4,6
/proc/16959/stat : 16959 (java) S 16957 16959 16959 0 -1 4202496 43272 0 1 0 138 7 0 0 21 0 18 0 948026242 8742907904 41421 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/16959/statm: 2134499 41421 2217 9 0 2125240 0
[pid=16959/tid=16960] ppid=16957 vsize=8538232 CPUtime=1.06 cores=0,2,4,6
/proc/16959/task/16960/stat : 16960 (java) R 16957 16959 16959 0 -1 4202560 35217 0 1 0 101 5 0 0 19 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 47235283858061 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16959/tid=16961] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16961/stat : 16961 (java) S 16957 16959 16959 0 -1 4202560 500 0 0 0 0 0 0 0 16 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 2 0 0 0
[pid=16959/tid=16962] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16962/stat : 16962 (java) S 16957 16959 16959 0 -1 4202560 513 0 0 0 0 0 0 0 16 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16963] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16963/stat : 16963 (java) S 16957 16959 16959 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 0 0 0 0
[pid=16959/tid=16964] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16964/stat : 16964 (java) S 16957 16959 16959 0 -1 4202560 388 0 0 0 0 0 0 0 16 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 0 0 0 0
[pid=16959/tid=16965] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16965/stat : 16965 (java) S 16957 16959 16959 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 2 0 0 0
[pid=16959/tid=16966] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16966/stat : 16966 (java) S 16957 16959 16959 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 0 0 0 0
[pid=16959/tid=16967] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16967/stat : 16967 (java) S 16957 16959 16959 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 2 0 0 0
[pid=16959/tid=16968] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16968/stat : 16968 (java) S 16957 16959 16959 0 -1 4202560 249 0 0 0 0 0 0 0 15 0 18 0 948026243 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 2 0 0 0
[pid=16959/tid=16969] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16969/stat : 16969 (java) S 16957 16959 16959 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 948026244 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000409088 0 0 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16970] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16970/stat : 16970 (java) S 16957 16959 16959 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 948026245 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16971] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16971/stat : 16971 (java) S 16957 16959 16959 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 948026245 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16972] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16972/stat : 16972 (java) S 16957 16959 16959 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948026247 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000416177 0 4 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16973] ppid=16957 vsize=8538232 CPUtime=0.18 cores=0,2,4,6
/proc/16959/task/16973/stat : 16973 (java) R 16957 16959 16959 0 -1 4202560 2031 0 0 0 18 0 0 0 18 0 18 0 948026247 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 47235280069044 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16959/tid=16974] ppid=16957 vsize=8538232 CPUtime=0.19 cores=0,2,4,6
/proc/16959/task/16974/stat : 16974 (java) R 16957 16959 16959 0 -1 4202560 2909 0 0 0 19 0 0 0 16 0 18 0 948026247 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 47235281552941 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=16959/tid=16975] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16975/stat : 16975 (java) S 16957 16959 16959 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948026247 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000408473 0 4 0 16800975 18446604450027368640 0 0 -1 6 0 0 0
[pid=16959/tid=16976] ppid=16957 vsize=8538232 CPUtime=0 cores=0,2,4,6
/proc/16959/task/16976/stat : 16976 (java) S 16957 16959 16959 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948026247 8743149568 41546 33554432000 1073741824 1073778376 140735895389552 18446744073709551615 216000409088 0 4 0 16800975 18446604450027368640 0 0 -1 2 0 0 0
[pid=16153/tid=16162] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16162/stat : 16162 (python) S 16151 16153 14716 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 7 0 947960601 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16171] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16171/stat : 16171 (python) S 16151 16153 14716 0 -1 4202560 32 930 0 0 0 0 0 0 20 0 7 0 947965404 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16337] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16337/stat : 16337 (python) S 16151 16153 14716 0 -1 4202560 35 930 0 0 0 0 0 0 18 0 7 0 947997886 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 4 0 0 0
[pid=16153/tid=16368] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16368/stat : 16368 (python) S 16151 16153 14716 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 948002910 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 4 0 0 0
[pid=16153/tid=16931] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16931/stat : 16931 (python) S 16151 16153 14716 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 7 0 948021009 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 6 0 0 0
[pid=16153/tid=16958] ppid=16151 vsize=406212 CPUtime=0 cores=0,2,4,6
/proc/16153/task/16958/stat : 16958 (python) S 16151 16153 14716 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 7 0 948026242 415961088 22589 33554432000 4194304 5683644 140735150886240 18446744073709551615 216000416177 0 0 16781312 33554434 18446604443551049728 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 667.58
Current children cumulated vsize (KiB) 20827344

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 663.297
CPU time (s): 667.58
CPU user time (s): 659.96
CPU system time (s): 7.62
CPU usage (%): 100.646
Max. virtual memory (cumulated for all children) (KiB): 20827344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.16821
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41651
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= 1025
involuntary context switches= 25

runsolver used 4.5743 second user time and 9.73652 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-09 01:54:52
IDJOB=3481931
IDBENCH=2889
IDSOLVER=1970
FILE ID=node117/3481931-1307577291
RUNJOBID= node117-1307576359-14735
PBS_JOBID= 13547682
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= 0b80319f4195f1e1329c2c4b63b416b0
RANDOM SEED=860075354

node117.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.849
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.69
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.849
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.75
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.849
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.849
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18367840 kB
Buffers:        151356 kB
Cached:         666336 kB
SwapCached:          0 kB
Active:       14148732 kB
Inactive:       153940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18367840 kB
SwapTotal:    67111528 kB
SwapFree:     67111360 kB
Dirty:          173408 kB
Writeback:           0 kB
AnonPages:    13485088 kB
Mapped:          95180 kB
Slab:           140684 kB
PageTables:      68492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 155469156 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= 73560 MiB
End job on node117 at 2011-06-09 02:05:58