Trace number 4403014

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.12.3? (TO) 2520.38 2421.09

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t10-4.xml
MD5SUM9ef9cfbbe168b3e655de6bd1a7d8b0b4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark867
Best CPU time to get the best result obtained on this benchmark2520.15
Satisfiable
(Un)Satisfiability was proved
Number of variables20580
Number of constraints1002
Number of domains21
Minimum domain size2
Maximum domain size181
Distribution of domain sizes[{"size":2,"count":980},{"size":8,"count":980},{"size":11,"count":980},{"size":23,"count":980},{"size":51,"count":980},{"size":54,"count":980},{"size":64,"count":980},{"size":71,"count":980},{"size":83,"count":980},{"size":92,"count":980},{"size":97,"count":980},{"size":103,"count":980},{"size":115,"count":980},{"size":121,"count":980},{"size":139,"count":980},{"size":147,"count":980},{"size":154,"count":980},{"size":160,"count":980},{"size":166,"count":980},{"size":180,"count":980},{"size":181,"count":980}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":20580}]
Minimum constraint arity21
Maximum constraint arity19600
Distribution of constraint arities[{"arity":21,"count":980},{"arity":980,"count":21},{"arity":19600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1000}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.74/0.57	c Concrete v3.12.3.1568965526260 running
2520.17/2420.96	Exception in thread "main" java.util.concurrent.TimeoutException
2520.17/2420.96		at concrete.MAC.mac(MAC.scala:192)
2520.17/2420.96		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.17/2420.96		at scala.util.Try$.apply(Try.scala:210)
2520.17/2420.96		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.17/2420.96		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.17/2420.96		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.17/2420.96		at concrete.MAC.oneRun(MAC.scala:265)
2520.17/2420.96		at concrete.MAC.nextSolution(MAC.scala:284)
2520.17/2420.96		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.17/2420.96		at concrete.ProblemState.map(ProblemState.scala:238)
2520.17/2420.96		at concrete.ProblemState.map(ProblemState.scala:212)
2520.17/2420.96		at concrete.MAC.nextSolution(MAC.scala:348)
2520.17/2420.96		at concrete.Solver.hasNext(Solver.scala:160)
2520.17/2420.96		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.17/2420.96		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.17/2420.96		at concrete.Solver.foreach(Solver.scala:67)
2520.17/2420.96		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.17/2420.96		at scala.util.Success.map(Try.scala:262)
2520.17/2420.96		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.17/2420.96		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.17/2420.96		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.17/2420.96		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.17/2420.96		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.17/2420.96		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.17/2420.96		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.17/2420.96		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.17/2420.96		at scala.App.$anonfun$main$1(App.scala:73)
2520.17/2420.96		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.17/2420.96		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.17/2420.96		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.17/2420.96		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.17/2420.96		at scala.App.main(App.scala:73)
2520.17/2420.96		at scala.App.main$(App.scala:71)
2520.17/2420.96		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.17/2420.96		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.17/2420.97	s UNKNOWN

Verifier Data


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 (1907 MiB free)
  memory of node 1: 16384 MiB (2942 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403014-1568972602/watcher-4403014-1568972602 -o /var/tmp/evaluation-result-4403014-1568972602/solver-4403014-1568972602 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1574390344 HOME/instance-4403014-1568972602.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2667, runsolver pid=2664

[startup+0.100086 s]*
/proc/loadavg: 1.52 1.52 1.46 3/215 2718
/proc/meminfo: memFree=4966700/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=392944 memory=7664 CPUtime=0.07 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 2688 13175 0 0 0 0 5 2 20 0 2 0 473532713 402374656 1916 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 98236 1916 1064 1 0 87147 0
[pid=2667/tid=2720] ppid=2664 vsize=392944 memory=-8600875650166079427 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) S 2664 2667 1397 0 -1 1077944384 485 13175 0 0 0 0 5 2 20 0 2 0 473532724 402374656 1916 33554432000 4194304 4196468 140722255978112 140590821345696 140590849514114 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 392944 KiB
Current children cumulated memory: 7664 KiB

[startup+0.214237 s]*
/proc/loadavg: 1.52 1.52 1.46 5/227 2733
/proc/meminfo: memFree=4942044/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=10819716 memory=39236 CPUtime=0.22 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 7084 13175 0 0 14 1 5 2 20 0 15 0 473532713 11079389184 9809 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2704929 9809 3173 1 0 2667149 0
[pid=2667/tid=2720] ppid=2664 vsize=10819716 memory=7022364594140610616 CPUtime=0.16 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 3602 13175 0 0 9 0 5 2 20 0 15 0 473532724 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590821326128 140590849524893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10819716 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10819716 memory=140564275363560 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10819716 memory=140564275349120 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 13 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590050173856 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079389184 9809 33554432000 4194304 4196468 140722255978112 140589915956208 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11079389184 9809 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 468 13175 0 0 1 0 5 2 20 0 15 0 473532730 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 189 13175 0 0 0 0 5 2 20 0 15 0 473532730 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10819716 memory=140564275349120 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 600 13175 0 0 3 0 5 2 20 0 15 0 473532730 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11079389184 9809 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10819716 memory=140564275349120 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532730 11079389184 9809 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39236 KiB

[startup+0.310314 s]*
/proc/loadavg: 1.52 1.52 1.46 3/227 2733
/proc/meminfo: memFree=4928420/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=10820196 memory=50188 CPUtime=0.36 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 10740 13175 0 0 26 3 5 2 20 0 15 0 473532713 11079880704 12547 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2705049 12547 3301 1 0 2667149 0
[pid=2667/tid=2720] ppid=2664 vsize=10820196 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 7238 13175 0 0 17 2 5 2 20 0 15 0 473532724 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590821311888 140590832689776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10820196 memory=140564275349120 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 13 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590050173856 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532726 11079880704 12547 33554432000 4194304 4196468 140722255978112 140589915956208 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11079880704 12547 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 478 13175 0 0 2 0 5 2 20 0 15 0 473532730 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 189 13175 0 0 1 0 5 2 20 0 15 0 473532730 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10820196 memory=140564275349120 CPUtime=0.12 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 609 13175 0 0 5 0 5 2 20 0 15 0 473532730 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11079880704 12547 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10820196 memory=140564275349120 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532730 11079880704 12547 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50188 KiB

[startup+0.70172 s]
/proc/loadavg: 1.52 1.52 1.46 3/227 2733
/proc/meminfo: memFree=4916688/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=10824364 memory=81204 CPUtime=1.1 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 15016 13175 0 0 97 6 5 2 20 0 15 0 473532713 11084148736 20301 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2706091 20301 3511 1 0 2668173 0
[pid=2667/tid=2720] ppid=2664 vsize=10824364 memory=836 CPUtime=0.64 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 10391 13175 0 0 53 4 5 2 20 0 15 0 473532724 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590821332512 140590849524893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10824364 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10824364 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10824364 memory=3276 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532724 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10824364 memory=478664 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532724 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10824364 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 6 13175 0 0 0 0 5 2 20 0 15 0 473532726 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10824364 memory=111632 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 13 13175 0 0 0 0 5 2 20 0 15 0 473532726 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590050173856 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10824364 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532726 11084148736 20301 33554432000 4194304 4196468 140722255978112 140589915956208 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11084148736 20301 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 916 13175 0 0 12 0 5 2 20 0 15 0 473532730 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 669 13175 0 0 13 0 5 2 20 0 15 0 473532730 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10824364 memory=2256 CPUtime=0.23 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 806 13175 0 0 16 0 5 2 20 0 15 0 473532730 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10824364 memory=12328 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11084148736 20301 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10824364 memory=500 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532730 11084148736 20301 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81204 KiB

[startup+1.50071 s]
/proc/loadavg: 1.52 1.52 1.46 6/227 2733
/proc/meminfo: memFree=4828152/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=10832632 memory=257120 CPUtime=3.15 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 25276 13175 0 0 296 12 5 2 20 0 15 0 473532713 11092615168 64280 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2708158 64280 3596 1 0 2670221 0
[pid=2667/tid=2720] ppid=2664 vsize=10832632 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 14683 13175 0 0 125 6 5 2 20 0 15 0 473532724 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590821327728 140590849514902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10832632 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 268 13175 0 0 3 0 5 2 20 0 15 0 473532724 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10832632 memory=7014751519701095266 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 73 13175 0 0 3 0 5 2 20 0 15 0 473532724 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10832632 memory=7588957250948785241 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 41 13175 0 0 3 0 5 2 20 0 15 0 473532724 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10832632 memory=7666643232156050543 CPUtime=0.1 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 29 13175 0 0 3 0 5 2 20 0 15 0 473532724 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10832632 memory=5571041044932745317 CPUtime=0.08 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 158 13175 0 0 1 0 5 2 20 0 15 0 473532726 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10832632 memory=7308051842769708629 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 13 13175 0 0 0 0 5 2 20 0 15 0 473532726 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590050173920 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 2 13175 0 0 0 0 5 2 20 0 15 0 473532726 11092615168 64280 33554432000 4194304 4196468 140722255978112 140589915956224 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11092615168 64280 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10832632 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) R 2664 2667 1397 0 -1 4202560 3853 13175 0 0 55 0 5 2 20 0 15 0 473532730 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10832632 memory=11330123729380 CPUtime=0.65 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) R 2664 2667 1397 0 -1 1077944384 1995 13175 0 0 57 1 5 2 20 0 15 0 473532730 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590119201392 140590849524314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10832632 memory=281125540855928 CPUtime=0.49 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) R 2664 2667 1397 0 -1 4202560 1951 13175 0 0 42 0 5 2 20 0 15 0 473532730 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10832632 memory=302867299151656191 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11092615168 64280 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10832632 memory=14131160489256105 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1 13175 0 0 0 0 5 2 20 0 15 0 473532730 11092615168 64280 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 10832632 KiB
Current children cumulated memory: 257120 KiB

