Trace number 3481713

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) 479.54 476.196

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM6c673f615af1912eadc68b4290958076
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
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.89	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.89	c INFO: solving HOME/instance-3481713-1307577301.opb
0.33/0.89	c INFO: parsing took 0.00 s
0.33/0.89	c INFO: features took 0.00 CPU seconds
0.33/0.92	c INFO: running clasp-1.3.7@0 for 45 with 1799 remaining (b = 0.41)
47.75/48.16	c INFO: running wbo1.4a@0 for 45 with 1752 remaining (b = 0.05)
95.36/95.58	c INFO: running scip-2.0.1-spx@0 for 45 with 1705 remaining (b = 0.03)
147.36/147.03	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1657 remaining (b = 0.00)
196.20/194.40	c INFO: running bsolo_pb10-l3@0 for 136 with 1608 remaining (b = 0.01)
334.23/332.01	c INFO: running scip-2.0.1-clp@0 for 45 with 1471 remaining (b = 0.00)
386.11/383.48	c INFO: running wbo1.4a@46 for 45 with 1422 remaining (b = 0.00)
431.94/429.02	c INFO: running clasp-1.3.7@47 for 45 with 1377 remaining (b = 0.00)
478.32/475.24	c INFO: running sat4j-pb-v20101225@0 for 91 with 1331 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-3481713-1307577301/watcher-3481713-1307577301 -o /tmp/evaluation-result-3481713-1307577301/solver-3481713-1307577301 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481713-1307577301.opb -seed 2079320018 -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.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=15756 CPUtime=0 cores=0,2,4,6
/proc/18645/stat : 18645 (python) R 18643 18645 17566 0 -1 4202496 839 0 0 0 0 0 0 0 21 0 1 0 947960615 16134144 723 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 2 0 0 0
/proc/18645/statm: 3939 723 334 364 0 426 0

[startup+0.0505549 s]
/proc/loadavg: 2.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=29792 CPUtime=0.04 cores=0,2,4,6
/proc/18645/stat : 18645 (python) R 18643 18645 17566 0 -1 4202496 1459 0 0 0 3 1 0 0 22 0 1 0 947960615 30507008 1299 33554432000 4194304 5683644 140735442876832 18446744073709551615 4308431 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18645/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100568 s]
/proc/loadavg: 2.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=96128 CPUtime=0.07 cores=0,2,4,6
/proc/18645/stat : 18645 (python) R 18643 18645 17566 0 -1 4202496 3169 935 1 0 5 2 0 0 18 0 1 0 947960615 98435072 2483 33554432000 4194304 5683644 140735442876832 18446744073709551615 5177477 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18645/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.300541 s]
/proc/loadavg: 2.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=200780 CPUtime=0.23 cores=0,2,4,6
/proc/18645/stat : 18645 (python) R 18643 18645 17566 0 -1 4202496 6632 935 1 0 16 7 0 0 17 0 1 0 947960615 205598720 4920 33554432000 4194304 5683644 140735442876832 18446744073709551615 252453097764 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/18645/statm: 50195 4921 1451 364 0 3677 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 200780

[startup+0.700449 s]
/proc/loadavg: 2.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=262012 CPUtime=0.33 cores=0,2,4,6
/proc/18645/stat : 18645 (python) D 18643 18645 17566 0 -1 4202496 8385 935 1 0 24 9 0 0 17 0 1 0 947960615 268300288 6473 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458071607 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 24
/proc/18645/statm: 65503 6473 1677 364 0 5219 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 262012

[startup+1.80622 s]
/proc/loadavg: 2.13 1.96 1.24 2/645 18645
/proc/meminfo: memFree=20603052/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=293084 CPUtime=0.41 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 9632 935 1 0 31 10 0 0 19 0 2 0 947960615 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 41
/proc/18645/statm: 73271 7141 1870 364 0 8158 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 293084

