Trace number 4261978

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)992 2520.1201 2461.8301

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-17.xml
MD5SUM072cba4c7f6c08974f35ec38dd54383a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark992
Best CPU time to get the best result obtained on this benchmark44.660999
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.21/2.18	c Concrete v3.4 running
5.91/3.29	o 348
6.27/3.33	o 355
6.27/3.34	o 408
6.27/3.37	o 434
6.27/3.38	o 483
6.27/3.40	o 489
6.60/3.41	o 510
7.26/3.61	o 581
7.26/3.61	o 650
7.26/3.61	o 666
7.26/3.61	o 670
7.26/3.61	o 692
7.26/3.61	o 718
7.26/3.61	o 723
7.26/3.61	o 726
7.26/3.61	o 728
7.26/3.61	o 777
7.26/3.61	o 778
7.26/3.61	o 781
7.26/3.61	o 870
7.26/3.61	o 881
7.26/3.61	o 884
7.26/3.61	o 887
7.26/3.61	o 939
7.26/3.61	o 950
7.26/3.61	o 972
7.26/3.61	o 974
7.26/3.61	o 982
7.83/3.89	o 985
8.12/3.97	o 988
8.12/3.97	o 989
8.12/3.98	o 992
2520.08/2461.81	java.util.concurrent.TimeoutException
2520.08/2461.81		at concrete.MAC.mac(MAC.scala:74)
2520.08/2461.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.08/2461.81		at scala.util.Try$.apply(Try.scala:209)
2520.08/2461.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2461.81		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2461.81		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2461.81		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2461.81		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.08/2461.81		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2461.81		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2461.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2461.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2461.81		at concrete.MAC.oneRun(MAC.scala:146)
2520.08/2461.81		at concrete.MAC.nextSolution(MAC.scala:166)
2520.08/2461.81		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.08/2461.81		at concrete.ProblemState.map(ProblemState.scala:203)
2520.08/2461.81		at concrete.ProblemState.map(ProblemState.scala:188)
2520.08/2461.81		at concrete.MAC.nextSolution(MAC.scala:195)
2520.08/2461.81		at concrete.Solver.hasNext(Solver.scala:202)
2520.08/2461.81		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.08/2461.81		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.08/2461.81		at concrete.Solver.toStream(Solver.scala:73)
2520.08/2461.81		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.08/2461.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.08/2461.81		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.08/2461.81		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.08/2461.81		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.08/2461.81		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2461.81		at scala.util.Success.map(Try.scala:209)
2520.08/2461.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.08/2461.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.08/2461.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2461.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.08/2461.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2461.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2461.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2461.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2461.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2461.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2461.81		at scala.App.main(App.scala:76)
2520.08/2461.81		at scala.App.main$(App.scala:74)
2520.08/2461.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2461.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2461.82	v <instantiation cost="992">
2520.08/2461.82	v       <list>
2520.08/2461.82	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.08/2461.82	v       </list>
2520.08/2461.82	v       <values>
2520.08/2461.82	v         0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1
2520.08/2461.82	v       </values>
2520.08/2461.82	v     </instantiation>
2520.08/2461.82	s SATISFIABLE

Verifier Data

OK	992

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-4261978-1502458193/watcher-4261978-1502458193 -o /tmp/evaluation-result-4261978-1502458193/solver-4261978-1502458193 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4261978-1502458193.xml 

pid=13296
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.62 1.38 1.40 3/197 13299
/proc/meminfo: memFree=30558024/32770624 swapFree=0/571980
[pid=13299] ppid=13296 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/13299/stat : 13299 (runsolver) D 13296 13299 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93325574 24240128 107 18446744073709551615 4194304 4338465 140720375276832 140720375274472 140155469304535 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 6918144 140720375283921 140720375284297 140720375284297 140720375287754 0
/proc/13299/statm: 5918 107 54 36 0 2156 0

