Trace number 4261985

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)1220 2520.1399 2462.3301

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-17.xml
MD5SUM55160ca1cb6892c8520106891d7cdd01
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1220
Best CPU time to get the best result obtained on this benchmark552.08801
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.36/2.24	c Concrete v3.4 running
6.01/3.34	o 709
6.23/3.85	o 715
6.23/3.88	o 745
6.23/3.90	o 774
6.49/3.92	o 813
6.49/3.93	o 862
6.49/3.95	o 915
6.49/3.96	o 942
6.49/3.97	o 998
6.49/3.99	o 1001
6.84/4.00	o 1005
6.84/4.01	o 1038
6.84/4.02	o 1057
6.84/4.05	o 1061
6.84/4.06	o 1063
6.84/4.07	o 1082
6.84/4.08	o 1091
6.84/4.09	o 1092
7.21/4.10	o 1106
7.21/4.12	o 1113
7.21/4.15	o 1144
7.21/4.17	o 1145
7.53/4.23	o 1174
7.53/4.24	o 1201
7.83/4.34	o 1220
2520.07/2462.31	java.util.concurrent.TimeoutException
2520.07/2462.31		at concrete.MAC.mac(MAC.scala:74)
2520.07/2462.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.07/2462.31		at scala.util.Try$.apply(Try.scala:209)
2520.07/2462.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2462.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2462.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2462.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2462.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.07/2462.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2462.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2462.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2462.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2462.31		at concrete.MAC.oneRun(MAC.scala:146)
2520.07/2462.31		at concrete.MAC.nextSolution(MAC.scala:166)
2520.07/2462.31		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.07/2462.31		at concrete.ProblemState.map(ProblemState.scala:203)
2520.07/2462.31		at concrete.ProblemState.map(ProblemState.scala:188)
2520.07/2462.31		at concrete.MAC.nextSolution(MAC.scala:195)
2520.07/2462.31		at concrete.Solver.hasNext(Solver.scala:202)
2520.07/2462.31		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.07/2462.31		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.07/2462.31		at concrete.Solver.toStream(Solver.scala:73)
2520.07/2462.31		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.07/2462.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.07/2462.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.07/2462.31		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.07/2462.31		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.07/2462.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2462.31		at scala.util.Success.map(Try.scala:209)
2520.07/2462.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.07/2462.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.07/2462.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2462.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.07/2462.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2462.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2462.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2462.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2462.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2462.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2462.31		at scala.App.main(App.scala:76)
2520.07/2462.31		at scala.App.main$(App.scala:74)
2520.07/2462.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2462.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2462.32	v <instantiation cost="1220">
2520.07/2462.32	v       <list>
2520.07/2462.32	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.07/2462.32	v       </list>
2520.07/2462.32	v       <values>
2520.07/2462.32	v         0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0
2520.07/2462.32	v       </values>
2520.07/2462.32	v     </instantiation>
2520.07/2462.32	s SATISFIABLE

Verifier Data

OK	1220

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-4261985-1502458454/watcher-4261985-1502458454 -o /tmp/evaluation-result-4261985-1502458454/solver-4261985-1502458454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580 bin/concrete HOME/instance-4261985-1502458454.xml 

pid=31282
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.45 1.47 1.53 3/197 31285
/proc/meminfo: memFree=30239524/32770624 swapFree=0/544508
[pid=31285] ppid=31282 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31285/stat : 31285 (runsolver) D 31282 31285 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48038866 24240128 108 18446744073709551615 4194304 4338465 140726792417392 140726792415032 140211189715671 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 28860416 140726792425680 140726792426057 140726792426057 140726792429514 0
/proc/31285/statm: 5918 108 54 36 0 2156 0