[startup+3.11124 s]
/proc/loadavg: 1.52 1.52 1.46 5/227 2733
/proc/meminfo: memFree=4706364/32770624 swapFree=67021624/67108860
[pid=2667] ppid=2664 vsize=10840844 memory=280180 CPUtime=7.18 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 35561 13175 0 0 695 16 5 2 20 0 15 0 473532713 11101024256 70045 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2710211 70045 3613 1 0 2672269 0

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

[pid=2667/tid=2724] ppid=2664 vsize=10846988 memory=4384128 CPUtime=26.51 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 270197 13175 0 0 2501 143 5 2 20 0 15 0 473532724 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10846988 memory=4384128 CPUtime=1.72 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 48159 13175 0 0 158 7 5 2 20 0 15 0 473532726 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10846988 memory=4384128 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 27 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590050173984 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10846988 memory=4384128 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 20 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140589915956224 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10846988 memory=4384128 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10846988 memory=1040 CPUtime=7.84 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 28317 13175 0 0 773 4 5 2 20 0 15 0 473532730 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10846988 memory=2084 CPUtime=7.76 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 22931 13175 0 0 765 4 5 2 20 0 15 0 473532730 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10846988 memory=1480 CPUtime=2.67 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 20836 13175 0 0 256 4 5 2 20 0 15 0 473532730 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10846988 memory=3880 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10846988 memory=7712 CPUtime=1.18 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1740 13175 0 0 56 55 5 2 20 0 15 0 473532730 11107315712 1096032 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 2359.76 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4384128 KiB