[startup+0.100098 s]
/proc/loadavg: 1.62 1.38 1.40 3/197 13299
/proc/meminfo: memFree=30558024/32770624 swapFree=0/571980
[pid=13299] ppid=13296 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/13299/stat : 13299 (bash) S 13296 13299 1460 0 -1 4202496 683 1541 0 0 0 0 0 0 20 0 1 0 93325574 9736192 351 18446744073709551615 4194304 5098028 140732038349360 140732038347000 140558464924672 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 30466048 140732038353428 140732038353513 140732038353513 140732038356970 0
/proc/13299/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200447 s]
/proc/loadavg: 1.62 1.38 1.40 3/197 13299
/proc/meminfo: memFree=30558024/32770624 swapFree=0/571980
[pid=13299] ppid=13296 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/13299/stat : 13299 (bash) S 13296 13299 1460 0 -1 4202496 892 6480 0 0 0 0 0 1 20 0 1 0 93325574 9867264 377 18446744073709551615 4194304 5098028 140732038349360 140732038343368 140558464924672 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 30466048 140732038353428 140732038353513 140732038353513 140732038356970 0
/proc/13299/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30028 s]
/proc/loadavg: 1.62 1.38 1.40 3/197 13299
/proc/meminfo: memFree=30558024/32770624 swapFree=0/571980
[pid=13299] ppid=13296 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 5781 12340 0 0 7 0 5 2 20 0 15 0 93325574 14309310464 5992 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3493484 5992 2722 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700252 s]
/proc/loadavg: 1.62 1.38 1.40 3/197 13299
/proc/meminfo: memFree=30558024/32770624 swapFree=0/571980
[pid=13299] ppid=13296 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 14003 12340 0 0 60 3 5 2 20 0 15 0 93325574 14310178816 14955 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3493696 14955 3128 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.73 1.41 1.41 4/212 13362
/proc/meminfo: memFree=30463172/32770624 swapFree=0/571996
[pid=13299] ppid=13296 vsize=13985408 CPUtime=1.92 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 32373 12340 0 0 175 10 5 2 20 0 15 0 93325574 14321057792 42765 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3496352 42765 3376 1 0 3485525 0
[pid=13299/tid=13349] ppid=13296 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) S 13296 13299 1460 0 -1 1077944384 24836 12340 0 0 116 6 5 2 20 0 15 0 93325594 14321057792 42765 18446744073709551615 4194304 4196468 140727513657472 139715907304528 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 49 12340 0 0 0 0 5 2 20 0 15 0 93325595 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 201 12340 0 0 1 0 5 2 20 0 15 0 93325595 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 51 12340 0 0 1 0 5 2 20 0 15 0 93325595 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 69 12340 0 0 1 0 5 2 20 0 15 0 93325595 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 1712 12340 0 0 1 0 5 2 20 0 15 0 93325596 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) R 13296 13299 1460 0 -1 4202560 45 12340 0 0 0 0 5 2 20 0 15 0 93325597 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715379041264 139715504387760 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) S 13296 13299 1460 0 -1 1077944384 935 12340 0 0 12 0 5 2 20 0 15 0 93325600 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 793 12340 0 0 18 0 5 2 20 0 15 0 93325600 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) R 13296 13299 1460 0 -1 4202560 1475 12340 0 0 23 0 5 2 20 0 15 0 93325600 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715374831552 139715903090070 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 6 12340 0 0 0 0 5 2 20 0 15 0 93325603 14321057792 42770 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.73 1.41 1.41 4/212 13362
/proc/meminfo: memFree=30393736/32770624 swapFree=0/571996
[pid=13299] ppid=13296 vsize=14065468 CPUtime=5.59 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 59661 12340 0 0 535 17 5 2 20 0 15 0 93325574 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516367 70347 3453 1 0 3504981 0
[pid=13299/tid=13349] ppid=13296 vsize=14065468 CPUtime=2.83 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) S 13296 13299 1460 0 -1 1077944384 45054 12340 0 0 266 10 5 2 20 0 15 0 93325594 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715907315680 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) R 13296 13299 1460 0 -1 1077944384 76 12340 0 0 2 0 5 2 20 0 15 0 93325595 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) R 13296 13299 1460 0 -1 4202560 218 12340 0 0 2 0 5 2 20 0 15 0 93325595 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715836460120 139715884674783 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14065468 CPUtime=0.09 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) R 13296 13299 1460 0 -1 4202560 60 12340 0 0 2 0 5 2 20 0 15 0 93325595 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715887775774 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14065468 CPUtime=0.1 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) R 13296 13299 1460 0 -1 4202560 108 12340 0 0 3 0 5 2 20 0 15 0 93325595 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715887775877 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14065468 CPUtime=0.1 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 2018 12340 0 0 3 0 5 2 20 0 15 0 93325596 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715381146032 139715903088341 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 45 12340 0 0 0 0 5 2 20 0 15 0 93325597 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14065468 CPUtime=1.15 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) R 13296 13299 1460 0 -1 4202560 5396 12340 0 0 108 0 5 2 20 0 15 0 93325600 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715376923480 139715880935329 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14065468 CPUtime=0.67 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 1420 12340 0 0 59 1 5 2 20 0 15 0 93325600 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14065468 CPUtime=0.92 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) S 13296 13299 1460 0 -1 1077944384 3047 12340 0 0 83 2 5 2 20 0 15 0 93325600 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14065468 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 7 12340 0 0 0 0 5 2 20 0 15 0 93325603 14403039232 70347 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 14065468

