Trace number 4259538

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)937 252.07001 229.53999

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-18.xml
MD5SUMfc58042bc4c17dd15fe4721e0dab7678
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark937
Best CPU time to get the best result obtained on this benchmark12.9504
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.32/2.22	c Concrete v3.4 running
6.00/3.33	o 293
6.00/3.36	o 328
6.00/3.38	o 344
6.00/3.40	o 384
6.36/3.42	o 450
6.36/3.43	o 516
6.36/3.44	o 543
6.36/3.46	o 554
6.36/3.47	o 588
6.36/3.48	o 591
6.36/3.49	o 667
6.36/3.50	o 669
6.67/3.52	o 707
6.67/3.52	o 711
6.67/3.53	o 811
6.67/3.53	o 859
6.67/3.54	o 893
6.97/3.62	o 903
6.97/3.63	o 915
6.97/3.63	o 918
6.97/3.67	o 925
7.27/3.76	o 937
252.00/229.51	java.util.concurrent.TimeoutException
252.00/229.51		at concrete.MAC.mac(MAC.scala:74)
252.00/229.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.00/229.51		at scala.util.Try$.apply(Try.scala:209)
252.00/229.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.00/229.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.00/229.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.00/229.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.00/229.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.00/229.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.00/229.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.00/229.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.00/229.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.00/229.51		at concrete.MAC.oneRun(MAC.scala:146)
252.00/229.51		at concrete.MAC.nextSolution(MAC.scala:166)
252.00/229.51		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.00/229.51		at concrete.ProblemState.map(ProblemState.scala:203)
252.00/229.51		at concrete.ProblemState.map(ProblemState.scala:188)
252.00/229.51		at concrete.MAC.nextSolution(MAC.scala:195)
252.00/229.51		at concrete.Solver.hasNext(Solver.scala:202)
252.00/229.51		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.00/229.51		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.00/229.51		at concrete.Solver.toStream(Solver.scala:73)
252.00/229.51		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.00/229.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.00/229.51		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.00/229.51		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.00/229.51		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.00/229.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.00/229.51		at scala.util.Success.map(Try.scala:209)
252.00/229.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.00/229.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.00/229.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.00/229.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.00/229.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.00/229.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.00/229.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.00/229.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.00/229.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.00/229.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.00/229.51		at scala.App.main(App.scala:76)
252.00/229.51		at scala.App.main$(App.scala:74)
252.00/229.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.00/229.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.00/229.52	v <instantiation cost="937">
252.00/229.52	v       <list>
252.00/229.52	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]
252.00/229.52	v       </list>
252.00/229.52	v       <values>
252.00/229.52	v         1 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1
252.00/229.52	v       </values>
252.00/229.52	v     </instantiation>
252.00/229.52	s SATISFIABLE

Verifier Data

