Trace number 3741940

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) 614.72 612.863

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K105.opb
MD5SUMf2bb3fbff44c335cc6fb8854fd262f5a
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 benchmark235.677
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7140
Total number of constraints7352
Number of constraints which are clauses7247
Number of constraints which are cardinality constraints (but not clauses)105
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint105
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 106
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.35/1.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.35/1.19	c INFO: solving HOME/instance-3741940-1338722314.opb
0.42/1.26	c INFO: parsing took 0.08 s
0.61/1.41	c INFO: features took 0.14 CPU seconds
0.61/1.44	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.67)
50.45/51.30	c INFO: running clasp-1.3.7@0 for 45 with 1750 remaining (b = 0.36)
97.68/98.45	c INFO: running scip-2.0.1-spx@0 for 45 with 1703 remaining (b = 0.06)
147.01/147.73	c INFO: running clasp-1.3.7@47 for 45 with 1654 remaining (b = 0.01)
192.89/193.55	c INFO: wrote minion input file to HOME/tmpSD_QSQ.minion
192.89/193.55	c INFO: running minion-0.12@0 for 45 with 1609 remaining (b = 0.09)
240.34/240.95	c INFO: running wbo1.4a@0 for 45 with 1561 remaining (b = 0.02)
290.78/291.31	c INFO: running scip-2.0.1-clp@48 for 45 with 1511 remaining (b = 0.01)
333.64/334.11	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1469 remaining (b = 0.03)
383.19/381.67	c INFO: running clasp-1.3.7@92 for 136 with 1420 remaining (b = 0.02)
520.78/519.07	c INFO: running scip-2.0.1-spx@48 for 45 with 1282 remaining (b = 0.01)
566.06/564.23	c INFO: running bsolo_pb10-l3@0 for 45 with 1237 remaining (b = 0.02)
613.72/611.81	c INFO: running bsolo_pb10-l1@0 for 91 with 1190 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-3741940-1338722314/watcher-3741940-1338722314 -o /tmp/evaluation-result-3741940-1338722314/solver-3741940-1338722314 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741940-1338722314.opb -seed 14352090 -budget 1800 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.25 2.76 2/218 8514
/proc/meminfo: memFree=28833392/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/8514/stat : 8514 (python) D 8512 8514 3958 0 -1 4202496 671 0 0 0 0 0 0 0 20 0 1 0 338357524 15642624 559 33554432000 4194304 5683644 140736429804016 140736429771960 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 3819 559 324 364 0 261 0

[startup+0.092771 s]
/proc/loadavg: 2.00 2.25 2.76 2/218 8514
/proc/meminfo: memFree=28833392/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=19084 CPUtime=0.01 cores=0,2,4,6
/proc/8514/stat : 8514 (python) R 8512 8514 3958 0 -1 4202496 1392 0 0 0 1 0 0 0 20 0 1 0 338357524 19542016 1147 33554432000 4194304 5683644 140736429804016 140736429734520 217410146196 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 4771 1147 430 364 0 695 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19084

[startup+0.100321 s]
/proc/loadavg: 2.00 2.25 2.76 2/218 8514
/proc/meminfo: memFree=28833392/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=19084 CPUtime=0.02 cores=0,2,4,6
/proc/8514/stat : 8514 (python) D 8512 8514 3958 0 -1 4202496 1397 0 0 0 2 0 0 0 20 0 1 0 338357524 19542016 1152 33554432000 4194304 5683644 140736429804016 140736429744008 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 4771 1152 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.300246 s]
/proc/loadavg: 2.00 2.25 2.76 2/218 8514
/proc/meminfo: memFree=28833392/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=102080 CPUtime=0.1 cores=0,2,4,6
/proc/8514/stat : 8514 (python) D 8512 8514 3958 0 -1 4202496 4135 1013 1 0 8 2 0 0 20 0 1 0 338357524 104529920 2732 33554432000 4194304 5683644 140736429804016 140736429640744 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 25520 2732 876 364 0 1730 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 102080

