Trace number 4263815

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
AbsCon-basic 2017-06-11SAT (TO)0 2520.04 2513.6201

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-30.xml
MD5SUM1730b431530ce221acf4898e37ce65f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size45
Distribution of domain sizes[{"size":23,"count":1},{"size":45,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.21/0.38	
0.21/0.38	AbsCon 2 
0.21/0.38	
1.88/1.14	  Solving XCSP3-instance-4263815-1502313985 as a COP in -infty..+infty
1.88/1.14	  Loading variables...
2.39/1.31	  Loading constraints...
5.51/2.49	  Solver SolverBacktrack being built...
5.51/2.49	
6.05/2.63	  Preprocessing : gac=true, ccks=0, filters=88, revisions=0 (useless=0), AC=748, removals=748, inconsistent=false
6.05/2.63	
16.76/12.18	o 0
2520.02/2513.61	
2520.02/2513.61	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 200 199 199 196 0 198 198 198 195 195 0 194 194 194 194 193 0 193 193 193 193 190 0 190 190 190 189 188 0 189 189 186 185 184 0 188 187 186 185 185 0 184 184 183 183 182 0 181 181 181 180 177 0 180 180 180 180 180 0 177 177 176 176 176 0 175 175 175 175 174 0 174 173 172 172 150 150 171 171 171 170 167 150 169 168 168 167 164 163 167 167 166 164 164 163 162 162 162 162 162 161 161 154 154 151 150 150 160 160 155 155 155 155 160 159 159 159 155 155 160 158 157 157 156 155 158 154 154 153 153 151 </values>  </instantiation>
2520.02/2513.61	s SATISFIABLE

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4263815-1502313985/watcher-4263815-1502313985 -o /tmp/evaluation-result-4263815-1502313985/solver-4263815-1502313985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263815-1502313985.xml 

pid=32083
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 1.98 1.86 2/195 32086
/proc/meminfo: memFree=31456716/32770624 swapFree=0/198904
[pid=32086] ppid=32083 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32086/stat : 32086 (runsolver) D 32083 32086 15981 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 33594090 24240128 107 18446744073709551615 4194304 4338465 140721037599168 140721037596808 139941840818903 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20058112 140721037607072 140721037607498 140721037607498 140721037610954 0
/proc/32086/statm: 5918 107 54 36 0 2156 0

[startup+0.100178 s]
/proc/loadavg: 2.01 1.98 1.86 2/195 32086
/proc/meminfo: memFree=31456716/32770624 swapFree=0/198904
[pid=32086] ppid=32083 vsize=8347556 CPUtime=0 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 2255 0 0 0 0 0 0 0 20 0 4 0 33594090 8547897344 1897 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2087146 1963 1180 1 0 2077116 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8347556

[startup+0.200345 s]
/proc/loadavg: 2.01 1.98 1.86 2/195 32086
/proc/meminfo: memFree=31456716/32770624 swapFree=0/198904
[pid=32086] ppid=32083 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 4751 0 0 0 4 1 0 0 20 0 14 0 33594090 10736119808 5793 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2621123 5793 2549 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300352 s]
/proc/loadavg: 2.01 1.98 1.86 2/195 32086
/proc/meminfo: memFree=31456716/32770624 swapFree=0/198904
[pid=32086] ppid=32083 vsize=10551180 CPUtime=0.21 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 8535 0 0 0 18 3 0 0 20 0 15 0 33594090 10804408320 8877 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2637795 8877 2880 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551180

[startup+0.700434 s]
/proc/loadavg: 2.01 1.98 1.86 2/195 32086
/proc/meminfo: memFree=31456716/32770624 swapFree=0/198904
[pid=32086] ppid=32083 vsize=10621952 CPUtime=1.06 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 12343 0 0 0 100 6 0 0 20 0 16 0 33594090 10876878848 23075 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2655488 23075 3066 1 0 2644414 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10621952

[startup+1.50071 s]
/proc/loadavg: 2.01 1.98 1.86 3/211 32102
/proc/meminfo: memFree=31283228/32770624 swapFree=0/198968
[pid=32086] ppid=32083 vsize=10621952 CPUtime=3 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 17619 0 0 0 291 9 0 0 20 0 16 0 33594090 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2655488 50641 3104 1 0 2644414 0
[pid=32086/tid=32088] ppid=32083 vsize=10621952 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 33594100 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 33594100 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594100 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 33594100 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 33594101 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246518846752 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246517794416 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10621952 CPUtime=0.62 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) R 32083 32086 15981 0 -1 4202560 2277 0 0 0 62 0 0 0 20 0 16 0 33594104 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246515670600 140247140834576 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10621952 CPUtime=0.64 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) R 32083 32086 15981 0 -1 4202560 2424 0 0 0 64 0 0 0 20 0 16 0 33594104 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246514617480 140247140748741 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10621952 CPUtime=0.35 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 2283 0 0 0 34 1 0 0 20 0 16 0 33594104 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594111 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 2935 0 0 0 107 2 0 0 20 0 16 0 33594128 10876878848 50641 18446744073709551615 4194304 4196468 140723948968512 140246508282976 140246802286164 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10621952

