Trace number 3741953

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 NameAnswerCPU timeWall clock time
PB11: borg pb-dec-11.04.03? (MO) 610.59 608.763

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K94.opb
MD5SUM08b0e704e28720f9a0455d95c872079f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1099.94
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6392
Total number of constraints6582
Number of constraints which are clauses6488
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 95
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/1.37	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.39/1.37	c INFO: solving HOME/instance-3741953-1338722399.opb
0.46/1.44	c INFO: parsing took 0.07 s
0.56/1.57	c INFO: features took 0.13 CPU seconds
0.56/1.60	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.68)
48.29/49.20	c INFO: running clasp-1.3.7@0 for 45 with 1752 remaining (b = 0.36)
95.42/96.35	c INFO: running scip-2.0.1-spx@0 for 45 with 1705 remaining (b = 0.06)
144.28/145.17	c INFO: running clasp-1.3.7@47 for 45 with 1657 remaining (b = 0.01)
190.04/190.89	c INFO: wrote minion input file to HOME/tmpjaDyDh.minion
190.04/190.89	c INFO: running minion-0.12@0 for 45 with 1612 remaining (b = 0.09)
237.46/238.27	c INFO: running wbo1.4a@0 for 45 with 1564 remaining (b = 0.02)
284.03/284.77	c INFO: running scip-2.0.1-clp@46 for 45 with 1518 remaining (b = 0.01)
330.49/331.16	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1471 remaining (b = 0.03)
380.20/378.71	c INFO: running clasp-1.3.7@92 for 136 with 1422 remaining (b = 0.02)
517.83/516.11	c INFO: running scip-2.0.1-spx@48 for 45 with 1285 remaining (b = 0.01)
563.01/561.26	c INFO: running bsolo_pb10-l3@0 for 45 with 1240 remaining (b = 0.02)
610.46/608.66	c INFO: running bsolo_pb10-l1@0 for 91 with 1192 remaining (b = 0.02)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741953-1338722399/watcher-3741953-1338722399 -o /tmp/evaluation-result-3741953-1338722399/solver-3741953-1338722399 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741953-1338722399.opb -seed 1244941453 -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.04 2.21 2.70 3/183 8572
/proc/meminfo: memFree=31095592/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/8572/stat : 8572 (python) D 8570 8572 3958 0 -1 4202496 633 0 0 0 0 0 0 0 20 0 1 0 338366052 15642624 527 33554432000 4194304 5683644 140733434424352 140733434410264 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8572/statm: 3819 527 312 364 0 261 0

[startup+0.0704619 s]
/proc/loadavg: 2.04 2.21 2.70 3/183 8572
/proc/meminfo: memFree=31095592/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=16592 CPUtime=0.01 cores=1,3,5,7
/proc/8572/stat : 8572 (python) D 8570 8572 3958 0 -1 4202496 1240 0 0 0 1 0 0 0 20 0 1 0 338366052 16990208 1030 33554432000 4194304 5683644 140733434424352 140733434392616 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8572/statm: 4148 1030 422 364 0 590 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16592

[startup+0.100268 s]
/proc/loadavg: 2.04 2.21 2.70 3/183 8572
/proc/meminfo: memFree=31095592/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=19084 CPUtime=0.02 cores=1,3,5,7
/proc/8572/stat : 8572 (python) R 8570 8572 3958 0 -1 4202496 1395 0 0 0 2 0 0 0 20 0 1 0 338366052 19542016 1150 33554432000 4194304 5683644 140733434424352 140733434354856 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0
/proc/8572/statm: 4771 1150 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300213 s]
/proc/loadavg: 2.04 2.21 2.70 3/183 8572
/proc/meminfo: memFree=31095592/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=99656 CPUtime=0.11 cores=1,3,5,7
/proc/8572/stat : 8572 (python) R 8570 8572 3958 0 -1 4202496 4047 1013 1 0 9 2 0 0 20 0 1 0 338366052 102047744 2692 33554432000 4194304 5683644 140733434424352 140733434298440 217410519952 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8572/statm: 24914 2692 850 364 0 1721 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 99656