[startup+0.700432 s]
/proc/loadavg: 2.00 2.25 2.76 2/218 8514
/proc/meminfo: memFree=28833392/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=166948 CPUtime=0.2 cores=0,2,4,6
/proc/8514/stat : 8514 (python) D 8512 8514 3958 0 -1 4202496 6514 1013 1 0 15 5 0 0 20 0 1 0 338357524 170954752 4318 33554432000 4194304 5683644 140736429804016 140736429704008 217410519952 0 0 16781312 2 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 41737 4318 1215 364 0 3290 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 166948

[startup+1.50012 s]
/proc/loadavg: 2.00 2.25 2.76 3/219 8519
/proc/meminfo: memFree=28807336/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 360064

[startup+3.10035 s]
/proc/loadavg: 2.08 2.27 2.76 3/222 8522
/proc/meminfo: memFree=28727820/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
[pid=8520] ppid=8514 vsize=284284 CPUtime=0 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 763 0 0 0 0 0 0 0 20 0 1 0 338357668 291106816 6339 33554432000 4194304 5683644 140736429804016 140736429795104 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 71071 6339 341 364 0 6294 0
[pid=8522] ppid=8520 vsize=115792 CPUtime=1.65 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) R 8520 8522 8522 0 -1 4202496 24797 0 0 0 159 6 0 0 20 0 1 0 338357669 118571008 24196 33554432000 4194304 15243407 140735854921808 140735854918120 4508569 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 28948 24196 682 2698 0 26243 0
[pid=8514/tid=8521] ppid=8512 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338357668 368705536 7905 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 760140
heavy processes:

[startup+6.30033 s]
/proc/loadavg: 2.08 2.27 2.76 3/222 8522
/proc/meminfo: memFree=28663736/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
[pid=8520] ppid=8514 vsize=284284 CPUtime=0 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 891 0 0 0 0 0 0 0 20 0 1 0 338357668 291106816 6362 33554432000 4194304 5683644 140736429804016 140736429795104 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 71071 6362 364 364 0 6294 0
[pid=8522] ppid=8520 vsize=173544 CPUtime=4.85 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) R 8520 8522 8522 0 -1 4202496 39100 0 0 0 473 12 0 0 20 0 1 0 338357669 177709056 38499 33554432000 4194304 15243407 140735854921808 140735854918120 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 43386 38499 686 2698 0 40681 0
[pid=8514/tid=8521] ppid=8512 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338357668 368705536 7905 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 817892

[startup+12.7003 s]
/proc/loadavg: 2.14 2.27 2.76 3/222 8522
/proc/meminfo: memFree=28603656/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
[pid=8520] ppid=8514 vsize=284284 CPUtime=0 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 895 0 0 0 0 0 0 0 20 0 1 0 338357668 291106816 6362 33554432000 4194304 5683644 140736429804016 140736429795104 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 71071 6362 364 364 0 6294 0
[pid=8522] ppid=8520 vsize=231748 CPUtime=11.24 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) R 8520 8522 8522 0 -1 4202496 53555 0 0 0 1104 20 0 0 20 0 1 0 338357669 237309952 52954 33554432000 4194304 15243407 140735854921808 140735854918152 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 57937 52954 686 2698 0 55232 0
[pid=8514/tid=8521] ppid=8512 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338357668 368705536 7905 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 876096

[startup+25.5071 s]
/proc/loadavg: 2.12 2.26 2.75 3/222 8522
/proc/meminfo: memFree=28511216/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
[pid=8520] ppid=8514 vsize=284284 CPUtime=0.03 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 1001 0 0 0 1 2 0 0 20 0 1 0 338357668 291106816 6367 33554432000 4194304 5683644 140736429804016 140736429795104 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 71071 6367 369 364 0 6294 0
[pid=8522] ppid=8520 vsize=321300 CPUtime=24.05 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) R 8520 8522 8522 0 -1 4202496 75550 0 0 0 2366 39 0 0 20 0 1 0 338357669 329011200 74926 33554432000 4194304 15243407 140735854921808 140735854917896 13277498 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 80325 74926 873 2698 0 77620 0
[pid=8514/tid=8521] ppid=8512 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338357668 368705536 7905 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 965648

