Trace number 3742590

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.72 282.656

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K132.opb
MD5SUM88bbbc51beb841161685a00fb4d24f63
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 variables15708
Total number of constraints15974
Number of constraints which are clauses15842
Number of constraints which are cardinality constraints (but not clauses)132
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint132
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 133
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.39/1.28	c INFO: loaded portfolio from HOME/etc/borg-mix+class.dec.pickle
0.39/1.28	c INFO: solving HOME/instance-3742590-1338725270.opb
0.56/1.45	c INFO: parsing took 0.17 s
0.86/1.79	c INFO: features took 0.34 CPU seconds
0.95/1.82	c INFO: running scip-2.0.1-clp@0 for 45 with 1799 remaining (b = 0.61)
51.19/52.03	c INFO: running clasp-1.3.7@0 for 45 with 1749 remaining (b = 0.43)
98.36/99.20	c INFO: running scip-2.0.1-spx@0 for 45 with 1702 remaining (b = 0.05)
148.42/149.10	c INFO: running scip-2.0.1-clp@49 for 45 with 1652 remaining (b = 0.01)
191.98/192.68	c INFO: running sat4j-pb-v20101225-cutting@0 for 45 with 1609 remaining (b = 0.04)
238.46/236.41	c INFO: running clasp-1.3.7@47 for 45 with 1563 remaining (b = 0.01)
283.62/281.56	c INFO: running sat4j-pb-v20101225@0 for 45 with 1518 remaining (b = 0.14)

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-3742590-1338725270/watcher-3742590-1338725270 -o /tmp/evaluation-result-3742590-1338725270/solver-3742590-1338725270 -C 1800 -W 1900 -M 15500 python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742590-1338725270.opb -seed 568482022 -budget 1800 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 2.05 3/188 8261
/proc/meminfo: memFree=29916548/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=15276 CPUtime=0 cores=1,3,5,7
/proc/8261/stat : 8261 (python) D 8259 8261 2614 0 -1 4202496 634 0 0 0 0 0 0 0 20 0 1 0 338652098 15642624 527 33554432000 4194304 5683644 140736911787088 140736911773000 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 3819 527 312 364 0 261 0

[startup+0.082317 s]
/proc/loadavg: 1.98 2.00 2.05 3/188 8261
/proc/meminfo: memFree=29916548/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=16736 CPUtime=0.01 cores=1,3,5,7
/proc/8261/stat : 8261 (python) D 8259 8261 2614 0 -1 4202496 1284 0 0 0 1 0 0 0 20 0 1 0 338652098 17137664 1062 33554432000 4194304 5683644 140736911787088 140736911745048 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 4184 1062 426 364 0 626 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16736

[startup+0.100324 s]
/proc/loadavg: 1.98 2.00 2.05 3/188 8261
/proc/meminfo: memFree=29916548/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=19088 CPUtime=0.01 cores=1,3,5,7
/proc/8261/stat : 8261 (python) R 8259 8261 2614 0 -1 4202496 1394 0 0 0 1 0 0 0 20 0 1 0 338652098 19546112 1148 33554432000 4194304 5683644 140736911787088 140736911717592 240564801428 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 4772 1148 430 364 0 696 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19088

[startup+0.300286 s]
/proc/loadavg: 1.98 2.00 2.05 3/188 8261
/proc/meminfo: memFree=29916548/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=96896 CPUtime=0.11 cores=1,3,5,7
/proc/8261/stat : 8261 (python) D 8259 8261 2614 0 -1 4202496 3911 1009 1 0 9 2 0 0 20 0 1 0 338652098 99221504 2647 33554432000 4194304 5683644 140736911787088 140736911687080 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 24224 2647 822 364 0 1715 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 96896

[startup+0.700259 s]
/proc/loadavg: 1.98 2.00 2.05 3/188 8261
/proc/meminfo: memFree=29916548/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=122348 CPUtime=0.21 cores=1,3,5,7
/proc/8261/stat : 8261 (python) D 8259 8261 2614 0 -1 4202496 5984 1009 1 0 14 7 0 0 20 0 1 0 338652098 125284352 3855 33554432000 4194304 5683644 140736911787088 140736911732440 240565175184 0 0 16781312 2 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 30587 3855 1015 364 0 2830 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 122348

