Trace number 4262193

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
Concrete 3.4SAT (TO)104 2520.05 2397.4299

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark461.74399
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.41/2.13	c Concrete v3.4 running
7.22/3.73	o 300
7.22/3.77	o 286
7.22/3.79	o 280
7.57/3.81	o 266
7.57/3.83	o 260
7.57/3.84	o 204
7.57/3.86	o 201
7.57/3.87	o 200
7.57/3.89	o 197
7.95/3.90	o 190
7.95/3.91	o 184
7.95/3.93	o 183
7.95/3.94	o 181
7.95/3.95	o 176
7.95/3.98	o 172
7.95/3.99	o 163
8.31/4.01	o 153
8.31/4.02	o 150
8.31/4.02	o 145
8.31/4.04	o 144
8.31/4.05	o 139
8.31/4.06	o 136
8.31/4.07	o 134
8.66/4.17	o 133
8.99/4.22	o 129
8.99/4.24	o 119
9.30/4.40	o 108
9.61/4.41	o 107
9.61/4.44	o 104
2520.01/2397.40	java.util.concurrent.TimeoutException
2520.01/2397.40		at concrete.MAC.mac(MAC.scala:74)
2520.01/2397.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.01/2397.40		at scala.util.Try$.apply(Try.scala:209)
2520.01/2397.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2397.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2397.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2397.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2397.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.01/2397.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2397.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2397.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2397.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2397.40		at concrete.MAC.oneRun(MAC.scala:146)
2520.01/2397.40		at concrete.MAC.nextSolution(MAC.scala:166)
2520.01/2397.40		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.01/2397.40		at concrete.ProblemState.map(ProblemState.scala:203)
2520.01/2397.40		at concrete.ProblemState.map(ProblemState.scala:188)
2520.01/2397.40		at concrete.MAC.nextSolution(MAC.scala:195)
2520.01/2397.40		at concrete.Solver.hasNext(Solver.scala:202)
2520.01/2397.40		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.01/2397.40		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.01/2397.40		at concrete.Solver.toStream(Solver.scala:73)
2520.01/2397.40		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.01/2397.40		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.01/2397.40		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.01/2397.40		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.01/2397.40		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.01/2397.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2397.40		at scala.util.Success.map(Try.scala:209)
2520.01/2397.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.01/2397.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.01/2397.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2397.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.01/2397.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2397.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2397.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2397.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2397.41		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2397.41		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2397.41		at scala.App.main(App.scala:76)
2520.01/2397.41		at scala.App.main$(App.scala:74)
2520.01/2397.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2397.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2397.41	v <instantiation cost="104">
2520.01/2397.41	v       <list>
2520.01/2397.41	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2520.01/2397.41	v       </list>
2520.01/2397.41	v       <values>
2520.01/2397.41	v         7 10 9 13 14 11 12 6 5 1 2 3 0 4 8 6 10 14 4 10 12 15 1 7 2 6 4 5 4 4
2520.01/2397.41	v       </values>
2520.01/2397.41	v     </instantiation>
2520.01/2397.41	s SATISFIABLE

Verifier Data

OK	104

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-4262193-1502467128/watcher-4262193-1502467128 -o /tmp/evaluation-result-4262193-1502467128/solver-4262193-1502467128 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262193-1502467128.xml 

pid=15167
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: 1.44 1.35 1.39 3/195 15170
/proc/meminfo: memFree=30207380/32770624 swapFree=0/509740
[pid=15170] ppid=15167 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15170/stat : 15170 (runsolver) D 15167 15170 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48933627 24240128 107 18446744073709551615 4194304 4338465 140736894838112 140736894835752 140624611189463 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8216576 140736894841041 140736894841417 140736894841417 140736894844874 0
/proc/15170/statm: 5918 107 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.44 1.35 1.39 3/195 15170
/proc/meminfo: memFree=30207380/32770624 swapFree=0/509740
[pid=15170] ppid=15167 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15170/stat : 15170 (bash) S 15167 15170 1330 0 -1 4202496 892 6487 0 0 0 0 0 1 20 0 1 0 48933627 9867264 377 18446744073709551615 4194304 5098028 140733498257600 140733498251608 139908521049088 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 10850304 140733498262036 140733498262121 140733498262121 140733498265578 0
/proc/15170/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200309 s]
/proc/loadavg: 1.44 1.35 1.39 3/195 15170
/proc/meminfo: memFree=30207380/32770624 swapFree=0/509740
[pid=15170] ppid=15167 vsize=13574488 CPUtime=0.13 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 5194 12695 0 0 4 1 5 3 20 0 9 0 48933627 13900275712 4904 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800970 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3393622 4904 2137 1 0 3383119 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13574488

