Trace number 3481676

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) 762.49 757.987

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/
area_partials/normalized-fir08_area_partials.opb
MD5SUM7a3c9826bd8191760f7756d2d26889fa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark452.675
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables40727
Total number of constraints174550
Number of constraints which are clauses174550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1018
Number of terms in the objective function 1821
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 1821
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1821
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.30/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.opt.pickle
0.30/0.49	c INFO: solving HOME/instance-3481676-1307577705.opb
1.18/1.38	c INFO: parsing took 0.88 s
2.98/3.12	c INFO: features took 1.73 CPU seconds
2.98/3.14	c INFO: running scip-2.0.1-spx@0 for 45 with 1797 remaining (b = 0.17)
50.08/50.13	c INFO: running scip-2.0.1-clp@0 for 45 with 1751 remaining (b = 0.03)
101.32/101.30	c INFO: running wbo1.4a@0 for 45 with 1701 remaining (b = 0.02)
150.43/150.21	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1653 remaining (b = 0.01)
200.62/198.46	c INFO: running scip-2.0.1-spx@45 for 273 with 1603 remaining (b = 0.05)
479.50/476.48	c INFO: running scip-2.0.1-clp@49 for 45 with 1329 remaining (b = 0.01)
525.53/522.38	c INFO: running scip-2.0.1-clp@92 for 91 with 1285 remaining (b = 0.02)
616.83/613.39	c INFO: running clasp-1.3.7@0 for 91 with 1195 remaining (b = 0.02)
712.60/708.73	c INFO: running bsolo_pb10-l3@0 for 45 with 1099 remaining (b = 0.01)
761.02/757.08	c INFO: running sat4j-pb-v20101225@0 for 91 with 1053 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-3481676-1307577705/watcher-3481676-1307577705 -o /tmp/evaluation-result-3481676-1307577705/solver-3481676-1307577705 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481676-1307577705.opb -seed 1473636573 -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.33 2.10 1.53 2/546 17856
/proc/meminfo: memFree=22679188/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/17856/stat : 17856 (python) R 17854 17856 16077 0 -1 4202496 997 0 0 0 0 0 0 0 20 0 1 0 948001167 16629760 870 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020056773 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17856/statm: 4060 870 368 364 0 547 0

[startup+0.108405 s]
/proc/loadavg: 2.33 2.10 1.53 2/546 17856
/proc/meminfo: memFree=22679188/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=96128 CPUtime=0.07 cores=1,3,5,7
/proc/17856/stat : 17856 (python) R 17854 17856 16077 0 -1 4202496 3169 927 1 0 6 1 0 0 18 0 1 0 948001167 98435072 2484 33554432000 4194304 5683644 140733306036912 18446744073709551615 5178100 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17856/statm: 24032 2484 792 364 0 1627 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96128

[startup+0.200377 s]
/proc/loadavg: 2.33 2.10 1.53 2/546 17856
/proc/meminfo: memFree=22679188/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=123740 CPUtime=0.14 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 5357 927 1 0 10 4 0 0 17 0 1 0 948001167 126709760 3744 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/17856/statm: 30935 3744 987 364 0 2767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 123740

[startup+0.300339 s]
/proc/loadavg: 2.33 2.10 1.53 2/546 17856
/proc/meminfo: memFree=22679188/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=184596 CPUtime=0.22 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 6357 927 1 0 16 6 0 0 17 0 1 0 948001167 189026304 4656 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/17856/statm: 46149 4656 1251 364 0 3655 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 184596

[startup+0.700292 s]
/proc/loadavg: 2.33 2.10 1.53 2/546 17856
/proc/meminfo: memFree=22679188/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=295176 CPUtime=0.58 cores=1,3,5,7
/proc/17856/stat : 17856 (python) R 17854 17856 16077 0 -1 4202496 12247 927 1 0 49 9 0 0 17 0 1 0 948001167 302260224 10110 33554432000 4194304 5683644 140733306036912 18446744073709551615 4602978 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17856/statm: 73794 10110 1781 364 0 8687 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 295176

