Trace number 3742564

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) 285.9 282.756

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.42/1.20	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.42/1.20	c INFO: solving HOME/instance-3742564-1338725117.opb
0.61/1.44	c INFO: parsing took 0.23 s
1.01/1.87	c INFO: features took 0.43 CPU seconds
1.10/1.90	c INFO: running scip-2.0.1-spx@0 for 45 with 1799 remaining (b = 0.59)
50.64/51.48	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.44)
97.88/98.65	c INFO: running scip-2.0.1-clp@0 for 45 with 1702 remaining (b = 0.08)
146.77/147.42	c INFO: running scip-2.0.1-clp@48 for 45 with 1654 remaining (b = 0.01)
192.23/192.88	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1609 remaining (b = 0.04)
238.70/236.64	c INFO: running clasp-1.3.7@47 for 45 with 1563 remaining (b = 0.01)
283.89/281.80	c INFO: running sat4j-pb-v20101225@0 for 45 with 1518 remaining (b = 0.16)

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-3742564-1338725117/watcher-3742564-1338725117 -o /tmp/evaluation-result-3742564-1338725117/solver-3742564-1338725117 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742564-1338725117.opb -seed 1511339141 -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.03 2.03 2.07 3/187 8160
/proc/meminfo: memFree=30138308/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (python) D 8158 8160 2614 0 -1 4202496 634 0 0 0 0 0 0 0 20 0 1 0 338636770 15642624 527 33554432000 4194304 5683644 140736762809360 140736762795272 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 3819 527 312 364 0 261 0

[startup+0.00835698 s]
/proc/loadavg: 2.03 2.03 2.07 3/187 8160
/proc/meminfo: memFree=30138308/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=15276 CPUtime=0 cores=0,2,4,6
/proc/8160/stat : 8160 (python) D 8158 8160 2614 0 -1 4202496 672 0 0 0 0 0 0 0 20 0 1 0 338636770 15642624 559 33554432000 4194304 5683644 140736762809360 140736762781544 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 3819 559 324 364 0 261 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15276

[startup+0.100245 s]
/proc/loadavg: 2.03 2.03 2.07 3/187 8160
/proc/meminfo: memFree=30138308/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=19084 CPUtime=0.02 cores=0,2,4,6
/proc/8160/stat : 8160 (python) R 8158 8160 2614 0 -1 4202496 1397 0 0 0 2 0 0 0 20 0 1 0 338636770 19542016 1151 33554432000 4194304 5683644 140736762809360 140736762739864 4867360 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 4771 1152 430 364 0 695 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19084

[startup+0.30021 s]
/proc/loadavg: 2.03 2.03 2.07 3/187 8160
/proc/meminfo: memFree=30138308/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=99656 CPUtime=0.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) D 8158 8160 2614 0 -1 4202496 4049 1011 1 0 9 2 0 0 20 0 1 0 338636770 102047744 2692 33554432000 4194304 5683644 140736762809360 140736762677720 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 24914 2692 850 364 0 1721 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 99656

[startup+0.700232 s]
/proc/loadavg: 2.03 2.03 2.07 3/187 8160
/proc/meminfo: memFree=30138308/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=162444 CPUtime=0.21 cores=0,2,4,6
/proc/8160/stat : 8160 (python) D 8158 8160 2614 0 -1 4202496 6446 1011 1 0 16 5 0 0 20 0 1 0 338636770 166342656 4260 33554432000 4194304 5683644 140736762809360 140736762713592 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 40611 4260 1192 364 0 3256 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 162444

[startup+1.50019 s]
/proc/loadavg: 2.03 2.03 2.07 2/188 8165
/proc/meminfo: memFree=30112136/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=290000 CPUtime=0.71 cores=0,2,4,6
/proc/8160/stat : 8160 (python) R 8158 8160 2614 0 -1 4202496 13574 1011 1 0 60 11 0 0 20 0 1 0 338636770 296960000 9246 33554432000 4194304 5683644 140736762809360 140736762723432 140396200911637 0 0 16781312 33554434 0 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 72500 9246 1846 364 0 7729 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 290000