[startup+51.1003 s]
/proc/loadavg: 2.08 2.24 2.73 3/225 8525
/proc/meminfo: memFree=28433224/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=360064 CPUtime=0.65 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 11573 1013 1 0 56 9 0 0 20 0 2 0 338357524 368705536 7905 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8514/statm: 90016 7905 1901 364 0 25239 0
[pid=8520] ppid=8514 vsize=284284 CPUtime=0.07 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 1020 0 0 0 4 3 0 0 20 0 1 0 338357668 291106816 6367 33554432000 4194304 5683644 140736429804016 140736429795104 217410535848 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 71071 6367 369 364 0 6294 0
[pid=8522] ppid=8520 vsize=350884 CPUtime=49.63 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) R 8520 8522 8522 0 -1 4202496 81974 0 0 0 4874 89 0 0 20 0 1 0 338357669 359305216 81861 33554432000 4194304 15243407 140735854921808 140735854916520 13354455 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 87721 81861 898 2698 0 85016 0
[pid=8514/tid=8521] ppid=8512 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 2 0 338357668 368705536 7905 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 995232

[startup+102.301 s]
/proc/loadavg: 2.10 2.22 2.70 3/192 8587
/proc/meminfo: memFree=30721516/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=511648 CPUtime=0.69 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 13341 1013 1 0 60 9 0 0 20 0 4 0 338357524 523927552 8430 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8514/statm: 127912 8430 1906 364 0 63129 0
[pid=8520] ppid=8514 vsize=360064 CPUtime=0.07 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 1157 0 0 0 4 3 0 0 20 0 2 0 338357668 368705536 6402 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 90016 6402 397 364 0 25239 0
[pid=8522] ppid=8520 vsize=350884 CPUtime=49.81 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) T 8520 8522 8522 0 -1 4202496 81974 0 0 0 4892 89 0 0 20 0 1 0 338357669 359305216 81861 33554432000 4194304 15243407 140735854921808 140735854916520 7128916 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 87721 81861 898 2698 0 85016 0
[pid=8520/tid=8526] ppid=8514 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8520/task/8526/stat : 8526 (python) S 8514 8514 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338362652 368705536 6402 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8527] ppid=8514 vsize=360076 CPUtime=0.06 cores=0,2,4,6
/proc/8527/stat : 8527 (python) S 8514 8514 3958 0 -1 4202560 1090 0 0 0 4 2 0 0 20 0 2 0 338362654 368717824 6389 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8527/statm: 90019 6389 384 364 0 25239 0
[pid=8529] ppid=8527 vsize=16796 CPUtime=47.1 cores=0,2,4,6
/proc/8529/stat : 8529 (clasp-1.3.7-x86) T 8527 8529 8529 0 -1 4202496 4290 0 0 0 4710 0 0 0 20 0 1 0 338362655 17199104 3928 33554432000 134512640 136139019 4290282992 4290281616 134599813 0 0 16781312 16386 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8529/statm: 4199 3928 182 398 0 3799 0
[pid=8527/tid=8584] ppid=8514 vsize=360076 CPUtime=0 cores=0,2,4,6
/proc/8527/task/8584/stat : 8584 (python) S 8514 8514 3958 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338367367 368717824 6389 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8585] ppid=8514 vsize=435868 CPUtime=0 cores=0,2,4,6
/proc/8585/stat : 8585 (python) S 8514 8514 3958 0 -1 4202560 916 0 0 0 0 0 0 0 20 0 1 0 338367370 446328832 6369 33554432000 4194304 5683644 140736429804016 140736429795104 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8585/statm: 108967 6369 359 364 0 44184 0
[pid=8587] ppid=8585 vsize=162088 CPUtime=3.83 cores=0,2,4,6
/proc/8587/stat : 8587 (scip-2.0.1.linu) R 8585 8587 8587 0 -1 4202496 36483 0 0 0 373 10 0 0 20 0 1 0 338367370 165978112 35867 33554432000 4194304 13684479 140734729773728 140734729770024 11876362 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 40522 35867 635 2317 0 38200 0
[pid=8514/tid=8521] ppid=8512 vsize=511648 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 27 1013 0 0 0 0 0 0 20 0 4 0 338357668 523927552 8430 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8528] ppid=8512 vsize=511648 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8528/stat : 8528 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 4 0 338362654 523927552 8430 33554432000 4194304 5683644 140736429804016 139961993597488 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8586] ppid=8512 vsize=511648 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8586/stat : 8586 (python) S 8512 8514 3958 0 -1 4202560 19 1013 0 0 0 0 0 0 20 0 4 0 338367370 523927552 8430 33554432000 4194304 5683644 140736429804016 139961911206448 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 2197424