[startup+1.50115 s]
/proc/loadavg: 2.33 2.10 1.53 3/547 17861
/proc/meminfo: memFree=22630324/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=318028 CPUtime=1.38 cores=1,3,5,7
/proc/17856/stat : 17856 (python) R 17854 17856 16077 0 -1 4202496 24211 927 1 0 127 11 0 0 18 0 1 0 948001167 325660672 15854 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020050928 0 0 16781312 33554434 0 0 0 17 5 0 0 0
/proc/17856/statm: 79507 15854 1815 364 0 14400 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 318028

[startup+3.10086 s]
/proc/loadavg: 2.31 2.10 1.53 3/547 17862
/proc/meminfo: memFree=22619164/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=322120 CPUtime=2.98 cores=1,3,5,7
/proc/17856/stat : 17856 (python) R 17854 17856 16077 0 -1 4202496 25076 927 1 0 287 11 0 0 21 0 1 0 948001167 329850880 16719 33554432000 4194304 5683644 140733306036912 18446744073709551615 47805240721453 0 0 16781312 33554434 0 0 0 17 5 0 0 0
/proc/17856/statm: 80530 16722 1818 364 0 15423 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 322120

[startup+6.30027 s]
/proc/loadavg: 2.31 2.10 1.53 3/550 17865
/proc/meminfo: memFree=22305200/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=332388 CPUtime=3.02 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 25523 927 1 0 291 11 0 0 23 0 2 0 948001167 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/17856/statm: 83097 16936 1870 364 0 17984 0
[pid=17863] ppid=17856 vsize=322144 CPUtime=0 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 948001481 329875456 15413 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416015 0 0 16781312 33554946 4576136578413330692 0 0 17 5 0 0 0
/proc/17863/statm: 80536 15413 351 364 0 15423 0
[pid=17865] ppid=17863 vsize=390672 CPUtime=3.14 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) R 17863 17865 17865 0 -1 4202496 93633 0 0 0 278 36 0 0 25 0 1 0 948001481 400048128 93012 33554432000 4194304 13684479 140734747959808 18446744073709551615 11828400 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17865/statm: 97668 93019 622 2317 0 95346 0
[pid=17856/tid=17864] ppid=17854 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 23 0 2 0 948001481 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1045204

[startup+12.7011 s]
/proc/loadavg: 2.26 2.09 1.53 3/550 17865
/proc/meminfo: memFree=21986724/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=332388 CPUtime=3.02 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 25523 927 1 0 291 11 0 0 23 0 2 0 948001167 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/17856/statm: 83097 16936 1870 364 0 17984 0
[pid=17863] ppid=17856 vsize=322144 CPUtime=0.02 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 902 0 0 0 1 1 0 0 15 0 1 0 948001481 329875456 15437 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416015 0 0 16781312 33554946 5623606151888251770 0 0 17 5 0 0 0
/proc/17863/statm: 80536 15437 375 364 0 15423 0
[pid=17865] ppid=17863 vsize=474124 CPUtime=9.53 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) R 17863 17865 17865 0 -1 4202496 117618 0 0 0 869 84 0 0 25 0 1 0 948001481 485502976 113491 33554432000 4194304 13684479 140734747959808 18446744073709551615 6141096 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17865/statm: 118531 113491 648 2317 0 116209 0
[pid=17856/tid=17864] ppid=17854 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 23 0 2 0 948001481 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1128656

[startup+25.5008 s]
/proc/loadavg: 2.22 2.09 1.54 3/550 17865
/proc/meminfo: memFree=21754952/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=332388 CPUtime=3.02 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 25523 927 1 0 291 11 0 0 23 0 2 0 948001167 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/17856/statm: 83097 16936 1870 364 0 17984 0
[pid=17863] ppid=17856 vsize=322144 CPUtime=0.06 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 908 0 0 0 2 4 0 0 15 0 1 0 948001481 329875456 15437 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416015 0 0 16781312 33554946 5623606151888251770 0 0 17 5 0 0 0
/proc/17863/statm: 80536 15437 375 364 0 15423 0
[pid=17865] ppid=17863 vsize=474124 CPUtime=22.34 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) R 17863 17865 17865 0 -1 4202496 117618 0 0 0 2149 85 0 0 25 0 1 0 948001481 485502976 113491 33554432000 4194304 13684479 140734747959808 18446744073709551615 5688982 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/17865/statm: 118531 113491 648 2317 0 116209 0
[pid=17856/tid=17864] ppid=17854 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 23 0 2 0 948001481 340365312 16936 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 1128656