[startup+0.300249 s]
/proc/loadavg: 1.44 1.35 1.39 3/195 15170
/proc/meminfo: memFree=30207380/32770624 swapFree=0/509740
[pid=15170] ppid=15167 vsize=13974356 CPUtime=0.26 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 8089 12695 0 0 16 2 5 3 20 0 15 0 48933627 14309740544 9797 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3493589 9797 2939 1 0 3482965 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13974356

[startup+0.700243 s]
/proc/loadavg: 1.44 1.35 1.39 3/195 15170
/proc/meminfo: memFree=30207380/32770624 swapFree=0/509740
[pid=15170] ppid=15167 vsize=13974784 CPUtime=0.81 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 14590 12695 0 0 68 5 5 3 20 0 15 0 48933627 14310178816 15908 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3493696 15908 3169 1 0 3482965 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 1.44 1.35 1.39 3/210 15233
/proc/meminfo: memFree=30103652/32770624 swapFree=0/509772
[pid=15170] ppid=15167 vsize=13987456 CPUtime=2.06 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 29549 12695 0 0 188 10 5 3 20 0 15 0 48933627 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3496864 43366 3369 1 0 3486037 0
[pid=15170/tid=15220] ppid=15167 vsize=13987456 CPUtime=1.36 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 23112 12695 0 0 121 7 5 3 20 0 15 0 48933642 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140259502959008 140259480594275 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 216 12695 0 0 1 0 5 3 20 0 15 0 48933643 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 52 12695 0 0 1 0 5 3 20 0 15 0 48933643 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 53 12695 0 0 1 0 5 3 20 0 15 0 48933643 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 47 12695 0 0 1 0 5 3 20 0 15 0 48933643 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=13987456 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 962 12695 0 0 1 0 5 3 20 0 15 0 48933644 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258974356592 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=13987456 CPUtime=0.26 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 1126 12695 0 0 18 0 5 3 20 0 15 0 48933648 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=13987456 CPUtime=0.23 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 677 12695 0 0 15 0 5 3 20 0 15 0 48933648 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=13987456 CPUtime=0.34 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 1037 12695 0 0 26 0 5 3 20 0 15 0 48933648 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 10 12695 0 0 0 0 5 3 20 0 15 0 48933651 14323154944 43366 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 13987456

[startup+3.10135 s]
/proc/loadavg: 1.48 1.36 1.39 5/210 15233
/proc/meminfo: memFree=30031324/32770624 swapFree=0/509772
[pid=15170] ppid=15167 vsize=13999932 CPUtime=5.57 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 49454 12695 0 0 534 15 5 3 20 0 15 0 48933627 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3499983 58179 3442 1 0 3488597 0
[pid=15170/tid=15220] ppid=15167 vsize=13999932 CPUtime=2.94 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 38120 12695 0 0 276 10 5 3 20 0 15 0 48933642 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140259502960080 140259482772837 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 216 12695 0 0 1 0 5 3 20 0 15 0 48933643 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 52 12695 0 0 1 0 5 3 20 0 15 0 48933643 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 53 12695 0 0 1 0 5 3 20 0 15 0 48933643 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 47 12695 0 0 1 0 5 3 20 0 15 0 48933643 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 975 12695 0 0 1 0 5 3 20 0 15 0 48933644 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258974356592 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 3812 12695 0 0 97 1 5 3 20 0 15 0 48933648 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=13999932 CPUtime=0.69 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 1068 12695 0 0 60 1 5 3 20 0 15 0 48933648 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) R 15167 15170 1330 0 -1 4202560 2843 12695 0 0 92 0 5 3 20 0 15 0 48933648 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498741142 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 12 12695 0 0 0 0 5 3 20 0 15 0 48933651 14335930368 58179 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 13999932