[startup+0.700204 s]
/proc/loadavg: 2.04 2.21 2.70 3/183 8572
/proc/meminfo: memFree=31095592/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=138380 CPUtime=0.22 cores=1,3,5,7
/proc/8572/stat : 8572 (python) R 8570 8572 3958 0 -1 4202496 6245 1013 1 0 16 6 0 0 20 0 1 0 338366052 141701120 4084 33554432000 4194304 5683644 140733434424352 140733434328584 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8572/statm: 34587 4084 1098 364 0 2953 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 138380

[startup+1.50013 s]
/proc/loadavg: 2.04 2.21 2.70 3/185 8580
/proc/meminfo: memFree=31076044/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=283864 CPUtime=0.56 cores=1,3,5,7
/proc/8572/stat : 8572 (python) R 8570 8572 3958 0 -1 4202496 11026 1013 1 0 45 11 0 0 20 0 1 0 338366052 290676736 7717 33554432000 4194304 5683644 140733434424352 140733434417848 217418065701 0 0 16781312 33554434 0 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 70966 7717 1846 364 0 6195 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 283864

[startup+3.10042 s]
/proc/loadavg: 2.12 2.22 2.70 3/188 8583
/proc/meminfo: memFree=31000476/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=359820 CPUtime=0.65 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 11476 1013 1 0 54 11 0 0 20 0 2 0 338366052 368455680 7816 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 89955 7816 1901 364 0 25178 0
[pid=8581] ppid=8572 vsize=284040 CPUtime=0 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 771 0 0 0 0 0 0 0 20 0 1 0 338366212 290856960 6250 33554432000 4194304 5683644 140733434424352 140733434415440 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 71010 6250 341 364 0 6233 0
[pid=8583] ppid=8581 vsize=92264 CPUtime=1.48 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) R 8581 8583 8583 0 -1 4202496 20268 0 0 0 143 5 0 0 20 0 1 0 338366212 94478336 19660 33554432000 4194304 15243407 140734514678720 140734514675032 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 23066 19660 682 2698 0 20361 0
[pid=8572/tid=8582] ppid=8570 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338366212 368455680 7816 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 736124
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 2.12 2.22 2.70 3/188 8583
/proc/meminfo: memFree=30935020/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=359820 CPUtime=0.65 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 11476 1013 1 0 54 11 0 0 20 0 2 0 338366052 368455680 7816 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 89955 7816 1901 364 0 25178 0
[pid=8581] ppid=8572 vsize=284040 CPUtime=0 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 896 0 0 0 0 0 0 0 20 0 1 0 338366212 290856960 6273 33554432000 4194304 5683644 140733434424352 140733434415440 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 71010 6273 364 364 0 6233 0
[pid=8583] ppid=8581 vsize=157380 CPUtime=4.68 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) R 8581 8583 8583 0 -1 4202496 36436 0 0 0 456 12 0 0 20 0 1 0 338366212 161157120 35828 33554432000 4194304 15243407 140734514678720 140734514675032 13277498 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 39345 35828 686 2698 0 36640 0
[pid=8572/tid=8582] ppid=8570 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338366212 368455680 7816 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 801240

[startup+12.7004 s]
/proc/loadavg: 2.10 2.22 2.70 3/188 8583
/proc/meminfo: memFree=30875556/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=359820 CPUtime=0.65 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 11476 1013 1 0 54 11 0 0 20 0 2 0 338366052 368455680 7816 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 89955 7816 1901 364 0 25178 0
[pid=8581] ppid=8572 vsize=284040 CPUtime=0 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 900 0 0 0 0 0 0 0 20 0 1 0 338366212 290856960 6273 33554432000 4194304 5683644 140733434424352 140733434415440 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 71010 6273 364 364 0 6233 0
[pid=8583] ppid=8581 vsize=210468 CPUtime=11.08 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) R 8581 8583 8583 0 -1 4202496 49725 0 0 0 1088 20 0 0 20 0 1 0 338366212 215519232 49117 33554432000 4194304 15243407 140734514678720 140734514675016 4880915 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 52617 49117 686 2698 0 49912 0
[pid=8572/tid=8582] ppid=8570 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338366212 368455680 7816 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 854328

