Trace number 4263819

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.1001 2513.3101

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-99.xml
MD5SUM2ef74b22e25f9811269217f63e04e4c4
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.11
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"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.27/0.35	
0.27/0.35	AbsCon 2 
0.27/0.35	
1.89/1.14	  Solving XCSP3-instance-4263819-1502314911 as a COP in -infty..+infty
1.89/1.14	  Loading variables...
2.48/1.33	  Loading constraints...
5.80/2.54	  Solver SolverBacktrack being built...
5.80/2.54	
6.40/2.73	  Preprocessing : gac=true, ccks=0, filters=88, revisions=0 (useless=0), AC=814, removals=814, inconsistent=false
6.40/2.73	
203.50/198.48	o 0
2520.08/2513.30	
2520.08/2513.30	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 198 198 198 197 0 200 198 197 197 197 0 196 195 194 194 192 0 193 193 193 192 192 0 191 190 188 188 187 0 191 190 187 187 186 0 191 189 152 152 151 151 191 185 185 185 184 0 191 184 184 184 184 0 191 184 153 152 151 150 183 182 174 153 153 152 181 180 170 157 155 154 181 179 169 164 154 153 181 168 167 163 162 159 180 170 168 165 159 158 180 169 169 168 157 156 179 168 168 163 163 159 178 178 174 173 172 0 177 177 176 175 174 0 174 170 170 162 161 160 173 171 170 170 170 0 172 171 171 171 171 0 </values>  </instantiation>
2520.08/2513.30	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-4263819-1502314911/watcher-4263819-1502314911 -o /tmp/evaluation-result-4263819-1502314911/solver-4263819-1502314911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263819-1502314911.xml 

pid=16204
running on 4 cores: 0,2,4,6

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.00 2.01 1.98 3/200 16207
/proc/meminfo: memFree=31012628/32770624 swapFree=0/531128
[pid=16207] ppid=16204 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16207/stat : 16207 (runsolver) D 16204 16207 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 78997276 24240128 107 18446744073709551615 4194304 4338465 140721224786688 140721224784328 140084690342615 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 12713984 140721224790176 140721224790601 140721224790601 140721224794058 0
/proc/16207/statm: 5918 107 54 36 0 2156 0

[startup+0.100086 s]
/proc/loadavg: 2.00 2.01 1.98 3/200 16207
/proc/meminfo: memFree=31012628/32770624 swapFree=0/531128
[pid=16207] ppid=16204 vsize=9936560 CPUtime=0.01 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 3513 0 0 0 0 1 0 0 20 0 6 0 78997276 10175037440 4697 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2484140 4697 1922 1 0 2473637 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9936560

[startup+0.200335 s]
/proc/loadavg: 2.00 2.01 1.98 3/200 16207
/proc/meminfo: memFree=31012628/32770624 swapFree=0/531128
[pid=16207] ppid=16204 vsize=10551180 CPUtime=0.09 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 5014 0 0 0 7 2 0 0 20 0 15 0 78997276 10804408320 6530 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2637795 6530 2672 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551180

[startup+0.300336 s]
/proc/loadavg: 2.00 2.01 1.98 3/200 16207
/proc/meminfo: memFree=31012628/32770624 swapFree=0/531128
[pid=16207] ppid=16204 vsize=10553264 CPUtime=0.27 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 8950 0 0 0 24 3 0 0 20 0 15 0 78997276 10806542336 9764 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2638316 9764 2916 1 0 2627261 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10553264

[startup+0.700708 s]
/proc/loadavg: 2.00 2.01 1.98 3/200 16207
/proc/meminfo: memFree=31012628/32770624 swapFree=0/531128
[pid=16207] ppid=16204 vsize=10621952 CPUtime=1.14 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 12235 0 0 0 109 5 0 0 20 0 16 0 78997276 10876878848 25499 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2655488 25499 3066 1 0 2644414 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10621952

[startup+1.51168 s]
/proc/loadavg: 2.00 2.01 1.98 3/216 16223
/proc/meminfo: memFree=30835396/32770624 swapFree=0/530984
[pid=16207] ppid=16204 vsize=10621952 CPUtime=3.13 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 16548 0 0 0 301 12 0 0 20 0 16 0 78997276 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2655488 54581 3110 1 0 2644414 0
[pid=16207/tid=16209] ppid=16204 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) R 16204 16207 31388 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 16 0 78997285 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936182483081 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) R 16204 16207 31388 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 16 0 78997285 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139936145300056 139936174413906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) R 16204 16207 31388 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 16 0 78997285 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139936144247512 139936173834560 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10621952 CPUtime=0.02 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) R 16204 16207 31388 0 -1 4202560 32 0 0 0 1 1 0 0 20 0 16 0 78997285 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936173834495 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 78997286 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935753565216 139936189396693 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935752512928 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935751460336 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10621952 CPUtime=0.62 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 2172 0 0 0 62 0 0 0 20 0 16 0 78997289 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935749343392 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10621952 CPUtime=0.69 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) R 16204 16207 31388 0 -1 4202560 2196 0 0 0 69 0 0 0 20 0 16 0 78997289 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935748283976 139936172883271 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10621952 CPUtime=0.35 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 1538 0 0 0 35 0 0 0 20 0 16 0 78997289 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 78997294 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10621952 CPUtime=1.13 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) S 16204 16207 31388 0 -1 1077944384 2930 0 0 0 110 3 0 0 20 0 16 0 78997311 10876878848 54581 18446744073709551615 4194304 4196468 140727942643072 139935741953744 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 10621952