[startup+1.50024 s]
/proc/loadavg: 1.98 2.00 2.05 2/189 8266
/proc/meminfo: memFree=29895344/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=288072 CPUtime=0.66 cores=1,3,5,7
/proc/8261/stat : 8261 (python) R 8259 8261 2614 0 -1 4202496 12797 1009 1 0 53 13 0 0 20 0 1 0 338652098 294985728 8766 33554432000 4194304 5683644 140736911787088 140736911780088 4527948 0 0 16781312 33554434 0 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 72018 8766 1846 364 0 7247 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 288072

[startup+3.10041 s]
/proc/loadavg: 1.98 2.00 2.05 3/192 8269
/proc/meminfo: memFree=29818944/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=364128 CPUtime=0.98 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 13182 1009 1 0 85 13 0 0 20 0 2 0 338652098 372867072 8925 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 91032 8925 1902 364 0 26255 0
[pid=8267] ppid=8261 vsize=288348 CPUtime=0 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 1 0 338652281 295268352 7357 33554432000 4194304 5683644 140736911787088 140736911778176 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 5 0 0 0 0 0
/proc/8267/statm: 72087 7357 340 364 0 7310 0
[pid=8269] ppid=8267 vsize=141804 CPUtime=1.26 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) R 8267 8269 8269 0 -1 4202496 32445 0 0 0 116 10 0 0 20 0 1 0 338652281 145207296 31735 33554432000 4194304 15243407 140734313705984 140734313701368 4880912 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 35451 31735 682 2698 0 32746 0
[pid=8261/tid=8268] ppid=8259 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338652281 372867072 8925 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 794280
heavy processes:

[startup+6.3005 s]
/proc/loadavg: 1.98 2.00 2.05 3/192 8269
/proc/meminfo: memFree=29668780/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=364128 CPUtime=0.98 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 13182 1009 1 0 85 13 0 0 20 0 2 0 338652098 372867072 8925 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 91032 8925 1902 364 0 26255 0
[pid=8267] ppid=8261 vsize=288348 CPUtime=0 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 895 0 0 0 0 0 0 0 20 0 1 0 338652281 295268352 7380 33554432000 4194304 5683644 140736911787088 140736911778176 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 72087 7380 363 364 0 7310 0
[pid=8269] ppid=8267 vsize=207068 CPUtime=4.46 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) R 8267 8269 8269 0 -1 4202496 47629 0 0 0 432 14 0 0 20 0 1 0 338652281 212037632 46919 33554432000 4194304 15243407 140734313705984 140734313701368 6711570 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 51767 46919 682 2698 0 49062 0
[pid=8261/tid=8268] ppid=8259 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338652281 372867072 8925 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 859544

[startup+12.7005 s]
/proc/loadavg: 2.06 2.02 2.05 3/192 8269
/proc/meminfo: memFree=29597032/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=364128 CPUtime=0.98 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 13182 1009 1 0 85 13 0 0 20 0 2 0 338652098 372867072 8925 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 91032 8925 1902 364 0 26255 0
[pid=8267] ppid=8261 vsize=288348 CPUtime=0.01 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 900 0 0 0 0 1 0 0 20 0 1 0 338652281 295268352 7380 33554432000 4194304 5683644 140736911787088 140736911778176 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 72087 7380 363 364 0 7310 0
[pid=8269] ppid=8267 vsize=253432 CPUtime=10.85 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) R 8267 8269 8269 0 -1 4202496 58251 0 0 0 1069 16 0 0 20 0 1 0 338652281 259514368 57541 33554432000 4194304 15243407 140734313705984 140734313702280 4511329 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 63358 57541 682 2698 0 60653 0
[pid=8261/tid=8268] ppid=8259 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338652281 372867072 8925 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 905908

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 2.05 3/192 8269
/proc/meminfo: memFree=29402352/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=364128 CPUtime=0.98 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 13182 1009 1 0 85 13 0 0 20 0 2 0 338652098 372867072 8925 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 91032 8925 1902 364 0 26255 0
[pid=8267] ppid=8261 vsize=288348 CPUtime=0.03 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 1005 0 0 0 1 2 0 0 20 0 1 0 338652281 295268352 7385 33554432000 4194304 5683644 140736911787088 140736911778176 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 72087 7385 368 364 0 7310 0
[pid=8269] ppid=8267 vsize=380708 CPUtime=23.65 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) R 8267 8269 8269 0 -1 4202496 90070 0 0 0 2336 29 0 0 20 0 1 0 338652281 389844992 89360 33554432000 4194304 15243407 140734313705984 140734313702296 4520608 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 95177 89360 686 2698 0 92472 0
[pid=8261/tid=8268] ppid=8259 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338652281 372867072 8925 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1033184