[startup+162.301 s]
/proc/loadavg: 2.03 2.17 2.64 3/196 8592
/proc/meminfo: memFree=30447388/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=511648 CPUtime=0.72 cores=0,2,4,6

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

[pid=8614/tid=8636] ppid=8514 vsize=663860 CPUtime=0 cores=0,2,4,6
/proc/8614/task/8636/stat : 8636 (python) S 8514 8514 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338395689 679792640 7047 33554432000 4194304 5683644 140736429804016 139961890226736 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8662] ppid=8514 vsize=739652 CPUtime=0.02 cores=0,2,4,6
/proc/8662/stat : 8662 (python) S 8514 8514 3958 0 -1 4202560 1005 0 0 0 1 1 0 0 20 0 1 0 338413948 757403648 7027 33554432000 4194304 5683644 140736429804016 140736429795104 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 0 0 0 0 0 0
/proc/8662/statm: 184913 7027 359 364 0 120118 0
[pid=8664] ppid=8662 vsize=60960 CPUtime=18.05 cores=0,2,4,6
/proc/8664/stat : 8664 (bsolo_pb10) R 8662 8664 8664 0 -1 4202496 13311 0 0 0 1797 8 0 0 20 0 1 0 338413948 62423040 12803 33554432000 134512640 137138936 4290343264 4290342192 134542620 0 0 16781312 16384 0 0 0 17 4 0 0 0 0 0
/proc/8664/statm: 15240 12803 192 642 0 14596 0
[pid=8514/tid=8521] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 32 1013 0 0 0 0 0 0 20 0 8 0 338357668 835002368 8588 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8528] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8528/stat : 8528 (python) S 8512 8514 3958 0 -1 4202560 30 1013 0 0 0 0 0 0 20 0 8 0 338362654 835002368 8588 33554432000 4194304 5683644 140736429804016 139961993597488 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8586] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8586/stat : 8586 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 8 0 338367370 835002368 8588 33554432000 4194304 5683644 140736429804016 139961911206448 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8598] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8598/stat : 8598 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 8 0 338376880 835002368 8588 33554432000 4194304 5683644 140736429804016 139961900716592 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8604] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8604/stat : 8604 (python) S 8512 8514 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 8 0 338381620 835002368 8588 33554432000 4194304 5683644 140736429804016 139961890226736 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8514/tid=8615] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8615/stat : 8615 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 8 0 338390936 835002368 8588 33554432000 4194304 5683644 140736429804016 139961879736880 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8663] ppid=8512 vsize=815432 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8663/stat : 8663 (python) S 8512 8514 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 8 0 338413948 835002368 8588 33554432000 4194304 5683644 140736429804016 139961869247024 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 584.17
Current children cumulated vsize (KiB) 15116308



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+612.802 s]
/proc/loadavg: 2.07 2.05 2.39 4/268 8668
/proc/meminfo: memFree=26557680/32873648 swapFree=7628/7628
[pid=8514] ppid=8512 vsize=891224 CPUtime=1.6 cores=0,2,4,6
/proc/8514/stat : 8514 (python) S 8512 8514 3958 0 -1 4202496 18313 1013 1 0 149 11 0 0 20 0 9 0 338357524 912613376 8596 33554432000 4194304 5683644 140736429804016 140736429798848 217413903629 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8514/statm: 222806 8596 1916 364 0 158008 0
[pid=8520] ppid=8514 vsize=360064 CPUtime=0.15 cores=0,2,4,6
/proc/8520/stat : 8520 (python) S 8514 8514 3958 0 -1 4202560 1179 0 0 0 9 6 0 0 20 0 2 0 338357668 368705536 6403 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8520/statm: 90016 6403 398 364 0 25239 0
[pid=8522] ppid=8520 vsize=365088 CPUtime=92.57 cores=0,2,4,6
/proc/8522/stat : 8522 (scip-2.0.1.linu) T 8520 8522 8522 0 -1 4202496 121457 0 0 0 9153 104 0 0 20 0 1 0 338357669 373850112 85514 33554432000 4194304 15243407 140735854921808 140735854916200 8112993 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8522/statm: 91272 85514 946 2698 0 88567 0
[pid=8520/tid=8526] ppid=8514 vsize=360064 CPUtime=0 cores=0,2,4,6
/proc/8520/task/8526/stat : 8526 (python) S 8514 8514 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338362652 368705536 6403 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8527] ppid=8514 vsize=360076 CPUtime=0.38 cores=0,2,4,6
/proc/8527/stat : 8527 (python) S 8514 8514 3958 0 -1 4202560 1186 0 0 0 23 15 0 0 20 0 2 0 338362654 368717824 6389 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8527/statm: 90019 6389 384 364 0 25239 0
[pid=8529] ppid=8527 vsize=32272 CPUtime=229.55 cores=0,2,4,6
/proc/8529/stat : 8529 (clasp-1.3.7-x86) T 8527 8529 8529 0 -1 4202496 8171 0 0 0 22955 0 0 0 20 0 1 0 338362655 33046528 7810 33554432000 134512640 136139019 4290282992 4290281964 134608160 0 0 16781312 16386 18446744071579387992 0 0 17 2 0 0 0 0 0
/proc/8529/statm: 8068 7810 182 398 0 7668 0
[pid=8527/tid=8584] ppid=8514 vsize=360076 CPUtime=0 cores=0,2,4,6
/proc/8527/task/8584/stat : 8584 (python) S 8514 8514 3958 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338367367 368717824 6389 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8585] ppid=8514 vsize=435868 CPUtime=0.17 cores=0,2,4,6
/proc/8585/stat : 8585 (python) S 8514 8514 3958 0 -1 4202560 1143 0 0 0 11 6 0 0 20 0 2 0 338367370 446328832 6395 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8585/statm: 108967 6395 384 364 0 44184 0
[pid=8587] ppid=8585 vsize=333564 CPUtime=94.35 cores=0,2,4,6
/proc/8587/stat : 8587 (scip-2.0.1.linu) T 8585 8587 8587 0 -1 4202496 81875 0 0 0 9391 44 0 0 20 0 1 0 338367370 341569536 79006 33554432000 4194304 13684479 140734729773728 140734729765592 7395108 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8587/statm: 83391 79006 758 2317 0 81069 0
[pid=8585/tid=8592] ppid=8514 vsize=435868 CPUtime=0 cores=0,2,4,6
/proc/8585/task/8592/stat : 8592 (python) S 8514 8514 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338372295 446328832 6395 33554432000 4194304 5683644 140736429804016 139961993597488 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8597] ppid=8514 vsize=511660 CPUtime=0.07 cores=0,2,4,6
/proc/8597/stat : 8597 (python) S 8514 8514 3958 0 -1 4202560 1128 0 0 0 4 3 0 0 20 0 2 0 338376880 523939840 6908 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8597/statm: 127915 6908 384 364 0 63129 0
[pid=8599] ppid=8597 vsize=93068 CPUtime=47.35 cores=0,2,4,6
/proc/8599/stat : 8599 (minion) T 8597 8599 8599 0 -1 4202496 9689 0 0 0 4733 2 0 0 20 0 1 0 338376881 95301632 15973 33554432000 134512640 165565024 4288993408 4288990656 159737071 0 0 16781312 8396802 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8599/statm: 23267 15973 336 7582 0 15682 0
[pid=8597/tid=8602] ppid=8514 vsize=511660 CPUtime=0 cores=0,2,4,6
/proc/8597/task/8602/stat : 8602 (python) S 8514 8514 3958 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 2 0 338381618 523939840 6908 33554432000 4194304 5683644 140736429804016 139961911206448 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8603] ppid=8514 vsize=587452 CPUtime=0.07 cores=0,2,4,6
/proc/8603/stat : 8603 (python) S 8514 8514 3958 0 -1 4202560 1133 0 0 0 5 2 0 0 20 0 2 0 338381620 601550848 6915 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8603/statm: 146863 6915 384 364 0 82074 0
[pid=8605] ppid=8603 vsize=132320 CPUtime=50.3 cores=0,2,4,6
/proc/8605/stat : 8605 (wbo1.4a) T 8603 8605 8605 0 -1 4202496 32985 0 0 0 4953 77 0 0 20 0 1 0 338381620 135495680 32611 33554432000 134512640 135751879 4287000016 4286998192 134616371 0 0 16781312 3 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8605/statm: 33080 32611 143 303 0 32775 0
[pid=8603/tid=8609] ppid=8514 vsize=587452 CPUtime=0 cores=0,2,4,6
/proc/8603/task/8609/stat : 8609 (python) S 8514 8514 3958 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338386653 601550848 6915 33554432000 4194304 5683644 140736429804016 139961900716592 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8614] ppid=8514 vsize=663860 CPUtime=0.08 cores=0,2,4,6
/proc/8614/stat : 8614 (python) S 8514 8514 3958 0 -1 4202560 1155 0 0 0 4 4 0 0 20 0 2 0 338390936 679792640 7047 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8614/statm: 165965 7047 384 364 0 101173 0
[pid=8616] ppid=8614 vsize=9624972 CPUtime=49.49 cores=0,2,4,6
/proc/8616/stat : 8616 (java) T 8614 8616 8616 0 -1 4202496 17274 0 1 0 4913 36 0 0 20 0 19 0 338390937 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140734443360064 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8616/statm: 2406243 423309 2267 9 0 2396937 0
[pid=8616/tid=8617] ppid=8614 vsize=9624972 CPUtime=47.27 cores=0,2,4,6
/proc/8616/task/8617/stat : 8617 (java) T 8614 8616 8616 0 -1 4202560 3983 0 1 0 4703 24 0 0 20 0 19 0 338390938 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265492319376 140265327748898 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8618] ppid=8614 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/8616/task/8618/stat : 8618 (java) T 8614 8616 8616 0 -1 4202560 40 0 0 0 7 1 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265453812776 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8619] ppid=8614 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/8616/task/8619/stat : 8619 (java) T 8614 8616 8616 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265452759976 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8620] ppid=8614 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8616/task/8620/stat : 8620 (java) T 8614 8616 8616 0 -1 4202560 73 0 0 0 7 0 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265451707176 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8621] ppid=8614 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/8616/task/8621/stat : 8621 (java) T 8614 8616 8616 0 -1 4202560 71 0 0 0 8 0 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265450654376 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8616/tid=8622] ppid=8614 vsize=9624972 CPUtime=0.08 cores=0,2,4,6
/proc/8616/task/8622/stat : 8622 (java) T 8614 8616 8616 0 -1 4202560 104 0 0 0 6 2 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265449601576 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8623] ppid=8614 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8616/task/8623/stat : 8623 (java) T 8614 8616 8616 0 -1 4202560 84 0 0 0 5 2 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265448548776 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8624] ppid=8614 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8616/task/8624/stat : 8624 (java) T 8614 8616 8616 0 -1 4202560 49 0 0 0 7 0 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265447495976 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8625] ppid=8614 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/8616/task/8625/stat : 8625 (java) T 8614 8616 8616 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 19 0 338390939 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265446443176 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8626] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8626/stat : 8626 (java) T 8614 8616 8616 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 19 0 338390940 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265316015080 217413892009 0 0 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8627] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8627/stat : 8627 (java) T 8614 8616 8616 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338390940 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265314961144 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8628] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8628/stat : 8628 (java) T 8614 8616 8616 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338390940 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265313908232 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8629] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8629/stat : 8629 (java) T 8614 8616 8616 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338390943 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265312856720 217413900064 0 4 0 16800975 18446744071579387992 0 0 -1 6 0 0 0 0 0
[pid=8616/tid=8630] ppid=8614 vsize=9624972 CPUtime=0.65 cores=0,2,4,6
/proc/8616/task/8630/stat : 8630 (java) T 8614 8616 8616 0 -1 4202560 5735 0 0 0 65 0 0 0 20 0 19 0 338390943 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140265311803832 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8631] ppid=8614 vsize=9624972 CPUtime=0.82 cores=0,2,4,6
/proc/8616/task/8631/stat : 8631 (java) T 8614 8616 8616 0 -1 4202560 4879 0 0 0 82 0 0 0 20 0 19 0 338390943 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140264437967160 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8632] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8632/stat : 8632 (java) T 8614 8616 8616 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338390943 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140264436914552 217413891132 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8616/tid=8633] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8633/stat : 8633 (java) T 8614 8616 8616 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338390943 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140264435861960 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8616/tid=8634] ppid=8614 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8616/task/8634/stat : 8634 (java) T 8614 8616 8616 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338390977 9855971328 423309 33554432000 1073741824 1073778376 140734443368928 140264434808488 217413892009 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8614/tid=8636] ppid=8514 vsize=663860 CPUtime=0 cores=0,2,4,6
/proc/8614/task/8636/stat : 8636 (python) S 8514 8514 3958 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 2 0 338395689 679792640 7047 33554432000 4194304 5683644 140736429804016 139961890226736 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8662] ppid=8514 vsize=739652 CPUtime=0.07 cores=0,2,4,6
/proc/8662/stat : 8662 (python) S 8514 8514 3958 0 -1 4202560 1177 0 0 0 4 3 0 0 20 0 2 0 338413948 757403648 7053 33554432000 4194304 5683644 140736429804016 140736429795664 217413903629 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8662/statm: 184913 7053 384 364 0 120118 0
[pid=8664] ppid=8662 vsize=110608 CPUtime=47.54 cores=0,2,4,6
/proc/8664/stat : 8664 (bsolo_pb10) T 8662 8664 8664 0 -1 4202496 25742 0 0 0 4742 12 0 0 20 0 1 0 338413948 113262592 25234 33554432000 134512640 137138936 4290343264 4290342192 134542233 0 0 16781312 16384 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8664/statm: 27652 25234 192 642 0 27008 0
[pid=8662/tid=8665] ppid=8514 vsize=739652 CPUtime=0 cores=0,2,4,6
/proc/8662/task/8665/stat : 8665 (python) S 8514 8514 3958 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 2 0 338418704 757403648 7053 33554432000 4194304 5683644 140736429804016 139961879736880 217413900064 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8666] ppid=8514 vsize=815444 CPUtime=0 cores=0,2,4,6
/proc/8666/stat : 8666 (python) S 8514 8514 3958 0 -1 4202560 850 0 0 0 0 0 0 0 20 0 1 0 338418706 835014656 7010 33554432000 4194304 5683644 140736429804016 140736429795104 217410535907 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/8666/statm: 203861 7010 336 364 0 139063 0
[pid=8668] ppid=8666 vsize=13344 CPUtime=0.98 cores=0,2,4,6
/proc/8668/stat : 8668 (bsolo_pb10) R 8666 8668 8668 0 -1 4202496 1266 0 0 0 98 0 0 0 20 0 1 0 338418706 13664256 887 33554432000 134512640 137138936 4290576640 4290489660 136570369 0 0 16781312 16384 0 0 0 17 0 0 0 0 0 0
/proc/8668/statm: 3336 887 184 642 0 2692 0
[pid=8514/tid=8521] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8521/stat : 8521 (python) S 8512 8514 3958 0 -1 4202560 32 1013 0 0 0 0 0 0 20 0 9 0 338357668 912613376 8596 33554432000 4194304 5683644 140736429804016 139962004087344 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8528] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8528/stat : 8528 (python) S 8512 8514 3958 0 -1 4202560 30 1013 0 0 0 0 0 0 20 0 9 0 338362654 912613376 8596 33554432000 4194304 5683644 140736429804016 139961993597488 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8586] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8586/stat : 8586 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338367370 912613376 8596 33554432000 4194304 5683644 140736429804016 139961911206448 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8598] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8598/stat : 8598 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338376880 912613376 8596 33554432000 4194304 5683644 140736429804016 139961900716592 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8604] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8604/stat : 8604 (python) S 8512 8514 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 9 0 338381620 912613376 8596 33554432000 4194304 5683644 140736429804016 139961890226736 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8514/tid=8615] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8615/stat : 8615 (python) S 8512 8514 3958 0 -1 4202560 21 1013 0 0 0 0 0 0 20 0 9 0 338390936 912613376 8596 33554432000 4194304 5683644 140736429804016 139961879736880 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8514/tid=8663] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8663/stat : 8663 (python) S 8512 8514 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 9 0 338413948 912613376 8596 33554432000 4194304 5683644 140736429804016 139961869247024 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8514/tid=8667] ppid=8512 vsize=891224 CPUtime=0 cores=0,2,4,6
/proc/8514/task/8667/stat : 8667 (python) S 8512 8514 3958 0 -1 4202560 22 1013 0 0 0 0 0 0 20 0 9 0 338418706 912613376 8596 33554432000 4194304 5683644 140736429804016 139961858757168 217413900064 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 614.72
Current children cumulated vsize (KiB) 16070536

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

