Trace number 3481593

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) 709.31 703.028

General information on the benchmark

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

Solver Data

0.33/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.33/0.69	c INFO: solving HOME/instance-3481593-1307578435.opb
1.20/1.23	c INFO: wrote linearized instance to HOME/tmpCiuRku.opb
1.69/1.79	c INFO: parsing took 0.55 s
2.79/2.84	c INFO: features took 1.05 CPU seconds
2.79/2.87	c INFO: running scip-2.0.1-spx@0 for 45 with 1798 remaining (b = 0.08)
50.87/50.79	c INFO: running wbo1.4a@0 for 45 with 1750 remaining (b = 0.02)
101.07/100.73	c INFO: running scip-2.0.1-clp@0 for 45 with 1700 remaining (b = 0.01)
150.03/149.61	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1652 remaining (b = 0.01)
199.06/195.86	c INFO: running scip-2.0.1-spx@47 for 45 with 1604 remaining (b = 0.01)
244.58/241.10	c INFO: running scip-2.0.1-spx@92 for 228 with 1559 remaining (b = 0.03)
476.55/472.14	c INFO: running scip-2.0.1-clp@48 for 45 with 1328 remaining (b = 0.01)
521.98/517.38	c INFO: running clasp-1.3.7@0 for 91 with 1283 remaining (b = 0.02)
616.81/611.72	c INFO: running scip-2.0.1-clp@93 for 91 with 1188 remaining (b = 0.01)
707.57/702.14	c INFO: running sat4j-pb-v20101225@0 for 91 with 1098 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-3481593-1307578435/watcher-3481593-1307578435 -o /tmp/evaluation-result-3481593-1307578435/solver-3481593-1307578435 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481593-1307578435.opb -seed 1305617703 -budget 1800 

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

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


[startup+0 s]
/proc/loadavg: 2.13 2.15 1.89 3/642 4635
/proc/meminfo: memFree=12372532/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/4635/stat : 4635 (python) R 4633 4635 2733 0 -1 4202496 866 0 0 0 0 0 0 0 22 0 1 0 850258900 16154624 747 33554432000 4194304 5683644 140736736942656 18446744073709551615 4546752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4635/statm: 3944 749 343 364 0 431 0

[startup+0.118877 s]
/proc/loadavg: 2.13 2.15 1.89 3/642 4635
/proc/meminfo: memFree=12372532/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=96128 CPUtime=0.07 cores=1,3,5,7
/proc/4635/stat : 4635 (python) R 4633 4635 2733 0 -1 4202496 3170 932 1 0 5 2 0 0 18 0 1 0 850258900 98435072 2483 33554432000 4194304 5683644 140736736942656 18446744073709551615 5158265 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4635/statm: 24032 2483 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.200898 s]
/proc/loadavg: 2.13 2.15 1.89 3/642 4635
/proc/meminfo: memFree=12372532/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=117904 CPUtime=0.13 cores=1,3,5,7
/proc/4635/stat : 4635 (python) R 4633 4635 2733 0 -1 4202496 4914 932 1 0 9 4 0 0 17 0 1 0 850258900 120733696 3340 33554432000 4194304 5683644 140736736942656 18446744073709551615 4892365 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4635/statm: 29476 3341 916 364 0 2446 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 117904

[startup+0.30091 s]
/proc/loadavg: 2.13 2.15 1.89 3/642 4635
/proc/meminfo: memFree=12372532/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=123744 CPUtime=0.17 cores=1,3,5,7
/proc/4635/stat : 4635 (python) R 4633 4635 2733 0 -1 4202496 5358 932 1 0 10 7 0 0 16 0 1 0 850258900 126713856 3744 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261612549 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4635/statm: 30936 3744 987 364 0 2768 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 123744

[startup+0.708872 s]
/proc/loadavg: 2.13 2.15 1.89 3/642 4635
/proc/meminfo: memFree=12372532/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=282404 CPUtime=0.4 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 9193 932 1 0 27 13 0 0 15 0 1 0 850258900 289181696 6937 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636623 0 0 16781312 2 4294934790 0 0 17 5 0 0 0
/proc/4635/statm: 70601 6937 1777 364 0 5494 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282404