[startup+3.10143 s]
/proc/loadavg: 2.25 2.03 1.87 4/211 32102
/proc/meminfo: memFree=31120340/32770624 swapFree=0/198968
[pid=32086] ppid=32083 vsize=10624000 CPUtime=7.01 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 22130 0 0 0 685 16 0 0 20 0 16 0 33594090 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 95335 3123 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 16 0 33594101 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=1.62 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) R 32083 32086 15981 0 -1 4202560 3396 0 0 0 162 0 0 0 20 0 16 0 33594104 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246515675552 140247135226474 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=1.81 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) R 32083 32086 15981 0 -1 4202560 4975 0 0 0 180 1 0 0 20 0 16 0 33594104 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246514625776 140247143376328 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 2526 0 0 0 47 1 0 0 20 0 16 0 33594104 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594111 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=2.63 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 3334 0 0 0 258 5 0 0 20 0 16 0 33594128 10878976000 95335 18446744073709551615 4194304 4196468 140723948968512 140246508286208 140247141418334 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 10624000

[startup+6.30071 s]
/proc/loadavg: 2.25 2.03 1.87 3/211 32102
/proc/meminfo: memFree=31081800/32770624 swapFree=0/198964
[pid=32086] ppid=32083 vsize=10624000 CPUtime=10.8 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 28917 0 0 0 1062 18 0 0 20 0 16 0 33594090 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 96249 3124 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 16 0 33594101 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=1.95 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) S 32083 32086 15981 0 -1 1077944384 5299 0 0 0 194 1 0 0 20 0 16 0 33594104 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246515689584 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=2.04 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) S 32083 32086 15981 0 -1 1077944384 6237 0 0 0 203 1 0 0 20 0 16 0 33594104 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246514636784 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.52 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 3160 0 0 0 51 1 0 0 20 0 16 0 33594104 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 555 0 0 0 0 0 0 0 20 0 16 0 33594111 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=5.83 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 5724 0 0 0 577 6 0 0 20 0 16 0 33594128 10878976000 96249 18446744073709551615 4194304 4196468 140723948968512 140246508285856 140246804335051 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.21 2.03 1.87 3/211 32102
/proc/meminfo: memFree=31081800/32770624 swapFree=0/198972
[pid=32086] ppid=32083 vsize=10624000 CPUtime=17.54 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 31202 0 0 0 1736 18 0 0 20 0 16 0 33594090 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 96364 3125 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 586 0 0 0 0 0 0 0 20 0 16 0 33594101 10878976000 96364 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0

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