[startup+3.10037 s]
/proc/loadavg: 2.03 2.03 2.07 3/191 8168
/proc/meminfo: memFree=30027164/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=366280 CPUtime=1.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 13989 1011 1 0 99 12 0 0 20 0 2 0 338636770 375070720 9432 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 91570 9432 1902 364 0 26793 0
[pid=8166] ppid=8160 vsize=290500 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 1 0 338636961 297472000 7864 33554432000 4194304 5683644 140736762809360 140736762800448 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 4 0 0 0 0 0
/proc/8166/statm: 72625 7864 340 364 0 7848 0
[pid=8168] ppid=8166 vsize=153280 CPUtime=1.18 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) R 8166 8168 8168 0 -1 4202496 35992 0 0 0 106 12 0 0 20 0 1 0 338636961 156958720 35029 33554432000 4194304 13684479 140736992283456 140736992278840 4880933 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 38320 35029 635 2317 0 35998 0
[pid=8160/tid=8167] ppid=8158 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338636961 375070720 9432 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 810060
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 2.03 2.03 2.07 3/191 8168
/proc/meminfo: memFree=29885060/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=366280 CPUtime=1.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 13989 1011 1 0 99 12 0 0 20 0 2 0 338636770 375070720 9432 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 91570 9432 1902 364 0 26793 0
[pid=8166] ppid=8160 vsize=290500 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 891 0 0 0 0 0 0 0 20 0 1 0 338636961 297472000 7887 33554432000 4194304 5683644 140736762809360 140736762800448 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 72625 7887 363 364 0 7848 0
[pid=8168] ppid=8166 vsize=218336 CPUtime=4.39 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) R 8166 8168 8168 0 -1 4202496 51280 0 0 0 424 15 0 0 20 0 1 0 338636961 223576064 50317 33554432000 4194304 13684479 140736992283456 140736992278840 4880943 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 54584 50317 635 2317 0 52262 0
[pid=8160/tid=8167] ppid=8158 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338636961 375070720 9432 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 875116

[startup+12.7004 s]
/proc/loadavg: 2.03 2.03 2.07 3/192 8169
/proc/meminfo: memFree=29775724/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=366280 CPUtime=1.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 13989 1011 1 0 99 12 0 0 20 0 2 0 338636770 375070720 9432 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 91570 9432 1902 364 0 26793 0
[pid=8166] ppid=8160 vsize=290500 CPUtime=0 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 896 0 0 0 0 0 0 0 20 0 1 0 338636961 297472000 7887 33554432000 4194304 5683644 140736762809360 140736762800448 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 72625 7887 363 364 0 7848 0
[pid=8168] ppid=8166 vsize=291528 CPUtime=10.78 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) R 8166 8168 8168 0 -1 4202496 68814 0 0 0 1061 17 0 0 20 0 1 0 338636961 298524672 67851 33554432000 4194304 13684479 140736992283456 140736992278840 4880915 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 72882 67851 635 2317 0 70560 0
[pid=8160/tid=8167] ppid=8158 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338636961 375070720 9432 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 948308

[startup+25.5004 s]
/proc/loadavg: 2.02 2.03 2.06 3/192 8169
/proc/meminfo: memFree=29641656/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=366280 CPUtime=1.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 13989 1011 1 0 99 12 0 0 20 0 2 0 338636770 375070720 9432 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 91570 9432 1902 364 0 26793 0
[pid=8166] ppid=8160 vsize=290500 CPUtime=0.02 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 1000 0 0 0 2 0 0 0 20 0 1 0 338636961 297472000 7892 33554432000 4194304 5683644 140736762809360 140736762800448 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 72625 7892 368 364 0 7848 0
[pid=8168] ppid=8166 vsize=364316 CPUtime=23.58 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) R 8166 8168 8168 0 -1 4202496 86441 0 0 0 2338 20 0 0 20 0 1 0 338636961 373059584 85478 33554432000 4194304 13684479 140736992283456 140736992278840 4881121 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 91079 85478 635 2317 0 88757 0
[pid=8160/tid=8167] ppid=8158 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338636961 375070720 9432 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 1021096

