Trace number 4261977

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)1429 2520.1399 2462.22

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-16.xml
MD5SUMe3af77ac2ce2de59a61fc382fed7941a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1429
Best CPU time to get the best result obtained on this benchmark59.541199
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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.27/2.65	c Concrete v3.4 running
5.95/3.75	o 600
5.95/3.78	o 609
5.95/3.80	o 618
6.30/3.81	o 652
6.30/3.83	o 724
6.30/3.84	o 744
6.30/3.86	o 748
6.30/3.87	o 782
6.30/3.88	o 858
6.69/3.90	o 955
6.69/3.91	o 970
6.69/3.92	o 998
6.69/3.93	o 1084
6.69/3.94	o 1097
6.69/3.95	o 1110
6.69/3.95	o 1114
6.69/3.96	o 1130
6.69/3.97	o 1132
6.69/3.97	o 1154
6.69/3.98	o 1201
6.69/3.99	o 1211
7.03/4.00	o 1213
7.03/4.02	o 1221
7.03/4.03	o 1254
7.03/4.03	o 1300
7.03/4.05	o 1338
7.03/4.07	o 1383
7.03/4.08	o 1409
7.35/4.15	o 1414
8.25/4.43	o 1424
8.25/4.50	o 1429
2520.09/2462.20	java.util.concurrent.TimeoutException
2520.09/2462.20		at concrete.MAC.mac(MAC.scala:74)
2520.09/2462.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.09/2462.20		at scala.util.Try$.apply(Try.scala:209)
2520.09/2462.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.09/2462.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.09/2462.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.09/2462.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.09/2462.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.09/2462.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.09/2462.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.09/2462.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.09/2462.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.09/2462.20		at concrete.MAC.oneRun(MAC.scala:146)
2520.09/2462.20		at concrete.MAC.nextSolution(MAC.scala:166)
2520.09/2462.20		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.09/2462.20		at concrete.ProblemState.map(ProblemState.scala:203)
2520.09/2462.20		at concrete.ProblemState.map(ProblemState.scala:188)
2520.09/2462.20		at concrete.MAC.nextSolution(MAC.scala:195)
2520.09/2462.20		at concrete.Solver.hasNext(Solver.scala:202)
2520.09/2462.20		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.09/2462.20		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.09/2462.20		at concrete.Solver.toStream(Solver.scala:73)
2520.09/2462.20		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.09/2462.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.09/2462.20		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.09/2462.20		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.09/2462.20		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.09/2462.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.09/2462.20		at scala.util.Success.map(Try.scala:209)
2520.09/2462.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.09/2462.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.09/2462.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2462.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.09/2462.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2462.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.09/2462.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.09/2462.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.09/2462.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.09/2462.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.09/2462.20		at scala.App.main(App.scala:76)
2520.09/2462.20		at scala.App.main$(App.scala:74)
2520.09/2462.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2462.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2462.21	v <instantiation cost="1429">
2520.09/2462.21	v       <list>
2520.09/2462.21	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]
2520.09/2462.21	v       </list>
2520.09/2462.21	v       <values>
2520.09/2462.21	v         1 0 0 1 1 0 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 1 1 1
2520.09/2462.21	v       </values>
2520.09/2462.21	v     </instantiation>
2520.09/2462.21	s SATISFIABLE

Verifier Data

OK	1429

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-4261977-1502458175/watcher-4261977-1502458175 -o /tmp/evaluation-result-4261977-1502458175/solver-4261977-1502458175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4261977-1502458175.xml 

pid=22816
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.80 1.70 1.63 2/194 22819
/proc/meminfo: memFree=28043796/32770624 swapFree=0/395168
[pid=22819] ppid=22816 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22819/stat : 22819 (runsolver) D 22816 22819 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 34158139 24240128 107 18446744073709551615 4194304 4338465 140729668678736 140729668676376 140528223838935 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31313920 140729668686033 140729668686409 140729668686409 140729668689866 0
/proc/22819/statm: 5918 107 54 36 0 2156 0

[startup+0.100055 s]
/proc/loadavg: 1.80 1.70 1.63 2/194 22819
/proc/meminfo: memFree=28043796/32770624 swapFree=0/395168
[pid=22819] ppid=22816 vsize=9508 CPUtime=0.01 cores=1,3,5,7
/proc/22819/stat : 22819 (bash) R 22816 22819 7434 0 -1 4202496 739 5096 0 0 0 0 0 1 20 0 1 0 34158139 9736192 354 18446744073709551615 4194304 5098028 140736419126864 140736419124504 140050847196481 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 20647936 140736419127828 140736419127913 140736419127913 140736419131370 0
/proc/22819/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9508