[startup+1.50069 s]
/proc/loadavg: 2.13 2.15 1.89 4/644 4641
/proc/meminfo: memFree=12344424/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=297460 CPUtime=1.5 cores=1,3,5,7
/proc/4635/stat : 4635 (python) R 4633 4635 2733 0 -1 4202496 14778 1594 1 0 59 40 40 11 16 0 1 0 850258900 304599040 10640 33554432000 4194304 5683644 140736736942656 18446744073709551615 4960247 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4635/statm: 74365 10640 1782 364 0 9258 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 297460

[startup+3.10036 s]
/proc/loadavg: 2.13 2.15 1.89 3/643 4641
/proc/meminfo: memFree=12324456/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=315216 CPUtime=2.86 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 22133 1594 1 0 195 40 40 11 19 0 2 0 850258900 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/4635/statm: 78804 12643 1871 364 0 13691 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 315216

[startup+6.30083 s]
/proc/loadavg: 2.28 2.18 1.90 3/646 4644
/proc/meminfo: memFree=12013812/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=315216 CPUtime=2.86 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 22133 1594 1 0 195 40 40 11 19 0 2 0 850258900 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/4635/statm: 78804 12643 1871 364 0 13691 0
[pid=4642] ppid=4635 vsize=304972 CPUtime=0 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 718 0 0 0 0 0 0 0 15 0 1 0 850259187 312291328 11086 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636623 0 0 16781312 33554946 5800499950546551045 0 0 17 5 0 0 0
/proc/4642/statm: 76243 11086 318 364 0 11130 0
[pid=4644] ppid=4642 vsize=349768 CPUtime=3.41 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) R 4642 4644 4644 0 -1 4202496 85278 0 0 0 312 29 0 0 25 0 1 0 850259187 358162432 80924 33554432000 4194304 13684479 140733995510608 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4644/statm: 87442 80924 1006 2317 0 85120 0
[pid=4635/tid=4643] ppid=4633 vsize=315216 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 19 0 2 0 850259187 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 969956

[startup+12.7007 s]
/proc/loadavg: 2.26 2.18 1.90 3/646 4644
/proc/meminfo: memFree=11986408/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=315216 CPUtime=2.86 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 22133 1594 1 0 195 40 40 11 19 0 2 0 850258900 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/4635/statm: 78804 12643 1871 364 0 13691 0
[pid=4642] ppid=4635 vsize=304972 CPUtime=0.03 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 878 0 0 0 1 2 0 0 15 0 1 0 850259187 312291328 11110 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636623 0 0 16781312 33554946 5623606151888251567 0 0 17 5 0 0 0
/proc/4642/statm: 76243 11110 342 364 0 11130 0
[pid=4644] ppid=4642 vsize=355324 CPUtime=9.81 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) R 4642 4644 4644 0 -1 4202496 88809 0 0 0 950 31 0 0 25 0 1 0 850259187 363851776 84074 33554432000 4194304 13684479 140733995510608 18446744073709551615 7388639 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4644/statm: 88831 84074 855 2317 0 86509 0
[pid=4635/tid=4643] ppid=4633 vsize=315216 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 19 0 2 0 850259187 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 975512

[startup+25.5004 s]
/proc/loadavg: 2.73 2.28 1.94 3/634 4704
/proc/meminfo: memFree=11943344/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=315216 CPUtime=2.86 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 22133 1594 1 0 195 40 40 11 19 0 2 0 850258900 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/4635/statm: 78804 12643 1871 364 0 13691 0
[pid=4642] ppid=4635 vsize=304972 CPUtime=0.07 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 881 0 0 0 3 4 0 0 15 0 1 0 850259187 312291328 11110 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636623 0 0 16781312 33554946 5623753486446373551 0 0 17 7 0 0 0
/proc/4642/statm: 76243 11110 342 364 0 11130 0
[pid=4644] ppid=4642 vsize=361596 CPUtime=22.61 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) R 4642 4644 4644 0 -1 4202496 88821 0 0 0 2228 33 0 0 25 0 1 0 850259187 370274304 84084 33554432000 4194304 13684479 140733995510608 18446744073709551615 11876362 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4644/statm: 90399 84084 853 2317 0 88077 0
[pid=4635/tid=4643] ppid=4633 vsize=315216 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 19 0 2 0 850259187 322781184 12643 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 981784