[startup+51.1004 s]
/proc/loadavg: 2.01 2.03 2.06 3/192 8169
/proc/meminfo: memFree=29323148/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=366280 CPUtime=1.11 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 13989 1011 1 0 99 12 0 0 20 0 2 0 338636770 375070720 9432 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8160/statm: 91570 9432 1902 364 0 26793 0
[pid=8166] ppid=8160 vsize=290500 CPUtime=0.06 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 1019 0 0 0 4 2 0 0 20 0 1 0 338636961 297472000 7892 33554432000 4194304 5683644 140736762809360 140736762800448 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 72625 7892 368 364 0 7848 0
[pid=8168] ppid=8166 vsize=574616 CPUtime=49.17 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) R 8166 8168 8168 0 -1 4202496 138798 0 0 0 4874 43 0 0 20 0 1 0 338636961 588406784 137835 33554432000 4194304 13684479 140736992283456 140736992279768 4880950 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 143654 137835 639 2317 0 141332 0
[pid=8160/tid=8167] ppid=8158 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 2 0 338636961 375070720 9432 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 1231396

[startup+102.301 s]
/proc/loadavg: 1.95 2.00 2.05 4/221 8198
/proc/meminfo: memFree=27308440/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=517864 CPUtime=1.16 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 15852 1011 1 0 104 12 0 0 20 0 4 0 338636770 530292736 9449 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8160/statm: 129466 9449 1907 364 0 64683 0
[pid=8166] ppid=8160 vsize=366280 CPUtime=0.07 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 1161 0 0 0 4 3 0 0 20 0 2 0 338636961 375070720 7927 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 91570 7927 396 364 0 26793 0
[pid=8168] ppid=8166 vsize=574616 CPUtime=49.53 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) T 8166 8168 8168 0 -1 4202496 139096 0 0 0 4910 43 0 0 20 0 1 0 338636961 588406784 138133 33554432000 4194304 13684479 140736992283456 140736992279768 4508544 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 143654 138133 639 2317 0 141332 0
[pid=8166/tid=8170] ppid=8160 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8166/task/8170/stat : 8170 (python) S 8160 8160 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338641917 375070720 7927 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8171] ppid=8160 vsize=366292 CPUtime=0.08 cores=0,2,4,6
/proc/8171/stat : 8171 (python) S 8160 8160 2614 0 -1 4202560 1094 0 0 0 5 3 0 0 20 0 2 0 338641919 375083008 7914 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8171/statm: 91573 7914 383 364 0 26793 0
[pid=8173] ppid=8171 vsize=22252 CPUtime=47.11 cores=0,2,4,6
/proc/8173/stat : 8173 (clasp-1.3.7-x86) T 8171 8173 8173 0 -1 4202496 5877 0 0 0 4710 1 0 0 20 0 1 0 338641920 22786048 5313 33554432000 134512640 136139019 4294113984 4294112960 134883785 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8173/statm: 5563 5313 182 398 0 5163 0
[pid=8171/tid=8195] ppid=8160 vsize=366292 CPUtime=0 cores=0,2,4,6
/proc/8171/task/8195/stat : 8195 (python) S 8160 8160 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338646633 375083008 7914 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8196] ppid=8160 vsize=442088 CPUtime=0 cores=0,2,4,6
/proc/8196/stat : 8196 (python) R 8160 8160 2614 0 -1 4202560 912 0 0 0 0 0 0 0 20 0 1 0 338646636 452698112 7888 33554432000 4194304 5683644 140736762809360 140736762800448 240565216183 0 0 16781312 33554946 0 0 0 17 0 0 0 0 0 0
/proc/8196/statm: 110521 7888 352 364 0 45738 0
[pid=8198] ppid=8196 vsize=218540 CPUtime=3.64 cores=0,2,4,6
/proc/8198/stat : 8198 (scip-2.0.1.linu) R 8196 8198 8198 0 -1 4202496 51574 0 0 0 353 11 0 0 20 0 1 0 338646636 223784960 50104 33554432000 4194304 15243407 140736256101584 140736256096968 4508550 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0
/proc/8198/statm: 54635 50104 682 2698 0 51930 0
[pid=8160/tid=8167] ppid=8158 vsize=517864 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 4 0 338636961 530292736 9449 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8172] ppid=8158 vsize=517864 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 4 0 338641919 530292736 9449 33554432000 4194304 5683644 140736762809360 140396009730608 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8197] ppid=8158 vsize=517864 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8197/stat : 8197 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 4 0 338646636 530292736 9449 33554432000 4194304 5683644 140736762809360 140395999240752 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 2507932

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.05 3/192 8269
/proc/meminfo: memFree=29627736/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=517864 CPUtime=1.18 cores=0,2,4,6

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