[startup+0.200168 s]
/proc/loadavg: 1.80 1.70 1.63 2/194 22819
/proc/meminfo: memFree=28043796/32770624 swapFree=0/395168
[pid=22819] ppid=22816 vsize=26984 CPUtime=0.07 cores=1,3,5,7
/proc/22819/stat : 22819 (java) R 22816 22819 7434 0 -1 4202496 1184 12346 0 0 0 0 4 3 20 0 1 0 34158139 27631616 189 18446744073709551615 4194304 4196468 140727676519440 140727676500136 139942764254477 0 0 1 0 0 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 6746 189 151 1 0 160 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26984

[startup+0.300249 s]
/proc/loadavg: 1.80 1.70 1.63 2/194 22819
/proc/meminfo: memFree=28043796/32770624 swapFree=0/395168
[pid=22819] ppid=22816 vsize=105168 CPUtime=0.07 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 2423 12346 0 0 0 0 4 3 20 0 2 0 34158139 107692032 1291 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 26292 1291 965 1 0 16809 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 105168

[startup+0.700166 s]
/proc/loadavg: 1.80 1.70 1.63 2/194 22819
/proc/meminfo: memFree=28043796/32770624 swapFree=0/395168
[pid=22819] ppid=22816 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 5816 12346 0 0 5 1 4 3 20 0 14 0 34158139 14241083392 5507 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3476827 5507 2570 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+1.501 s]
/proc/loadavg: 1.80 1.70 1.63 4/209 22882
/proc/meminfo: memFree=28008448/32770624 swapFree=0/395192
[pid=22819] ppid=22816 vsize=13979264 CPUtime=1.25 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 21105 12346 0 0 111 7 4 3 20 0 15 0 34158139 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3494816 25742 3313 1 0 3483989 0
[pid=22819/tid=22869] ppid=22816 vsize=13979264 CPUtime=0.84 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 16801 12346 0 0 72 5 4 3 20 0 15 0 34158159 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139942766258352 139942744002562 0 4 1 16800974 0 0 0 -1 7 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 1 12346 0 0 0 0 4 3 20 0 15 0 34158204 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 1 12346 0 0 0 0 4 3 20 0 15 0 34158204 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 1 12346 0 0 0 0 4 3 20 0 15 0 34158204 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 2 12346 0 0 0 0 4 3 20 0 15 0 34158204 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 6 12346 0 0 0 0 4 3 20 0 15 0 34158205 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 33 12346 0 0 0 0 4 3 20 0 15 0 34158206 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941744817056 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 21 12346 0 0 0 0 4 3 20 0 15 0 34158206 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941743764464 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=13979264 CPUtime=0.15 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 755 12346 0 0 8 0 4 3 20 0 15 0 34158208 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=13979264 CPUtime=0.19 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 643 12346 0 0 12 0 4 3 20 0 15 0 34158208 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=13979264 CPUtime=0.24 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 683 12346 0 0 17 0 4 3 20 0 15 0 34158208 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=13979264 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 1 12346 0 0 0 0 4 3 20 0 15 0 34158216 14314766336 25742 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13979264

[startup+3.10066 s]
/proc/loadavg: 1.81 1.70 1.63 4/209 22882
/proc/meminfo: memFree=27894132/32770624 swapFree=0/395224
[pid=22819] ppid=22816 vsize=13997884 CPUtime=4.21 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 33180 12346 0 0 399 15 4 3 20 0 15 0 34158139 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3499471 48917 3445 1 0 3488085 0
[pid=22819/tid=22869] ppid=22816 vsize=13997884 CPUtime=2.4 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 24686 12346 0 0 225 8 4 3 20 0 15 0 34158159 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139942766277856 139942746133854 0 4 1 16800974 0 0 0 -1 3 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 199 12346 0 0 1 0 4 3 20 0 15 0 34158204 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 33 12346 0 0 1 0 4 3 20 0 15 0 34158204 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 57 12346 0 0 1 0 4 3 20 0 15 0 34158204 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 28 12346 0 0 0 0 4 3 20 0 15 0 34158204 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 885 12346 0 0 1 0 4 3 20 0 15 0 34158205 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 55 12346 0 0 0 0 4 3 20 0 15 0 34158206 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941744817120 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 44 12346 0 0 0 0 4 3 20 0 15 0 34158206 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=13997884 CPUtime=0.51 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 1517 12346 0 0 43 1 4 3 20 0 15 0 34158208 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=13997884 CPUtime=0.58 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 1301 12346 0 0 50 1 4 3 20 0 15 0 34158208 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=13997884 CPUtime=0.81 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 2216 12346 0 0 73 1 4 3 20 0 15 0 34158208 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158216 14333833216 48917 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 13997884