[startup+25.5004 s]
/proc/loadavg: 2.08 2.21 2.69 3/192 8587
/proc/meminfo: memFree=30593564/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=359820 CPUtime=0.65 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 11476 1013 1 0 54 11 0 0 20 0 2 0 338366052 368455680 7816 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 89955 7816 1901 364 0 25178 0
[pid=8581] ppid=8572 vsize=284040 CPUtime=0.03 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 1007 0 0 0 2 1 0 0 20 0 1 0 338366212 290856960 6278 33554432000 4194304 5683644 140733434424352 140733434415440 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 71010 6278 369 364 0 6233 0
[pid=8583] ppid=8581 vsize=275180 CPUtime=23.87 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) R 8581 8583 8583 0 -1 4202496 65448 0 0 0 2344 43 0 0 20 0 1 0 338366212 281784320 64810 33554432000 4194304 15243407 140734514678720 140734514674808 13277498 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0
/proc/8583/statm: 68795 64810 873 2698 0 66090 0
[pid=8572/tid=8582] ppid=8570 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338366212 368455680 7816 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 919040

[startup+51.1063 s]
/proc/loadavg: 2.05 2.19 2.67 3/196 8591
/proc/meminfo: memFree=30467380/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=436116 CPUtime=0.68 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 12423 1013 1 0 56 12 0 0 20 0 3 0 338366052 446582784 7951 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 109029 7951 1904 364 0 44249 0
[pid=8581] ppid=8572 vsize=359820 CPUtime=0.07 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 1154 0 0 0 4 3 0 0 20 0 2 0 338366212 368455680 6313 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 89955 6313 397 364 0 25178 0
[pid=8583] ppid=8581 vsize=301192 CPUtime=47.55 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) T 8581 8583 8583 0 -1 4202496 71165 0 0 0 4678 77 0 0 20 0 1 0 338366212 308420608 71038 33554432000 4194304 15243407 140734514678720 140734514673432 8134384 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 75298 71038 898 2698 0 72593 0
[pid=8581/tid=8588] ppid=8572 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8581/task/8588/stat : 8588 (python) S 8572 8572 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338370970 368455680 6313 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8589] ppid=8572 vsize=360336 CPUtime=0 cores=1,3,5,7
/proc/8589/stat : 8589 (python) S 8572 8572 3958 0 -1 4202560 776 0 0 0 0 0 0 0 20 0 1 0 338370973 368984064 6377 33554432000 4194304 5683644 140733434424352 140733434415440 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8589/statm: 90084 6377 336 364 0 25304 0
[pid=8591] ppid=8589 vsize=4620 CPUtime=1.89 cores=1,3,5,7
/proc/8591/stat : 8591 (clasp-1.3.7-x86) R 8589 8591 8591 0 -1 4202496 1245 0 0 0 189 0 0 0 20 0 1 0 338370973 4730880 896 33554432000 134512640 136139019 4286719840 4286718592 134871294 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0
/proc/8591/statm: 1155 896 182 398 0 755 0
[pid=8572/tid=8582] ppid=8570 vsize=436116 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 3 0 338366212 446582784 7951 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8590] ppid=8570 vsize=436116 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8590/stat : 8590 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 3 0 338370973 446582784 7951 33554432000 4194304 5683644 140733434424352 140429420778032 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 1462084