[startup+51.1011 s]
/proc/loadavg: 2.14 2.08 1.55 3/558 17874
/proc/meminfo: memFree=21357400/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=342644 CPUtime=3.05 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 26383 927 1 0 294 11 0 0 20 0 3 0 948001167 350867456 16943 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 0
/proc/17856/statm: 85661 16943 1873 364 0 20545 0
[pid=17863] ppid=17856 vsize=332388 CPUtime=0.14 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 1089 0 0 0 5 9 0 0 16 0 2 0 948001481 340365312 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17863/statm: 83097 15473 406 364 0 17984 0
[pid=17865] ppid=17863 vsize=738852 CPUtime=46.94 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) T 17863 17865 17865 0 -1 4202496 182350 0 0 0 4583 111 0 0 21 0 1 0 948001481 756584448 174220 33554432000 4194304 13684479 140734747959808 18446744073709551615 7098848 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/17865/statm: 184713 174220 785 2317 0 182391 0
[pid=17863/tid=17871] ppid=17856 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17863/task/17871/stat : 17871 (python) S 17856 17856 16077 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 948006178 340365312 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604455352983680 0 0 -1 7 0 0 0
[pid=17872] ppid=17856 vsize=332400 CPUtime=0 cores=1,3,5,7
/proc/17872/stat : 17872 (python) S 17856 17856 16077 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 948006180 340377600 15414 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416070 0 0 16781312 33554946 4497131582716346630 0 0 17 1 0 0 0
/proc/17872/statm: 83100 15414 348 364 0 17984 0
[pid=17874] ppid=17872 vsize=101328 CPUtime=0.95 cores=1,3,5,7
/proc/17874/stat : 17874 (scip-2.0.1.linu) R 17872 17874 17874 0 -1 4202496 22960 0 0 0 93 2 0 0 19 0 1 0 948006181 103759872 22693 33554432000 4194304 15243407 140734570208928 18446744073709551615 13225748 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/17874/statm: 25332 22693 536 2698 0 22627 0
[pid=17856/tid=17864] ppid=17854 vsize=342644 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 23 0 3 0 948001481 350867456 16943 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=17873] ppid=17854 vsize=342644 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17873/stat : 17873 (python) S 17854 17856 16077 0 -1 4202560 28 927 0 0 0 0 0 0 20 0 3 0 948006181 350867456 16943 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1847612