OK	937

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14345 MiB free)
  memory of node 1: 16384 MiB (15436 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259538-1502647547/watcher-4259538-1502647547 -o /tmp/evaluation-result-4259538-1502647547/solver-4259538-1502647547 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259538-1502647547.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31570, runsolver pid=31567
Current StackSize limit: 8192 KiB


[startup+0.10022 s]*
/proc/loadavg: 1.38 1.72 1.89 3/205 31587
/proc/meminfo: memFree=30495736/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/31570/stat : 31570 (bash) S 31567 31570 8289 0 -1 4202496 897 6487 0 0 0 0 0 1 20 0 1 0 112569906 9867264 378 18446744073709551615 4194304 5098028 140731819338336 140731819332344 140627844852736 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 35328000 140731819340276 140731819340361 140731819340361 140731819343850 0
/proc/31570/statm: 2409 378 297 221 0 118 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9636 KiB
Current children cumulated memory: 1512 KiB

[startup+0.210062 s]*
/proc/loadavg: 1.38 1.72 1.89 2/219 31615
/proc/meminfo: memFree=30481992/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=300 memory=8 CPUtime=0.07 cores=1,3,5,7
/proc/31570/stat : 31570 (java) R 31567 31570 8289 0 -1 4194304 1010 12727 0 0 0 0 5 2 20 0 1 0 112569906 307200 2 18446744073709551615 4194304 4196468 140736008748320 140736008748320 140031033841351 0 0 1 0 0 0 0 17 3 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 75 2 0 1 0 39 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 300 KiB
Current children cumulated memory: 8 KiB

[startup+0.310126 s]*
/proc/loadavg: 1.38 1.72 1.89 2/216 31632
/proc/meminfo: memFree=30485016/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=13907308 memory=21676 CPUtime=0.13 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 5737 12727 0 0 5 1 5 2 20 0 14 0 112569906 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3476827 5419 2563 1 0 3466324 0
[pid=31570/tid=31620] ppid=31567 vsize=13907308 memory=7310027617963868211 CPUtime=0.11 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) D 31567 31570 8289 0 -1 4202560 2996 12727 0 0 4 0 5 2 20 0 14 0 112569928 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140031035803552 140031031588093 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=13907308 memory=301741386410237745 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 14 0 112569929 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=13907308 memory=317193308019542656 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 14 0 112569929 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=13907308 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 14 0 112569929 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=13907308 memory=3472323898181169199 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 2 12727 0 0 0 0 5 2 20 0 14 0 112569929 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=13907308 memory=3184237815891793584 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 2 12727 0 0 0 0 5 2 20 0 14 0 112569930 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=13907308 memory=7812726516167304524 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 33 12727 0 0 0 0 5 2 20 0 14 0 112569931 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030576169760 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=13907308 memory=10 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 21 12727 0 0 0 0 5 2 20 0 14 0 112569931 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030575117424 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 14 0 112569934 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=13907308 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 298 12727 0 0 0 0 5 2 20 0 14 0 112569934 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 14 0 112569934 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=13907308 memory=139895815825024 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 219 12727 0 0 0 0 5 2 20 0 14 0 112569934 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=13907308 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 14 0 112569934 14241083392 5419 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 21676 KiB

[startup+0.700669 s]
/proc/loadavg: 1.38 1.72 1.89 3/216 31633
/proc/meminfo: memFree=30456740/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=13974784 memory=56744 CPUtime=0.63 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 13799 12727 0 0 52 4 5 2 20 0 15 0 112569906 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3493696 14186 3077 1 0 3482965 0
[pid=31570/tid=31620] ppid=31567 vsize=13974784 memory=1200 CPUtime=0.48 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 10183 12727 0 0 38 3 5 2 20 0 15 0 112569928 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140031035777072 140031031578006 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=13974784 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=13974784 memory=4040 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=13974784 memory=33500 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=13974784 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 2 12727 0 0 0 0 5 2 20 0 15 0 112569929 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=13974784 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 5 12727 0 0 0 0 5 2 20 0 15 0 112569930 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=13974784 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 33 12727 0 0 0 0 5 2 20 0 15 0 112569931 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030576169760 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=13974784 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 21 12727 0 0 0 0 5 2 20 0 15 0 112569931 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030575117424 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=13974784 memory=2248 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=13974784 memory=4288 CPUtime=0.09 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 625 12727 0 0 2 0 5 2 20 0 15 0 112569934 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=13974784 memory=2164 CPUtime=0.09 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) R 31567 31570 8289 0 -1 1077944384 194 12727 0 0 2 0 5 2 20 0 15 0 112569934 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=13974784 memory=928 CPUtime=0.15 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) R 31567 31570 8289 0 -1 4202560 573 12727 0 0 8 0 5 2 20 0 15 0 112569934 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031578006 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=13974784 memory=2364 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=13974784 memory=49964 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569939 14310178816 14186 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56744 KiB

[startup+1.50071 s]
/proc/loadavg: 1.38 1.72 1.89 3/217 31634
/proc/meminfo: memFree=30416780/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=13985408 memory=135868 CPUtime=1.8 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 27440 12727 0 0 165 8 5 2 20 0 15 0 112569906 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3496352 33967 3337 1 0 3485525 0
[pid=31570/tid=31620] ppid=31567 vsize=13985408 memory=279791350326432 CPUtime=1.27 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 22193 12727 0 0 114 6 5 2 20 0 15 0 112569928 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140031035789168 140031015646558 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=13985408 memory=4206468019014099040 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=13985408 memory=56744 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 1 12727 0 0 0 0 5 2 20 0 15 0 112569929 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=13985408 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 2 12727 0 0 0 0 5 2 20 0 15 0 112569929 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=13985408 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 5 12727 0 0 0 0 5 2 20 0 15 0 112569930 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=13985408 memory=4040 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 33 12727 0 0 0 0 5 2 20 0 15 0 112569931 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030576169760 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=13985408 memory=33500 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 21 12727 0 0 0 0 5 2 20 0 15 0 112569931 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030575117424 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=13985408 memory=1232 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=13985408 memory=640 CPUtime=0.23 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) R 31567 31570 8289 0 -1 1077944384 1170 12727 0 0 16 0 5 2 20 0 15 0 112569934 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=13985408 memory=1792 CPUtime=0.19 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 485 12727 0 0 12 0 5 2 20 0 15 0 112569934 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=13985408 memory=956 CPUtime=0.29 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 1363 12727 0 0 22 0 5 2 20 0 15 0 112569934 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=13985408 memory=2248 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=13985408 memory=4288 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 6 12727 0 0 0 0 5 2 20 0 15 0 112569939 14321057792 33967 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 135868 KiB