[startup+2322.3 s]
/proc/loadavg: 1.74 1.64 1.66 3/229 3100
/proc/meminfo: memFree=207068/32770624 swapFree=67021656/67108860
[pid=2667] ppid=2664 vsize=10846988 memory=4405764 CPUtime=2420.34 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 6673342 13175 0 0 241029 998 5 2 20 0 15 0 473532713 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2711747 1101441 3643 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846988 memory=4402852 CPUtime=2293.35 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 5540552 13175 0 0 228994 334 5 2 20 0 15 0 473532724 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590821338320 140590415027633 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10846988 memory=4403492 CPUtime=26.58 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 218956 13175 0 0 2505 146 5 2 20 0 15 0 473532724 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10846988 memory=4403652 CPUtime=26.57 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 237065 13175 0 0 2498 152 5 2 20 0 15 0 473532724 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10846988 memory=4403492 CPUtime=26.44 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 277709 13175 0 0 2481 156 5 2 20 0 15 0 473532724 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10846988 memory=4403652 CPUtime=26.7 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 274477 13175 0 0 2519 144 5 2 20 0 15 0 473532724 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10846988 memory=4405764 CPUtime=1.73 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 48462 13175 0 0 159 7 5 2 20 0 15 0 473532726 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10846988 memory=4405764 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 27 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590050173984 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10846988 memory=4405764 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 20 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140589915956224 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10846988 memory=4405764 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10846988 memory=4405764 CPUtime=7.84 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 28319 13175 0 0 773 4 5 2 20 0 15 0 473532730 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10846988 memory=4405764 CPUtime=7.77 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 22933 13175 0 0 766 4 5 2 20 0 15 0 473532730 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10846988 memory=2256 CPUtime=2.67 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 20839 13175 0 0 256 4 5 2 20 0 15 0 473532730 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10846988 memory=4405764 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10846988 memory=6308 CPUtime=1.21 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1774 13175 0 0 57 57 5 2 20 0 15 0 473532730 11107315712 1101441 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 2420.34 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4405764 KiB