[startup+102.301 s]
/proc/loadavg: 2.19 2.10 1.58 3/584 17901
/proc/meminfo: memFree=20075068/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=352900 CPUtime=3.07 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 27238 927 1 0 296 11 0 0 19 0 4 0 948001167 361369600 16949 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0
/proc/17856/statm: 88225 16949 1875 364 0 23106 0
[pid=17863] ppid=17856 vsize=332388 CPUtime=0.14 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 1089 0 0 0 5 9 0 0 16 0 2 0 948001481 340365312 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17863/statm: 83097 15473 406 364 0 17984 0
[pid=17865] ppid=17863 vsize=738852 CPUtime=46.94 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) T 17863 17865 17865 0 -1 4202496 182350 0 0 0 4583 111 0 0 21 0 1 0 948001481 756584448 174220 33554432000 4194304 13684479 140734747959808 18446744073709551615 7098848 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/17865/statm: 184713 174220 785 2317 0 182391 0
[pid=17863/tid=17871] ppid=17856 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17863/task/17871/stat : 17871 (python) S 17856 17856 16077 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 948006178 340365312 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604455352983680 0 0 -1 7 0 0 0
[pid=17872] ppid=17856 vsize=332400 CPUtime=0.15 cores=1,3,5,7
/proc/17872/stat : 17872 (python) S 17856 17856 16077 0 -1 4202560 1118 0 0 0 7 8 0 0 16 0 2 0 948006180 340377600 15463 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17872/statm: 83100 15463 396 364 0 17984 0
[pid=17874] ppid=17872 vsize=741904 CPUtime=51.12 cores=1,3,5,7
/proc/17874/stat : 17874 (scip-2.0.1.linu) T 17872 17874 17874 0 -1 4202496 172709 0 0 0 4956 156 0 0 25 0 1 0 948006181 759709696 164006 33554432000 4194304 15243407 140734570208928 18446744073709551615 13277498 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/17874/statm: 185476 164006 875 2698 0 182771 0
[pid=17872/tid=17898] ppid=17856 vsize=332400 CPUtime=0 cores=1,3,5,7
/proc/17872/task/17898/stat : 17898 (python) S 17856 17856 16077 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 948011295 340377600 15463 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604461533052992 0 0 -1 7 0 0 0
[pid=17899] ppid=17856 vsize=342656 CPUtime=0 cores=1,3,5,7
/proc/17899/stat : 17899 (python) S 17856 17856 16077 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 948011297 350879744 15418 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416070 0 0 16781312 33554946 4813286049520255238 0 0 17 5 0 0 0
/proc/17899/statm: 85664 15418 348 364 0 20545 0
[pid=17901] ppid=17899 vsize=29376 CPUtime=0.99 cores=1,3,5,7
/proc/17901/stat : 17901 (wbo1.4a) R 17899 17901 17901 0 -1 4202496 12023 0 0 0 98 1 0 0 18 0 1 0 948011298 30081024 6722 33554432000 134512640 135751879 4292519312 18446744073709551615 135220911 0 0 16781312 3 0 0 0 17 5 0 0 0
/proc/17901/statm: 7344 6722 142 303 0 7039 0
[pid=17856/tid=17864] ppid=17854 vsize=352900 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 23 0 4 0 948001481 361369600 16949 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=17873] ppid=17854 vsize=352900 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17873/stat : 17873 (python) S 17854 17856 16077 0 -1 4202560 28 927 0 0 0 0 0 0 20 0 4 0 948006181 361369600 16949 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 7 0 0 0
[pid=17856/tid=17900] ppid=17854 vsize=352900 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17900/stat : 17900 (python) S 17854 17856 16077 0 -1 4202560 32 927 0 0 0 0 0 0 20 0 4 0 948011297 361369600 16949 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.41
Current children cumulated vsize (KiB) 2870476