[startup+3.10103 s]
/proc/loadavg: 2.13 1.96 1.24 3/649 18653
/proc/meminfo: memFree=20577608/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=293084 CPUtime=0.41 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 9632 935 1 0 31 10 0 0 19 0 2 0 947960615 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 41
/proc/18645/statm: 73271 7141 1870 364 0 8158 0
[pid=18651] ppid=18645 vsize=282840 CPUtime=0 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 721 0 0 0 0 0 0 0 18 0 1 0 947960707 289628160 5619 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085903 0 0 16781312 33554946 4148966140539797761 0 0 17 2 0 0 0
/proc/18651/statm: 70710 5619 352 364 0 5597 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=2.18 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) R 18651 18653 18653 0 -1 4202496 469 0 0 0 218 0 0 0 25 0 1 0 947960708 1904640 209 33554432000 134512640 136139019 4291429584 18446744073709551615 134883867 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/18653/statm: 465 209 183 398 0 65 0
[pid=18645/tid=18652] ppid=18643 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 947960707 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 577784

[startup+6.30043 s]
/proc/loadavg: 2.12 1.96 1.24 3/649 18653
/proc/meminfo: memFree=20576516/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=293084 CPUtime=0.41 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 9632 935 1 0 31 10 0 0 19 0 2 0 947960615 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 41
/proc/18645/statm: 73271 7141 1870 364 0 8158 0
[pid=18651] ppid=18645 vsize=282840 CPUtime=0.01 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 860 0 0 0 0 1 0 0 18 0 1 0 947960707 289628160 5642 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085903 0 0 16781312 33554946 4148972943767994625 0 0 17 2 0 0 0
/proc/18651/statm: 70710 5642 375 364 0 5597 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=5.37 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) R 18651 18653 18653 0 -1 4202496 470 0 0 0 537 0 0 0 25 0 1 0 947960708 1904640 210 33554432000 134512640 136139019 4291429584 18446744073709551615 134876952 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/18653/statm: 465 210 183 398 0 65 0
[pid=18645/tid=18652] ppid=18643 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 947960707 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 577784

[startup+12.7012 s]
/proc/loadavg: 2.11 1.96 1.25 3/649 18653
/proc/meminfo: memFree=20505620/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=293084 CPUtime=0.41 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 9632 935 1 0 31 10 0 0 19 0 2 0 947960615 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 41
/proc/18645/statm: 73271 7141 1870 364 0 8158 0
[pid=18651] ppid=18645 vsize=282840 CPUtime=0.03 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 865 0 0 0 1 2 0 0 18 0 1 0 947960707 289628160 5643 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085903 0 0 16781312 33554946 72262103200705449 0 0 17 2 0 0 0
/proc/18651/statm: 70710 5643 376 364 0 5597 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=11.77 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) R 18651 18653 18653 0 -1 4202496 470 0 0 0 1177 0 0 0 25 0 1 0 947960708 1904640 210 33554432000 134512640 136139019 4291429584 18446744073709551615 134832305 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/18653/statm: 465 210 183 398 0 65 0
[pid=18645/tid=18652] ppid=18643 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 947960707 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 577784

[startup+25.5008 s]
/proc/loadavg: 2.24 2.00 1.27 3/649 18654
/proc/meminfo: memFree=20478164/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=293084 CPUtime=0.41 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 9632 935 1 0 31 10 0 0 19 0 2 0 947960615 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 41
/proc/18645/statm: 73271 7141 1870 364 0 8158 0
[pid=18651] ppid=18645 vsize=282840 CPUtime=0.09 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 871 0 0 0 4 5 0 0 18 0 1 0 947960707 289628160 5643 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085903 0 0 16781312 33554946 72556772316949417 0 0 17 6 0 0 0
/proc/18651/statm: 70710 5643 376 364 0 5597 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=24.57 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) R 18651 18653 18653 0 -1 4202496 471 0 0 0 2456 1 0 0 25 0 1 0 947960708 1904640 211 33554432000 134512640 136139019 4291429584 18446744073709551615 134876493 0 0 16781312 16386 0 0 0 17 4 0 0 0
/proc/18653/statm: 465 211 183 398 0 65 0
[pid=18645/tid=18652] ppid=18643 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 947960707 300118016 7141 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 577784