[startup+0.100454 s]
/proc/loadavg: 1.45 1.47 1.53 3/197 31285
/proc/meminfo: memFree=30239524/32770624 swapFree=0/544508
[pid=31285] ppid=31282 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/31285/stat : 31285 (bash) S 31282 31285 19618 0 -1 4202496 716 3530 0 0 0 0 0 0 20 0 1 0 48038866 9736192 355 18446744073709551615 4194304 5098028 140737328522896 140737328520536 139977548807168 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 36708352 140737328525844 140737328525929 140737328525929 140737328529386 0
/proc/31285/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200254 s]
/proc/loadavg: 1.45 1.47 1.53 3/197 31285
/proc/meminfo: memFree=30239524/32770624 swapFree=0/544508
[pid=31285] ppid=31282 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/31285/stat : 31285 (bash) R 31282 31285 19618 0 -1 1077944320 974 12660 0 0 0 0 5 2 20 0 1 0 48038866 9867264 380 18446744073709551615 4194304 5098028 140737328522896 140737328518696 139977548634615 0 0 1 0 0 0 0 17 1 0 0 8 0 0 7196144 7232144 36708352 140737328525844 140737328525929 140737328525929 140737328529386 0
/proc/31285/statm: 2409 380 299 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300312 s]
/proc/loadavg: 1.45 1.47 1.53 3/197 31285
/proc/meminfo: memFree=30239524/32770624 swapFree=0/544508
[pid=31285] ppid=31282 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 5553 12660 0 0 5 1 5 2 20 0 14 0 48038866 14241083392 5233 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3476827 5233 2561 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.707726 s]
/proc/loadavg: 1.45 1.47 1.53 3/197 31285
/proc/meminfo: memFree=30239524/32770624 swapFree=0/544508
[pid=31285] ppid=31282 vsize=13974784 CPUtime=0.61 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 13676 12660 0 0 50 4 5 2 20 0 15 0 48038866 14310178816 14156 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3493696 14156 3084 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50103 s]
/proc/loadavg: 1.45 1.47 1.53 3/212 31348
/proc/meminfo: memFree=30146976/32770624 swapFree=0/544540
[pid=31285] ppid=31282 vsize=13985408 CPUtime=1.8 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 25288 12660 0 0 165 8 5 2 20 0 15 0 48038866 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3496352 33866 3341 1 0 3485525 0
[pid=31285/tid=31335] ppid=31282 vsize=13985408 CPUtime=1.26 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 20408 12660 0 0 114 5 5 2 20 0 15 0 48038887 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139704993974768 139704989752726 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 1 12660 0 0 0 0 5 2 20 0 15 0 48038887 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 1 12660 0 0 0 0 5 2 20 0 15 0 48038887 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 1 12660 0 0 0 0 5 2 20 0 15 0 48038887 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 2 12660 0 0 0 0 5 2 20 0 15 0 48038887 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 5 12660 0 0 0 0 5 2 20 0 15 0 48038889 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 33 12660 0 0 0 0 5 2 20 0 15 0 48038889 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703905093280 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 21 12660 0 0 0 0 5 2 20 0 15 0 48038889 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703904040176 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 981 12660 0 0 14 0 5 2 20 0 15 0 48038892 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 719 12660 0 0 13 0 5 2 20 0 15 0 48038892 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) R 31282 31285 19618 0 -1 4202560 953 12660 0 0 22 0 5 2 20 0 15 0 48038892 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704974873136 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038901 14321057792 33866 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 13985408

[startup+3.10827 s]
/proc/loadavg: 1.45 1.47 1.53 5/212 31348
/proc/meminfo: memFree=30050748/32770624 swapFree=0/544540
[pid=31285] ppid=31282 vsize=14065468 CPUtime=5.46 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 48299 12660 0 0 522 17 5 2 20 0 15 0 48038866 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516367 69975 3441 1 0 3504981 0
[pid=31285/tid=31335] ppid=31282 vsize=14065468 CPUtime=2.79 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) S 31282 31285 19618 0 -1 1077944384 36747 12660 0 0 262 10 5 2 20 0 15 0 48038887 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139704993969248 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) R 31282 31285 19618 0 -1 4202560 236 12660 0 0 2 0 5 2 20 0 15 0 48038887 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704982368999 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14065468 CPUtime=0.1 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) R 31282 31285 19618 0 -1 4202560 46 12660 0 0 3 0 5 2 20 0 15 0 48038887 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704982368999 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) R 31282 31285 19618 0 -1 4202560 41 12660 0 0 2 0 5 2 20 0 15 0 48038887 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704974441531 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14065468 CPUtime=0.1 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) R 31282 31285 19618 0 -1 4202560 47 12660 0 0 3 0 5 2 20 0 15 0 48038887 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139704586803720 139704982368999 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 910 12660 0 0 2 0 5 2 20 0 15 0 48038889 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703906145568 139704989750997 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 55 12660 0 0 0 0 5 2 20 0 15 0 48038889 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 43 12660 0 0 0 0 5 2 20 0 15 0 48038889 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14065468 CPUtime=0.65 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 1536 12660 0 0 57 1 5 2 20 0 15 0 48038892 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14065468 CPUtime=1.11 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 4000 12660 0 0 103 1 5 2 20 0 15 0 48038892 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703900867504 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14065468 CPUtime=0.9 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 2475 12660 0 0 82 1 5 2 20 0 15 0 48038892 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) R 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038901 14403039232 69975 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 14065468