[startup+162.302 s]
/proc/loadavg: 2.12 2.09 1.61 3/610 17929
/proc/meminfo: memFree=17913480/32951124 swapFree=67056304/67111528

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




Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+757.902 s]
/proc/loadavg: 2.07 2.05 1.80 5/662 18045
/proc/meminfo: memFree=13974532/32951124 swapFree=67056304/67111528
[pid=17856] ppid=17854 vsize=393924 CPUtime=3.23 cores=1,3,5,7
/proc/17856/stat : 17856 (python) S 17854 17856 16077 0 -1 4202496 30940 927 1 0 310 13 0 0 20 0 8 0 948001167 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554434 18446744073709551615 0 0 17 3 0 0 0
/proc/17856/statm: 98481 16973 1883 364 0 33350 0
[pid=17863] ppid=17856 vsize=332388 CPUtime=1 cores=1,3,5,7
/proc/17863/stat : 17863 (python) S 17856 17856 16077 0 -1 4202560 1162 0 0 0 45 55 0 0 15 0 2 0 948001481 340365312 15474 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17863/statm: 83097 15474 407 364 0 17984 0
[pid=17865] ppid=17863 vsize=774084 CPUtime=324.95 cores=1,3,5,7
/proc/17865/stat : 17865 (scip-2.0.1.linu) T 17863 17865 17865 0 -1 4202496 193984 0 0 0 32013 482 0 0 25 0 1 0 948001481 792662016 184471 33554432000 4194304 13684479 140734747959808 18446744073709551615 7095824 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/17865/statm: 193521 184471 1057 2317 0 191199 0
[pid=17863/tid=17871] ppid=17856 vsize=332388 CPUtime=0 cores=1,3,5,7
/proc/17863/task/17871/stat : 17871 (python) S 17856 17856 16077 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 948006178 340365312 15474 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604455352983680 0 0 -1 7 0 0 0
[pid=17872] ppid=17856 vsize=332400 CPUtime=0.6 cores=1,3,5,7
/proc/17872/stat : 17872 (python) S 17856 17856 16077 0 -1 4202560 1194 0 0 0 27 33 0 0 15 0 2 0 948006180 340377600 15463 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17872/statm: 83100 15463 396 364 0 17984 0
[pid=17874] ppid=17872 vsize=843408 CPUtime=187.99 cores=1,3,5,7
/proc/17874/stat : 17874 (scip-2.0.1.linu) T 17872 17874 17874 0 -1 4202496 209788 0 0 0 18364 435 0 0 25 0 1 0 948006181 863649792 201078 33554432000 4194304 15243407 140734570208928 18446744073709551615 6953016 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/17874/statm: 210852 201078 879 2698 0 208147 0
[pid=17872/tid=17898] ppid=17856 vsize=332400 CPUtime=0 cores=1,3,5,7
/proc/17872/task/17898/stat : 17898 (python) S 17856 17856 16077 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 2 0 948011295 340377600 15463 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604461533052992 0 0 -1 7 0 0 0
[pid=17899] ppid=17856 vsize=342656 CPUtime=0.16 cores=1,3,5,7
/proc/17899/stat : 17899 (python) S 17856 17856 16077 0 -1 4202560 1171 0 0 0 8 8 0 0 16 0 2 0 948011297 350879744 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17899/statm: 85664 15473 402 364 0 20545 0
[pid=17901] ppid=17899 vsize=50384 CPUtime=48.84 cores=1,3,5,7
/proc/17901/stat : 17901 (wbo1.4a) T 17899 17901 17901 0 -1 4202496 24528 0 0 0 4860 24 0 0 25 0 1 0 948011298 51593216 11921 33554432000 134512640 135751879 4292519312 18446744073709551615 134606393 0 0 16781312 3 18446744071562691360 0 0 17 3 0 0 0
/proc/17901/statm: 12596 11921 146 303 0 12291 0
[pid=17899/tid=17907] ppid=17856 vsize=342656 CPUtime=0 cores=1,3,5,7
/proc/17899/task/17907/stat : 17907 (python) S 17856 17856 16077 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 948016185 350879744 15473 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604464518391872 0 0 -1 7 0 0 0
[pid=17908] ppid=17856 vsize=352912 CPUtime=0.14 cores=1,3,5,7
/proc/17908/stat : 17908 (python) S 17856 17856 16077 0 -1 4202560 1188 0 0 0 7 7 0 0 16 0 2 0 948016188 361381888 15477 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/17908/statm: 88228 15477 402 364 0 23106 0
[pid=17910] ppid=17908 vsize=8540268 CPUtime=50.07 cores=1,3,5,7
/proc/17910/stat : 17910 (java) T 17908 17910 17910 0 -1 4202496 543049 0 1 0 4948 59 0 0 15 0 19 0 948016188 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17910/statm: 2135067 537576 2248 9 0 2125808 0
[pid=17910/tid=17911] ppid=17908 vsize=8540268 CPUtime=48.02 cores=1,3,5,7
/proc/17910/task/17911/stat : 17911 (java) T 17908 17910 17910 0 -1 4202560 486465 0 1 0 4751 51 0 0 25 0 19 0 948016189 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 46912506176470 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17910/tid=17912] ppid=17908 vsize=8540268 CPUtime=0.04 cores=1,3,5,7
/proc/17910/task/17912/stat : 17912 (java) T 17908 17910 17910 0 -1 4202560 3832 0 0 0 4 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17910/tid=17913] ppid=17908 vsize=8540268 CPUtime=0.07 cores=1,3,5,7
/proc/17910/task/17913/stat : 17913 (java) T 17908 17910 17910 0 -1 4202560 6173 0 0 0 7 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=17910/tid=17914] ppid=17908 vsize=8540268 CPUtime=0.05 cores=1,3,5,7
/proc/17910/task/17914/stat : 17914 (java) T 17908 17910 17910 0 -1 4202560 5042 0 0 0 5 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17915] ppid=17908 vsize=8540268 CPUtime=0.08 cores=1,3,5,7
/proc/17910/task/17915/stat : 17915 (java) T 17908 17910 17910 0 -1 4202560 6710 0 0 0 8 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=17910/tid=17916] ppid=17908 vsize=8540268 CPUtime=0.03 cores=1,3,5,7
/proc/17910/task/17916/stat : 17916 (java) T 17908 17910 17910 0 -1 4202560 3067 0 0 0 3 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17910/tid=17917] ppid=17908 vsize=8540268 CPUtime=0.08 cores=1,3,5,7
/proc/17910/task/17917/stat : 17917 (java) T 17908 17910 17910 0 -1 4202560 7178 0 0 0 8 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17910/tid=17918] ppid=17908 vsize=8540268 CPUtime=0.06 cores=1,3,5,7
/proc/17910/task/17918/stat : 17918 (java) T 17908 17910 17910 0 -1 4202560 4765 0 0 0 6 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17919] ppid=17908 vsize=8540268 CPUtime=0.1 cores=1,3,5,7
/proc/17910/task/17919/stat : 17919 (java) T 17908 17910 17910 0 -1 4202560 8890 0 0 0 10 0 0 0 15 0 19 0 948016190 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17910/tid=17920] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17920/stat : 17920 (java) T 17908 17910 17910 0 -1 4202560 1267 0 0 0 0 0 0 0 15 0 19 0 948016191 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032212480 0 0 0 16800975 18446744071562691360 0 0 -1 7 0 0 0
[pid=17910/tid=17921] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17921/stat : 17921 (java) T 17908 17910 17910 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 948016191 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=17910/tid=17922] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17922/stat : 17922 (java) T 17908 17910 17910 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 948016191 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17923] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17923/stat : 17923 (java) T 17908 17910 17910 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948016193 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032219569 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=17910/tid=17924] ppid=17908 vsize=8540268 CPUtime=0.72 cores=1,3,5,7
/proc/17910/task/17924/stat : 17924 (java) T 17908 17910 17910 0 -1 4202560 3707 0 0 0 72 0 0 0 15 0 19 0 948016193 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 1 0 0 0
[pid=17910/tid=17925] ppid=17908 vsize=8540268 CPUtime=0.69 cores=1,3,5,7
/proc/17910/task/17925/stat : 17925 (java) T 17908 17910 17910 0 -1 4202560 4564 0 0 0 68 1 0 0 15 0 19 0 948016194 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17926] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17926/stat : 17926 (java) T 17908 17910 17910 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 948016194 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032211865 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17927] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17927/stat : 17927 (java) T 17908 17910 17910 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 948016194 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032212480 0 4 0 16800975 18446744071562691360 0 0 -1 3 0 0 0
[pid=17910/tid=17928] ppid=17908 vsize=8540268 CPUtime=0 cores=1,3,5,7
/proc/17910/task/17928/stat : 17928 (java) T 17908 17910 17910 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 948016303 8745234432 537576 33554432000 1073741824 1073778376 140734990233328 18446744073709551615 260032212480 0 4 0 16800975 18446744071562691360 0 0 -1 5 0 0 0
[pid=17908/tid=17935] ppid=17856 vsize=352912 CPUtime=0 cores=1,3,5,7
/proc/17908/task/17935/stat : 17935 (python) S 17856 17856 16077 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 948021010 361381888 15477 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604455391577152 0 0 -1 7 0 0 0
[pid=18013] ppid=17856 vsize=363168 CPUtime=0.38 cores=1,3,5,7
/proc/18013/stat : 18013 (python) S 17856 17856 16077 0 -1 4202560 1199 0 0 0 20 18 0 0 16 0 2 0 948062506 371884032 15476 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18013/statm: 90792 15476 397 364 0 25667 0
[pid=18015] ppid=18013 vsize=43544 CPUtime=95.31 cores=1,3,5,7
/proc/18015/stat : 18015 (clasp-1.3.7-x86) T 18013 18015 18015 0 -1 4202496 12329 0 0 0 9529 2 0 0 25 0 1 0 948062506 44589056 10618 33554432000 134512640 136139019 4290444080 18446744073709551615 134883415 0 0 16781312 16386 18446744071562691360 0 0 17 5 0 0 0
/proc/18015/statm: 10886 10618 188 398 0 10486 0
[pid=18013/tid=18019] ppid=17856 vsize=363168 CPUtime=0 cores=1,3,5,7
/proc/18013/task/18019/stat : 18019 (python) S 17856 17856 16077 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 948072038 371884032 15476 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604461533053888 0 0 -1 7 0 0 0
[pid=18020] ppid=17856 vsize=373424 CPUtime=0.15 cores=1,3,5,7
/proc/18020/stat : 18020 (python) S 17856 17856 16077 0 -1 4202560 1146 0 0 0 7 8 0 0 16 0 2 0 948072040 382386176 15479 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032222667 0 0 16781312 33554946 18446744073709551615 0 0 17 7 0 0 0
/proc/18020/statm: 93356 15479 396 364 0 28228 0
[pid=18022] ppid=18020 vsize=52280 CPUtime=48.32 cores=1,3,5,7
/proc/18022/stat : 18022 (bsolo_pb10) T 18020 18022 18022 0 -1 4202496 2204593 0 0 0 4582 250 0 0 25 0 1 0 948072041 53534720 10477 33554432000 134512640 137138936 4293804160 18446744073709551615 134712115 0 0 16781312 16384 18446744071562691360 0 0 17 5 0 0 0
/proc/18022/statm: 13070 10477 218 642 0 12426 0
[pid=18020/tid=18025] ppid=17856 vsize=373424 CPUtime=0 cores=1,3,5,7
/proc/18020/task/18025/stat : 18025 (python) S 17856 17856 16077 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 948076874 382386176 15479 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554946 18446604459355640832 0 0 -1 7 0 0 0
[pid=18026] ppid=17856 vsize=383680 CPUtime=0 cores=1,3,5,7
/proc/18026/stat : 18026 (python) S 17856 17856 16077 0 -1 4202560 827 0 0 0 0 0 0 0 19 0 1 0 948076875 392888320 15434 33554432000 4194304 5683644 140733306036912 18446744073709551615 260020416070 0 0 16781312 33554946 246506078836064518 0 0 17 3 0 0 0
/proc/18026/statm: 95920 15434 348 364 0 30789 0
[pid=18028] ppid=18026 vsize=8537916 CPUtime=1.35 cores=1,3,5,7
/proc/18028/stat : 18028 (java) S 18026 18028 18028 0 -1 4202496 44339 0 1 0 129 6 0 0 17 0 18 0 948076876 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/18028/statm: 2134479 41993 2221 9 0 2125220 0
[pid=18028/tid=18029] ppid=18026 vsize=8537916 CPUtime=0.78 cores=1,3,5,7
/proc/18028/task/18029/stat : 18029 (java) R 18026 18028 18028 0 -1 4202560 35198 0 1 0 74 4 0 0 18 0 18 0 948076877 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 46912505526318 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18028/tid=18030] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18030/stat : 18030 (java) S 18026 18028 18028 0 -1 4202560 703 0 0 0 0 0 0 0 16 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18031] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18031/stat : 18031 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18032] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18032/stat : 18032 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18033] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18033/stat : 18033 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18034] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18034/stat : 18034 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18035] ppid=18026 vsize=8537916 CPUtime=0.01 cores=1,3,5,7
/proc/18028/task/18035/stat : 18035 (java) S 18026 18028 18028 0 -1 4202560 758 0 0 0 1 0 0 0 16 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18036] ppid=18026 vsize=8537916 CPUtime=0.01 cores=1,3,5,7
/proc/18028/task/18036/stat : 18036 (java) S 18026 18028 18028 0 -1 4202560 1370 0 0 0 1 0 0 0 16 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18037] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18037/stat : 18037 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 948076878 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18038] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18038/stat : 18038 (java) S 18026 18028 18028 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 18 0 948076879 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032212480 0 0 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18039] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18039/stat : 18039 (java) S 18026 18028 18028 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 948076879 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18040] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18040/stat : 18040 (java) S 18026 18028 18028 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 18 0 948076879 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18041] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18041/stat : 18041 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 948076881 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032219569 0 4 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18042] ppid=18026 vsize=8537916 CPUtime=0.26 cores=1,3,5,7
/proc/18028/task/18042/stat : 18042 (java) S 18026 18028 18028 0 -1 4202560 2328 0 0 0 26 0 0 0 23 0 18 0 948076881 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 3 0 0 0
[pid=18028/tid=18043] ppid=18026 vsize=8537916 CPUtime=0.25 cores=1,3,5,7
/proc/18028/task/18043/stat : 18043 (java) S 18026 18028 18028 0 -1 4202560 2526 0 0 0 25 0 0 0 25 0 18 0 948076881 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 5 0 0 0
[pid=18028/tid=18044] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18044/stat : 18044 (java) S 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 948076881 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032211865 0 4 0 16800975 18446604455767337856 0 0 -1 7 0 0 0
[pid=18028/tid=18045] ppid=18026 vsize=8537916 CPUtime=0 cores=1,3,5,7
/proc/18028/task/18045/stat : 18045 (java) R 18026 18028 18028 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 948076881 8742825984 41993 33554432000 1073741824 1073778376 140733730307840 18446744073709551615 260032212480 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17856/tid=17864] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17864/stat : 17864 (python) S 17854 17856 16077 0 -1 4202560 32 927 0 0 0 0 0 0 18 0 8 0 948001481 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=17873] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17873/stat : 17873 (python) S 17854 17856 16077 0 -1 4202560 32 927 0 0 0 0 0 0 18 0 8 0 948006181 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 7 0 0 0
[pid=17856/tid=17900] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17900/stat : 17900 (python) S 17854 17856 16077 0 -1 4202560 32 927 0 0 0 0 0 0 20 0 8 0 948011297 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 5 0 0 0
[pid=17856/tid=17909] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/17909/stat : 17909 (python) S 17854 17856 16077 0 -1 4202560 29 927 0 0 0 0 0 0 20 0 8 0 948016188 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=18014] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/18014/stat : 18014 (python) S 17854 17856 16077 0 -1 4202560 28 927 0 0 0 0 0 0 20 0 8 0 948062506 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=18021] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/18021/stat : 18021 (python) S 17854 17856 16077 0 -1 4202560 29 927 0 0 0 0 0 0 20 0 8 0 948072040 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
[pid=17856/tid=18027] ppid=17854 vsize=393924 CPUtime=0 cores=1,3,5,7
/proc/17856/task/18027/stat : 18027 (python) S 17854 17856 16077 0 -1 4202560 27 927 0 0 0 0 0 0 20 0 8 0 948076876 403378176 16973 33554432000 4194304 5683644 140733306036912 18446744073709551615 260032219569 0 0 16781312 33554434 18446604469240072128 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 762.49
Current children cumulated vsize (KiB) 21716436

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 17856 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=104528
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=135979
# CPU time returned by wait4() is 3.24051
# while last known CPU time is 762.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 757.987
CPU time (s): 762.49
CPU user time (s): 748.49
CPU system time (s): 14
CPU usage (%): 100.594
Max. virtual memory (cumulated for all children) (KiB): 21716436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.10453
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31871
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= 1029
involuntary context switches= 63