[startup+102.301 s]
/proc/loadavg: 2.02 2.16 2.63 3/200 8596
/proc/meminfo: memFree=30285736/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=511908 CPUtime=0.71 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 13347 1013 1 0 59 12 0 0 20 0 4 0 338366052 524193792 7959 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 14 0 0
/proc/8572/statm: 127977 7959 1906 364 0 63194 0
[pid=8581] ppid=8572 vsize=359820 CPUtime=0.07 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 1154 0 0 0 4 3 0 0 20 0 2 0 338366212 368455680 6313 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 89955 6313 397 364 0 25178 0
[pid=8583] ppid=8581 vsize=301192 CPUtime=47.55 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) T 8581 8583 8583 0 -1 4202496 71165 0 0 0 4678 77 0 0 20 0 1 0 338366212 308420608 71038 33554432000 4194304 15243407 140734514678720 140734514673432 8134384 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 75298 71038 898 2698 0 72593 0
[pid=8581/tid=8588] ppid=8572 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8581/task/8588/stat : 8588 (python) S 8572 8572 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338370970 368455680 6313 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8589] ppid=8572 vsize=360336 CPUtime=0.06 cores=1,3,5,7
/proc/8589/stat : 8589 (python) S 8572 8572 3958 0 -1 4202560 1084 0 0 0 4 2 0 0 20 0 2 0 338370973 368984064 6426 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8589/statm: 90084 6426 384 364 0 25304 0
[pid=8591] ppid=8589 vsize=16896 CPUtime=47.09 cores=1,3,5,7
/proc/8591/stat : 8591 (clasp-1.3.7-x86) T 8589 8591 8591 0 -1 4202496 4306 0 0 0 4708 1 0 0 20 0 1 0 338370973 17301504 3957 33554432000 134512640 136139019 4286719840 4286718768 134891526 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8591/statm: 4224 3957 182 398 0 3824 0
[pid=8589/tid=8593] ppid=8572 vsize=360336 CPUtime=0 cores=1,3,5,7
/proc/8589/task/8593/stat : 8593 (python) S 8572 8572 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338375685 368984064 6426 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8594] ppid=8572 vsize=436128 CPUtime=0 cores=1,3,5,7
/proc/8594/stat : 8594 (python) S 8572 8572 3958 0 -1 4202560 927 0 0 0 0 0 0 0 20 0 1 0 338375688 446595072 6406 33554432000 4194304 5683644 140733434424352 140733434415440 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8594/statm: 109032 6406 359 364 0 44249 0
[pid=8596] ppid=8594 vsize=167696 CPUtime=5.93 cores=1,3,5,7
/proc/8596/stat : 8596 (scip-2.0.1.linu) R 8594 8596 8596 0 -1 4202496 39260 0 0 0 581 12 0 0 20 0 1 0 338375688 171720704 38645 33554432000 4194304 13684479 140736926670784 140736926667080 4865653 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8596/statm: 41924 38645 639 2317 0 39602 0
[pid=8572/tid=8582] ppid=8570 vsize=511908 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 4 0 338366212 524193792 7959 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8590] ppid=8570 vsize=511908 CPUtime=0 cores=1,3,5,7

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