[startup+51.1011 s]
/proc/loadavg: 2.16 2.00 1.29 3/657 18662
/proc/meminfo: memFree=20441768/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=303884 CPUtime=0.44 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 10508 935 1 0 33 11 0 0 20 0 3 0 947960615 311177216 7267 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 41
/proc/18645/statm: 75971 7267 1873 364 0 10855 0
[pid=18651] ppid=18645 vsize=293084 CPUtime=0.19 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 1112 0 0 0 9 10 0 0 19 0 2 0 947960707 300118016 5684 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18651/statm: 73271 5684 412 364 0 8158 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=47.21 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) T 18651 18653 18653 0 -1 4202496 473 0 0 0 4720 1 0 0 25 0 1 0 947960708 1904640 213 33554432000 134512640 136139019 4291429584 18446744073709551615 134883787 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/18653/statm: 465 213 183 398 0 65 0
[pid=18651/tid=18659] ppid=18645 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (python) S 18645 18645 17566 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 947965429 300118016 5684 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604441512188096 0 0 -1 6 0 0 0
[pid=18660] ppid=18645 vsize=293640 CPUtime=0 cores=0,2,4,6
/proc/18660/stat : 18660 (python) S 18645 18645 17566 0 -1 4202560 791 0 0 0 0 0 0 0 15 0 1 0 947965431 300687360 5739 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085958 0 0 16781312 33554946 4294934787 0 0 17 2 0 0 0
/proc/18660/statm: 73410 5739 349 364 0 8294 0
[pid=18662] ppid=18660 vsize=11124 CPUtime=2.92 cores=0,2,4,6
/proc/18662/stat : 18662 (wbo1.4a) R 18660 18662 18662 0 -1 4202496 2603 0 0 0 289 3 0 0 25 0 1 0 947965431 11390976 2337 33554432000 134512640 135751879 4292626720 18446744073709551615 135270609 0 0 16781312 3 0 0 0 17 4 0 0 0
/proc/18662/statm: 2781 2337 143 303 0 2476 0
[pid=18645/tid=18652] ppid=18643 vsize=303884 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 3 0 947960707 311177216 7267 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18661] ppid=18643 vsize=303884 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18661/stat : 18661 (python) S 18643 18645 17566 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 947965431 311177216 7267 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 903592