[startup+2382.3 s]
/proc/loadavg: 1.72 1.66 1.67 3/228 3104
/proc/meminfo: memFree=233092/32770624 swapFree=67021656/67108860
[pid=2667] ppid=2664 vsize=10846988 memory=4428624 CPUtime=2481.18 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 6974521 13175 0 0 247052 1059 5 2 20 0 15 0 473532713 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2711747 1107156 3643 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846988 memory=4428624 CPUtime=2353.07 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 5825939 13175 0 0 234945 355 5 2 20 0 15 0 473532724 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590821338816 140590422847389 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10846988 memory=4422132 CPUtime=26.85 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 223203 13175 0 0 2522 156 5 2 20 0 15 0 473532724 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10846988 memory=117 CPUtime=26.83 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 241706 13175 0 0 2514 162 5 2 20 0 15 0 473532724 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10846988 memory=4422132 CPUtime=26.72 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 281464 13175 0 0 2499 166 5 2 20 0 15 0 473532724 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10846988 memory=4428624 CPUtime=26.97 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 277244 13175 0 0 2538 152 5 2 20 0 15 0 473532724 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10846988 memory=4428624 CPUtime=1.75 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 48790 13175 0 0 160 8 5 2 20 0 15 0 473532726 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10846988 memory=4420816 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 27 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590050173984 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10846988 memory=4428624 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 20 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140589915956224 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10846988 memory=4422132 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10846988 memory=4428624 CPUtime=7.84 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 28322 13175 0 0 773 4 5 2 20 0 15 0 473532730 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10846988 memory=4428624 CPUtime=7.77 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 22941 13175 0 0 766 4 5 2 20 0 15 0 473532730 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10846988 memory=55 CPUtime=2.67 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 20844 13175 0 0 256 4 5 2 20 0 15 0 473532730 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10846988 memory=2084 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10846988 memory=1480 CPUtime=1.24 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1812 13175 0 0 59 58 5 2 20 0 15 0 473532730 11107315712 1107156 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 2481.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4428624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2420.8 s]
/proc/loadavg: 1.79 1.68 1.67 3/227 3106
/proc/meminfo: memFree=227376/32770624 swapFree=67021656/67108860
[pid=2667] ppid=2664 vsize=10846988 memory=4434352 CPUtime=2520.07 cores=0,2,4,6
/proc/2667/stat : 2667 (java) S 2664 2667 1397 0 -1 1077944320 7080495 13175 0 0 250930 1070 5 2 20 0 15 0 473532713 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140722255960656 140590849502967 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
/proc/2667/statm: 2711747 1108588 3643 1 0 2673805 0
[pid=2667/tid=2720] ppid=2664 vsize=10846988 memory=111632 CPUtime=2391.44 cores=0,2,4,6
/proc/2667/task/2720/stat : 2720 (java) R 2664 2667 1397 0 -1 4202560 5917342 13175 0 0 238773 364 5 2 20 0 15 0 473532724 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590821338352 140590403971625 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2721] ppid=2664 vsize=10846988 memory=804 CPUtime=26.98 cores=0,2,4,6
/proc/2667/task/2721/stat : 2721 (java) S 2664 2667 1397 0 -1 1077944384 226835 13175 0 0 2534 157 5 2 20 0 15 0 473532724 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590853745424 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2722] ppid=2664 vsize=10846988 memory=1408 CPUtime=26.96 cores=0,2,4,6
/proc/2667/task/2722/stat : 2722 (java) S 2664 2667 1397 0 -1 1077944384 246785 13175 0 0 2526 163 5 2 20 0 15 0 473532724 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590742018960 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2723] ppid=2664 vsize=10846988 memory=4434352 CPUtime=26.84 cores=0,2,4,6
/proc/2667/task/2723/stat : 2723 (java) S 2664 2667 1397 0 -1 1077944384 283291 13175 0 0 2511 166 5 2 20 0 15 0 473532724 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590740966416 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2724] ppid=2664 vsize=10846988 memory=1480 CPUtime=27.09 cores=0,2,4,6
/proc/2667/task/2724/stat : 2724 (java) S 2664 2667 1397 0 -1 1077944384 280920 13175 0 0 2550 152 5 2 20 0 15 0 473532724 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590739913872 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2725] ppid=2664 vsize=10846988 memory=3880 CPUtime=1.75 cores=0,2,4,6
/proc/2667/task/2725/stat : 2725 (java) S 2664 2667 1397 0 -1 1077944384 49093 13175 0 0 160 8 5 2 20 0 15 0 473532726 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590121306096 140590849514114 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2726] ppid=2664 vsize=10846988 memory=7712 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2726/stat : 2726 (java) S 2664 2667 1397 0 -1 1077944384 27 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590050173984 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2727] ppid=2664 vsize=10846988 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2727/stat : 2727 (java) S 2664 2667 1397 0 -1 1077944384 20 13175 0 0 0 0 5 2 20 0 15 0 473532726 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140589915956224 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2728] ppid=2664 vsize=10846988 memory=1076 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2728/stat : 2728 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532729 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140589407230160 140590849521563 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2729] ppid=2664 vsize=10846988 memory=3124 CPUtime=7.84 cores=0,2,4,6
/proc/2667/task/2729/stat : 2729 (java) S 2664 2667 1397 0 -1 1077944384 28325 13175 0 0 773 4 5 2 20 0 15 0 473532730 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590120253936 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2730] ppid=2664 vsize=10846988 memory=1244 CPUtime=7.77 cores=0,2,4,6
/proc/2667/task/2730/stat : 2730 (java) S 2664 2667 1397 0 -1 1077944384 22949 13175 0 0 766 4 5 2 20 0 15 0 473532730 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590119201392 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2731] ppid=2664 vsize=10846988 memory=4434352 CPUtime=2.67 cores=0,2,4,6
/proc/2667/task/2731/stat : 2731 (java) S 2664 2667 1397 0 -1 1077944384 20849 13175 0 0 256 4 5 2 20 0 15 0 473532730 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590016617200 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2732] ppid=2664 vsize=10846988 memory=828 CPUtime=0.07 cores=0,2,4,6
/proc/2667/task/2732/stat : 2732 (java) S 2664 2667 1397 0 -1 1077944384 3 13175 0 0 0 0 5 2 20 0 15 0 473532730 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140589373672544 140590849513173 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
[pid=2667/tid=2733] ppid=2664 vsize=10846988 memory=736 CPUtime=1.26 cores=0,2,4,6
/proc/2667/task/2733/stat : 2733 (java) S 2664 2667 1397 0 -1 1077944384 1850 13175 0 0 60 59 5 2 20 0 15 0 473532730 11107315712 1108588 33554432000 4194304 4196468 140722255978112 140590015564080 140590849514114 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 15941632 140722255985251 140722255987893 140722255987893 140722255990735 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4434352 KiB

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