[pid=8637/tid=8659] ppid=8572 vsize=663504 CPUtime=0 cores=1,3,5,7
/proc/8637/task/8659/stat : 8659 (python) S 8572 8572 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338403921 679428096 6958 33554432000 4194304 5683644 140733434424352 140429179736624 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8716] ppid=8572 vsize=739296 CPUtime=0.03 cores=1,3,5,7
/proc/8716/stat : 8716 (python) S 8572 8572 3958 0 -1 4202560 991 0 0 0 2 1 0 0 20 0 1 0 338422179 757039104 6938 33554432000 4194304 5683644 140733434424352 140733434415440 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/8716/statm: 184824 6938 359 364 0 120029 0
[pid=8718] ppid=8716 vsize=63944 CPUtime=21.02 cores=1,3,5,7
/proc/8718/stat : 8718 (bsolo_pb10) R 8716 8718 8718 0 -1 4202496 14008 0 0 0 2094 8 0 0 20 0 1 0 338422179 65478656 13536 33554432000 134512640 137138936 4288830384 4288829312 134542516 0 0 16781312 16384 0 0 0 17 5 0 0 0 0 0
/proc/8718/statm: 15986 13536 192 642 0 15342 0
[pid=8572/tid=8582] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 32 1013 0 0 0 0 0 0 20 0 8 0 338366212 834637824 8499 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8572/tid=8590] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8590/stat : 8590 (python) S 8570 8572 3958 0 -1 4202560 30 1013 0 0 0 0 0 0 20 0 8 0 338370973 834637824 8499 33554432000 4194304 5683644 140733434424352 140429420778032 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8572/tid=8595] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8595/stat : 8595 (python) S 8570 8572 3958 0 -1 4202560 25 1013 0 0 0 0 0 0 20 0 8 0 338375688 834637824 8499 33554432000 4194304 5683644 140733434424352 140429410288176 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8572/tid=8607] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8607/stat : 8607 (python) S 8570 8572 3958 0 -1 4202560 19 1013 0 0 0 0 0 0 20 0 8 0 338385142 834637824 8499 33554432000 4194304 5683644 140733434424352 140429190226480 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8612] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8612/stat : 8612 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 8 0 338389879 834637824 8499 33554432000 4194304 5683644 140733434424352 140429179736624 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8638] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8638/stat : 8638 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 8 0 338399169 834637824 8499 33554432000 4194304 5683644 140733434424352 140429169246768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8572/tid=8717] ppid=8570 vsize=815076 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8717/stat : 8717 (python) S 8570 8572 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 8 0 338422179 834637824 8499 33554432000 4194304 5683644 140733434424352 140429158756912 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 584.14
Current children cumulated vsize (KiB) 14972860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+608.702 s]
/proc/loadavg: 2.04 2.05 2.36 3/234 8729
/proc/meminfo: memFree=28827848/32873648 swapFree=7628/7628
[pid=8572] ppid=8570 vsize=890868 CPUtime=1.5 cores=1,3,5,7
/proc/8572/stat : 8572 (python) S 8570 8572 3958 0 -1 4202496 18406 1013 1 0 136 14 0 0 20 0 9 0 338366052 912248832 8507 33554432000 4194304 5683644 140733434424352 140733434419184 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 7 0 0 14 0 0
/proc/8572/statm: 222717 8507 1916 364 0 157919 0
[pid=8581] ppid=8572 vsize=359820 CPUtime=0.15 cores=1,3,5,7
/proc/8581/stat : 8581 (python) S 8572 8572 3958 0 -1 4202560 1187 0 0 0 9 6 0 0 20 0 2 0 338366212 368455680 6314 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8581/statm: 89955 6314 398 364 0 25178 0
[pid=8583] ppid=8581 vsize=302200 CPUtime=93.9 cores=1,3,5,7
/proc/8583/stat : 8583 (scip-2.0.1.linu) T 8581 8583 8583 0 -1 4202496 93845 0 0 0 9302 88 0 0 20 0 1 0 338366212 309452800 72941 33554432000 4194304 15243407 140734514678720 140734514673432 8108655 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8583/statm: 75550 72941 946 2698 0 72845 0
[pid=8581/tid=8588] ppid=8572 vsize=359820 CPUtime=0 cores=1,3,5,7
/proc/8581/task/8588/stat : 8588 (python) S 8572 8572 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338370970 368455680 6314 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8589] ppid=8572 vsize=360336 CPUtime=0.4 cores=1,3,5,7
/proc/8589/stat : 8589 (python) S 8572 8572 3958 0 -1 4202560 1178 0 0 0 23 17 0 0 20 0 2 0 338370973 368984064 6426 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8589/statm: 90084 6426 384 364 0 25304 0
[pid=8591] ppid=8589 vsize=31152 CPUtime=229.56 cores=1,3,5,7
/proc/8591/stat : 8591 (clasp-1.3.7-x86) T 8589 8591 8591 0 -1 4202496 7860 0 0 0 22955 1 0 0 20 0 1 0 338370973 31899648 7516 33554432000 134512640 136139019 4286719840 4286718816 134883785 0 0 16781312 16386 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8591/statm: 7788 7516 182 398 0 7388 0
[pid=8589/tid=8593] ppid=8572 vsize=360336 CPUtime=0 cores=1,3,5,7
/proc/8589/task/8593/stat : 8593 (python) S 8572 8572 3958 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338375685 368984064 6426 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8594] ppid=8572 vsize=436128 CPUtime=0.17 cores=1,3,5,7
/proc/8594/stat : 8594 (python) S 8572 8572 3958 0 -1 4202560 1149 0 0 0 9 8 0 0 20 0 2 0 338375688 446595072 6432 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8594/statm: 109032 6432 384 364 0 44249 0
[pid=8596] ppid=8594 vsize=273424 CPUtime=93.89 cores=1,3,5,7
/proc/8596/stat : 8596 (scip-2.0.1.linu) T 8594 8596 8596 0 -1 4202496 72442 0 0 0 9344 45 0 0 20 0 1 0 338375688 279986176 65405 33554432000 4194304 13684479 140736926670784 140736926666872 11876362 0 0 16781312 2 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/8596/statm: 68356 65405 775 2317 0 66034 0
[pid=8594/tid=8601] ppid=8572 vsize=436128 CPUtime=0 cores=1,3,5,7
/proc/8594/task/8601/stat : 8601 (python) S 8572 8572 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338380567 446595072 6432 33554432000 4194304 5683644 140733434424352 140429420778032 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8606] ppid=8572 vsize=511920 CPUtime=0.07 cores=1,3,5,7
/proc/8606/stat : 8606 (python) S 8572 8572 3958 0 -1 4202560 1129 0 0 0 4 3 0 0 20 0 2 0 338385142 524206080 6438 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8606/statm: 127980 6438 384 364 0 63194 0
[pid=8608] ppid=8606 vsize=87600 CPUtime=47.32 cores=1,3,5,7
/proc/8608/stat : 8608 (minion) T 8606 8608 8608 0 -1 4202496 8276 0 0 0 4731 1 0 0 20 0 1 0 338385142 89702400 14605 33554432000 134512640 165565024 4287683840 4287681088 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/8608/statm: 21900 14605 336 7582 0 14315 0
[pid=8606/tid=8610] ppid=8572 vsize=511920 CPUtime=0 cores=1,3,5,7
/proc/8606/task/8610/stat : 8610 (python) S 8572 8572 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338389877 524206080 6438 33554432000 4194304 5683644 140733434424352 140429410288176 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8611] ppid=8572 vsize=587712 CPUtime=0.08 cores=1,3,5,7
/proc/8611/stat : 8611 (python) S 8572 8572 3958 0 -1 4202560 1124 0 0 0 5 3 0 0 20 0 2 0 338389879 601817088 6951 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8611/statm: 146928 6951 384 364 0 82139 0
[pid=8613] ppid=8611 vsize=115776 CPUtime=46.45 cores=1,3,5,7
/proc/8613/stat : 8613 (wbo1.4a) T 8611 8613 8613 0 -1 4202496 28822 0 0 0 4593 52 0 0 20 0 1 0 338389879 118554624 28463 33554432000 134512640 135751879 4286960048 4286957660 134518471 0 0 16781312 3 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8613/statm: 28944 28463 143 303 0 28639 0
[pid=8611/tid=8635] ppid=8572 vsize=587712 CPUtime=0 cores=1,3,5,7
/proc/8611/task/8635/stat : 8635 (python) S 8572 8572 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338394527 601817088 6951 33554432000 4194304 5683644 140733434424352 140429190226480 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8637] ppid=8572 vsize=663504 CPUtime=0.08 cores=1,3,5,7
/proc/8637/stat : 8637 (python) S 8572 8572 3958 0 -1 4202560 1149 0 0 0 4 4 0 0 20 0 2 0 338399169 679428096 6958 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8637/statm: 165876 6958 384 364 0 101084 0
[pid=8639] ppid=8637 vsize=9624972 CPUtime=49.54 cores=1,3,5,7
/proc/8639/stat : 8639 (java) T 8637 8639 8639 0 -1 4202496 16071 0 1 0 4923 31 0 0 20 0 19 0 338399169 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140734914442384 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8639/statm: 2406243 337067 2266 9 0 2396937 0
[pid=8639/tid=8640] ppid=8637 vsize=9624972 CPUtime=47.18 cores=1,3,5,7
/proc/8639/task/8640/stat : 8640 (java) T 8637 8639 8639 0 -1 4202560 3435 0 1 0 4699 19 0 0 20 0 19 0 338399171 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328417004656 140328276109448 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8639/tid=8641] ppid=8637 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8639/task/8641/stat : 8641 (java) T 8637 8639 8639 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328395106472 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8639/tid=8642] ppid=8637 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/8639/task/8642/stat : 8642 (java) T 8637 8639 8639 0 -1 4202560 77 0 0 0 9 2 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328394053928 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8643] ppid=8637 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/8639/task/8643/stat : 8643 (java) T 8637 8639 8639 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328191388072 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8644] ppid=8637 vsize=9624972 CPUtime=0.12 cores=1,3,5,7
/proc/8639/task/8644/stat : 8644 (java) T 8637 8639 8639 0 -1 4202560 80 0 0 0 12 0 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328190335528 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8645] ppid=8637 vsize=9624972 CPUtime=0.1 cores=1,3,5,7
/proc/8639/task/8645/stat : 8645 (java) T 8637 8639 8639 0 -1 4202560 73 0 0 0 8 2 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328189282984 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8639/tid=8646] ppid=8637 vsize=9624972 CPUtime=0.11 cores=1,3,5,7
/proc/8639/task/8646/stat : 8646 (java) T 8637 8639 8639 0 -1 4202560 69 0 0 0 11 0 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328188230440 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8647] ppid=8637 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8639/task/8647/stat : 8647 (java) T 8637 8639 8639 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328187177896 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8648] ppid=8637 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8639/task/8648/stat : 8648 (java) T 8637 8639 8639 0 -1 4202560 30 0 0 0 8 1 0 0 20 0 19 0 338399172 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328186125352 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8639/tid=8649] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8649/stat : 8649 (java) T 8637 8639 8639 0 -1 4202560 590 0 0 0 0 0 0 0 20 0 19 0 338399173 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328173926504 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8639/tid=8650] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8650/stat : 8650 (java) T 8637 8639 8639 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338399173 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328172872824 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8639/tid=8651] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8651/stat : 8651 (java) T 8637 8639 8639 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338399173 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328171820168 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8652] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8652/stat : 8652 (java) T 8637 8639 8639 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338399176 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328170768912 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8639/tid=8653] ppid=8637 vsize=9624972 CPUtime=0.59 cores=1,3,5,7
/proc/8639/task/8653/stat : 8653 (java) T 8637 8639 8639 0 -1 4202560 3618 0 0 0 59 0 0 0 20 0 19 0 338399176 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328169716280 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8654] ppid=8637 vsize=9624972 CPUtime=0.81 cores=1,3,5,7
/proc/8639/task/8654/stat : 8654 (java) T 8637 8639 8639 0 -1 4202560 6586 0 0 0 81 0 0 0 20 0 19 0 338399176 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328168663736 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8655] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8655/stat : 8655 (java) T 8637 8639 8639 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338399176 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328167611384 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8639/tid=8656] ppid=8637 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/8639/task/8656/stat : 8656 (java) T 8637 8639 8639 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338399176 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328166559048 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8639/tid=8657] ppid=8637 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8639/task/8657/stat : 8657 (java) T 8637 8639 8639 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338399209 9855971328 337067 33554432000 1073741824 1073778376 140734914451248 140328165503784 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8637/tid=8659] ppid=8572 vsize=663504 CPUtime=0 cores=1,3,5,7
/proc/8637/task/8659/stat : 8659 (python) S 8572 8572 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338403921 679428096 6958 33554432000 4194304 5683644 140733434424352 140429179736624 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8716] ppid=8572 vsize=739296 CPUtime=0.08 cores=1,3,5,7
/proc/8716/stat : 8716 (python) S 8572 8572 3958 0 -1 4202560 1164 0 0 0 4 4 0 0 20 0 2 0 338422179 757039104 6964 33554432000 4194304 5683644 140733434424352 140733434416000 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8716/statm: 184824 6964 384 364 0 120029 0
[pid=8718] ppid=8716 vsize=100752 CPUtime=47.36 cores=1,3,5,7
/proc/8718/stat : 8718 (bsolo_pb10) T 8716 8718 8718 0 -1 4202496 23226 0 0 0 4724 12 0 0 20 0 1 0 338422179 103170048 22754 33554432000 134512640 137138936 4288830384 4288829312 134542770 0 0 16781312 16384 18446744071579387992 0 0 17 5 0 0 0 0 0
/proc/8718/statm: 25188 22754 192 642 0 24544 0
[pid=8716/tid=8726] ppid=8572 vsize=739296 CPUtime=0 cores=1,3,5,7
/proc/8716/task/8726/stat : 8726 (python) S 8572 8572 3958 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 2 0 338426917 757039104 6964 33554432000 4194304 5683644 140733434424352 140429169246768 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8727] ppid=8572 vsize=815088 CPUtime=0 cores=1,3,5,7
/proc/8727/stat : 8727 (python) S 8572 8572 3958 0 -1 4202560 858 0 0 0 0 0 0 0 20 0 1 0 338426919 834650112 6921 33554432000 4194304 5683644 140733434424352 140733434415440 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 1 0 0 0 0 0
/proc/8727/statm: 203772 6921 336 364 0 138974 0
[pid=8729] ppid=8727 vsize=13044 CPUtime=0.04 cores=1,3,5,7
/proc/8729/stat : 8729 (bsolo_pb10) R 8727 8729 8729 0 -1 4202496 1186 0 0 0 4 0 0 0 20 0 1 0 338426919 13357056 818 33554432000 134512640 137138936 4289373280 4289295276 136570369 0 0 16781312 16384 0 0 0 17 5 0 0 0 0 0
/proc/8729/statm: 3261 818 184 642 0 2617 0
[pid=8572/tid=8582] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8582/stat : 8582 (python) S 8570 8572 3958 0 -1 4202560 32 1013 0 0 0 0 0 0 20 0 9 0 338366212 912248832 8507 33554432000 4194304 5683644 140733434424352 140429431267888 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8572/tid=8590] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8590/stat : 8590 (python) S 8570 8572 3958 0 -1 4202560 30 1013 0 0 0 0 0 0 20 0 9 0 338370973 912248832 8507 33554432000 4194304 5683644 140733434424352 140429420778032 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8572/tid=8595] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8595/stat : 8595 (python) S 8570 8572 3958 0 -1 4202560 25 1013 0 0 0 0 0 0 20 0 9 0 338375688 912248832 8507 33554432000 4194304 5683644 140733434424352 140429410288176 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8572/tid=8607] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8607/stat : 8607 (python) S 8570 8572 3958 0 -1 4202560 19 1013 0 0 0 0 0 0 20 0 9 0 338385142 912248832 8507 33554432000 4194304 5683644 140733434424352 140429190226480 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8612] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8612/stat : 8612 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338389879 912248832 8507 33554432000 4194304 5683644 140733434424352 140429179736624 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8572/tid=8638] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8638/stat : 8638 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338399169 912248832 8507 33554432000 4194304 5683644 140733434424352 140429169246768 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8572/tid=8717] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8717/stat : 8717 (python) S 8570 8572 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 9 0 338422179 912248832 8507 33554432000 4194304 5683644 140733434424352 140429158756912 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8572/tid=8728] ppid=8570 vsize=890868 CPUtime=0 cores=1,3,5,7
/proc/8572/task/8728/stat : 8728 (python) S 8570 8572 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338426919 912248832 8507 33554432000 4194304 5683644 140733434424352 140429148267056 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 610.59
Current children cumulated vsize (KiB) 15913592

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 8572 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=362792
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=149977
# CPU time returned by wait4() is 1.51277
# while last known CPU time is 610.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 608.763
CPU time (s): 610.59
CPU user time (s): 607.7
CPU system time (s): 2.89
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 15913592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.36279
system time used= 0.149977
maximum resident set size= 34028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2114
involuntary context switches= 23