[startup+6.30159 s]
/proc/loadavg: 1.48 1.36 1.39 5/210 15233
/proc/meminfo: memFree=29846388/32770624 swapFree=0/509772
[pid=15170] ppid=15167 vsize=14069564 CPUtime=14.77 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 68009 12695 0 0 1446 23 5 3 20 0 15 0 48933627 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 105335 3473 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=5.92 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 46967 12695 0 0 572 12 5 3 20 0 15 0 48933642 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140259502963120 140259097235833 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 1114 12695 0 0 11 1 5 3 20 0 15 0 48933643 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 100 12695 0 0 10 0 5 3 20 0 15 0 48933643 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 93 12695 0 0 11 0 5 3 20 0 15 0 48933643 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 176 12695 0 0 11 0 5 3 20 0 15 0 48933643 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 2187 12695 0 0 10 0 5 3 20 0 15 0 48933644 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=14069564 CPUtime=3.7 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 6082 12695 0 0 360 2 5 3 20 0 15 0 48933648 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=14069564 CPUtime=3.26 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 5254 12695 0 0 316 2 5 3 20 0 15 0 48933648 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 3765 12695 0 0 139 1 5 3 20 0 15 0 48933648 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 13 12695 0 0 0 0 5 3 20 0 15 0 48933651 14407233536 105335 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.80 1.43 1.41 3/210 15233
/proc/meminfo: memFree=29491996/32770624 swapFree=0/509768
[pid=15170] ppid=15167 vsize=14069564 CPUtime=25.45 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 81242 12695 0 0 2506 31 5 3 20 0 15 0 48933627 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 192786 3473 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=12.27 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 48607 12695 0 0 1202 17 5 3 20 0 15 0 48933642 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140259502962840 140259096703318 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 1181 12695 0 0 12 1 5 3 20 0 15 0 48933643 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 415 12695 0 0 11 1 5 3 20 0 15 0 48933643 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 262 12695 0 0 12 1 5 3 20 0 15 0 48933643 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 221 12695 0 0 12 1 5 3 20 0 15 0 48933643 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 2624 12695 0 0 11 0 5 3 20 0 15 0 48933644 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 192786 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0

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

/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 143623 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 1056 12695 0 0 62 74 5 3 20 0 15 0 48933651 14407233536 143623 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2320.87
Current children cumulated vsize (KiB) 14069564