[startup+3.10064 s]
/proc/loadavg: 2.00 2.01 1.98 4/216 16223
/proc/meminfo: memFree=30637700/32770624 swapFree=0/530984
[pid=16207] ppid=16204 vsize=10624000 CPUtime=7.2 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 22931 0 0 0 700 20 0 0 20 0 16 0 78997276 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 107274 3129 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 16 0 78997286 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 5758 0 0 0 155 1 0 0 20 0 16 0 78997289 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=1.97 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 3781 0 0 0 197 0 0 0 20 0 16 0 78997289 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.46 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 1820 0 0 0 46 0 0 0 20 0 16 0 78997289 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 78997294 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=2.63 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 3356 0 0 0 258 5 0 0 20 0 16 0 78997311 10878976000 107274 18446744073709551615 4194304 4196468 140727942643072 139935741954280 139935828467433 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10624000

[startup+6.30067 s]
/proc/loadavg: 2.00 2.01 1.98 3/216 16223
/proc/meminfo: memFree=30596324/32770624 swapFree=0/530984
[pid=16207] ppid=16204 vsize=10624000 CPUtime=10.84 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 29224 0 0 0 1063 21 0 0 20 0 16 0 78997276 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 106500 3132 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 78997286 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=1.81 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 7402 0 0 0 180 1 0 0 20 0 16 0 78997289 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=2.13 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 4804 0 0 0 213 0 0 0 20 0 16 0 78997289 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.5 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 1983 0 0 0 50 0 0 0 20 0 16 0 78997289 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 778 0 0 0 0 0 0 0 20 0 16 0 78997294 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=5.83 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 6004 0 0 0 577 6 0 0 20 0 16 0 78997311 10878976000 106500 18446744073709551615 4194304 4196468 140727942643072 139935741952288 139935828470049 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.00 2.01 1.98 3/216 16224
/proc/meminfo: memFree=30595808/32770624 swapFree=0/530976
[pid=16207] ppid=16204 vsize=10624000 CPUtime=17.41 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 31998 0 0 0 1719 22 0 0 20 0 16 0 78997276 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 106578 3133 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 16 0 78997286 10878976000 106578 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0

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