[startup+102.301 s]
/proc/loadavg: 2.21 2.03 1.33 3/683 18690
/proc/meminfo: memFree=20040268/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=313832 CPUtime=0.46 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 11391 935 1 0 35 11 0 0 20 0 4 0 947960615 321363968 7197 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 41
/proc/18645/statm: 78458 7197 1875 364 0 13339 0
[pid=18651] ppid=18645 vsize=293084 CPUtime=0.19 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 1112 0 0 0 9 10 0 0 19 0 2 0 947960707 300118016 5684 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18651/statm: 73271 5684 412 364 0 8158 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=47.21 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) T 18651 18653 18653 0 -1 4202496 473 0 0 0 4720 1 0 0 25 0 1 0 947960708 1904640 213 33554432000 134512640 136139019 4291429584 18446744073709551615 134883787 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/18653/statm: 465 213 183 398 0 65 0
[pid=18651/tid=18659] ppid=18645 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (python) S 18645 18645 17566 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 947965429 300118016 5684 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604441512188096 0 0 -1 6 0 0 0
[pid=18660] ppid=18645 vsize=293640 CPUtime=0.2 cores=0,2,4,6
/proc/18660/stat : 18660 (python) S 18645 18645 17566 0 -1 4202560 1118 0 0 0 10 10 0 0 16 0 2 0 947965431 300687360 5788 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18660/statm: 73410 5788 397 364 0 8294 0
[pid=18662] ppid=18660 vsize=104852 CPUtime=47.39 cores=0,2,4,6
/proc/18662/stat : 18662 (wbo1.4a) T 18660 18662 18662 0 -1 4202496 25982 0 0 0 4689 50 0 0 25 0 1 0 947965431 107368448 25716 33554432000 134512640 135751879 4292626720 18446744073709551615 134611210 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/18662/statm: 26213 25716 143 303 0 25908 0
[pid=18660/tid=18686] ppid=18645 vsize=293640 CPUtime=0 cores=0,2,4,6
/proc/18660/task/18686/stat : 18686 (python) S 18645 18645 17566 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 947970171 300687360 5788 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604444721688768 0 0 -1 6 0 0 0
[pid=18687] ppid=18645 vsize=303588 CPUtime=0.05 cores=0,2,4,6
/proc/18687/stat : 18687 (python) S 18645 18645 17566 0 -1 4202560 943 0 0 0 3 2 0 0 15 0 1 0 947970173 310874112 5691 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085958 0 0 16781312 33554946 993347509461975040 0 0 17 2 0 0 0
/proc/18687/statm: 75897 5691 373 364 0 10778 0
[pid=18689] ppid=18687 vsize=32516 CPUtime=6.7 cores=0,2,4,6
/proc/18689/stat : 18689 (scip-2.0.1.linu) R 18687 18689 18689 0 -1 4202496 7349 0 0 0 626 44 0 0 18 0 1 0 947970174 33296384 5843 33554432000 4194304 13684479 140735895052336 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18689/statm: 8129 5843 803 2317 0 5807 0
[pid=18645/tid=18652] ppid=18643 vsize=313832 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 4 0 947960707 321363968 7197 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18661] ppid=18643 vsize=313832 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18661/stat : 18661 (python) S 18643 18645 17566 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 4 0 947965431 321363968 7197 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0

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

Current children cumulated CPU time (s) 479.54
Current children cumulated vsize (KiB) 20024064

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

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