[startup+51.1004 s]
/proc/loadavg: 2.10 2.03 2.05 3/213 8290
/proc/meminfo: memFree=28109688/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=364128 CPUtime=0.98 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 13182 1009 1 0 85 13 0 0 20 0 2 0 338652098 372867072 8925 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 91032 8925 1902 364 0 26255 0
[pid=8267] ppid=8261 vsize=288348 CPUtime=0.07 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 1023 0 0 0 3 4 0 0 20 0 1 0 338652281 295268352 7385 33554432000 4194304 5683644 140736911787088 140736911778176 240565191080 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 72087 7385 368 364 0 7310 0
[pid=8269] ppid=8267 vsize=506156 CPUtime=49.25 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) R 8267 8269 8269 0 -1 4202496 120983 0 0 0 4883 42 0 0 20 0 1 0 338652281 518303744 120273 33554432000 4194304 15243407 140734313705984 140734313702280 4973419 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 126539 120273 686 2698 0 123834 0
[pid=8261/tid=8268] ppid=8259 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 2 0 338652281 372867072 8925 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 1158632

[startup+102.308 s]
/proc/loadavg: 2.04 2.02 2.05 3/222 8299
/proc/meminfo: memFree=26824404/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=515712 CPUtime=1.03 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 14986 1009 1 0 89 14 0 0 20 0 4 0 338652098 528089088 8942 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8261/statm: 128928 8942 1907 364 0 64145 0
[pid=8267] ppid=8261 vsize=364128 CPUtime=0.09 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 1161 0 0 0 4 5 0 0 20 0 2 0 338652281 372867072 7420 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 91032 7420 396 364 0 26255 0
[pid=8269] ppid=8267 vsize=510232 CPUtime=50.15 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) T 8267 8269 8269 0 -1 4202496 122261 0 0 0 4973 42 0 0 20 0 1 0 338652281 522477568 121551 33554432000 4194304 15243407 140734313705984 140734313702296 4880950 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 127558 121551 686 2698 0 124853 0
[pid=8267/tid=8291] ppid=8261 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8267/task/8291/stat : 8291 (python) S 8261 8261 2614 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338657299 372867072 7420 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8292] ppid=8261 vsize=364140 CPUtime=0.08 cores=1,3,5,7
/proc/8292/stat : 8292 (python) S 8261 8261 2614 0 -1 4202560 1090 0 0 0 5 3 0 0 20 0 2 0 338657301 372879360 7407 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8292/statm: 91035 7407 383 364 0 26255 0
[pid=8294] ppid=8292 vsize=22008 CPUtime=47.11 cores=1,3,5,7
/proc/8294/stat : 8294 (clasp-1.3.7-x86) T 8292 8294 8294 0 -1 4202496 5738 0 0 0 4710 1 0 0 20 0 1 0 338657302 22536192 5242 33554432000 134512640 136139019 4286868720 4286867696 134883301 0 0 16781312 16386 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8294/statm: 5502 5242 182 398 0 5102 0
[pid=8292/tid=8296] ppid=8261 vsize=364140 CPUtime=0 cores=1,3,5,7
/proc/8292/task/8296/stat : 8296 (python) S 8261 8261 2614 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338662015 372879360 7407 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8297] ppid=8261 vsize=439932 CPUtime=0 cores=1,3,5,7
/proc/8297/stat : 8297 (python) S 8261 8261 2614 0 -1 4202560 803 0 0 0 0 0 0 0 20 0 1 0 338662018 450490368 7364 33554432000 4194304 5683644 140736911787088 140736911778176 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 3 0 0 0 0 0
/proc/8297/statm: 109983 7364 335 364 0 45200 0
[pid=8299] ppid=8297 vsize=191300 CPUtime=3.09 cores=1,3,5,7
/proc/8299/stat : 8299 (scip-2.0.1.linu) R 8297 8299 8299 0 -1 4202496 44186 0 0 0 298 11 0 0 20 0 1 0 338662018 195891200 43465 33554432000 4194304 13684479 140735805770720 140735805766104 4880937 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0
/proc/8299/statm: 47825 43465 635 2317 0 45503 0
[pid=8261/tid=8268] ppid=8259 vsize=515712 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 26 1009 0 0 0 0 0 0 20 0 4 0 338652281 528089088 8942 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8293] ppid=8259 vsize=515712 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8293/stat : 8293 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 4 0 338657302 528089088 8942 33554432000 4194304 5683644 140736911787088 139879612961328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8298] ppid=8259 vsize=515712 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8298/stat : 8298 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 4 0 338662018 528089088 8942 33554432000 4194304 5683644 140736911787088 139879602471472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 2407452

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.04 3/193 8372
/proc/meminfo: memFree=29888168/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=515712 CPUtime=1.05 cores=1,3,5,7

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