[startup+3.11076 s]
/proc/loadavg: 1.43 1.73 1.89 5/214 31634
/proc/meminfo: memFree=30249000/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=14065468 memory=287640 CPUtime=5.41 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 61966 12727 0 0 516 18 5 2 20 0 15 0 112569906 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3516367 71910 3457 1 0 3504981 0
[pid=31570/tid=31620] ppid=31567 vsize=14065468 memory=236888 CPUtime=2.79 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 44769 12727 0 0 261 11 5 2 20 0 15 0 112569928 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140031035798800 140031023816706 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=14065468 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 135 12727 0 0 3 0 5 2 20 0 15 0 112569929 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=14065468 memory=1 CPUtime=0.09 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 200 12727 0 0 2 0 5 2 20 0 15 0 112569929 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=14065468 memory=271665271469842 CPUtime=0.09 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 82 12727 0 0 2 0 5 2 20 0 15 0 112569929 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=14065468 memory=8311 CPUtime=0.09 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 73 12727 0 0 2 0 5 2 20 0 15 0 112569929 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=14065468 memory=4168 CPUtime=0.1 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 2282 12727 0 0 3 0 5 2 20 0 15 0 112569930 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=14065468 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 56 12727 0 0 0 0 5 2 20 0 15 0 112569931 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030576169824 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=14065468 memory=179492 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 43 12727 0 0 0 0 5 2 20 0 15 0 112569931 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030575117440 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=14065468 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=14065468 memory=321726105361063674 CPUtime=0.84 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) R 31567 31570 8289 0 -1 4202560 4855 12727 0 0 76 1 5 2 20 0 15 0 112569934 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030572999640 140031010827118 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=14065468 memory=13849655444270520 CPUtime=0.89 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) R 31567 31570 8289 0 -1 4202560 4020 12727 0 0 81 1 5 2 20 0 15 0 112569934 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030571944912 140031011254390 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=14065468 memory=-3967418655009478193 CPUtime=0.89 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 3284 12727 0 0 81 1 5 2 20 0 15 0 112569934 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=14065468 memory=-2893623298589923098 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=14065468 memory=-1807685287717842718 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 7 12727 0 0 0 0 5 2 20 0 15 0 112569939 14403039232 71910 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 14065468 KiB
Current children cumulated memory: 287640 KiB


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

/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 58072 12727 0 0 16046 23 5 2 20 0 15 0 112569928 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140031035799616 140030658369350 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=14067516 memory=829480 CPUtime=0.67 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 1023 12727 0 0 56 4 5 2 20 0 15 0 112569929 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=14067516 memory=1296 CPUtime=0.63 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1490 12727 0 0 51 5 5 2 20 0 15 0 112569929 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=14067516 memory=2440 CPUtime=0.64 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 1667 12727 0 0 53 4 5 2 20 0 15 0 112569929 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=14067516 memory=829480 CPUtime=0.61 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 4446 12727 0 0 50 4 5 2 20 0 15 0 112569929 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=14067516 memory=54512 CPUtime=0.64 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 4024 12727 0 0 55 2 5 2 20 0 15 0 112569930 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=14067516 memory=2440 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 56 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030576169888 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=14067516 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 43 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030575117440 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=14067516 memory=829480 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=14067516 memory=829480 CPUtime=8.65 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 9392 12727 0 0 854 4 5 2 20 0 15 0 112569934 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=14067516 memory=1228 CPUtime=8.84 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 10854 12727 0 0 872 5 5 2 20 0 15 0 112569934 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=14067516 memory=14356 CPUtime=2.86 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 10714 12727 0 0 274 5 5 2 20 0 15 0 112569934 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=14067516 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=14067516 memory=54512 CPUtime=0.15 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 596 12727 0 0 4 4 5 2 20 0 15 0 112569939 14405136384 207370 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 183.93 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 829480 KiB