[startup+6.30057 s]
/proc/loadavg: 1.73 1.41 1.41 4/212 13362
/proc/meminfo: memFree=30159560/32770624 swapFree=0/571996
[pid=13299] ppid=13296 vsize=14067516 CPUtime=12.93 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 67467 12340 0 0 1264 22 5 2 20 0 15 0 93325574 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 115286 3467 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=5.85 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 45842 12340 0 0 565 13 5 2 20 0 15 0 93325594 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715907311520 139715514631708 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 109 12340 0 0 11 1 5 2 20 0 15 0 93325595 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 222 12340 0 0 7 0 5 2 20 0 15 0 93325595 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 213 12340 0 0 10 0 5 2 20 0 15 0 93325595 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 127 12340 0 0 9 0 5 2 20 0 15 0 93325595 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 2842 12340 0 0 10 0 5 2 20 0 15 0 93325596 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14067516 CPUtime=3 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) R 13296 13299 1460 0 -1 1077944384 8400 12340 0 0 292 1 5 2 20 0 15 0 93325600 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14067516 CPUtime=2.37 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 3224 12340 0 0 229 1 5 2 20 0 15 0 93325600 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14067516 CPUtime=1.34 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) R 13296 13299 1460 0 -1 4202560 3999 12340 0 0 125 2 5 2 20 0 15 0 93325600 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715884990609 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 231 12340 0 0 0 0 5 2 20 0 15 0 93325603 14405136384 115286 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.84 1.44 1.42 5/212 13362
/proc/meminfo: memFree=29937440/32770624 swapFree=0/572000
[pid=13299] ppid=13296 vsize=14067516 CPUtime=24.35 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 74365 12340 0 0 2398 30 5 2 20 0 15 0 93325574 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 159819 3470 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=12.22 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 47035 12340 0 0 1199 16 5 2 20 0 15 0 93325594 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715907311216 139715507628544 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 148 12340 0 0 12 1 5 2 20 0 15 0 93325595 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 324 12340 0 0 8 1 5 2 20 0 15 0 93325595 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 236 12340 0 0 11 0 5 2 20 0 15 0 93325595 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 504 12340 0 0 10 1 5 2 20 0 15 0 93325595 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 3160 12340 0 0 10 0 5 2 20 0 15 0 93325596 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 159819 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0

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