[pid=8379/tid=8395] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8395/stat : 8395 (java) T 8377 8379 8379 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418710718968 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8396] ppid=8377 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/8379/task/8396/stat : 8396 (java) T 8377 8379 8379 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418709666632 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8397] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8397/stat : 8397 (java) T 8377 8379 8379 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338671427 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418708612392 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8377/tid=8444] ppid=8261 vsize=515724 CPUtime=0 cores=1,3,5,7
/proc/8377/task/8444/stat : 8444 (python) S 8261 8261 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338675737 528101376 7419 33554432000 4194304 5683644 140736911787088 139879602471472 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8261/tid=8268] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 30 1009 0 0 0 0 0 0 20 0 6 0 338652281 683311104 8958 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8261/tid=8293] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8293/stat : 8293 (python) S 8259 8261 2614 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 6 0 338657302 683311104 8958 33554432000 4194304 5683644 140736911787088 139879612961328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8298] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8298/stat : 8298 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338662018 683311104 8958 33554432000 4194304 5683644 140736911787088 139879602471472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8378] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8378/stat : 8378 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338671367 683311104 8958 33554432000 4194304 5683644 140736911787088 139879591981616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 283.69
Current children cumulated vsize (KiB) 13241548



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+282.601 s]
/proc/loadavg: 2.00 2.01 2.03 3/239 8469
/proc/meminfo: memFree=27890940/32873844 swapFree=7116/7116
[pid=8261] ppid=8259 vsize=667296 CPUtime=1.14 cores=1,3,5,7
/proc/8261/stat : 8261 (python) S 8259 8261 2614 0 -1 4202496 16909 1009 1 0 99 15 0 0 20 0 6 0 338652098 683311104 8958 33554432000 4194304 5683644 140736911787088 140736911781920 240568558861 0 0 16781312 33554434 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8261/statm: 166824 8958 1911 364 0 102035 0
[pid=8267] ppid=8261 vsize=364128 CPUtime=0.16 cores=1,3,5,7
/proc/8267/stat : 8267 (python) S 8261 8261 2614 0 -1 4202560 1194 0 0 0 8 8 0 0 20 0 2 0 338652281 372867072 7421 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8267/statm: 91032 7421 397 364 0 26255 0
[pid=8269] ppid=8267 vsize=721040 CPUtime=93.7 cores=1,3,5,7
/proc/8269/stat : 8269 (scip-2.0.1.linu) T 8267 8269 8269 0 -1 4202496 174882 0 0 0 9300 70 0 0 20 0 1 0 338652281 738344960 175130 33554432000 4194304 15243407 140734313705984 140734313701576 4880912 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 180260 175130 686 2698 0 177555 0
[pid=8267/tid=8291] ppid=8261 vsize=364128 CPUtime=0 cores=1,3,5,7
/proc/8267/task/8291/stat : 8291 (python) S 8261 8261 2614 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 338657299 372867072 7421 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8292] ppid=8261 vsize=364140 CPUtime=0.16 cores=1,3,5,7
/proc/8292/stat : 8292 (python) S 8261 8261 2614 0 -1 4202560 1154 0 0 0 9 7 0 0 20 0 2 0 338657301 372879360 7407 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8292/statm: 91035 7407 383 364 0 26255 0
[pid=8294] ppid=8292 vsize=31260 CPUtime=92.23 cores=1,3,5,7
/proc/8294/stat : 8294 (clasp-1.3.7-x86) T 8292 8294 8294 0 -1 4202496 8049 0 0 0 9222 1 0 0 20 0 1 0 338657302 32010240 7553 33554432000 134512640 136139019 4286868720 4286867472 134871089 0 0 16781312 16386 18446744071579387992 0 0 17 3 0 0 0 0 0
/proc/8294/statm: 7815 7553 182 398 0 7415 0
[pid=8292/tid=8296] ppid=8261 vsize=364140 CPUtime=0 cores=1,3,5,7
/proc/8292/task/8296/stat : 8296 (python) S 8261 8261 2614 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 2 0 338662015 372879360 7407 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8297] ppid=8261 vsize=439932 CPUtime=0.09 cores=1,3,5,7
/proc/8297/stat : 8297 (python) S 8261 8261 2614 0 -1 4202560 1122 0 0 0 5 4 0 0 20 0 2 0 338662018 450490368 7413 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8297/statm: 109983 7413 383 364 0 45200 0
[pid=8299] ppid=8297 vsize=513056 CPUtime=49.85 cores=1,3,5,7
/proc/8299/stat : 8299 (scip-2.0.1.linu) T 8297 8299 8299 0 -1 4202496 123363 0 0 0 4943 42 0 0 20 0 1 0 338662018 525369344 122642 33554432000 4194304 13684479 140735805770720 140735805767016 4756560 0 0 16781312 2 18446744071579387992 0 0 17 1 0 0 0 0 0
/proc/8299/statm: 128264 122642 639 2317 0 125942 0
[pid=8297/tid=8372] ppid=8261 vsize=439932 CPUtime=0 cores=1,3,5,7
/proc/8297/task/8372/stat : 8372 (python) S 8261 8261 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338667006 450490368 7413 33554432000 4194304 5683644 140736911787088 139879612961328 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8377] ppid=8261 vsize=515724 CPUtime=0.07 cores=1,3,5,7
/proc/8377/stat : 8377 (python) S 8261 8261 2614 0 -1 4202560 1120 0 0 0 4 3 0 0 20 0 2 0 338671366 528101376 7419 33554432000 4194304 5683644 140736911787088 140736911778736 240568558861 0 0 16781312 33554946 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8377/statm: 128931 7419 383 364 0 64145 0
[pid=8379] ppid=8377 vsize=9624972 CPUtime=46.29 cores=1,3,5,7
/proc/8379/stat : 8379 (java) T 8377 8379 8379 0 -1 4202496 23536 0 1 0 4583 46 0 0 20 0 19 0 338671367 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140733409695152 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8379/statm: 2406243 426514 2270 9 0 2396937 0
[pid=8379/tid=8380] ppid=8377 vsize=9624972 CPUtime=43.33 cores=1,3,5,7
/proc/8379/task/8380/stat : 8380 (java) T 8377 8379 8379 0 -1 4202560 3528 0 1 0 4304 29 0 0 20 0 19 0 338671368 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419363023344 140419208680023 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8381] ppid=8377 vsize=9624972 CPUtime=0.05 cores=1,3,5,7
/proc/8379/task/8381/stat : 8381 (java) T 8377 8379 8379 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419335477928 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8379/tid=8382] ppid=8377 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8379/task/8382/stat : 8382 (java) T 8377 8379 8379 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419334425384 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8383] ppid=8377 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/8379/task/8383/stat : 8383 (java) T 8377 8379 8379 0 -1 4202560 28 0 0 0 6 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419333372840 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8379/tid=8384] ppid=8377 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/8379/task/8384/stat : 8384 (java) T 8377 8379 8379 0 -1 4202560 37 0 0 0 7 0 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419332320296 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8385] ppid=8377 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/8379/task/8385/stat : 8385 (java) T 8377 8379 8379 0 -1 4202560 99 0 0 0 6 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419331266728 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8379/tid=8386] ppid=8377 vsize=9624972 CPUtime=0.08 cores=1,3,5,7
/proc/8379/task/8386/stat : 8386 (java) T 8377 8379 8379 0 -1 4202560 91 0 0 0 6 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419330214184 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8387] ppid=8377 vsize=9624972 CPUtime=0.07 cores=1,3,5,7
/proc/8379/task/8387/stat : 8387 (java) T 8377 8379 8379 0 -1 4202560 74 0 0 0 5 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419329161640 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8388] ppid=8377 vsize=9624972 CPUtime=0.09 cores=1,3,5,7
/proc/8379/task/8388/stat : 8388 (java) T 8377 8379 8379 0 -1 4202560 87 0 0 0 7 2 0 0 20 0 19 0 338671369 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140419328109096 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8379/tid=8389] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8389/stat : 8389 (java) T 8377 8379 8379 0 -1 4202560 742 0 0 0 0 0 0 0 20 0 19 0 338671370 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418717035112 240568547241 0 0 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8379/tid=8390] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8390/stat : 8390 (java) T 8377 8379 8379 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 338671371 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418715981432 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8391] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8391/stat : 8391 (java) T 8377 8379 8379 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 338671371 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418714928776 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 3 0 0 0 0 0
[pid=8379/tid=8392] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8392/stat : 8392 (java) T 8377 8379 8379 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418713877520 240568555296 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8393] ppid=8377 vsize=9624972 CPUtime=1.12 cores=1,3,5,7
/proc/8379/task/8393/stat : 8393 (java) T 8377 8379 8379 0 -1 4202560 8742 0 0 0 109 3 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418712823864 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8379/tid=8394] ppid=8377 vsize=9624972 CPUtime=0.99 cores=1,3,5,7
/proc/8379/task/8394/stat : 8394 (java) T 8377 8379 8379 0 -1 4202560 8641 0 0 0 96 3 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418711771320 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8395] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8395/stat : 8395 (java) T 8377 8379 8379 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418710718968 240568546364 0 4 0 16800975 18446744071579387992 0 0 -1 5 0 0 0 0 0
[pid=8379/tid=8396] ppid=8377 vsize=9624972 CPUtime=0.01 cores=1,3,5,7
/proc/8379/task/8396/stat : 8396 (java) T 8377 8379 8379 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 338671374 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418709666632 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 1 0 0 0 0 0
[pid=8379/tid=8397] ppid=8377 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8379/task/8397/stat : 8397 (java) T 8377 8379 8379 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338671427 9855971328 426514 33554432000 1073741824 1073778376 140733409704016 140418708612392 240568547241 0 4 0 16800975 18446744071579387992 0 0 -1 7 0 0 0 0 0
[pid=8377/tid=8444] ppid=8261 vsize=515724 CPUtime=0 cores=1,3,5,7
/proc/8377/task/8444/stat : 8444 (python) S 8261 8261 2614 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 2 0 338675737 528101376 7419 33554432000 4194304 5683644 140736911787088 139879602471472 240568555296 0 0 16781312 33554946 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8449] ppid=8261 vsize=591516 CPUtime=0 cores=1,3,5,7
/proc/8449/stat : 8449 (python) S 8261 8261 2614 0 -1 4202560 856 0 0 0 0 0 0 0 20 0 1 0 338680254 605712384 7376 33554432000 4194304 5683644 140736911787088 140736911778176 240565191139 0 0 16781312 33554946 18446744071580425449 0 0 17 7 0 0 0 0 0
/proc/8449/statm: 147879 7376 335 364 0 83090 0
[pid=8451] ppid=8449 vsize=9624972 CPUtime=2.03 cores=1,3,5,7
/proc/8451/stat : 8451 (java) S 8449 8451 8451 0 -1 4202496 11864 0 1 0 200 3 0 0 20 0 19 0 338680254 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140736795803536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8451/statm: 2406243 29550 2253 9 0 2396937 0
[pid=8451/tid=8452] ppid=8449 vsize=9624972 CPUtime=1.01 cores=1,3,5,7
/proc/8451/task/8452/stat : 8452 (java) R 8449 8451 8451 0 -1 4202560 2527 0 1 0 99 2 0 0 20 0 19 0 338680256 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215583797752 140215457108867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8451/tid=8453] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8453/stat : 8453 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215427816104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8454] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8454/stat : 8454 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215426763560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8451/tid=8455] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8455/stat : 8455 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215425711016 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8451/tid=8456] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8456/stat : 8456 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215424658472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8451/tid=8457] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8457/stat : 8457 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215423604904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8458] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8458/stat : 8458 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215422552360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8451/tid=8459] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8459/stat : 8459 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215421499816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8451/tid=8460] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8460/stat : 8460 (java) S 8449 8451 8451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 338680257 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215420447272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8461] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8461/stat : 8461 (java) S 8449 8451 8451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 338680258 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215408036456 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8462] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8462/stat : 8462 (java) S 8449 8451 8451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 338680258 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215406982776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8463] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8463/stat : 8463 (java) S 8449 8451 8451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 338680258 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215405930120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8464] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8464/stat : 8464 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680261 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215404878864 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8465] ppid=8449 vsize=9624972 CPUtime=0.53 cores=1,3,5,7
/proc/8451/task/8465/stat : 8465 (java) S 8449 8451 8451 0 -1 4202560 3671 0 0 0 53 0 0 0 20 0 19 0 338680261 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215403825208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8466] ppid=8449 vsize=9624972 CPUtime=0.45 cores=1,3,5,7
/proc/8451/task/8466/stat : 8466 (java) S 8449 8451 8451 0 -1 4202560 4238 0 0 0 45 0 0 0 20 0 19 0 338680261 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215402772664 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8451/tid=8467] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8467/stat : 8467 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680261 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215401720312 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8451/tid=8468] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8468/stat : 8468 (java) S 8449 8451 8451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 338680261 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215400667976 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8451/tid=8469] ppid=8449 vsize=9624972 CPUtime=0 cores=1,3,5,7
/proc/8451/task/8469/stat : 8469 (java) S 8449 8451 8451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 338680315 9855971328 29550 33554432000 1073741824 1073778376 140736795812400 140215399613736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8261/tid=8268] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8268/stat : 8268 (python) S 8259 8261 2614 0 -1 4202560 30 1009 0 0 0 0 0 0 20 0 6 0 338652281 683311104 8958 33554432000 4194304 5683644 140736911787088 139879623451184 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8261/tid=8293] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8293/stat : 8293 (python) S 8259 8261 2614 0 -1 4202560 27 1009 0 0 0 0 0 0 20 0 6 0 338657302 683311104 8958 33554432000 4194304 5683644 140736911787088 139879612961328 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8298] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8298/stat : 8298 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338662018 683311104 8958 33554432000 4194304 5683644 140736911787088 139879602471472 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8378] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8378/stat : 8378 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338671367 683311104 8958 33554432000 4194304 5683644 140736911787088 139879591981616 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8261/tid=8450] ppid=8259 vsize=667296 CPUtime=0 cores=1,3,5,7
/proc/8261/task/8450/stat : 8450 (python) S 8259 8261 2614 0 -1 4202560 21 1009 0 0 0 0 0 0 20 0 6 0 338680254 683311104 8958 33554432000 4194304 5683644 140736911787088 139879581491760 240568555296 0 0 16781312 33554434 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 285.72
Current children cumulated vsize (KiB) 23458036

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