[startup+222.301 s]
/proc/loadavg: 1.64 1.72 1.86 3/215 31767
/proc/meminfo: memFree=29725508/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=14067516 memory=829524 CPUtime=244.7 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 109248 12727 0 0 24396 67 5 2 20 0 15 0 112569906 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3516879 207381 3468 1 0 3505493 0
[pid=31570/tid=31620] ppid=31567 vsize=14067516 memory=829524 CPUtime=220.11 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 59453 12727 0 0 21980 24 5 2 20 0 15 0 112569928 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140031035799568 140030657886751 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.94 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 2098 12727 0 0 82 5 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.9 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1514 12727 0 0 76 7 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.91 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 2201 12727 0 0 79 5 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.88 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 4525 12727 0 0 75 6 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.93 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 4357 12727 0 0 83 3 5 2 20 0 15 0 112569930 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=14067516 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 56 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030576169888 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=14067516 memory=54520 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 43 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030575117440 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=14067516 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.65 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 9394 12727 0 0 854 4 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.84 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 10857 12727 0 0 872 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=14067516 memory=2440 CPUtime=2.86 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 11972 12727 0 0 274 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=14067516 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=14067516 memory=792 CPUtime=0.19 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 618 12727 0 0 6 6 5 2 20 0 15 0 112569939 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 244.7 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 829524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+229.501 s]
/proc/loadavg: 1.67 1.72 1.86 3/215 31768
/proc/meminfo: memFree=29725508/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=14067516 memory=829524 CPUtime=252 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 109304 12727 0 0 25125 68 5 2 20 0 15 0 112569906 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3516879 207381 3468 1 0 3505493 0
[pid=31570/tid=31620] ppid=31567 vsize=14067516 memory=829524 CPUtime=227.23 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 59508 12727 0 0 22692 24 5 2 20 0 15 0 112569928 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140031035799920 140030658628918 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.97 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 2098 12727 0 0 85 5 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.94 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1514 12727 0 0 80 7 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.95 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 2201 12727 0 0 82 6 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.91 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 4526 12727 0 0 78 6 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.97 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 4357 12727 0 0 86 4 5 2 20 0 15 0 112569930 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 56 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030576169888 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=14067516 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 43 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030575117440 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=14067516 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.65 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 9394 12727 0 0 854 4 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.84 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 10857 12727 0 0 872 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=14067516 memory=4168 CPUtime=2.86 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 11972 12727 0 0 274 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=14067516 memory=54520 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.2 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 618 12727 0 0 6 7 5 2 20 0 15 0 112569939 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 829524 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+229.54 s]
# the end of solver process 31570 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.335 s, system=0.734795 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+229.501 s]
/proc/loadavg: 1.67 1.72 1.86 3/215 31768
/proc/meminfo: memFree=29725508/32770624 swapFree=67108860/67108860
[pid=31570] ppid=31567 vsize=14067516 memory=829524 CPUtime=252 cores=1,3,5,7
/proc/31570/stat : 31570 (java) S 31567 31570 8289 0 -1 1077944320 109304 12727 0 0 25125 68 5 2 20 0 15 0 112569906 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140736008730864 140031031566071 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
/proc/31570/statm: 3516879 207381 3468 1 0 3505493 0
[pid=31570/tid=31620] ppid=31567 vsize=14067516 memory=829524 CPUtime=227.23 cores=1,3,5,7
/proc/31570/task/31620/stat : 31620 (java) R 31567 31570 8289 0 -1 4202560 59508 12727 0 0 22692 24 5 2 20 0 15 0 112569928 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140031035799920 140030658628918 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31621] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.97 cores=1,3,5,7
/proc/31570/task/31621/stat : 31621 (java) S 31567 31570 8289 0 -1 1077944384 2098 12727 0 0 85 5 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030973512592 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31622] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.94 cores=1,3,5,7
/proc/31570/task/31622/stat : 31622 (java) S 31567 31570 8289 0 -1 1077944384 1514 12727 0 0 80 7 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030972459792 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31623] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.95 cores=1,3,5,7
/proc/31570/task/31623/stat : 31623 (java) S 31567 31570 8289 0 -1 1077944384 2201 12727 0 0 82 6 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030971407504 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31624] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.91 cores=1,3,5,7
/proc/31570/task/31624/stat : 31624 (java) S 31567 31570 8289 0 -1 1077944384 4526 12727 0 0 78 6 5 2 20 0 15 0 112569929 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030970354704 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31625] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.97 cores=1,3,5,7
/proc/31570/task/31625/stat : 31625 (java) S 31567 31570 8289 0 -1 1077944384 4357 12727 0 0 86 4 5 2 20 0 15 0 112569930 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030577223792 140031031577218 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31626] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31626/stat : 31626 (java) S 31567 31570 8289 0 -1 1077944384 56 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030576169888 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31627] ppid=31567 vsize=14067516 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31627/stat : 31627 (java) S 31567 31570 8289 0 -1 1077944384 43 12727 0 0 0 0 5 2 20 0 15 0 112569931 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030575117440 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31628] ppid=31567 vsize=14067516 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31628/stat : 31628 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030574065744 140031031584667 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31629] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.65 cores=1,3,5,7
/proc/31570/task/31629/stat : 31629 (java) S 31567 31570 8289 0 -1 1077944384 9394 12727 0 0 854 4 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030573013616 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31630] ppid=31567 vsize=14067516 memory=829524 CPUtime=8.84 cores=1,3,5,7
/proc/31570/task/31630/stat : 31630 (java) S 31567 31570 8289 0 -1 1077944384 10857 12727 0 0 872 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030571960816 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31631] ppid=31567 vsize=14067516 memory=4168 CPUtime=2.86 cores=1,3,5,7
/proc/31570/task/31631/stat : 31631 (java) S 31567 31570 8289 0 -1 1077944384 11972 12727 0 0 274 5 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030570908528 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31632] ppid=31567 vsize=14067516 memory=54520 CPUtime=0.07 cores=1,3,5,7
/proc/31570/task/31632/stat : 31632 (java) S 31567 31570 8289 0 -1 1077944384 3 12727 0 0 0 0 5 2 20 0 15 0 112569934 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030569855968 140031031576277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
[pid=31570/tid=31633] ppid=31567 vsize=14067516 memory=829524 CPUtime=0.2 cores=1,3,5,7
/proc/31570/task/31633/stat : 31633 (java) S 31567 31570 8289 0 -1 1077944384 618 12727 0 0 6 7 5 2 20 0 15 0 112569939 14405136384 207381 18446744073709551615 4194304 4196468 140736008748320 140030568802736 140031031577218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29077504 140736008751024 140736008753809 140736008753809 140736008757199 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14067516 KiB
Current children cumulated memory: 829524 KiB