/proc/meminfo: memFree=30536732/32770624 swapFree=0/531804
[pid=16207] ppid=16204 vsize=10624000 CPUtime=2449.04 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 69809 0 0 0 244840 64 0 0 20 0 16 0 78997276 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 110891 3136 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 1188 0 0 0 2 2 0 0 20 0 16 0 78997286 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=2.27 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 14047 0 0 0 225 2 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=2.66 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 11826 0 0 0 265 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 6477 0 0 0 60 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=0.97 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 1966 0 0 0 44 53 0 0 20 0 16 0 78997294 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=2441.91 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 26301 0 0 0 244183 8 0 0 20 0 16 0 78997311 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935741954168 139935828337053 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 2449.04
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/216 16493
/proc/meminfo: memFree=30534940/32770624 swapFree=0/531808
[pid=16207] ppid=16204 vsize=10624000 CPUtime=2509.07 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 69867 0 0 0 250842 65 0 0 20 0 16 0 78997276 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 110891 3136 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 1188 0 0 0 2 2 0 0 20 0 16 0 78997286 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=2.27 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 14047 0 0 0 225 2 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=2.66 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 11826 0 0 0 265 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 6477 0 0 0 60 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=1 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 1970 0 0 0 46 54 0 0 20 0 16 0 78997294 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=2501.91 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 26355 0 0 0 250183 8 0 0 20 0 16 0 78997311 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935741954168 139935829548026 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 2509.07
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/216 16493
/proc/meminfo: memFree=30535068/32770624 swapFree=0/531804
[pid=16207] ppid=16204 vsize=10624000 CPUtime=2520.08 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 69870 0 0 0 251943 65 0 0 20 0 16 0 78997276 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 110891 3136 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 1188 0 0 0 2 2 0 0 20 0 16 0 78997286 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=2.27 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 14047 0 0 0 225 2 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=2.66 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 11826 0 0 0 265 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 6477 0 0 0 60 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 1972 0 0 0 46 55 0 0 20 0 16 0 78997294 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=2512.91 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 26356 0 0 0 251283 8 0 0 20 0 16 0 78997311 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935741954168 139935829666255 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 2520.08
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 16207 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2513.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/216 16493
/proc/meminfo: memFree=30535068/32770624 swapFree=0/531804
[pid=16207] ppid=16204 vsize=10624000 CPUtime=2520.08 cores=0,2,4,6
/proc/16207/stat : 16207 (java) S 16204 16207 31388 0 -1 1077944320 69870 0 0 0 251943 65 0 0 20 0 16 0 78997276 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 140727942625616 139936189386487 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
/proc/16207/statm: 2656000 110891 3136 1 0 2644926 0
[pid=16207/tid=16209] ppid=16204 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16207/task/16209/stat : 16209 (java) S 16204 16207 31388 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 78997284 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936193629360 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16210] ppid=16204 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16207/task/16210/stat : 16210 (java) S 16204 16207 31388 0 -1 1077944384 52 0 0 0 7 1 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936146352400 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16211] ppid=16204 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/16207/task/16211/stat : 16211 (java) S 16204 16207 31388 0 -1 1077944384 138 0 0 0 4 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936145299856 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16212] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16212/stat : 16212 (java) S 16204 16207 31388 0 -1 1077944384 133 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936144247312 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16213] ppid=16204 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16207/task/16213/stat : 16213 (java) S 16204 16207 31388 0 -1 1077944384 148 0 0 0 5 2 0 0 20 0 16 0 78997285 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139936143194768 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16214] ppid=16204 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16207/task/16214/stat : 16214 (java) S 16204 16207 31388 0 -1 1077944384 1188 0 0 0 2 2 0 0 20 0 16 0 78997286 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935753566704 139936189397634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16215] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16215/stat : 16215 (java) S 16204 16207 31388 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935752512992 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16216] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16216/stat : 16216 (java) S 16204 16207 31388 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 78997287 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935751460352 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16217] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16217/stat : 16217 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935750408912 139936189405083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16218] ppid=16204 vsize=10624000 CPUtime=2.27 cores=0,2,4,6
/proc/16207/task/16218/stat : 16218 (java) S 16204 16207 31388 0 -1 1077944384 14047 0 0 0 225 2 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935749355504 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16219] ppid=16204 vsize=10624000 CPUtime=2.66 cores=0,2,4,6
/proc/16207/task/16219/stat : 16219 (java) S 16204 16207 31388 0 -1 1077944384 11826 0 0 0 265 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935748302960 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16220] ppid=16204 vsize=10624000 CPUtime=0.61 cores=0,2,4,6
/proc/16207/task/16220/stat : 16220 (java) S 16204 16207 31388 0 -1 1077944384 6477 0 0 0 60 1 0 0 20 0 16 0 78997289 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935747250416 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16221] ppid=16204 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16207/task/16221/stat : 16221 (java) S 16204 16207 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 78997290 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935746198112 139936189396693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16222] ppid=16204 vsize=10624000 CPUtime=1.01 cores=0,2,4,6
/proc/16207/task/16222/stat : 16222 (java) S 16204 16207 31388 0 -1 1077944384 1972 0 0 0 46 55 0 0 20 0 16 0 78997294 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935745145648 139936189397634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
[pid=16207/tid=16223] ppid=16204 vsize=10624000 CPUtime=2512.91 cores=0,2,4,6
/proc/16207/task/16223/stat : 16223 (java) R 16204 16207 31388 0 -1 4202560 26356 0 0 0 251283 8 0 0 20 0 16 0 78997311 10878976000 110891 18446744073709551615 4194304 4196468 140727942643072 139935741954168 139935829666255 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33435648 140727942644173 140727942644302 140727942644302 140727942647759 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 10624000

Child status: 143
Real time (s): 2513.31
CPU time (s): 2520.1
CPU user time (s): 2519.44
CPU system time (s): 0.65814
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.44
system time used= 0.65814
maximum resident set size= 444152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57554
involuntary context switches= 714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6943 second user time and 14.3329 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 23:27:54
IDJOB=4263819
IDBENCH=137169
IDSOLVER=2652
FILE ID=node134/4263819-1502314911
RUNJOBID= node134-1502258125-5060
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-99.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263819-1502314911/watcher-4263819-1502314911 -o /tmp/evaluation-result-4263819-1502314911/solver-4263819-1502314911 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5060 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263819-1502314911.xml

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

MD5SUM BENCH= 2ef74b22e25f9811269217f63e04e4c4
RANDOM SEED=1272461807

node134.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.43
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.43
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.43
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.43
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:        31012712 kB
MemAvailable:   31872428 kB
Buffers:          261304 kB
Cached:           893728 kB
SwapCached:            0 kB
Active:           764260 kB
Inactive:         562352 kB
Active(anon):     173904 kB
Inactive(anon):    31224 kB
Active(file):     590356 kB
Inactive(file):   531128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        171660 kB
Mapped:            58712 kB
Shmem:             33468 kB
Slab:             134520 kB
SReclaimable:     108132 kB
SUnreclaim:        26388 kB
KernelStack:        3520 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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 node134 at 2017-08-10 00:09:48