[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=1.55 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 1121 12340 0 0 74 74 5 2 20 0 15 0 93325603 14405136384 210205 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 2317.63
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.55 1.50 1.44 3/214 13637
/proc/meminfo: memFree=29613488/32770624 swapFree=0/572504
[pid=13299] ppid=13296 vsize=14067516 CPUtime=2378.5 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 189188 12340 0 0 237423 420 5 2 20 0 15 0 93325574 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 210221 3471 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=2294.69 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 94310 12340 0 0 229399 63 5 2 20 0 15 0 93325594 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715907312624 139715514905058 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=11.75 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 8081 12340 0 0 1092 76 5 2 20 0 15 0 93325595 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=11.69 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 5350 12340 0 0 1090 72 5 2 20 0 15 0 93325595 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=11.72 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 10249 12340 0 0 1095 70 5 2 20 0 15 0 93325595 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=11.73 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 17242 12340 0 0 1094 72 5 2 20 0 15 0 93325595 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 14021 12340 0 0 1171 69 5 2 20 0 15 0 93325596 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14067516 CPUtime=10.48 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) S 13296 13299 1460 0 -1 1077944384 13013 12340 0 0 1037 4 5 2 20 0 15 0 93325600 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14067516 CPUtime=9.77 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 6640 12340 0 0 966 4 5 2 20 0 15 0 93325600 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) S 13296 13299 1460 0 -1 1077944384 16887 12340 0 0 299 7 5 2 20 0 15 0 93325600 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=1.59 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 1137 12340 0 0 76 76 5 2 20 0 15 0 93325603 14405136384 210221 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 2378.5
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.04 1.38 1.40 3/213 13640
/proc/meminfo: memFree=29609160/32770624 swapFree=0/572504
[pid=13299] ppid=13296 vsize=14067516 CPUtime=2439.37 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 190640 12340 0 0 243500 430 5 2 20 0 15 0 93325574 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 210230 3471 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=2353.95 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 95173 12340 0 0 235324 64 5 2 20 0 15 0 93325594 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715907311808 139715514905094 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=12.06 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 8310 12340 0 0 1121 78 5 2 20 0 15 0 93325595 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=12.01 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 5402 12340 0 0 1119 75 5 2 20 0 15 0 93325595 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=12.03 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 10269 12340 0 0 1125 71 5 2 20 0 15 0 93325595 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=12.04 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 17309 12340 0 0 1123 74 5 2 20 0 15 0 93325595 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=12.79 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 14225 12340 0 0 1202 70 5 2 20 0 15 0 93325596 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14067516 CPUtime=10.48 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) S 13296 13299 1460 0 -1 1077944384 13013 12340 0 0 1037 4 5 2 20 0 15 0 93325600 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14067516 CPUtime=9.77 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 6640 12340 0 0 966 4 5 2 20 0 15 0 93325600 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) S 13296 13299 1460 0 -1 1077944384 16887 12340 0 0 299 7 5 2 20 0 15 0 93325600 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 1154 12340 0 0 77 80 5 2 20 0 15 0 93325603 14405136384 210230 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 2439.37
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.45 1.42 1.42 3/212 13642
/proc/meminfo: memFree=29498776/32770624 swapFree=0/572532
[pid=13299] ppid=13296 vsize=14067516 CPUtime=2500.27 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 192069 12340 0 0 249581 439 5 2 20 0 15 0 93325574 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 210245 3471 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=2413.21 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 96004 12340 0 0 241249 65 5 2 20 0 15 0 93325594 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715907311392 139715885367470 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 8405 12340 0 0 1151 80 5 2 20 0 15 0 93325595 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=12.32 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 5425 12340 0 0 1149 76 5 2 20 0 15 0 93325595 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 10491 12340 0 0 1155 73 5 2 20 0 15 0 93325595 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=12.36 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 17342 12340 0 0 1153 76 5 2 20 0 15 0 93325595 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=13.12 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 14427 12340 0 0 1233 72 5 2 20 0 15 0 93325596 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14067516 CPUtime=10.48 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) S 13296 13299 1460 0 -1 1077944384 13015 12340 0 0 1037 4 5 2 20 0 15 0 93325600 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14067516 CPUtime=9.77 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 6642 12340 0 0 966 4 5 2 20 0 15 0 93325600 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) S 13296 13299 1460 0 -1 1077944384 16889 12340 0 0 299 7 5 2 20 0 15 0 93325600 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=1.67 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 1171 12340 0 0 78 82 5 2 20 0 15 0 93325603 14405136384 210245 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 2500.27
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.8 s]
/proc/loadavg: 1.48 1.42 1.42 3/212 13642
/proc/meminfo: memFree=29511772/32770624 swapFree=0/572536
[pid=13299] ppid=13296 vsize=14067516 CPUtime=2520.08 cores=1,3,5,7
/proc/13299/stat : 13299 (java) S 13296 13299 1460 0 -1 1077944320 192550 12340 0 0 251558 443 5 2 20 0 15 0 93325574 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 140727513640016 139715903078135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
/proc/13299/statm: 3516879 210246 3471 1 0 3505493 0
[pid=13299/tid=13349] ppid=13296 vsize=14067516 CPUtime=2432.46 cores=1,3,5,7
/proc/13299/task/13349/stat : 13349 (java) R 13296 13299 1460 0 -1 4202560 96254 12340 0 0 243174 65 5 2 20 0 15 0 93325594 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715907311648 139715514977090 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13350] ppid=13296 vsize=14067516 CPUtime=12.48 cores=1,3,5,7
/proc/13299/task/13350/stat : 13350 (java) S 13296 13299 1460 0 -1 1077944384 8409 12340 0 0 1161 80 5 2 20 0 15 0 93325595 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715837512464 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13351] ppid=13296 vsize=14067516 CPUtime=12.42 cores=1,3,5,7
/proc/13299/task/13351/stat : 13351 (java) S 13296 13299 1460 0 -1 1077944384 5430 12340 0 0 1159 76 5 2 20 0 15 0 93325595 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715836459920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13352] ppid=13296 vsize=14067516 CPUtime=12.45 cores=1,3,5,7
/proc/13299/task/13352/stat : 13352 (java) S 13296 13299 1460 0 -1 1077944384 10514 12340 0 0 1164 74 5 2 20 0 15 0 93325595 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715835407376 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13353] ppid=13296 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/13299/task/13353/stat : 13353 (java) S 13296 13299 1460 0 -1 1077944384 17357 12340 0 0 1163 77 5 2 20 0 15 0 93325595 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715834354832 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13354] ppid=13296 vsize=14067516 CPUtime=13.23 cores=1,3,5,7
/proc/13299/task/13354/stat : 13354 (java) S 13296 13299 1460 0 -1 1077944384 14603 12340 0 0 1243 73 5 2 20 0 15 0 93325596 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715381147632 139715903089282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13355] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13355/stat : 13355 (java) S 13296 13299 1460 0 -1 1077944384 55 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715380093920 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13356] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13356/stat : 13356 (java) S 13296 13299 1460 0 -1 1077944384 46 12340 0 0 0 0 5 2 20 0 15 0 93325597 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715379041280 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13357] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13357/stat : 13357 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715377989840 139715903096731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13358] ppid=13296 vsize=14067516 CPUtime=10.48 cores=1,3,5,7
/proc/13299/task/13358/stat : 13358 (java) S 13296 13299 1460 0 -1 1077944384 13017 12340 0 0 1037 4 5 2 20 0 15 0 93325600 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715376937456 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13359] ppid=13296 vsize=14067516 CPUtime=9.77 cores=1,3,5,7
/proc/13299/task/13359/stat : 13359 (java) S 13296 13299 1460 0 -1 1077944384 6644 12340 0 0 966 4 5 2 20 0 15 0 93325600 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715375884912 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13360] ppid=13296 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/13299/task/13360/stat : 13360 (java) S 13296 13299 1460 0 -1 1077944384 16891 12340 0 0 299 7 5 2 20 0 15 0 93325600 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715374832368 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13361] ppid=13296 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/13299/task/13361/stat : 13361 (java) S 13296 13299 1460 0 -1 1077944384 3 12340 0 0 0 0 5 2 20 0 15 0 93325600 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715373780064 139715903088341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
[pid=13299/tid=13362] ppid=13296 vsize=14067516 CPUtime=1.69 cores=1,3,5,7
/proc/13299/task/13362/stat : 13362 (java) S 13296 13299 1460 0 -1 1077944384 1173 12340 0 0 79 83 5 2 20 0 15 0 93325603 14405136384 210246 18446744073709551615 4194304 4196468 140727513657472 139715372726576 139715903089282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15884288 140727513663440 140727513666225 140727513666225 140727513669583 0
Current children cumulated CPU time (s) 2520.08
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 13299 sig 9
??? kill -13299 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2461.83
CPU time (s): 2520.12
CPU user time (s): 2515.66
CPU system time (s): 4.46702
CPU usage (%): 102.368
Max. virtual memory (cumulated for all children) (KiB): 14069636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.66
system time used= 4.46702
maximum resident set size= 841616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357713
involuntary context switches= 9417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3374 second user time and 12.8842 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 15:15:57
IDJOB=4261978
IDBENCH=133454
IDSOLVER=2650
FILE ID=node134/4261978-1502458193
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261978-1502458193/watcher-4261978-1502458193 -o /tmp/evaluation-result-4261978-1502458193/solver-4261978-1502458193 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4261978-1502458193.xml

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

MD5SUM BENCH= 072cba4c7f6c08974f35ec38dd54383a
RANDOM SEED=316115865

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30558324 kB
MemAvailable:   31544152 kB
Buffers:          288892 kB
Cached:           990128 kB
SwapCached:            0 kB
Active:          1170652 kB
Inactive:         603232 kB
Active(anon):     496952 kB
Inactive(anon):    31216 kB
Active(file):     673700 kB
Inactive(file):   572016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24484 kB
Writeback:             0 kB
AnonPages:        494560 kB
Mapped:            64268 kB
Shmem:             33468 kB
Slab:             138480 kB
SReclaimable:     111896 kB
SUnreclaim:        26584 kB
KernelStack:        3472 kB
PageTables:         7456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1271360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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