Child status: 143
Real time (s): 229.54
CPU time (s): 252.07
CPU user time (s): 251.335
CPU system time (s): 0.734795
CPU usage (%): 109.815
Max. virtual memory (cumulated for all children) (KiB): 14067564
Max. memory (cumulated for all children) (KiB): 829944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.335
system time used= 0.734795
maximum resident set size= 830192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38355
involuntary context switches= 1468


# summary of solver processes directly reported to runsolver:
#   pid: 31570
#   total CPU time (s): 252.07
#   total CPU user time (s): 251.335
#   total CPU system time (s): 0.734795

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33117 second user time and 2.29417 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:51:39
IDJOB=4259538
IDBENCH=133460
IDSOLVER=2646
FILE ID=node133/4259538-1502647547
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259538-1502647547/watcher-4259538-1502647547 -o /tmp/evaluation-result-4259538-1502647547/solver-4259538-1502647547 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259538-1502647547.xml

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

MD5SUM BENCH= fc58042bc4c17dd15fe4721e0dab7678
RANDOM SEED=584579239

node133.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.17
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.17
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.17
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.17
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:        30496124 kB
MemAvailable:   31136872 kB
Buffers:          238844 kB
Cached:           697204 kB
SwapCached:            0 kB
Active:          1637272 kB
Inactive:         186256 kB
Active(anon):     828600 kB
Inactive(anon):   100804 kB
Active(file):     808672 kB
Inactive(file):    85452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24516 kB
Writeback:             0 kB
AnonPages:        887512 kB
Mapped:            70832 kB
Shmem:             41660 kB
Slab:             152428 kB
SReclaimable:     124916 kB
SUnreclaim:        27512 kB
KernelStack:        3536 kB
PageTables:         7336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1832916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:55:29