[startup+6.30105 s]
/proc/loadavg: 1.57 1.50 1.54 3/212 31348
/proc/meminfo: memFree=29853916/32770624 swapFree=0/544532
[pid=31285] ppid=31282 vsize=14067516 CPUtime=12.24 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 63643 12660 0 0 1195 22 5 2 20 0 15 0 48038866 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 103319 3469 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=5.34 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 38569 12660 0 0 515 12 5 2 20 0 15 0 48038887 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139704993974864 139704989752726 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 248 12660 0 0 10 0 5 2 20 0 15 0 48038887 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 91 12660 0 0 10 0 5 2 20 0 15 0 48038887 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 250 12660 0 0 10 0 5 2 20 0 15 0 48038887 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 76 12660 0 0 10 0 5 2 20 0 15 0 48038887 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 1196 12660 0 0 9 0 5 2 20 0 15 0 48038889 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14067516 CPUtime=2.28 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 4006 12660 0 0 220 1 5 2 20 0 15 0 48038892 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14067516 CPUtime=2.89 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 10252 12660 0 0 281 1 5 2 20 0 15 0 48038892 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 5574 12660 0 0 123 2 5 2 20 0 15 0 48038892 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1117 12660 0 0 0 0 5 2 20 0 15 0 48038901 14405136384 103319 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.77 1.54 1.55 3/212 31348
/proc/meminfo: memFree=29572240/32770624 swapFree=0/544528
[pid=31285] ppid=31282 vsize=14067516 CPUtime=23.42 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 73347 12660 0 0 2305 30 5 2 20 0 15 0 48038866 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 153906 3469 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=11.72 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 40352 12660 0 0 1149 16 5 2 20 0 15 0 48038887 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139704993971712 139704641232450 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 284 12660 0 0 11 1 5 2 20 0 15 0 48038887 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 108 12660 0 0 11 0 5 2 20 0 15 0 48038887 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 331 12660 0 0 11 0 5 2 20 0 15 0 48038887 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 1346 12660 0 0 11 1 5 2 20 0 15 0 48038887 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 1521 12660 0 0 10 0 5 2 20 0 15 0 48038889 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 153906 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0

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