Real time (s): 612.863
CPU time (s): 614.72
CPU user time (s): 611.47
CPU system time (s): 3.25
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 16070536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.50177
system time used= 0.113982
maximum resident set size= 34384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19856
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2103
involuntary context switches= 13

runsolver used 2.79157 second user time and 6.22405 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 13:18:34
IDJOB=3741940
IDBENCH=90119
IDSOLVER=2327
FILE ID=node122/3741940-1338722314
RUNJOBID= node122-1338713392-3974
PBS_JOBID= 14636732
Free space on /tmp= 71084 MiB

SOLVER NAME= PB11: borg pb-dec-11.04.03
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K105.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-3741940-1338722314/watcher-3741940-1338722314 -o /tmp/evaluation-result-3741940-1338722314/solver-3741940-1338722314 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3741940-1338722314.opb -seed 14352090 -budget 1800

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

MD5SUM BENCH= f2bb3fbff44c335cc6fb8854fd262f5a
RANDOM SEED=14352090

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:        28833920 kB
Buffers:          199532 kB
Cached:           373412 kB
SwapCached:         1804 kB
Active:          3163760 kB
Inactive:          37284 kB
Active(anon):    2623024 kB
Inactive(anon):     7828 kB
Active(file):     540736 kB
Inactive(file):    29456 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100164 kB
Dirty:            102064 kB
Writeback:             0 kB
AnonPages:       2634528 kB
Mapped:            32792 kB
Shmem:                84 kB
Slab:             689164 kB
SReclaimable:     131428 kB
SUnreclaim:       557736 kB
KernelStack:        1768 kB
PageTables:        13508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3455728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2043904 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:28:50