[startup+51.1009 s]
/proc/loadavg: 2.54 2.27 1.95 3/634 4704
/proc/meminfo: memFree=11930104/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=325472 CPUtime=2.89 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 22983 1594 1 0 197 41 40 11 20 0 3 0 850258900 333283328 12650 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/4635/statm: 81368 12650 1874 364 0 16252 0
[pid=4642] ppid=4635 vsize=315216 CPUtime=0.2 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 1094 0 0 0 10 10 0 0 16 0 2 0 850259187 322781184 11178 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4642/statm: 78804 11178 405 364 0 13691 0
[pid=4644] ppid=4642 vsize=375292 CPUtime=47.88 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) T 4642 4644 4644 0 -1 4202496 91547 0 0 0 4753 35 0 0 25 0 1 0 850259187 384299008 86709 33554432000 4194304 13684479 140733995510608 18446744073709551615 7397968 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4644/statm: 93823 86709 824 2317 0 91501 0
[pid=4635/tid=4643] ppid=4633 vsize=325472 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 19 0 3 0 850259187 333283328 12650 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1015980

[startup+102.301 s]
/proc/loadavg: 2.48 2.31 1.97 3/646 4718
/proc/meminfo: memFree=11628712/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=335728 CPUtime=2.91 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 23849 1594 1 0 199 41 40 11 20 0 4 0 850258900 343785472 12656 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/4635/statm: 83932 12656 1876 364 0 18813 0
[pid=4642] ppid=4635 vsize=315216 CPUtime=0.2 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 1094 0 0 0 10 10 0 0 16 0 2 0 850259187 322781184 11178 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4642/statm: 78804 11178 405 364 0 13691 0
[pid=4644] ppid=4642 vsize=375292 CPUtime=47.88 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) T 4642 4644 4644 0 -1 4202496 91547 0 0 0 4753 35 0 0 25 0 1 0 850259187 384299008 86709 33554432000 4194304 13684479 140733995510608 18446744073709551615 7397968 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4644/statm: 93823 86709 824 2317 0 91501 0
[pid=4642/tid=4705] ppid=4635 vsize=315216 CPUtime=0 cores=1,3,5,7
/proc/4642/task/4705/stat : 4705 (python) S 4635 4635 2733 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 850263977 322781184 11178 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604461134987712 0 0 -1 7 0 0 0
[pid=4706] ppid=4635 vsize=315228 CPUtime=0.22 cores=1,3,5,7
/proc/4706/stat : 4706 (python) S 4635 4635 2733 0 -1 4202560 1186 0 0 0 10 12 0 0 17 0 2 0 850263980 322793472 11169 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4706/statm: 78807 11169 396 364 0 13691 0
[pid=4708] ppid=4706 vsize=102816 CPUtime=49.9 cores=1,3,5,7
/proc/4708/stat : 4708 (wbo1.4a) T 4706 4708 4708 0 -1 4202496 28260 0 0 0 4960 30 0 0 25 0 1 0 850263980 105283584 25089 33554432000 134512640 135751879 4286587792 18446744073709551615 134606357 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/4708/statm: 25704 25089 146 303 0 25399 0
[pid=4706/tid=4715] ppid=4635 vsize=315228 CPUtime=0 cores=1,3,5,7
/proc/4706/task/4715/stat : 4715 (python) S 4635 4635 2733 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 850268971 322793472 11169 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604463785034752 0 0 -1 7 0 0 0
[pid=4716] ppid=4635 vsize=325484 CPUtime=0 cores=1,3,5,7
/proc/4716/stat : 4716 (python) S 4635 4635 2733 0 -1 4202560 871 0 0 0 0 0 0 0 15 0 1 0 850268973 333295616 11102 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636678 0 0 16781312 33554946 1980060707495837956 0 0 17 5 0 0 0
/proc/4716/statm: 81371 11102 326 364 0 16252 0
[pid=4718] ppid=4716 vsize=150460 CPUtime=1.56 cores=1,3,5,7
/proc/4718/stat : 4718 (scip-2.0.1.linu) R 4716 4718 4718 0 -1 4202496 36421 0 0 0 133 23 0 0 25 0 1 0 850268974 154071040 34946 33554432000 4194304 15243407 140735062761040 18446744073709551615 13277498 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4718/statm: 37615 34946 762 2698 0 34910 0
[pid=4635/tid=4643] ppid=4633 vsize=335728 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 19 0 4 0 850259187 343785472 12656 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
[pid=4635/tid=4707] ppid=4633 vsize=335728 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4707/stat : 4707 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 20 0 4 0 850263980 343785472 12656 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=4717] ppid=4633 vsize=335728 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4717/stat : 4717 (python) S 4633 4635 2733 0 -1 4202560 29 1594 0 0 0 0 40 11 20 0 4 0 850268973 343785472 12656 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.67
Current children cumulated vsize (KiB) 1920224