[startup+6.30071 s]
/proc/loadavg: 1.81 1.70 1.63 4/209 22882
/proc/meminfo: memFree=27694484/32770624 swapFree=0/395220
[pid=22819] ppid=22816 vsize=14067516 CPUtime=11.96 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 62421 12346 0 0 1165 24 4 3 20 0 15 0 34158139 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 103284 3466 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=5.38 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 39022 12346 0 0 519 12 4 3 20 0 15 0 34158159 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139942766286784 139942762065302 0 4 1 16800974 0 0 0 -1 1 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 229 12346 0 0 7 0 4 3 20 0 15 0 34158204 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 115 12346 0 0 8 0 4 3 20 0 15 0 34158204 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 278 12346 0 0 10 0 4 3 20 0 15 0 34158204 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 47 12346 0 0 8 0 4 3 20 0 15 0 34158204 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 1244 12346 0 0 9 0 4 3 20 0 15 0 34158205 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=14067516 CPUtime=2.37 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 5705 12346 0 0 228 2 4 3 20 0 15 0 34158208 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=14067516 CPUtime=2.55 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 7429 12346 0 0 246 2 4 3 20 0 15 0 34158208 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=14067516 CPUtime=1.32 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) R 22816 22819 7434 0 -1 4202560 4717 12346 0 0 123 2 4 3 20 0 15 0 34158208 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942740988551 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 1371 12346 0 0 0 0 4 3 20 0 15 0 34158216 14405136384 103284 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 11.96
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.76 1.69 1.63 3/209 22882
/proc/meminfo: memFree=27498672/32770624 swapFree=0/395216
[pid=22819] ppid=22816 vsize=14067516 CPUtime=23.32 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 72384 12346 0 0 2293 32 4 3 20 0 15 0 34158139 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 149656 3470 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=11.76 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 40720 12346 0 0 1154 15 4 3 20 0 15 0 34158159 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139942766283856 139942743702234 0 4 1 16800974 0 0 0 -1 1 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 307 12346 0 0 8 0 4 3 20 0 15 0 34158204 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 568 12346 0 0 9 0 4 3 20 0 15 0 34158204 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 1223 12346 0 0 11 0 4 3 20 0 15 0 34158204 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 107 12346 0 0 9 0 4 3 20 0 15 0 34158204 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 1567 12346 0 0 10 0 4 3 20 0 15 0 34158205 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 149656 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0

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