/proc/meminfo: memFree=31095496/32770624 swapFree=0/200032
[pid=32086] ppid=32083 vsize=10624000 CPUtime=2388.63 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 59618 0 0 0 238794 69 0 0 20 0 16 0 33594090 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 100107 3134 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 1053 0 0 0 2 2 0 0 20 0 16 0 33594101 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=2.38 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) S 32083 32086 15981 0 -1 1077944384 10826 0 0 0 236 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246515689584 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=2.45 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) S 32083 32086 15981 0 -1 1077944384 12529 0 0 0 243 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246514636784 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 6884 0 0 0 59 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 1755 0 0 0 39 56 0 0 20 0 16 0 33594111 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=2381.74 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 18880 0 0 0 238166 8 0 0 20 0 16 0 33594128 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246508289528 140246804768786 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 2388.63
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/212 32331
/proc/meminfo: memFree=31089748/32770624 swapFree=0/200324
[pid=32086] ppid=32083 vsize=10624000 CPUtime=2448.67 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 59707 0 0 0 244796 71 0 0 20 0 16 0 33594090 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 100107 3134 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 1053 0 0 0 2 2 0 0 20 0 16 0 33594101 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=2.38 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) S 32083 32086 15981 0 -1 1077944384 10826 0 0 0 236 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246515689584 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=2.45 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) S 32083 32086 15981 0 -1 1077944384 12529 0 0 0 243 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246514636784 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 6884 0 0 0 59 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=0.98 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 1757 0 0 0 40 58 0 0 20 0 16 0 33594111 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=2441.74 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 18967 0 0 0 244166 8 0 0 20 0 16 0 33594128 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246508289528 140246804203127 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 2448.67
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/212 32333
/proc/meminfo: memFree=31074076/32770624 swapFree=0/200500
[pid=32086] ppid=32083 vsize=10624000 CPUtime=2508.7 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 59826 0 0 0 250797 73 0 0 20 0 16 0 33594090 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 100107 3134 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 1060 0 0 0 2 3 0 0 20 0 16 0 33594101 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=2.38 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) S 32083 32086 15981 0 -1 1077944384 10828 0 0 0 236 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246515689584 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=2.45 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) S 32083 32086 15981 0 -1 1077944384 12535 0 0 0 243 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246514636784 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 6888 0 0 0 59 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 1788 0 0 0 41 61 0 0 20 0 16 0 33594111 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=2501.73 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 19036 0 0 0 250165 8 0 0 20 0 16 0 33594128 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246508289528 140246804203530 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 2508.7
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.61 s]
/proc/loadavg: 2.01 2.02 1.99 3/212 32333
/proc/meminfo: memFree=31073492/32770624 swapFree=0/200500
[pid=32086] ppid=32083 vsize=10624000 CPUtime=2520.02 cores=1,3,5,7
/proc/32086/stat : 32086 (java) S 32083 32086 15981 0 -1 1077944320 59828 0 0 0 251929 73 0 0 20 0 16 0 33594090 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140723948951056 140247157337847 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
/proc/32086/statm: 2656000 100107 3134 1 0 2644926 0
[pid=32086/tid=32088] ppid=32083 vsize=10624000 CPUtime=0.2 cores=1,3,5,7
/proc/32086/task/32088/stat : 32088 (java) S 32083 32086 15981 0 -1 1077944384 6202 0 0 0 18 2 0 0 20 0 16 0 33594099 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140247161580720 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32089] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32089/stat : 32089 (java) S 32083 32086 15981 0 -1 1077944384 30 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246767974800 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32090] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32090/stat : 32090 (java) S 32083 32086 15981 0 -1 1077944384 38 0 0 0 4 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246766922000 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32091] ppid=32083 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/32086/task/32091/stat : 32091 (java) S 32083 32086 15981 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246765869712 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32092] ppid=32083 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/32086/task/32092/stat : 32092 (java) S 32083 32086 15981 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 33594100 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246764816912 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32093] ppid=32083 vsize=10624000 CPUtime=0.05 cores=1,3,5,7
/proc/32086/task/32093/stat : 32093 (java) S 32083 32086 15981 0 -1 1077944384 1060 0 0 0 2 3 0 0 20 0 16 0 33594101 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246519900784 140247157348994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32094] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32094/stat : 32094 (java) S 32083 32086 15981 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246518846816 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32095] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32095/stat : 32095 (java) S 32083 32086 15981 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 33594102 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246517794432 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32096] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32096/stat : 32096 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246516742736 140247157356443 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32097] ppid=32083 vsize=10624000 CPUtime=2.38 cores=1,3,5,7
/proc/32086/task/32097/stat : 32097 (java) S 32083 32086 15981 0 -1 1077944384 10828 0 0 0 236 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246515689584 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32098] ppid=32083 vsize=10624000 CPUtime=2.45 cores=1,3,5,7
/proc/32086/task/32098/stat : 32098 (java) S 32083 32086 15981 0 -1 1077944384 12535 0 0 0 243 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246514636784 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32099] ppid=32083 vsize=10624000 CPUtime=0.61 cores=1,3,5,7
/proc/32086/task/32099/stat : 32099 (java) S 32083 32086 15981 0 -1 1077944384 6888 0 0 0 59 2 0 0 20 0 16 0 33594104 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246513584496 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32100] ppid=32083 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/32086/task/32100/stat : 32100 (java) S 32083 32086 15981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 33594105 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246512531936 140247157348053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32101] ppid=32083 vsize=10624000 CPUtime=1.02 cores=1,3,5,7
/proc/32086/task/32101/stat : 32101 (java) S 32083 32086 15981 0 -1 1077944384 1790 0 0 0 41 61 0 0 20 0 16 0 33594111 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246511479728 140247157348994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
[pid=32086/tid=32102] ppid=32083 vsize=10624000 CPUtime=2513.04 cores=1,3,5,7
/proc/32086/task/32102/stat : 32102 (java) R 32083 32086 15981 0 -1 4202560 19036 0 0 0 251296 8 0 0 20 0 16 0 33594128 10878976000 100107 18446744073709551615 4194304 4196468 140723948968512 140246508289528 140246805352337 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35926016 140723948974542 140723948974671 140723948974671 140723948978127 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32086 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2513.62
CPU time (s): 2520.04
CPU user time (s): 2519.3
CPU system time (s): 0.740074
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.3
system time used= 0.740074
maximum resident set size= 401188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57486
involuntary context switches= 793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9205 second user time and 14.7848 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-09 23:12:25
IDJOB=4263815
IDBENCH=137104
IDSOLVER=2652
FILE ID=node126/4263815-1502313985
RUNJOBID= node126-1502258241-21716
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-30.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263815-1502313985/watcher-4263815-1502313985 -o /tmp/evaluation-result-4263815-1502313985/solver-4263815-1502313985 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502258241-21716 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263815-1502313985.xml

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

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=589637422

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31457240 kB
MemAvailable:   31847888 kB
Buffers:          232924 kB
Cached:           423900 kB
SwapCached:          524 kB
Active:           597712 kB
Inactive:         262048 kB
Active(anon):     156688 kB
Inactive(anon):    63144 kB
Active(file):     441024 kB
Inactive(file):   198904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              8196 kB
Writeback:             4 kB
AnonPages:        202384 kB
Mapped:            48832 kB
Shmem:             17056 kB
Slab:             158648 kB
SReclaimable:     133112 kB
SUnreclaim:        25536 kB
KernelStack:        3424 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1142160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-09 23:54:19