[pid=8272/tid=8288] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8288/stat : 8288 (java) T 8270 8272 8272 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237943622008 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8289] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8289/stat : 8289 (java) T 8270 8272 8272 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237942569416 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8290] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8290/stat : 8290 (java) T 8270 8272 8272 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338656123 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237941515944 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8270/tid=8295] ppid=8160 vsize=517876 CPUtime=0 cores=0,2,4,6
/proc/8270/task/8295/stat : 8295 (python) S 8160 8160 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338660432 530305024 7926 33554432000 4194304 5683644 140736762809360 140395999240752 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8167] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338636961 685514752 9973 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8172] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338641919 685514752 9973 33554432000 4194304 5683644 140736762809360 140396009730608 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8197] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8197/stat : 8197 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338646636 685514752 9973 33554432000 4194304 5683644 140736762809360 140395999240752 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8271] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8271/stat : 8271 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338656059 685514752 9973 33554432000 4194304 5683644 140736762809360 140395988750896 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 284
Current children cumulated vsize (KiB) 13410276



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+282.701 s]
/proc/loadavg: 2.02 2.02 2.04 3/243 8320
/proc/meminfo: memFree=26461652/32873844 swapFree=7116/7116
[pid=8160] ppid=8158 vsize=669448 CPUtime=1.26 cores=0,2,4,6
/proc/8160/stat : 8160 (python) S 8158 8160 2614 0 -1 4202496 17791 1011 1 0 113 13 0 0 20 0 6 0 338636770 685514752 9973 33554432000 4194304 5683644 140736762809360 140736762804192 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8160/statm: 167362 9973 1911 364 0 102573 0
[pid=8166] ppid=8160 vsize=366280 CPUtime=0.07 cores=0,2,4,6
/proc/8166/stat : 8166 (python) S 8160 8160 2614 0 -1 4202560 1161 0 0 0 4 3 0 0 20 0 2 0 338636961 375070720 7927 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8166/statm: 91570 7927 396 364 0 26793 0
[pid=8168] ppid=8166 vsize=574616 CPUtime=49.53 cores=0,2,4,6
/proc/8168/stat : 8168 (scip-2.0.1.linu) T 8166 8168 8168 0 -1 4202496 139096 0 0 0 4910 43 0 0 20 0 1 0 338636961 588406784 138541 33554432000 4194304 13684479 140736992283456 140736992279768 4508544 0 0 16781312 2 18446744071579387992 0 0 17 0 0 0 0 0 0
/proc/8168/statm: 143654 138541 639 2317 0 141332 0
[pid=8166/tid=8170] ppid=8160 vsize=366280 CPUtime=0 cores=0,2,4,6
/proc/8166/task/8170/stat : 8170 (python) S 8160 8160 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338641917 375070720 7927 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8171] ppid=8160 vsize=366292 CPUtime=0.17 cores=0,2,4,6
/proc/8171/stat : 8171 (python) S 8160 8160 2614 0 -1 4202560 1158 0 0 0 10 7 0 0 20 0 2 0 338641919 375083008 7914 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8171/statm: 91573 7914 383 364 0 26793 0
[pid=8173] ppid=8171 vsize=22464 CPUtime=92.24 cores=0,2,4,6
/proc/8173/stat : 8173 (clasp-1.3.7-x86) T 8171 8173 8173 0 -1 4202496 5935 0 0 0 9223 1 0 0 20 0 1 0 338641920 23003136 5371 33554432000 134512640 136139019 4294113984 4294112768 134871309 0 0 16781312 16386 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8173/statm: 5616 5371 182 398 0 5216 0
[pid=8171/tid=8195] ppid=8160 vsize=366292 CPUtime=0 cores=0,2,4,6
/proc/8171/task/8195/stat : 8195 (python) S 8160 8160 2614 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 338646633 375083008 7914 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8196] ppid=8160 vsize=442084 CPUtime=0.17 cores=0,2,4,6
/proc/8196/stat : 8196 (python) S 8160 8160 2614 0 -1 4202560 1161 0 0 0 9 8 0 0 20 0 2 0 338646636 452694016 7920 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8196/statm: 110521 7920 383 364 0 45738 0
[pid=8198] ppid=8196 vsize=826244 CPUtime=94.16 cores=0,2,4,6
/proc/8198/stat : 8198 (scip-2.0.1.linu) T 8196 8198 8198 0 -1 4202496 201933 0 0 0 9350 66 0 0 20 0 1 0 338646636 846073856 200463 33554432000 4194304 15243407 140736256101584 140736256097176 4880943 0 0 16781312 2 18446744071579387992 0 0 17 4 0 0 0 0 0
/proc/8198/statm: 206561 200463 686 2698 0 203856 0
[pid=8196/tid=8200] ppid=8160 vsize=442084 CPUtime=0 cores=0,2,4,6
/proc/8196/task/8200/stat : 8200 (python) S 8160 8160 2614 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 2 0 338651511 452694016 7920 33554432000 4194304 5683644 140736762809360 140396009730608 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8270] ppid=8160 vsize=517876 CPUtime=0.07 cores=0,2,4,6
/proc/8270/stat : 8270 (python) S 8160 8160 2614 0 -1 4202560 1127 0 0 0 4 3 0 0 20 0 2 0 338656059 530305024 7926 33554432000 4194304 5683644 140736762809360 140736762801008 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8270/statm: 129469 7926 383 364 0 64683 0
[pid=8272] ppid=8270 vsize=9624972 CPUtime=46.33 cores=0,2,4,6
/proc/8272/stat : 8272 (java) T 8270 8272 8272 0 -1 4202496 20995 0 1 0 4580 53 0 0 20 0 19 0 338656059 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140733200744272 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8272/statm: 2406243 543943 2269 9 0 2396937 0
[pid=8272/tid=8273] ppid=8270 vsize=9624972 CPUtime=43.32 cores=0,2,4,6
/proc/8272/task/8273/stat : 8273 (java) T 8270 8272 8272 0 -1 4202560 3929 0 1 0 4300 32 0 0 20 0 19 0 338656060 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140238126297208 140238066852794 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8274] ppid=8270 vsize=9624972 CPUtime=0.17 cores=0,2,4,6
/proc/8272/task/8274/stat : 8274 (java) T 8270 8272 8272 0 -1 4202560 84 0 0 0 13 4 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237969505320 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8275] ppid=8270 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/8272/task/8275/stat : 8275 (java) T 8270 8272 8272 0 -1 4202560 81 0 0 0 8 2 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237968452520 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8276] ppid=8270 vsize=9624972 CPUtime=0.1 cores=0,2,4,6
/proc/8272/task/8276/stat : 8276 (java) T 8270 8272 8272 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237967399720 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8277] ppid=8270 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8272/task/8277/stat : 8277 (java) T 8270 8272 8272 0 -1 4202560 63 0 0 0 5 2 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237966346920 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8278] ppid=8270 vsize=9624972 CPUtime=0.06 cores=0,2,4,6
/proc/8272/task/8278/stat : 8278 (java) T 8270 8272 8272 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237965294120 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8279] ppid=8270 vsize=9624972 CPUtime=0.09 cores=0,2,4,6
/proc/8272/task/8279/stat : 8279 (java) T 8270 8272 8272 0 -1 4202560 80 0 0 0 7 2 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237964241320 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8280] ppid=8270 vsize=9624972 CPUtime=0.12 cores=0,2,4,6
/proc/8272/task/8280/stat : 8280 (java) T 8270 8272 8272 0 -1 4202560 69 0 0 0 9 3 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237963188520 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8272/tid=8281] ppid=8270 vsize=9624972 CPUtime=0.07 cores=0,2,4,6
/proc/8272/task/8281/stat : 8281 (java) T 8270 8272 8272 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 338656061 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237962135720 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8282] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8282/stat : 8282 (java) T 8270 8272 8272 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 338656062 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237949938664 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8272/tid=8283] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8283/stat : 8283 (java) T 8270 8272 8272 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338656063 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237948884728 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8272/tid=8284] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8284/stat : 8284 (java) T 8270 8272 8272 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338656063 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237947831816 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8272/tid=8285] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8285/stat : 8285 (java) T 8270 8272 8272 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237946780304 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 2 0 0 0 0 0
[pid=8272/tid=8286] ppid=8270 vsize=9624972 CPUtime=0.88 cores=0,2,4,6
/proc/8272/task/8286/stat : 8286 (java) T 8270 8272 8272 0 -1 4202560 5409 0 0 0 87 1 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237945727416 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8287] ppid=8270 vsize=9624972 CPUtime=1.07 cores=0,2,4,6
/proc/8272/task/8287/stat : 8287 (java) T 8270 8272 8272 0 -1 4202560 8485 0 0 0 105 2 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237944674616 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8288] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8288/stat : 8288 (java) T 8270 8272 8272 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237943622008 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8272/tid=8289] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8289/stat : 8289 (java) T 8270 8272 8272 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338656065 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237942569416 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 0 0 0 0 0 0
[pid=8272/tid=8290] ppid=8270 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8272/task/8290/stat : 8290 (java) T 8270 8272 8272 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338656123 9855971328 543943 33554432000 1073741824 1073778376 140733200753136 140237941515944 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 4 0 0 0 0 0
[pid=8270/tid=8295] ppid=8160 vsize=517876 CPUtime=0 cores=0,2,4,6
/proc/8270/task/8295/stat : 8295 (python) S 8160 8160 2614 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 2 0 338660432 530305024 7926 33554432000 4194304 5683644 140736762809360 140395999240752 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8300] ppid=8160 vsize=593668 CPUtime=0 cores=0,2,4,6
/proc/8300/stat : 8300 (python) S 8160 8160 2614 0 -1 4202560 862 0 0 0 0 0 0 0 20 0 1 0 338664951 607916032 7883 33554432000 4194304 5683644 140736762809360 140736762800448 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 6 0 0 0 0 0
/proc/8300/statm: 148417 7883 335 364 0 83628 0
[pid=8302] ppid=8300 vsize=9624972 CPUtime=1.9 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8300 8302 8302 0 -1 4202496 10729 0 1 0 185 5 0 0 20 0 19 0 338664951 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 140735258871040 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8302/statm: 2406243 36441 2250 9 0 2396937 0
[pid=8302/tid=8303] ppid=8300 vsize=9624972 CPUtime=0.87 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8300 8302 8302 0 -1 4202560 2494 0 1 0 83 4 0 0 20 0 19 0 338664952 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859119677864 139858983804878 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8304] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8304/stat : 8304 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859108739368 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8305] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859107686568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8306] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859106634280 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8307] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859105581480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8308] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859104529192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8309] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859103476392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8310] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139859102424104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8311] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8300 8302 8302 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338664954 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858955418536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8312] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8300 8302 8302 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338664955 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858943219944 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8313] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8300 8302 8302 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338664955 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858942166008 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8314] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8300 8302 8302 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338664955 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858941113608 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664958 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858940062096 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8300 vsize=9624972 CPUtime=0.48 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8300 8302 8302 0 -1 4202560 2850 0 0 0 48 0 0 0 20 0 19 0 338664958 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858939009720 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8317] ppid=8300 vsize=9624972 CPUtime=0.5 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8300 8302 8302 0 -1 4202560 3959 0 0 0 50 0 0 0 20 0 19 0 338664958 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858937956920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664958 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858936904824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8319] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8300 8302 8302 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338664958 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858935852232 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8320] ppid=8300 vsize=9624972 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8300 8302 8302 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338665016 9855971328 36441 33554432000 1073741824 1073778376 140735258879904 139858934797224 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8160/tid=8167] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8167/stat : 8167 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338636961 685514752 9973 33554432000 4194304 5683644 140736762809360 140396020220464 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8160/tid=8172] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8172/stat : 8172 (python) S 8158 8160 2614 0 -1 4202560 27 1011 0 0 0 0 0 0 20 0 6 0 338641919 685514752 9973 33554432000 4194304 5683644 140736762809360 140396009730608 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8197] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8197/stat : 8197 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338646636 685514752 9973 33554432000 4194304 5683644 140736762809360 140395999240752 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8160/tid=8271] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8271/stat : 8271 (python) S 8158 8160 2614 0 -1 4202560 21 1011 0 0 0 0 0 0 20 0 6 0 338656059 685514752 9973 33554432000 4194304 5683644 140736762809360 140395988750896 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8160/tid=8301] ppid=8158 vsize=669448 CPUtime=0 cores=0,2,4,6
/proc/8160/task/8301/stat : 8301 (python) S 8158 8160 2614 0 -1 4202560 19 1011 0 0 0 0 0 0 20 0 6 0 338664951 685514752 9973 33554432000 4194304 5683644 140736762809360 140395770012208 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 285.9
Current children cumulated vsize (KiB) 23628916

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