Real time (s): 282.656
CPU time (s): 285.72
CPU user time (s): 283.73
CPU system time (s): 1.99
CPU usage (%): 101.084
Max. virtual memory (cumulated for all children) (KiB): 23458036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.992849
system time used= 0.158975
maximum resident set size= 36348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17918
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= 2059
involuntary context switches= 12

runsolver used 0.962853 second user time and 2.6436 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 14:07:50
IDJOB=3742590
IDBENCH=90214
IDSOLVER=2327
FILE ID=node146/3742590-1338725270
RUNJOBID= node146-1338713700-2631
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_K132.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-3742590-1338725270/watcher-3742590-1338725270 -o /tmp/evaluation-result-3742590-1338725270/solver-3742590-1338725270 -C 1800 -W 1900 -M 15500  python HOME/solve HOME/etc/borg-mix+class.dec.pickle HOME/instance-3742590-1338725270.opb -seed 568482022 -budget 1800

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

MD5SUM BENCH= 88bbbc51beb841161685a00fb4d24f63
RANDOM SEED=568482022

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:        29917084 kB
Buffers:          292564 kB
Cached:           615912 kB
SwapCached:         1792 kB
Active:          1824184 kB
Inactive:         304944 kB
Active(anon):    1221592 kB
Inactive(anon):     1712 kB
Active(file):     602592 kB
Inactive(file):   303232 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099888 kB
Dirty:            103040 kB
Writeback:             0 kB
AnonPages:       1227448 kB
Mapped:            21288 kB
Shmem:                48 kB
Slab:             682380 kB
SReclaimable:     121172 kB
SUnreclaim:       561208 kB
KernelStack:        1544 kB
PageTables:         8760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1535300 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:12:36