runsolver used 4.6233 second user time and 10.8014 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-09 02:01:45
IDJOB=3481676
IDBENCH=25025
IDSOLVER=1970
FILE ID=node110/3481676-1307577705
RUNJOBID= node110-1307576440-16096
PBS_JOBID= 13547695
Free space on /tmp= 73688 MiB

SOLVER NAME= borg pb-opt-11.04.03
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_partials/normalized-fir08_area_partials.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-3481676-1307577705/watcher-3481676-1307577705 -o /tmp/evaluation-result-3481676-1307577705/solver-3481676-1307577705 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.opt.pickle HOME/instance-3481676-1307577705.opb -seed 1473636573 -budget 1800

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

MD5SUM BENCH= 7a3c9826bd8191760f7756d2d26889fa
RANDOM SEED=1473636573

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.83
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.830
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.76
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.830
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.830
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.74
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.830
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:      22679220 kB
Buffers:        189988 kB
Cached:         793652 kB
SwapCached:       8464 kB
Active:        9807160 kB
Inactive:       192516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22679220 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          226120 kB
Writeback:           4 kB
AnonPages:     9014264 kB
Mapped:          92996 kB
Slab:           160868 kB
PageTables:      42148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85329252 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= 73544 MiB
End job on node110 at 2011-06-09 02:14:26