[startup+2262.3 s]
/proc/loadavg: 1.60 1.58 1.53 3/210 15520
/proc/meminfo: memFree=25788632/32770624 swapFree=0/510164
[pid=15170] ppid=15167 vsize=14069564 CPUtime=2382.12 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 270038 12695 0 0 237837 367 5 3 20 0 15 0 48933627 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 142492 3474 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=2236.86 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 120852 12695 0 0 223620 58 5 3 20 0 15 0 48933642 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140259502963488 140259099849870 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=14.15 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 16029 12695 0 0 1356 51 5 3 20 0 15 0 48933643 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=14.15 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 17552 12695 0 0 1355 52 5 3 20 0 15 0 48933643 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=14.13 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 13841 12695 0 0 1353 52 5 3 20 0 15 0 48933643 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=14.13 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 14170 12695 0 0 1355 50 5 3 20 0 15 0 48933643 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=8.82 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 12729 12695 0 0 813 61 5 3 20 0 15 0 48933644 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=14069564 CPUtime=41.02 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 27376 12695 0 0 4089 5 5 3 20 0 15 0 48933648 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=14069564 CPUtime=34.81 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 26692 12695 0 0 3466 7 5 3 20 0 15 0 48933648 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=14069564 CPUtime=3.18 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 17466 12695 0 0 305 5 5 3 20 0 15 0 48933648 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=1.48 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 1073 12695 0 0 64 76 5 3 20 0 15 0 48933651 14407233536 142492 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2382.12
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.57 1.57 1.53 3/210 15522
/proc/meminfo: memFree=25761972/32770624 swapFree=0/510184
[pid=15170] ppid=15167 vsize=14069564 CPUtime=2443.34 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 276573 12695 0 0 243949 377 5 3 20 0 15 0 48933627 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 150409 3474 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=2296.17 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 125835 12695 0 0 229550 59 5 3 20 0 15 0 48933642 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140259502961408 140259099873888 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=14.56 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 16324 12695 0 0 1396 52 5 3 20 0 15 0 48933643 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=14.56 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 18103 12695 0 0 1394 54 5 3 20 0 15 0 48933643 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=14.54 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 14074 12695 0 0 1393 53 5 3 20 0 15 0 48933643 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=14.55 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 14394 12695 0 0 1395 52 5 3 20 0 15 0 48933643 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=9.03 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 12960 12695 0 0 832 63 5 3 20 0 15 0 48933644 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=14069564 CPUtime=41.02 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 27376 12695 0 0 4089 5 5 3 20 0 15 0 48933648 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=14069564 CPUtime=34.81 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 26692 12695 0 0 3466 7 5 3 20 0 15 0 48933648 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=14069564 CPUtime=3.18 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 17468 12695 0 0 305 5 5 3 20 0 15 0 48933648 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=1.52 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 1089 12695 0 0 66 78 5 3 20 0 15 0 48933651 14407233536 150409 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2443.34
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.41 1.54 1.52 3/210 15524
/proc/meminfo: memFree=25742128/32770624 swapFree=0/510200
[pid=15170] ppid=15167 vsize=14069564 CPUtime=2504.59 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 282030 12695 0 0 250066 385 5 3 20 0 15 0 48933627 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 154030 3474 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=2355.53 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 130115 12695 0 0 235484 61 5 3 20 0 15 0 48933642 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140259502962656 140259096942382 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=14.98 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 16418 12695 0 0 1437 53 5 3 20 0 15 0 48933643 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=14.98 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 18282 12695 0 0 1435 55 5 3 20 0 15 0 48933643 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=14.95 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 14325 12695 0 0 1433 54 5 3 20 0 15 0 48933643 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=14.97 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 14805 12695 0 0 1436 53 5 3 20 0 15 0 48933643 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=9.23 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 13183 12695 0 0 850 65 5 3 20 0 15 0 48933644 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=14069564 CPUtime=41.02 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 27378 12695 0 0 4089 5 5 3 20 0 15 0 48933648 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=14069564 CPUtime=34.81 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 26694 12695 0 0 3466 7 5 3 20 0 15 0 48933648 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=14069564 CPUtime=3.18 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 17468 12695 0 0 305 5 5 3 20 0 15 0 48933648 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 1104 12695 0 0 68 80 5 3 20 0 15 0 48933651 14407233536 154030 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2504.59
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2397.4 s]
/proc/loadavg: 1.47 1.54 1.52 3/210 15525
/proc/meminfo: memFree=25742500/32770624 swapFree=0/510224
[pid=15170] ppid=15167 vsize=14069564 CPUtime=2520.01 cores=1,3,5,7
/proc/15170/stat : 15170 (java) S 15167 15170 1330 0 -1 1077944320 282824 12695 0 0 251607 386 5 3 20 0 15 0 48933627 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140732053859152 140259498729207 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
/proc/15170/statm: 3517391 153902 3474 1 0 3506005 0
[pid=15170/tid=15220] ppid=15167 vsize=14069564 CPUtime=2370.46 cores=1,3,5,7
/proc/15170/task/15220/stat : 15220 (java) R 15167 15170 1330 0 -1 4202560 130334 12695 0 0 236977 61 5 3 20 0 15 0 48933642 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140259502962048 140259099900220 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15221] ppid=15167 vsize=14069564 CPUtime=15.08 cores=1,3,5,7
/proc/15170/task/15221/stat : 15221 (java) S 15167 15170 1330 0 -1 1077944384 16505 12695 0 0 1447 53 5 3 20 0 15 0 48933643 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140259418143632 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15222] ppid=15167 vsize=14069564 CPUtime=15.08 cores=1,3,5,7
/proc/15170/task/15222/stat : 15222 (java) S 15167 15170 1330 0 -1 1077944384 18408 12695 0 0 1445 55 5 3 20 0 15 0 48933643 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140259417090832 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15223] ppid=15167 vsize=14069564 CPUtime=15.06 cores=1,3,5,7
/proc/15170/task/15223/stat : 15223 (java) S 15167 15170 1330 0 -1 1077944384 14348 12695 0 0 1444 54 5 3 20 0 15 0 48933643 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140259416038544 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15224] ppid=15167 vsize=14069564 CPUtime=15.08 cores=1,3,5,7
/proc/15170/task/15224/stat : 15224 (java) S 15167 15170 1330 0 -1 1077944384 14945 12695 0 0 1447 53 5 3 20 0 15 0 48933643 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140259414985744 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15225] ppid=15167 vsize=14069564 CPUtime=9.28 cores=1,3,5,7
/proc/15170/task/15225/stat : 15225 (java) S 15167 15170 1330 0 -1 1077944384 13363 12695 0 0 855 65 5 3 20 0 15 0 48933644 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258976462960 140259498740354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15226] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15226/stat : 15226 (java) S 15167 15170 1330 0 -1 1077944384 55 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258975408992 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15227] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15227/stat : 15227 (java) S 15167 15170 1330 0 -1 1077944384 45 12695 0 0 0 0 5 3 20 0 15 0 48933645 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258974356608 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15228] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15228/stat : 15228 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933647 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258973304912 140259498747803 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15229] ppid=15167 vsize=14069564 CPUtime=41.02 cores=1,3,5,7
/proc/15170/task/15229/stat : 15229 (java) S 15167 15170 1330 0 -1 1077944384 27380 12695 0 0 4089 5 5 3 20 0 15 0 48933648 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258972252784 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15230] ppid=15167 vsize=14069564 CPUtime=34.81 cores=1,3,5,7
/proc/15170/task/15230/stat : 15230 (java) S 15167 15170 1330 0 -1 1077944384 26696 12695 0 0 3466 7 5 3 20 0 15 0 48933648 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258971199984 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15231] ppid=15167 vsize=14069564 CPUtime=3.18 cores=1,3,5,7
/proc/15170/task/15231/stat : 15231 (java) S 15167 15170 1330 0 -1 1077944384 17470 12695 0 0 305 5 5 3 20 0 15 0 48933648 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258970147696 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15232] ppid=15167 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/15170/task/15232/stat : 15232 (java) S 15167 15170 1330 0 -1 1077944384 3 12695 0 0 0 0 5 3 20 0 15 0 48933648 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258969095136 140259498739413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
[pid=15170/tid=15233] ppid=15167 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/15170/task/15233/stat : 15233 (java) S 15167 15170 1330 0 -1 1077944384 1117 12695 0 0 68 80 5 3 20 0 15 0 48933651 14407233536 153902 18446744073709551615 4194304 4196468 140732053876608 140258968041904 140259498740354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17240064 140732053878736 140732053881521 140732053881521 140732053884879 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14069564

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 15170 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2397.43
CPU time (s): 2520.05
CPU user time (s): 2516.14
CPU system time (s): 3.90362
CPU usage (%): 105.115
Max. virtual memory (cumulated for all children) (KiB): 14072064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.14
system time used= 3.90362
maximum resident set size= 1078884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296568
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254570
involuntary context switches= 7105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5525 second user time and 14.6657 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 17:44:43
IDJOB=4262193
IDBENCH=135732
IDSOLVER=2650
FILE ID=node125/4262193-1502467128
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262193-1502467128/watcher-4262193-1502467128 -o /tmp/evaluation-result-4262193-1502467128/solver-4262193-1502467128 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262193-1502467128.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=1632105119

node125.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.07
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.07
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.07
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.07
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:        30207380 kB
MemAvailable:   30982524 kB
Buffers:          256288 kB
Cached:           809936 kB
SwapCached:            0 kB
Active:          1607456 kB
Inactive:         534648 kB
Active(anon):    1076352 kB
Inactive(anon):    24908 kB
Active(file):     531104 kB
Inactive(file):   509740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24536 kB
Writeback:             8 kB
AnonPages:       1075412 kB
Mapped:            55092 kB
Shmem:             25252 kB
Slab:             125528 kB
SReclaimable:     100272 kB
SUnreclaim:        25256 kB
KernelStack:        3440 kB
PageTables:         6972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1985204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 18:24:41