/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207004 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1842 12660 0 0 74 76 5 2 20 0 15 0 48038901 14405136384 207004 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 2377.96
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.27 1.30 1.34 3/209 31599
/proc/meminfo: memFree=29554280/32770624 swapFree=0/544948
[pid=31285] ppid=31282 vsize=14067516 CPUtime=2438.87 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 175667 12660 0 0 243461 419 5 2 20 0 15 0 48038866 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 207012 3470 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=2353.22 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 84955 12660 0 0 235253 62 5 2 20 0 15 0 48038887 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139704993974144 139704639186069 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=12.07 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 6680 12660 0 0 1131 69 5 2 20 0 15 0 48038887 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=12.02 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 6353 12660 0 0 1124 71 5 2 20 0 15 0 48038887 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=12.02 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 12852 12660 0 0 1127 68 5 2 20 0 15 0 48038887 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=12.05 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 9159 12660 0 0 1119 79 5 2 20 0 15 0 48038887 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=12.87 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 11815 12660 0 0 1209 71 5 2 20 0 15 0 48038889 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14067516 CPUtime=9.87 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 8923 12660 0 0 976 4 5 2 20 0 15 0 48038892 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14067516 CPUtime=10.5 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 15596 12660 0 0 1039 4 5 2 20 0 15 0 48038892 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14067516 CPUtime=3.17 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 15211 12660 0 0 304 6 5 2 20 0 15 0 48038892 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=1.6 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1859 12660 0 0 76 77 5 2 20 0 15 0 48038901 14405136384 207012 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 2438.87
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.30 1.32 1.35 3/213 31616
/proc/meminfo: memFree=29547732/32770624 swapFree=0/544972
[pid=31285] ppid=31282 vsize=14067516 CPUtime=2499.78 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 177286 12660 0 0 249541 430 5 2 20 0 15 0 48038866 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 207532 3470 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=2412.5 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 85982 12660 0 0 241180 63 5 2 20 0 15 0 48038887 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139704993973840 139704641840520 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 6727 12660 0 0 1160 71 5 2 20 0 15 0 48038887 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=12.34 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 6448 12660 0 0 1153 74 5 2 20 0 15 0 48038887 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=12.34 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 13070 12660 0 0 1157 70 5 2 20 0 15 0 48038887 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 9170 12660 0 0 1148 81 5 2 20 0 15 0 48038887 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=13.21 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 12013 12660 0 0 1241 73 5 2 20 0 15 0 48038889 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14067516 CPUtime=9.87 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 8925 12660 0 0 976 4 5 2 20 0 15 0 48038892 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14067516 CPUtime=10.5 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 15598 12660 0 0 1039 4 5 2 20 0 15 0 48038892 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14067516 CPUtime=3.17 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 15213 12660 0 0 304 6 5 2 20 0 15 0 48038892 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1876 12660 0 0 79 78 5 2 20 0 15 0 48038901 14405136384 207532 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 2499.78
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.3 s]
/proc/loadavg: 1.35 1.33 1.35 3/213 31641
/proc/meminfo: memFree=29545428/32770624 swapFree=0/545008
[pid=31285] ppid=31282 vsize=14067516 CPUtime=2520.07 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 177634 12660 0 0 251567 433 5 2 20 0 15 0 48038866 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 207537 3470 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=2432.25 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 86316 12660 0 0 243155 63 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704993974144 139704640940808 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=12.48 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 6732 12660 0 0 1169 72 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=12.44 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 6449 12660 0 0 1163 74 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=12.44 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 13071 12660 0 0 1166 71 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=12.46 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 9172 12660 0 0 1158 81 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=13.31 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 12016 12660 0 0 1251 73 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14067516 CPUtime=9.87 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 8925 12660 0 0 976 4 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14067516 CPUtime=10.5 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 15598 12660 0 0 1039 4 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14067516 CPUtime=3.17 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 15213 12660 0 0 304 6 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1878 12660 0 0 79 79 5 2 20 0 15 0 48038901 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14067516

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