runsolver used 2.51362 second user time and 6.26405 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 13:19:59
IDJOB=3741953
IDBENCH=90120
IDSOLVER=2327
FILE ID=node122/3741953-1338722399
RUNJOBID= node122-1338713392-3975
PBS_JOBID= 14636732
Free space on /tmp= 71088 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K94.opb
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.dec.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741953-1338722399/watcher-3741953-1338722399 -o /tmp/evaluation-result-3741953-1338722399/solver-3741953-1338722399 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741953-1338722399.opb -seed 1244941453 -budget 1800

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

MD5SUM BENCH= 08b0e704e28720f9a0455d95c872079f
RANDOM SEED=1244941453

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31095972 kB
Buffers:          200548 kB
Cached:           372616 kB
SwapCached:         1804 kB
Active:           909412 kB
Inactive:          37420 kB
Active(anon):     368228 kB
Inactive(anon):     7768 kB
Active(file):     541184 kB
Inactive(file):    29652 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            102064 kB
Writeback:            16 kB
AnonPages:        379480 kB
Mapped:            19404 kB
Shmem:                36 kB
Slab:             688700 kB
SReclaimable:     131424 kB
SUnreclaim:       557276 kB
KernelStack:        1496 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     603456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70984 MiB
End job on node122 at 2012-06-03 13:30:11