[startup+476.102 s]
/proc/loadavg: 2.05 2.07 1.57 4/740 18766
/proc/meminfo: memFree=19544468/32951124 swapFree=56297244/67111528
[pid=18645] ppid=18643 vsize=355648 CPUtime=0.62 cores=0,2,4,6
/proc/18645/stat : 18645 (python) S 18643 18645 17566 0 -1 4202496 14993 935 1 0 50 12 0 0 20 0 8 0 947960615 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 41
/proc/18645/statm: 88912 7403 1883 364 0 23781 0
[pid=18651] ppid=18645 vsize=293084 CPUtime=0.39 cores=0,2,4,6
/proc/18651/stat : 18651 (python) S 18645 18645 17566 0 -1 4202560 1139 0 0 0 18 21 0 0 18 0 2 0 947960707 300118016 5685 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18651/statm: 73271 5685 413 364 0 8158 0
[pid=18653] ppid=18651 vsize=1860 CPUtime=93.4 cores=0,2,4,6
/proc/18653/stat : 18653 (clasp-1.3.7-x86) T 18651 18653 18653 0 -1 4202496 473 0 0 0 9339 1 0 0 25 0 1 0 947960708 1904640 213 33554432000 134512640 136139019 4291429584 18446744073709551615 134634749 0 0 16781312 16386 18446744071562691360 0 0 17 4 0 0 0
/proc/18653/statm: 465 213 183 398 0 65 0
[pid=18651/tid=18659] ppid=18645 vsize=293084 CPUtime=0 cores=0,2,4,6
/proc/18651/task/18659/stat : 18659 (python) S 18645 18645 17566 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 947965429 300118016 5685 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604441512188096 0 0 -1 6 0 0 0
[pid=18660] ppid=18645 vsize=293640 CPUtime=0.41 cores=0,2,4,6
/proc/18660/stat : 18660 (python) S 18645 18645 17566 0 -1 4202560 1139 0 0 0 21 20 0 0 15 0 2 0 947965431 300687360 5788 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18660/statm: 73410 5788 397 364 0 8294 0
[pid=18662] ppid=18660 vsize=188120 CPUtime=92.9 cores=0,2,4,6
/proc/18662/stat : 18662 (wbo1.4a) T 18660 18662 18662 0 -1 4202496 46781 0 0 0 9200 90 0 0 25 0 1 0 947965431 192634880 46515 33554432000 134512640 135751879 4292626720 18446744073709551615 134604788 0 0 16781312 3 18446744071562691360 0 0 17 4 0 0 0
/proc/18662/statm: 47030 46515 143 303 0 46725 0
[pid=18660/tid=18686] ppid=18645 vsize=293640 CPUtime=0 cores=0,2,4,6
/proc/18660/task/18686/stat : 18686 (python) S 18645 18645 17566 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 947970171 300687360 5788 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604444721688768 0 0 -1 6 0 0 0
[pid=18687] ppid=18645 vsize=304268 CPUtime=0.5 cores=0,2,4,6
/proc/18687/stat : 18687 (python) S 18645 18645 17566 0 -1 4202560 1262 0 0 0 33 17 0 0 16 0 2 0 947970173 311570432 5837 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18687/statm: 76067 5837 399 364 0 10948 0
[pid=18689] ppid=18687 vsize=93420 CPUtime=51.41 cores=0,2,4,6
/proc/18689/stat : 18689 (scip-2.0.1.linu) T 18687 18689 18689 0 -1 4202496 22336 0 0 0 4809 332 0 0 18 0 1 0 947970174 95662080 20830 33554432000 4194304 13684479 140735895052336 18446744073709551615 11876362 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/18689/statm: 23355 20830 803 2317 0 21033 0
[pid=18687/tid=18692] ppid=18645 vsize=304268 CPUtime=0 cores=0,2,4,6
/proc/18687/task/18692/stat : 18692 (python) S 18645 18645 17566 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 947975316 311570432 5837 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604453985334208 0 0 -1 6 0 0 0
[pid=18693] ppid=18645 vsize=314348 CPUtime=0.2 cores=0,2,4,6
/proc/18693/stat : 18693 (python) S 18645 18645 17566 0 -1 4202560 1138 0 0 0 10 10 0 0 16 0 2 0 947975319 321892352 5830 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18693/statm: 78587 5830 397 364 0 13465 0
[pid=18695] ppid=18693 vsize=8537648 CPUtime=48.59 cores=0,2,4,6
/proc/18695/stat : 18695 (java) T 18693 18695 18695 0 -1 4202496 61041 0 1 0 4850 9 0 0 18 0 19 0 947975319 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/18695/statm: 2134412 28893 2233 9 0 2125153 0
[pid=18695/tid=18696] ppid=18693 vsize=8537648 CPUtime=47.17 cores=0,2,4,6
/proc/18695/task/18696/stat : 18696 (java) T 18693 18695 18695 0 -1 4202560 35350 0 1 0 4713 4 0 0 25 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 46912505561140 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18697] ppid=18693 vsize=8537648 CPUtime=0.03 cores=0,2,4,6
/proc/18695/task/18697/stat : 18697 (java) T 18693 18695 18695 0 -1 4202560 2464 0 0 0 3 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18695/tid=18698] ppid=18693 vsize=8537648 CPUtime=0.03 cores=0,2,4,6
/proc/18695/task/18698/stat : 18698 (java) T 18693 18695 18695 0 -1 4202560 1636 0 0 0 3 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18699] ppid=18693 vsize=8537648 CPUtime=0.02 cores=0,2,4,6
/proc/18695/task/18699/stat : 18699 (java) T 18693 18695 18695 0 -1 4202560 1140 0 0 0 2 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18695/tid=18700] ppid=18693 vsize=8537648 CPUtime=0.02 cores=0,2,4,6
/proc/18695/task/18700/stat : 18700 (java) T 18693 18695 18695 0 -1 4202560 1200 0 0 0 2 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18701] ppid=18693 vsize=8537648 CPUtime=0.03 cores=0,2,4,6
/proc/18695/task/18701/stat : 18701 (java) T 18693 18695 18695 0 -1 4202560 2211 0 0 0 3 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18695/tid=18702] ppid=18693 vsize=8537648 CPUtime=0.02 cores=0,2,4,6
/proc/18695/task/18702/stat : 18702 (java) T 18693 18695 18695 0 -1 4202560 1766 0 0 0 2 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18695/tid=18703] ppid=18693 vsize=8537648 CPUtime=0.03 cores=0,2,4,6
/proc/18695/task/18703/stat : 18703 (java) T 18693 18695 18695 0 -1 4202560 1304 0 0 0 3 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18695/tid=18704] ppid=18693 vsize=8537648 CPUtime=0.02 cores=0,2,4,6
/proc/18695/task/18704/stat : 18704 (java) T 18693 18695 18695 0 -1 4202560 942 0 0 0 2 0 0 0 15 0 19 0 947975320 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18695/tid=18705] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18705/stat : 18705 (java) T 18693 18695 18695 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 947975321 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469882368 0 0 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18706] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18706/stat : 18706 (java) T 18693 18695 18695 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 947975322 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18695/tid=18707] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18707/stat : 18707 (java) T 18693 18695 18695 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 947975322 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18695/tid=18708] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18708/stat : 18708 (java) T 18693 18695 18695 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947975324 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469889457 0 4 0 16800975 18446744071562691360 0 0 -1 2 0 0 0
[pid=18695/tid=18709] ppid=18693 vsize=8537648 CPUtime=0.54 cores=0,2,4,6
/proc/18695/task/18709/stat : 18709 (java) T 18693 18695 18695 0 -1 4202560 6063 0 0 0 54 0 0 0 15 0 19 0 947975324 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18695/tid=18710] ppid=18693 vsize=8537648 CPUtime=0.58 cores=0,2,4,6
/proc/18695/task/18710/stat : 18710 (java) T 18693 18695 18695 0 -1 4202560 5554 0 0 0 58 0 0 0 15 0 19 0 947975324 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18711] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18711/stat : 18711 (java) T 18693 18695 18695 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 947975324 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469881753 0 4 0 16800975 18446744071562691360 0 0 -1 4 0 0 0
[pid=18695/tid=18712] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18712/stat : 18712 (java) T 18693 18695 18695 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 947975324 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 0 0 0 0
[pid=18695/tid=18713] ppid=18693 vsize=8537648 CPUtime=0 cores=0,2,4,6
/proc/18695/task/18713/stat : 18713 (java) T 18693 18695 18695 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 947975333 8742551552 28893 33554432000 1073741824 1073778376 140735908946688 18446744073709551615 252469882368 0 4 0 16800975 18446744071562691360 0 0 -1 6 0 0 0
[pid=18693/tid=18719] ppid=18645 vsize=314348 CPUtime=0 cores=0,2,4,6
/proc/18693/task/18719/stat : 18719 (python) S 18645 18645 17566 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 947980053 321892352 5830 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604445623924544 0 0 -1 6 0 0 0
[pid=18720] ppid=18645 vsize=324760 CPUtime=0.57 cores=0,2,4,6
/proc/18720/stat : 18720 (python) S 18645 18645 17566 0 -1 4202560 1170 0 0 0 28 29 0 0 19 0 2 0 947980056 332554240 5873 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 6 0 0 0
/proc/18720/statm: 81190 5873 397 364 0 16065 0
[pid=18722] ppid=18720 vsize=24676 CPUtime=137.57 cores=0,2,4,6
/proc/18722/stat : 18722 (bsolo_pb10) T 18720 18722 18722 0 -1 4202496 2041 0 0 0 13744 13 0 0 25 0 1 0 947980056 25268224 1773 33554432000 134512640 137138936 4289697136 18446744073709551615 134542770 0 0 16781312 16384 18446744071562691360 0 0 17 4 0 0 0
/proc/18722/statm: 6169 1773 192 642 0 5525 0
[pid=18720/tid=18728] ppid=18645 vsize=324760 CPUtime=0 cores=0,2,4,6
/proc/18720/task/18728/stat : 18728 (python) S 18645 18645 17566 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 947993814 332554240 5873 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604451738972288 0 0 -1 6 0 0 0
[pid=18729] ppid=18645 vsize=335016 CPUtime=0.52 cores=0,2,4,6
/proc/18729/stat : 18729 (python) S 18645 18645 17566 0 -1 4202560 1262 0 0 0 37 15 0 0 17 0 2 0 947993816 343056384 5899 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469892555 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0
/proc/18729/statm: 83754 5899 398 364 0 18626 0
[pid=18731] ppid=18729 vsize=77536 CPUtime=51.3 cores=0,2,4,6
/proc/18731/stat : 18731 (scip-2.0.1.linu) T 18729 18731 18731 0 -1 4202496 18390 0 0 0 4887 243 0 0 18 0 1 0 947993817 79396864 16250 33554432000 4194304 15243407 140734472571648 18446744073709551615 7917416 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/18731/statm: 19384 16250 928 2698 0 16679 0
[pid=18729/tid=18742] ppid=18645 vsize=335016 CPUtime=0 cores=0,2,4,6
/proc/18729/task/18742/stat : 18742 (python) S 18645 18645 17566 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 947998961 343056384 5899 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554946 18446604442300536832 0 0 -1 2 0 0 0
[pid=18746] ppid=18645 vsize=345404 CPUtime=0 cores=0,2,4,6
/proc/18746/stat : 18746 (python) S 18645 18645 17566 0 -1 4202560 855 0 0 0 0 0 0 0 15 0 1 0 948008139 353693696 5865 33554432000 4194304 5683644 140735442876832 18446744073709551615 252458085958 0 0 16781312 33554946 3640715778203844608 0 0 17 6 0 0 0
/proc/18746/statm: 86351 5865 349 364 0 21220 0
[pid=18748] ppid=18746 vsize=8534636 CPUtime=1.16 cores=0,2,4,6
/proc/18748/stat : 18748 (java) S 18746 18748 18748 0 -1 4202496 23762 0 1 0 112 4 0 0 20 0 19 0 948008140 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/18748/statm: 2133659 22026 2237 9 0 2124400 0
[pid=18748/tid=18749] ppid=18746 vsize=8534636 CPUtime=0.83 cores=0,2,4,6
/proc/18748/task/18749/stat : 18749 (java) R 18746 18748 18748 0 -1 4202560 18802 0 1 0 81 2 0 0 25 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 46912505555696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18748/tid=18750] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18750/stat : 18750 (java) S 18746 18748 18748 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18751] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18751/stat : 18751 (java) S 18746 18748 18748 0 -1 4202560 89 0 0 0 0 0 0 0 17 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18752] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18752/stat : 18752 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18753] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18753/stat : 18753 (java) S 18746 18748 18748 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18754] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18754/stat : 18754 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18755] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18755/stat : 18755 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18756] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18756/stat : 18756 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18757] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18757/stat : 18757 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 948008141 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18758] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18758/stat : 18758 (java) S 18746 18748 18748 0 -1 4202560 232 0 0 0 0 0 0 0 19 0 19 0 948008142 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469882368 0 0 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18759] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18759/stat : 18759 (java) S 18746 18748 18748 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 948008143 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18760] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18760/stat : 18760 (java) S 18746 18748 18748 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 948008143 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18761] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18761/stat : 18761 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948008145 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469889457 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18762] ppid=18746 vsize=8534636 CPUtime=0.12 cores=0,2,4,6
/proc/18748/task/18762/stat : 18762 (java) S 18746 18748 18748 0 -1 4202560 891 0 0 0 12 0 0 0 22 0 19 0 948008145 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18763] ppid=18746 vsize=8534636 CPUtime=0.18 cores=0,2,4,6
/proc/18748/task/18763/stat : 18763 (java) S 18746 18748 18748 0 -1 4202560 2206 0 0 0 18 0 0 0 23 0 19 0 948008145 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18764] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18764/stat : 18764 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 948008145 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469881753 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18748/tid=18765] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18765/stat : 18765 (java) S 18746 18748 18748 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 948008145 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469882368 0 4 0 16800975 18446604451738973184 0 0 -1 4 0 0 0
[pid=18748/tid=18766] ppid=18746 vsize=8534636 CPUtime=0 cores=0,2,4,6
/proc/18748/task/18766/stat : 18766 (java) S 18746 18748 18748 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 948008154 8739467264 22026 33554432000 1073741824 1073778376 140734473965008 18446744073709551615 252469882368 0 4 0 16800975 18446604451738973184 0 0 -1 6 0 0 0
[pid=18645/tid=18652] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18652/stat : 18652 (python) S 18643 18645 17566 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 8 0 947960707 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18661] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18661/stat : 18661 (python) S 18643 18645 17566 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 8 0 947965431 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18688] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18688/stat : 18688 (python) S 18643 18645 17566 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 8 0 947970174 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 4 0 0 0
[pid=18645/tid=18694] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18694/stat : 18694 (python) S 18643 18645 17566 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 8 0 947975319 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18721] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18721/stat : 18721 (python) S 18643 18645 17566 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 947980056 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 6 0 0 0
[pid=18645/tid=18730] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18730/stat : 18730 (python) S 18643 18645 17566 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 8 0 947993816 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 0 0 0 0
[pid=18645/tid=18747] ppid=18643 vsize=355648 CPUtime=0 cores=0,2,4,6
/proc/18645/task/18747/stat : 18747 (python) S 18643 18645 17566 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 8 0 948008140 364183552 7403 33554432000 4194304 5683644 140735442876832 18446744073709551615 252469889457 0 0 16781312 33554434 18446604443583227776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 479.54
Current children cumulated vsize (KiB) 20024064

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 476.196
CPU time (s): 479.54
CPU user time (s): 471.38
CPU system time (s): 8.16
CPU usage (%): 100.702
Max. virtual memory (cumulated for all children) (KiB): 20024064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.510922
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15932
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= 1027
involuntary context switches= 26

runsolver used 3.70244 second user time and 7.32789 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-09 01:55:01
IDJOB=3481713
IDBENCH=2894
IDSOLVER=1970
FILE ID=node111/3481713-1307577301
RUNJOBID= node111-1307576439-17584
PBS_JOBID= 13547694
Free space on /tmp= 73568 MiB

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

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

MD5SUM BENCH= 6c673f615af1912eadc68b4290958076
RANDOM SEED=2079320018

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20603084 kB
Buffers:        171256 kB
Cached:         792940 kB
SwapCached:      11444 kB
Active:       11810400 kB
Inactive:       221504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20603084 kB
SwapTotal:    67111528 kB
SwapFree:     56297244 kB
Dirty:          207716 kB
Writeback:           0 kB
AnonPages:    11065036 kB
Mapped:          92260 kB
Slab:           168140 kB
PageTables:      77436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 156104364 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= 73468 MiB
End job on node111 at 2011-06-09 02:03:00