[startup+2462.3 s]
/proc/loadavg: 1.35 1.33 1.35 3/213 31641
/proc/meminfo: memFree=29545428/32770624 swapFree=0/545008
[pid=31285] ppid=31282 vsize=14067516 CPUtime=2520.07 cores=1,3,5,7
/proc/31285/stat : 31285 (java) S 31282 31285 19618 0 -1 1077944320 177634 12660 0 0 251567 433 5 2 20 0 15 0 48038866 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 140736044932640 139704989740791 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
/proc/31285/statm: 3516879 207537 3470 1 0 3505493 0
[pid=31285/tid=31335] ppid=31282 vsize=14067516 CPUtime=2432.25 cores=1,3,5,7
/proc/31285/task/31335/stat : 31335 (java) R 31282 31285 19618 0 -1 4202560 86316 12660 0 0 243155 63 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704993974144 139704640940808 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31336] ppid=31282 vsize=14067516 CPUtime=12.48 cores=1,3,5,7
/proc/31285/task/31336/stat : 31336 (java) S 31282 31285 19618 0 -1 1077944384 6732 12660 0 0 1169 72 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704952846864 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31337] ppid=31282 vsize=14067516 CPUtime=12.44 cores=1,3,5,7
/proc/31285/task/31337/stat : 31337 (java) S 31282 31285 19618 0 -1 1077944384 6449 12660 0 0 1163 74 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704588909200 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31338] ppid=31282 vsize=14067516 CPUtime=12.44 cores=1,3,5,7
/proc/31285/task/31338/stat : 31338 (java) S 31282 31285 19618 0 -1 1077944384 13071 12660 0 0 1166 71 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704587856144 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31339] ppid=31282 vsize=14067516 CPUtime=12.46 cores=1,3,5,7
/proc/31285/task/31339/stat : 31339 (java) S 31282 31285 19618 0 -1 1077944384 9172 12660 0 0 1158 81 5 2 20 0 15 0 48038887 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139704586803600 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31340] ppid=31282 vsize=14067516 CPUtime=13.31 cores=1,3,5,7
/proc/31285/task/31340/stat : 31340 (java) S 31282 31285 19618 0 -1 1077944384 12016 12660 0 0 1251 73 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703906147056 139704989751938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31341] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31341/stat : 31341 (java) S 31282 31285 19618 0 -1 1077944384 56 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703905093344 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31342] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31342/stat : 31342 (java) S 31282 31285 19618 0 -1 1077944384 48 12660 0 0 0 0 5 2 20 0 15 0 48038889 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703904040192 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31343] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31343/stat : 31343 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703902988752 139704989759387 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31344] ppid=31282 vsize=14067516 CPUtime=9.87 cores=1,3,5,7
/proc/31285/task/31344/stat : 31344 (java) S 31282 31285 19618 0 -1 1077944384 8925 12660 0 0 976 4 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703901935856 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31345] ppid=31282 vsize=14067516 CPUtime=10.5 cores=1,3,5,7
/proc/31285/task/31345/stat : 31345 (java) S 31282 31285 19618 0 -1 1077944384 15598 12660 0 0 1039 4 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703900883312 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31346] ppid=31282 vsize=14067516 CPUtime=3.17 cores=1,3,5,7
/proc/31285/task/31346/stat : 31346 (java) S 31282 31285 19618 0 -1 1077944384 15213 12660 0 0 304 6 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703899830256 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31347] ppid=31282 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31285/task/31347/stat : 31347 (java) S 31282 31285 19618 0 -1 1077944384 3 12660 0 0 0 0 5 2 20 0 15 0 48038892 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703898777952 139704989750997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
[pid=31285/tid=31348] ppid=31282 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/31285/task/31348/stat : 31348 (java) S 31282 31285 19618 0 -1 1077944384 1878 12660 0 0 79 79 5 2 20 0 15 0 48038901 14405136384 207537 18446744073709551615 4194304 4196468 140736044950096 139703897726000 139704989751938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33492992 140736044955600 140736044958385 140736044958385 140736044961743 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14067516

Child status: 143
Real time (s): 2462.33
CPU time (s): 2520.14
CPU user time (s): 2515.76
CPU system time (s): 4.37671
CPU usage (%): 102.348
Max. virtual memory (cumulated for all children) (KiB): 14070208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.76
system time used= 4.37671
maximum resident set size= 830880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358568
involuntary context switches= 7406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4792 second user time and 16.2406 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 15:20:07
IDJOB=4261985
IDBENCH=133491
IDSOLVER=2650
FILE ID=node127/4261985-1502458454
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261985-1502458454/watcher-4261985-1502458454 -o /tmp/evaluation-result-4261985-1502458454/solver-4261985-1502458454 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4261985-1502458454.xml

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

MD5SUM BENCH= 55160ca1cb6892c8520106891d7cdd01
RANDOM SEED=724781026

node127.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.92
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.92
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.92
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.92
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:        30239536 kB
MemAvailable:   31040920 kB
Buffers:          255272 kB
Cached:           836356 kB
SwapCached:            0 kB
Active:          1536388 kB
Inactive:         569416 kB
Active(anon):    1014648 kB
Inactive(anon):    24908 kB
Active(file):     521740 kB
Inactive(file):   544508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24276 kB
Writeback:             4 kB
AnonPages:       1017916 kB
Mapped:            56136 kB
Shmem:             25252 kB
Slab:             127368 kB
SReclaimable:     101944 kB
SUnreclaim:        25424 kB
KernelStack:        3728 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1629832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 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 node127 at 2017-08-11 16:01:09