[startup+162.301 s]
/proc/loadavg: 2.18 2.25 1.97 3/690 4763
/proc/meminfo: memFree=10206576/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=345984 CPUtime=2.94 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 24784 1594 1 0 202 41 40 11 20 0 5 0 850258900 354287616 12662 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/4635/statm: 86496 12662 1878 364 0 21374 0
[pid=4642] ppid=4635 vsize=315216 CPUtime=0.2 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 1094 0 0 0 10 10 0 0 16 0 2 0 850259187 322781184 11178 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4642/statm: 78804 11178 405 364 0 13691 0
[pid=4644] ppid=4642 vsize=375292 CPUtime=47.88 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) T 4642 4644 4644 0 -1 4202496 91547 0 0 0 4753 35 0 0 25 0 1 0 850259187 384299008 86709 33554432000 4194304 13684479 140733995510608 18446744073709551615 7397968 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4644/statm: 93823 86709 824 2317 0 91501 0
[pid=4642/tid=4705] ppid=4635 vsize=315216 CPUtime=0 cores=1,3,5,7

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

[pid=4635/tid=4707] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4707/stat : 4707 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 20 0 7 0 850263980 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=4717] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4717/stat : 4717 (python) S 4633 4635 2733 0 -1 4202560 38 1594 0 0 0 0 40 11 18 0 7 0 850268973 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=4744] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4744/stat : 4744 (python) S 4633 4635 2733 0 -1 4202560 27 1594 0 0 0 0 40 11 20 0 7 0 850273862 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
[pid=4635/tid=5399] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/5399/stat : 5399 (python) S 4633 4635 2733 0 -1 4202560 27 1594 0 0 0 0 40 11 20 0 7 0 850310638 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 707.63
Current children cumulated vsize (KiB) 11528428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.902 s]
/proc/loadavg: 2.10 2.17 2.05 4/740 5429
/proc/meminfo: memFree=4780804/32951124 swapFree=67057920/67111528
[pid=4635] ppid=4633 vsize=366496 CPUtime=3.07 cores=1,3,5,7
/proc/4635/stat : 4635 (python) S 4633 4635 2733 0 -1 4202496 26764 1594 1 0 214 42 40 11 19 0 7 0 850258900 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0
/proc/4635/statm: 91624 12674 1882 364 0 26496 0
[pid=4642] ppid=4635 vsize=315216 CPUtime=1.4 cores=1,3,5,7
/proc/4642/stat : 4642 (python) S 4635 4635 2733 0 -1 4202560 1163 0 0 0 66 74 0 0 15 0 2 0 850259187 322781184 11179 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4642/statm: 78804 11179 406 364 0 13691 0
[pid=4644] ppid=4642 vsize=390244 CPUtime=324.13 cores=1,3,5,7
/proc/4644/stat : 4644 (scip-2.0.1.linu) T 4642 4644 4644 0 -1 4202496 97495 0 0 0 32358 55 0 0 25 0 1 0 850259187 399609856 92634 33554432000 4194304 13684479 140733995510608 18446744073709551615 7415990 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/4644/statm: 97561 92634 812 2317 0 95239 0
[pid=4642/tid=4705] ppid=4635 vsize=315216 CPUtime=0 cores=1,3,5,7
/proc/4642/task/4705/stat : 4705 (python) S 4635 4635 2733 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 850263977 322781184 11179 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604461134987712 0 0 -1 7 0 0 0
[pid=4706] ppid=4635 vsize=315228 CPUtime=0.22 cores=1,3,5,7
/proc/4706/stat : 4706 (python) S 4635 4635 2733 0 -1 4202560 1186 0 0 0 10 12 0 0 17 0 2 0 850263980 322793472 11169 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4706/statm: 78807 11169 396 364 0 13691 0
[pid=4708] ppid=4706 vsize=102816 CPUtime=49.9 cores=1,3,5,7
/proc/4708/stat : 4708 (wbo1.4a) T 4706 4708 4708 0 -1 4202496 28260 0 0 0 4960 30 0 0 25 0 1 0 850263980 105283584 25089 33554432000 134512640 135751879 4286587792 18446744073709551615 134606357 0 0 16781312 3 18446744071562691360 0 0 17 5 0 0 0
/proc/4708/statm: 25704 25089 146 303 0 25399 0
[pid=4706/tid=4715] ppid=4635 vsize=315228 CPUtime=0 cores=1,3,5,7
/proc/4706/task/4715/stat : 4715 (python) S 4635 4635 2733 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 850268971 322793472 11169 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604463785034752 0 0 -1 7 0 0 0
[pid=4716] ppid=4635 vsize=325484 CPUtime=0.82 cores=1,3,5,7
/proc/4716/stat : 4716 (python) S 4635 4635 2733 0 -1 4202560 1252 0 0 0 39 43 0 0 15 0 2 0 850268973 333295616 11173 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/4716/statm: 81371 11173 396 364 0 16252 0
[pid=4718] ppid=4716 vsize=356744 CPUtime=184.45 cores=1,3,5,7
/proc/4718/stat : 4718 (scip-2.0.1.linu) T 4716 4718 4718 0 -1 4202496 421950 0 0 0 18352 93 0 0 25 0 1 0 850268974 365305856 75136 33554432000 4194304 15243407 140735062761040 18446744073709551615 8112989 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/4718/statm: 89186 75136 908 2698 0 86481 0
[pid=4716/tid=4742] ppid=4635 vsize=325484 CPUtime=0 cores=1,3,5,7
/proc/4716/task/4742/stat : 4742 (python) S 4635 4635 2733 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 850273859 333295616 11173 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604456657015232 0 0 -1 7 0 0 0
[pid=4743] ppid=4635 vsize=401276 CPUtime=0.2 cores=1,3,5,7
/proc/4743/stat : 4743 (python) S 4635 4635 2733 0 -1 4202560 1153 0 0 0 9 11 0 0 17 0 2 0 850273861 410906624 11173 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 5 0 0 0
/proc/4743/statm: 100319 11173 390 364 0 35197 0
[pid=4745] ppid=4743 vsize=8545248 CPUtime=48.74 cores=1,3,5,7
/proc/4745/stat : 4745 (java) T 4743 4745 4745 0 -1 4202496 546583 0 1 0 4811 63 0 0 18 0 19 0 850273862 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4745/statm: 2136312 542196 2248 9 0 2127053 0
[pid=4745/tid=4746] ppid=4743 vsize=8545248 CPUtime=45.91 cores=1,3,5,7
/proc/4745/task/4746/stat : 4746 (java) T 4743 4745 4745 0 -1 4202560 484502 0 1 0 4536 55 0 0 25 0 19 0 850273862 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 46912505977160 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4747] ppid=4743 vsize=8545248 CPUtime=0.1 cores=1,3,5,7
/proc/4745/task/4747/stat : 4747 (java) T 4743 4745 4745 0 -1 4202560 7238 0 0 0 10 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4748] ppid=4743 vsize=8545248 CPUtime=0.13 cores=1,3,5,7
/proc/4745/task/4748/stat : 4748 (java) T 4743 4745 4745 0 -1 4202560 9247 0 0 0 13 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4749] ppid=4743 vsize=8545248 CPUtime=0.06 cores=1,3,5,7
/proc/4745/task/4749/stat : 4749 (java) T 4743 4745 4745 0 -1 4202560 4877 0 0 0 6 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4750] ppid=4743 vsize=8545248 CPUtime=0.08 cores=1,3,5,7
/proc/4745/task/4750/stat : 4750 (java) T 4743 4745 4745 0 -1 4202560 6230 0 0 0 7 1 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4751] ppid=4743 vsize=8545248 CPUtime=0.05 cores=1,3,5,7
/proc/4745/task/4751/stat : 4751 (java) T 4743 4745 4745 0 -1 4202560 3421 0 0 0 5 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4752] ppid=4743 vsize=8545248 CPUtime=0.08 cores=1,3,5,7
/proc/4745/task/4752/stat : 4752 (java) T 4743 4745 4745 0 -1 4202560 5959 0 0 0 8 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4753] ppid=4743 vsize=8545248 CPUtime=0.11 cores=1,3,5,7
/proc/4745/task/4753/stat : 4753 (java) T 4743 4745 4745 0 -1 4202560 7250 0 0 0 11 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=4745/tid=4754] ppid=4743 vsize=8545248 CPUtime=0.06 cores=1,3,5,7
/proc/4745/task/4754/stat : 4754 (java) T 4743 4745 4745 0 -1 4202560 4920 0 0 0 6 0 0 0 15 0 19 0 850273863 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=4745/tid=4755] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4755/stat : 4755 (java) T 4743 4745 4745 0 -1 4202560 1267 0 0 0 0 0 0 0 15 0 19 0 850273864 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273433088 0 0 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4756] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4756/stat : 4756 (java) T 4743 4745 4745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 850273864 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4757] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4757/stat : 4757 (java) T 4743 4745 4745 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 850273864 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4758] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4758/stat : 4758 (java) T 4743 4745 4745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850273866 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273440177 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4759] ppid=4743 vsize=8545248 CPUtime=1.13 cores=1,3,5,7
/proc/4745/task/4759/stat : 4759 (java) T 4743 4745 4745 0 -1 4202560 5342 0 0 0 113 0 0 0 15 0 19 0 850273866 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=4745/tid=4760] ppid=4743 vsize=8545248 CPUtime=0.9 cores=1,3,5,7
/proc/4745/task/4760/stat : 4760 (java) T 4743 4745 4745 0 -1 4202560 4933 0 0 0 90 0 0 0 15 0 19 0 850273866 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4761] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4761/stat : 4761 (java) T 4743 4745 4745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 850273866 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273432473 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4762] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4762/stat : 4762 (java) T 4743 4745 4745 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 850273866 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273433088 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4745/tid=4763] ppid=4743 vsize=8545248 CPUtime=0 cores=1,3,5,7
/proc/4745/task/4763/stat : 4763 (java) T 4743 4745 4745 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 850273943 8750333952 542196 33554432000 1073741824 1073778376 140736077804608 18446744073709551615 254273433088 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=4743/tid=4950] ppid=4635 vsize=401276 CPUtime=0 cores=1,3,5,7
/proc/4743/task/4950/stat : 4950 (python) S 4635 4635 2733 0 -1 4202560 51 0 0 0 0 0 0 0 17 0 2 0 850278484 410906624 11173 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604460827428864 0 0 -1 3 0 0 0
[pid=5398] ppid=4635 vsize=345996 CPUtime=0.39 cores=1,3,5,7
/proc/5398/stat : 5398 (python) S 4635 4635 2733 0 -1 4202560 1196 0 0 0 18 21 0 0 16 0 2 0 850310638 354299904 11175 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273443275 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/5398/statm: 86499 11175 390 364 0 21374 0
[pid=5400] ppid=5398 vsize=63680 CPUtime=94.31 cores=1,3,5,7
/proc/5400/stat : 5400 (clasp-1.3.7-x86) T 5398 5400 5400 0 -1 4202496 16798 0 0 0 9429 2 0 0 25 0 1 0 850310638 65208320 15681 33554432000 134512640 136139019 4293642432 18446744073709551615 134640605 0 0 16781312 16386 18446744071562691360 0 0 17 3 0 0 0
/proc/5400/statm: 15920 15681 189 398 0 15520 0
[pid=5398/tid=5403] ppid=4635 vsize=345996 CPUtime=0 cores=1,3,5,7
/proc/5398/task/5403/stat : 5403 (python) S 4635 4635 2733 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 850320070 354299904 11175 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554946 18446604470157902208 0 0 -1 7 0 0 0
[pid=5410] ppid=4635 vsize=356252 CPUtime=0 cores=1,3,5,7
/proc/5410/stat : 5410 (python) S 4635 4635 2733 0 -1 4202560 817 0 0 0 0 0 0 0 18 0 1 0 850329114 364802048 11107 33554432000 4194304 5683644 140736736942656 18446744073709551615 254261636678 0 0 16781312 33554946 15492138527788859654 0 0 17 1 0 0 0
/proc/5410/statm: 89063 11107 319 364 0 23935 0
[pid=5412] ppid=5410 vsize=8610868 CPUtime=1.68 cores=1,3,5,7
/proc/5412/stat : 5412 (java) S 5410 5412 5412 0 -1 4202496 51938 0 1 0 162 6 0 0 17 0 18 0 850329114 8817528832 48519 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5412/statm: 2152717 48519 2236 9 0 2143458 0
[pid=5412/tid=5413] ppid=5410 vsize=8610868 CPUtime=0.73 cores=1,3,5,7
/proc/5412/task/5413/stat : 5413 (java) R 5410 5412 5412 0 -1 4202560 35268 0 1 0 69 4 0 0 18 0 18 0 850329115 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 46912505776277 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5412/tid=5414] ppid=5410 vsize=8610868 CPUtime=0.03 cores=1,3,5,7
/proc/5412/task/5414/stat : 5414 (java) S 5410 5412 5412 0 -1 4202560 2500 0 0 0 3 0 0 0 16 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5415] ppid=5410 vsize=8610868 CPUtime=0.03 cores=1,3,5,7
/proc/5412/task/5415/stat : 5415 (java) S 5410 5412 5412 0 -1 4202560 2416 0 0 0 3 0 0 0 16 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 7 0 0 0
[pid=5412/tid=5416] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5416/stat : 5416 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5417] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5417/stat : 5417 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5418] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5418/stat : 5418 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5419] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5419/stat : 5419 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5420] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5420/stat : 5420 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5421] ppid=5410 vsize=8610868 CPUtime=0.01 cores=1,3,5,7
/proc/5412/task/5421/stat : 5421 (java) S 5410 5412 5412 0 -1 4202560 1207 0 0 0 1 0 0 0 16 0 18 0 850329116 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 3 0 0 0
[pid=5412/tid=5422] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5422/stat : 5422 (java) S 5410 5412 5412 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 18 0 850329117 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273433088 0 0 0 16800975 18446604454466329408 0 0 -1 7 0 0 0
[pid=5412/tid=5423] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5423/stat : 5423 (java) S 5410 5412 5412 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 18 0 850329117 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5424] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5424/stat : 5424 (java) S 5410 5412 5412 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 850329118 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 7 0 0 0
[pid=5412/tid=5425] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5425/stat : 5425 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850329120 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273440177 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5426] ppid=5410 vsize=8610868 CPUtime=0.44 cores=1,3,5,7
/proc/5412/task/5426/stat : 5426 (java) S 5410 5412 5412 0 -1 4202560 4972 0 0 0 44 0 0 0 25 0 18 0 850329120 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 1 0 0 0
[pid=5412/tid=5427] ppid=5410 vsize=8610868 CPUtime=0.41 cores=1,3,5,7
/proc/5412/task/5427/stat : 5427 (java) S 5410 5412 5412 0 -1 4202560 4108 0 0 0 40 1 0 0 16 0 18 0 850329120 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 7 0 0 0
[pid=5412/tid=5428] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5428/stat : 5428 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 850329120 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273432473 0 4 0 16800975 18446604454466329408 0 0 -1 5 0 0 0
[pid=5412/tid=5429] ppid=5410 vsize=8610868 CPUtime=0 cores=1,3,5,7
/proc/5412/task/5429/stat : 5429 (java) S 5410 5412 5412 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 850329120 8817528832 48520 33554432000 1073741824 1073778376 140735886766352 18446744073709551615 254273433088 0 4 0 16800975 18446604454466329408 0 0 -1 3 0 0 0
[pid=4635/tid=4643] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4643/stat : 4643 (python) S 4633 4635 2733 0 -1 4202560 35 1594 0 0 0 0 40 11 18 0 7 0 850259187 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
[pid=4635/tid=4707] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4707/stat : 4707 (python) S 4633 4635 2733 0 -1 4202560 28 1594 0 0 0 0 40 11 20 0 7 0 850263980 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=4717] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4717/stat : 4717 (python) S 4633 4635 2733 0 -1 4202560 38 1594 0 0 0 0 40 11 18 0 7 0 850268973 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=4744] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/4744/stat : 4744 (python) S 4633 4635 2733 0 -1 4202560 27 1594 0 0 0 0 40 11 20 0 7 0 850273862 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 7 0 0 0
[pid=4635/tid=5399] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/5399/stat : 5399 (python) S 4633 4635 2733 0 -1 4202560 27 1594 0 0 0 0 40 11 20 0 7 0 850310638 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
[pid=4635/tid=5411] ppid=4633 vsize=366496 CPUtime=0.51 cores=1,3,5,7
/proc/4635/task/5411/stat : 5411 (python) S 4633 4635 2733 0 -1 4202560 30 1594 0 0 0 0 40 11 20 0 7 0 850329114 375291904 12674 33554432000 4194304 5683644 140736736942656 18446744073709551615 254273440177 0 0 16781312 33554434 18446604469049945152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 709.31
Current children cumulated vsize (KiB) 20495548

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.028
CPU time (s): 709.31
CPU user time (s): 704.68
CPU system time (s): 4.63
CPU usage (%): 100.894
Max. virtual memory (cumulated for all children) (KiB): 20495548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.54861
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28361
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= 26736
involuntary context switches= 28

runsolver used 5.2452 second user time and 12.2361 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-09 02:13:55
IDJOB=3481593
IDBENCH=48260
IDSOLVER=1970
FILE ID=node140/3481593-1307578435
RUNJOBID= node140-1307576354-2756
PBS_JOBID= 13547659
Free space on /tmp= 73400 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_500_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-3481593-1307578435/watcher-3481593-1307578435 -o /tmp/evaluation-result-3481593-1307578435/solver-3481593-1307578435 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481593-1307578435.opb -seed 1305617703 -budget 1800

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

MD5SUM BENCH= 16914dfad82872f4c1ab9b61e8ec867a
RANDOM SEED=1305617703

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12372688 kB
Buffers:        177152 kB
Cached:         724648 kB
SwapCached:       7060 kB
Active:       20116336 kB
Inactive:       163928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12372688 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          102816 kB
Writeback:          32 kB
AnonPages:    19376436 kB
Mapped:          89944 kB
Slab:           145968 kB
PageTables:      82660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 157113652 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= 73204 MiB
End job on node140 at 2011-06-09 02:25:41