Real time (s): 282.756
CPU time (s): 285.9
CPU user time (s): 283.88
CPU system time (s): 2.02
CPU usage (%): 101.112
Max. virtual memory (cumulated for all children) (KiB): 23628916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.13583
system time used= 0.132979
maximum resident set size= 39892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18802
page faults= 1
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2055
involuntary context switches= 10

runsolver used 0.969852 second user time and 2.44663 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 14:05:17
IDJOB=3742564
IDBENCH=90204
IDSOLVER=2327
FILE ID=node146/3742564-1338725117
RUNJOBID= node146-1338713700-2630
PBS_JOBID= 14636739
Free space on /tmp= 70808 MiB

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

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=1511339141

node146.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		: 2667.034
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	: 5334.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		: 2667.034
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.92
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		: 2667.034
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	: 5331.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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	: 5331.91
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30138696 kB
Buffers:          291668 kB
Cached:           615676 kB
SwapCached:         1792 kB
Active:          1603252 kB
Inactive:         304992 kB
Active(anon):    1001316 kB
Inactive(anon):     1688 kB
Active(file):     601936 kB
Inactive(file):   303304 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            103152 kB
Writeback:             0 kB
AnonPages:       1007180 kB
Mapped:            21112 kB
Shmem:                48 kB
Slab:             682696 kB
SReclaimable:     121396 kB
SUnreclaim:       561300 kB
KernelStack:        1528 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1315688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70708 MiB
End job on node146 at 2012-06-03 14:10:03