[startup+2421.09 s]
# the end of solver process 2667 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2509.53 s, system=10.8421 s

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

[startup+2421 s]*
/proc/loadavg: 1.65 1.66 1.66 3/214 3108
/proc/meminfo: memFree=1664532/32770624 swapFree=67021656/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2421.09
CPU time (s): 2520.38
CPU user time (s): 2509.53
CPU system time (s): 10.8421
CPU usage (%): 104.101
Max. virtual memory (cumulated for all children) (KiB): 11043604
Max. memory (cumulated for all children) (KiB): 4434524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.54
system time used= 10.8421
maximum resident set size= 4434792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7098059
page faults= 0
swaps= 0
block input operations= 16
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74263
involuntary context switches= 4141


# summary of solver processes directly reported to runsolver:
#   pid: 2667
#   total CPU time (s): 2520.38
#   total CPU user time (s): 2509.53
#   total CPU system time (s): 10.8421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3177 second user time and 20.8015 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 11:42:41
IDJOB=4403014
IDBENCH=124254
IDSOLVER=2861
FILE ID=node150/4403014-1568972602
RUNJOBID= node150-1568967596-1428
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t10-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403014-1568972602/watcher-4403014-1568972602 -o /var/tmp/evaluation-result-4403014-1568972602/solver-4403014-1568972602 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1574390344 HOME/instance-4403014-1568972602.xml

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

MD5SUM BENCH= 9ef9cfbbe168b3e655de6bd1a7d8b0b4
RANDOM SEED=1574390344

node150.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.79
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.79
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.79
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.79
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:         4967656 kB
MemAvailable:   31365096 kB
Buffers:          144552 kB
Cached:         26156072 kB
SwapCached:         7792 kB
Active:         13548496 kB
Inactive:       13251532 kB
Active(anon):     467364 kB
Inactive(anon):    72588 kB
Active(file):   13081132 kB
Inactive(file): 13178944 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021624 kB
Dirty:             35592 kB
Writeback:             0 kB
AnonPages:        602616 kB
Mapped:            60684 kB
Shmem:             32252 kB
Slab:             594640 kB
SReclaimable:     565824 kB
SUnreclaim:        28816 kB
KernelStack:        3728 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1529728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node150 at 2019-09-20 12:23:03