/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 204037 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=1.48 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 2094 12346 0 0 65 76 4 3 20 0 15 0 34158216 14405136384 204037 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 2317.17
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.14 1.37 1.40 3/209 23393
/proc/meminfo: memFree=29972308/32770624 swapFree=0/395840
[pid=22819] ppid=22816 vsize=14067516 CPUtime=2378.07 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 179290 12346 0 0 237404 396 4 3 20 0 15 0 34158139 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 204050 3470 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=2294.42 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 85749 12346 0 0 229379 56 4 3 20 0 15 0 34158159 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139942766286944 139942408057814 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=11.73 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 8273 12346 0 0 1096 70 4 3 20 0 15 0 34158204 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=11.74 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 7263 12346 0 0 1104 63 4 3 20 0 15 0 34158204 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=11.76 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 9738 12346 0 0 1098 71 4 3 20 0 15 0 34158204 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=11.77 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 8953 12346 0 0 1103 67 4 3 20 0 15 0 34158204 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=12.3 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 11608 12346 0 0 1158 65 4 3 20 0 15 0 34158205 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=14067516 CPUtime=9.99 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 11272 12346 0 0 986 6 4 3 20 0 15 0 34158208 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=14067516 CPUtime=10.17 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 12710 12346 0 0 1004 6 4 3 20 0 15 0 34158208 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=14067516 CPUtime=3.2 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 19349 12346 0 0 306 7 4 3 20 0 15 0 34158208 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 2111 12346 0 0 68 77 4 3 20 0 15 0 34158216 14405136384 204050 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 2378.07
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.35 1.38 1.40 3/209 23394
/proc/meminfo: memFree=29972756/32770624 swapFree=0/395836
[pid=22819] ppid=22816 vsize=14067516 CPUtime=2438.96 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 180669 12346 0 0 243483 406 4 3 20 0 15 0 34158139 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 204052 3470 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=2353.66 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 86572 12346 0 0 235302 57 4 3 20 0 15 0 34158159 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139942766286992 139942410881668 0 4 1 16800974 0 0 0 -1 1 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=12.04 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 8296 12346 0 0 1126 71 4 3 20 0 15 0 34158204 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=12.07 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 7488 12346 0 0 1135 65 4 3 20 0 15 0 34158204 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=12.08 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 9770 12346 0 0 1129 72 4 3 20 0 15 0 34158204 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=12.08 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 9003 12346 0 0 1132 69 4 3 20 0 15 0 34158204 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=12.63 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 11811 12346 0 0 1190 66 4 3 20 0 15 0 34158205 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=14067516 CPUtime=9.99 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 11274 12346 0 0 986 6 4 3 20 0 15 0 34158208 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=14067516 CPUtime=10.17 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 12712 12346 0 0 1004 6 4 3 20 0 15 0 34158208 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=14067516 CPUtime=3.2 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 19351 12346 0 0 306 7 4 3 20 0 15 0 34158208 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=1.56 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 2128 12346 0 0 69 80 4 3 20 0 15 0 34158216 14405136384 204052 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 2438.96
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.29 1.37 1.40 3/209 23397
/proc/meminfo: memFree=29970040/32770624 swapFree=0/395848
[pid=22819] ppid=22816 vsize=14067516 CPUtime=2499.88 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 182042 12346 0 0 249567 414 4 3 20 0 15 0 34158139 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 204063 3470 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=2412.94 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 87376 12346 0 0 241229 58 4 3 20 0 15 0 34158159 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942766287440 139942410208248 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=12.37 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 8327 12346 0 0 1156 74 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=12.39 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 7544 12346 0 0 1165 67 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=12.41 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 9799 12346 0 0 1160 74 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=12.41 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 9231 12346 0 0 1163 71 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=12.96 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 12023 12346 0 0 1221 68 4 3 20 0 15 0 34158205 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=14067516 CPUtime=9.99 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 11276 12346 0 0 986 6 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=14067516 CPUtime=10.17 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 12714 12346 0 0 1004 6 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=14067516 CPUtime=3.2 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 19353 12346 0 0 306 7 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=1.59 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 2135 12346 0 0 71 81 4 3 20 0 15 0 34158216 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 2499.88
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.2 s]
/proc/loadavg: 1.20 1.34 1.39 3/209 23399
/proc/meminfo: memFree=29969916/32770624 swapFree=0/395864
[pid=22819] ppid=22816 vsize=14067516 CPUtime=2520.09 cores=1,3,5,7
/proc/22819/stat : 22819 (java) S 22816 22819 7434 0 -1 1077944320 182382 12346 0 0 251585 417 4 3 20 0 15 0 34158139 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 140727676501984 139942762053367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
/proc/22819/statm: 3516879 204063 3470 1 0 3505493 0
[pid=22819/tid=22869] ppid=22816 vsize=14067516 CPUtime=2432.6 cores=1,3,5,7
/proc/22819/task/22869/stat : 22869 (java) R 22816 22819 7434 0 -1 4202560 87708 12346 0 0 243195 58 4 3 20 0 15 0 34158159 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942766287056 139942410282142 0 4 1 16800974 0 0 0 -1 5 0 0 50 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22870] ppid=22816 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/22819/task/22870/stat : 22870 (java) S 22816 22819 7434 0 -1 1077944384 8328 12346 0 0 1166 74 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942361754384 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22871] ppid=22816 vsize=14067516 CPUtime=12.5 cores=1,3,5,7
/proc/22819/task/22871/stat : 22871 (java) S 22816 22819 7434 0 -1 1077944384 7545 12346 0 0 1175 68 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942360701840 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22872] ppid=22816 vsize=14067516 CPUtime=12.51 cores=1,3,5,7
/proc/22819/task/22872/stat : 22872 (java) S 22816 22819 7434 0 -1 1077944384 9799 12346 0 0 1170 74 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942359649296 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22873] ppid=22816 vsize=14067516 CPUtime=12.51 cores=1,3,5,7
/proc/22819/task/22873/stat : 22873 (java) S 22816 22819 7434 0 -1 1077944384 9233 12346 0 0 1173 71 4 3 20 0 15 0 34158204 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139942358596752 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22874] ppid=22816 vsize=14067516 CPUtime=13.07 cores=1,3,5,7
/proc/22819/task/22874/stat : 22874 (java) S 22816 22819 7434 0 -1 1077944384 12026 12346 0 0 1231 69 4 3 20 0 15 0 34158205 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941745870832 139942762064514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22875] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22875/stat : 22875 (java) S 22816 22819 7434 0 -1 1077944384 59 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941744817184 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22876] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22876/stat : 22876 (java) S 22816 22819 7434 0 -1 1077944384 48 12346 0 0 0 0 4 3 20 0 15 0 34158206 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941743764480 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22877] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22877/stat : 22877 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941742713040 139942762071963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22878] ppid=22816 vsize=14067516 CPUtime=9.99 cores=1,3,5,7
/proc/22819/task/22878/stat : 22878 (java) S 22816 22819 7434 0 -1 1077944384 11276 12346 0 0 986 6 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941741660656 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22879] ppid=22816 vsize=14067516 CPUtime=10.17 cores=1,3,5,7
/proc/22819/task/22879/stat : 22879 (java) S 22816 22819 7434 0 -1 1077944384 12714 12346 0 0 1004 6 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941740608112 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22880] ppid=22816 vsize=14067516 CPUtime=3.2 cores=1,3,5,7
/proc/22819/task/22880/stat : 22880 (java) S 22816 22819 7434 0 -1 1077944384 19353 12346 0 0 306 7 4 3 20 0 15 0 34158208 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941739555568 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22881] ppid=22816 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/22819/task/22881/stat : 22881 (java) S 22816 22819 7434 0 -1 1077944384 3 12346 0 0 0 0 4 3 20 0 15 0 34158209 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941738503264 139942762063573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
[pid=22819/tid=22882] ppid=22816 vsize=14067516 CPUtime=1.61 cores=1,3,5,7
/proc/22819/task/22882/stat : 22882 (java) S 22816 22819 7434 0 -1 1077944384 2136 12346 0 0 72 82 4 3 20 0 15 0 34158216 14405136384 204063 18446744073709551615 4194304 4196468 140727676519440 139941737449776 139942762064514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 36257792 140727676524496 140727676527281 140727676527281 140727676530639 0
Current children cumulated CPU time (s) 2520.09
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 22819 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2462.22
CPU time (s): 2520.14
CPU user time (s): 2515.92
CPU system time (s): 4.21844
CPU usage (%): 102.352
Max. virtual memory (cumulated for all children) (KiB): 14069632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.92
system time used= 4.21845
maximum resident set size= 816884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 354328
involuntary context switches= 8003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0117 second user time and 15.3763 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 15:15:19
IDJOB=4261977
IDBENCH=133446
IDSOLVER=2650
FILE ID=node124/4261977-1502458175
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-16.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261977-1502458175/watcher-4261977-1502458175 -o /tmp/evaluation-result-4261977-1502458175/solver-4261977-1502458175 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4261977-1502458175.xml

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

MD5SUM BENCH= e3af77ac2ce2de59a61fc382fed7941a
RANDOM SEED=289326459

node124.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.51
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.51
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.51
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.51
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:        28043796 kB
MemAvailable:   28476176 kB
Buffers:          210552 kB
Cached:           508980 kB
SwapCached:            0 kB
Active:          3893988 kB
Inactive:         411936 kB
Active(anon):    3586876 kB
Inactive(anon):    16768 kB
Active(file):     307112 kB
Inactive(file):   395168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24540 kB
Writeback:            16 kB
AnonPages:       3585932 kB
Mapped:            50972 kB
Shmem:             17128 kB
Slab:             117372 kB
SReclaimable:      91872 kB
SUnreclaim:        25500 kB
KernelStack:        3440 kB
PageTables:        11612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4066028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3338240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 15:56:21