Trace number 4302748

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.9.2-SuperNG? (TO) 254.56 174.816

General information on the benchmark

NamePseudoBoolean-opt/
Pb-radar-30-30-45-050-100_c18.xml
MD5SUM038278868d516ab8bda18fb263b0f90d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark252.114
Satisfiable
(Un)Satisfiability was proved
Number of variables4447
Number of constraints4926
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":4447}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":7},{"degree":3,"count":130},{"degree":4,"count":1108},{"degree":5,"count":1123},{"degree":6,"count":1918},{"degree":7,"count":3},{"degree":8,"count":158}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":4194},{"arity":3,"count":18},{"arity":4,"count":27},{"arity":5,"count":32},{"arity":6,"count":33},{"arity":7,"count":20},{"arity":8,"count":23},{"arity":9,"count":25},{"arity":10,"count":27},{"arity":11,"count":33},{"arity":12,"count":28},{"arity":13,"count":34},{"arity":14,"count":49},{"arity":15,"count":45},{"arity":16,"count":31},{"arity":17,"count":50},{"arity":18,"count":49},{"arity":19,"count":49},{"arity":20,"count":46},{"arity":21,"count":43},{"arity":22,"count":36},{"arity":23,"count":15},{"arity":24,"count":8},{"arity":25,"count":6},{"arity":26,"count":2},{"arity":27,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4926}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
254.35/174.76	Exception in thread "main" java.util.concurrent.TimeoutException
254.35/174.76		at concrete.MAC.mac(MAC.scala:188)
254.35/174.76		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
254.35/174.76		at scala.util.Try$.apply(Try.scala:209)
254.35/174.76		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
254.35/174.76		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
254.35/174.76		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
254.35/174.76		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
254.35/174.76		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
254.35/174.76		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
254.35/174.76		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
254.35/174.76		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
254.35/174.76		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
254.35/174.76		at concrete.MAC.oneRun(MAC.scala:253)
254.35/174.76		at concrete.MAC.nextSolution(MAC.scala:272)
254.35/174.76		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
254.35/174.76		at concrete.ProblemState.map(ProblemState.scala:221)
254.35/174.76		at concrete.ProblemState.map(ProblemState.scala:204)
254.35/174.76		at concrete.MAC.nextSolution(MAC.scala:334)
254.35/174.76		at concrete.Solver.hasNext(Solver.scala:166)
254.35/174.76		at scala.collection.Iterator.foreach(Iterator.scala:944)
254.35/174.76		at scala.collection.Iterator.foreach$(Iterator.scala:944)
254.35/174.76		at concrete.Solver.foreach(Solver.scala:68)
254.35/174.76		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
254.35/174.76		at scala.util.Success.$anonfun$map$1(Try.scala:251)
254.35/174.76		at scala.util.Success.map(Try.scala:209)
254.35/174.76		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
254.35/174.76		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
254.35/174.76		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
254.35/174.76		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
254.35/174.76		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
254.35/174.76		at scala.Function0.apply$mcV$sp(Function0.scala:34)
254.35/174.76		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
254.35/174.76		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
254.35/174.76		at scala.App.$anonfun$main$1$adapted(App.scala:76)
254.35/174.76		at scala.collection.immutable.List.foreach(List.scala:389)
254.35/174.76		at scala.App.main(App.scala:76)
254.35/174.76		at scala.App.main$(App.scala:74)
254.35/174.76		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
254.35/174.76		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
254.35/174.77	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 (12092 MiB free)
  memory of node 1: 16384 MiB (12352 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302748-1532894871/watcher-4302748-1532894871 -o /tmp/evaluation-result-4302748-1532894871/solver-4302748-1532894871 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=190910826 -superng HOME/instance-4302748-1532894871.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=23951, runsolver pid=23948

[startup+0.100161 s]*
/proc/loadavg: 2.09 1.95 1.75 7/206 24008
/proc/meminfo: memFree=25026008/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=10005480 memory=18332 CPUtime=0.1 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 4250 13270 0 0 1 1 5 3 20 0 6 0 107050244 10245611520 4583 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2501370 4583 1931 1 0 2489808 0
[pid=23951/tid=24004] ppid=23948 vsize=10005480 memory=4279135703946592399 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 2050 13270 0 0 0 0 5 3 20 0 6 0 107050253 10245611520 4583 33554432000 4194304 4196468 140733229372784 140598422262352 140598435794399 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 6 0 107050254 10245611520 4583 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=10005480 memory=140115485111936 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 6 0 107050254 10245611520 4583 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 6 0 107050254 10245611520 4583 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 6 0 107050254 10245611520 4583 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18332 KiB

[startup+0.21085 s]*
/proc/loadavg: 2.09 1.95 1.75 6/215 24017
/proc/meminfo: memFree=25001360/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=10982744 memory=45468 CPUtime=0.26 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 7557 13270 0 0 16 2 5 3 20 0 15 0 107050244 11246329856 11367 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2745686 11367 2957 1 0 2708109 0
[pid=23951/tid=24004] ppid=23948 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 4169 13270 0 0 10 1 5 3 20 0 15 0 107050253 11246329856 11433 33554432000 4194304 4196468 140733229372784 140598422242704 140598430701419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=10982744 memory=339 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246329856 11433 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=10982744 memory=3617997580362561184 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246329856 11433 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246329856 11433 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246329856 11433 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=10982744 memory=140115485111936 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246329856 11433 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 13 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246329856 11433 33554432000 4194304 4196468 140733229372784 140597244454304 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246329856 11433 33554432000 4194304 4196468 140733229372784 140597096605168 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246329856 11433 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) S 23948 23951 13514 0 -1 1077944384 432 13270 0 0 1 0 5 3 20 0 15 0 107050259 11246329856 11433 33554432000 4194304 4196468 140733229372784 140597874743280 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 180 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246329856 11499 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=10982744 memory=140115485111936 CPUtime=0.11 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 617 13270 0 0 3 0 5 3 20 0 15 0 107050259 11246329856 11499 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246329856 11499 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=10982744 memory=140115485111936 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050260 11246329856 11499 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45468 KiB

[startup+0.310048 s]*
/proc/loadavg: 2.09 1.95 1.75 4/215 24017
/proc/meminfo: memFree=24989236/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=10983192 memory=56960 CPUtime=0.39 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 10284 13270 0 0 28 3 5 3 20 0 15 0 107050244 11246788608 14240 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2745798 14240 3076 1 0 2708109 0
[pid=23951/tid=24004] ppid=23948 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 6823 13270 0 0 19 2 5 3 20 0 15 0 107050253 11246788608 14240 33554432000 4194304 4196468 140733229372784 140598422237600 140598434506078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 14240 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 14240 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 14240 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 14240 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 13 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597244454304 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597096605168 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246788608 14240 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) S 23948 23951 13514 0 -1 1077944384 435 13270 0 0 2 0 5 3 20 0 15 0 107050259 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597874743280 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 182 13270 0 0 1 0 5 3 20 0 15 0 107050259 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=10983192 memory=140115485111936 CPUtime=0.12 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 623 13270 0 0 4 0 5 3 20 0 15 0 107050259 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246788608 14240 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=10983192 memory=140115485111936 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050260 11246788608 14240 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56960 KiB

[startup+0.700695 s]
/proc/loadavg: 2.09 1.95 1.75 3/215 24017
/proc/meminfo: memFree=24978692/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=10983192 memory=89116 CPUtime=1 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 16391 13270 0 0 87 5 5 3 20 0 15 0 107050244 11246788608 22279 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2745798 22279 3242 1 0 2708109 0
[pid=23951/tid=24004] ppid=23948 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 11845 13270 0 0 56 3 5 3 20 0 15 0 107050253 11246788608 22279 33554432000 4194304 4196468 140733229372784 140598422248592 140598431990266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 22279 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 22279 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 22279 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11246788608 22279 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 5 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=10983192 memory=140115322221232 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 13 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597244454304 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=10983192 memory=140119013065296 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050256 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597096605168 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=10983192 memory=1020 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246788608 22279 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=10983192 memory=7089042195949315648 CPUtime=0.19 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) S 23948 23951 13514 0 -1 1077944384 1096 13270 0 0 11 0 5 3 20 0 15 0 107050259 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597874743280 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=10983192 memory=7881696724453321575 CPUtime=0.13 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 544 13270 0 0 5 0 5 3 20 0 15 0 107050259 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=10983192 memory=5789189752906409301 CPUtime=0.21 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 677 13270 0 0 13 0 5 3 20 0 15 0 107050259 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11246788608 22279 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050260 11246788608 22279 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89116 KiB

[startup+1.50381 s]
/proc/loadavg: 2.09 1.95 1.75 3/215 24017
/proc/meminfo: memFree=24934780/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=10993996 memory=184488 CPUtime=3.1 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 24285 13270 0 0 293 9 5 3 20 0 15 0 107050244 11257851904 46122 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2748499 46122 3448 1 0 2710157 0
[pid=23951/tid=24004] ppid=23948 vsize=10993996 memory=10757 CPUtime=1.46 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 15037 13270 0 0 132 6 5 3 20 0 15 0 107050253 11257851904 46122 33554432000 4194304 4196468 140733229372784 140598422230960 140598433612429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11257851904 46122 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=10993996 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050254 11257851904 46122 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=10993996 memory=3128 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11257851904 46122 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=10993996 memory=89116 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 2 13270 0 0 0 0 5 3 20 0 15 0 107050254 11257851904 46122 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 6 13270 0 0 0 0 5 3 20 0 15 0 107050256 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 13 13270 0 0 0 0 5 3 20 0 15 0 107050256 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597244454304 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=10993996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050256 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597096605168 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=10993996 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11257851904 46122 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=10993996 memory=4638778398332698720 CPUtime=0.68 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) R 23948 23951 13514 0 -1 4202560 3184 13270 0 0 60 0 5 3 20 0 15 0 107050259 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597874729248 140598435540695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=10993996 memory=280230644718464 CPUtime=0.64 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) R 23948 23951 13514 0 -1 4202560 2268 13270 0 0 55 1 5 3 20 0 15 0 107050259 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597873677488 140598434398593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=10993996 memory=6944656592452807323 CPUtime=0.52 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 1566 13270 0 0 43 1 5 3 20 0 15 0 107050259 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=10993996 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11257851904 46122 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=10993996 memory=1399101730491701635 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 1 13270 0 0 0 0 5 3 20 0 15 0 107050260 11257851904 46122 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10993996 KiB

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

[pid=23951/tid=24008] ppid=23948 vsize=11008352 memory=2549872 CPUtime=15.85 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 5818 13270 0 0 1533 44 5 3 20 0 15 0 107050254 11272552448 637482 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=11008352 memory=2549872 CPUtime=1.87 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 30844 13270 0 0 177 2 5 3 20 0 15 0 107050256 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=11008352 memory=30432 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 15 13270 0 0 0 0 5 3 20 0 15 0 107050256 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597244454368 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=11008352 memory=2300996 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 4 13270 0 0 0 0 5 3 20 0 15 0 107050256 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597096605184 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=11008352 memory=1700 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11272552448 637482 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=11008352 memory=2549872 CPUtime=4.22 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) S 23948 23951 13514 0 -1 1077944384 9925 13270 0 0 412 2 5 3 20 0 15 0 107050259 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597874743280 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=11008352 memory=2549872 CPUtime=3.91 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 12140 13270 0 0 379 4 5 3 20 0 15 0 107050259 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=11008352 memory=4140 CPUtime=1.84 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 7615 13270 0 0 173 3 5 3 20 0 15 0 107050259 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=11008352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11272552448 637482 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=11008352 memory=2549872 CPUtime=0.14 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 526 13270 0 0 4 2 5 3 20 0 15 0 107050260 11272552448 637482 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 158.85 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 2549928 KiB

[startup+162.301 s]
/proc/loadavg: 1.73 1.98 1.80 6/216 24155
/proc/meminfo: memFree=21778968/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=11008352 memory=2838344 CPUtime=229 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 141798 13270 0 0 22642 250 5 3 20 0 15 0 107050244 11272552448 709586 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2752088 709586 3523 1 0 2713741 0
[pid=23951/tid=24004] ppid=23948 vsize=11008352 memory=2836296 CPUtime=142.62 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) S 23948 23951 13514 0 -1 1077944384 35660 13270 0 0 14243 11 5 3 20 0 15 0 107050253 11272552448 709586 33554432000 4194304 4196468 140733229372784 140598422258672 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=11008352 memory=2836296 CPUtime=17.57 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) R 23948 23951 13514 0 -1 4202560 5231 13270 0 0 1697 52 5 3 20 0 15 0 107050254 11272552448 709586 33554432000 4194304 4196468 140733229372784 140598454667656 140598436184408 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=11008352 memory=2549928 CPUtime=17.61 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) R 23948 23951 13514 0 -1 4202560 9025 13270 0 0 1696 57 5 3 20 0 15 0 107050254 11272552448 709586 33554432000 4194304 4196468 140733229372784 140598309386760 140598435469685 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=11008352 memory=2550320 CPUtime=17.51 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) R 23948 23951 13514 0 -1 4202560 7310 13270 0 0 1685 58 5 3 20 0 15 0 107050254 11272552448 709586 33554432000 4194304 4196468 140733229372784 140598308334216 140598435449318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=11008352 memory=2554416 CPUtime=17.71 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) R 23948 23951 13514 0 -1 4202560 7573 13270 0 0 1711 52 5 3 20 0 15 0 107050254 11272552448 709586 33554432000 4194304 4196468 140733229372784 140598307281672 140598435469915 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=11008352 memory=2554416 CPUtime=1.92 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 31183 13270 0 0 182 2 5 3 20 0 15 0 107050256 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597875794976 140598450435797 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=11008352 memory=2836296 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 17 13270 0 0 0 0 5 3 20 0 15 0 107050256 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597244454432 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=11008352 memory=2838344 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 14 13270 0 0 0 0 5 3 20 0 15 0 107050256 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597096605184 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=11008352 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11272552448 709586 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=11008352 memory=2549928 CPUtime=6.27 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) S 23948 23951 13514 0 -1 1077944384 14236 13270 0 0 616 3 5 3 20 0 15 0 107050259 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597874743280 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=11008352 memory=2549928 CPUtime=6.19 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 17083 13270 0 0 607 4 5 3 20 0 15 0 107050259 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=11008352 memory=2838344 CPUtime=2.04 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 11705 13270 0 0 193 3 5 3 20 0 15 0 107050259 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=11008352 memory=2838344 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11272552448 709586 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=11008352 memory=2554416 CPUtime=0.17 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 558 13270 0 0 5 4 5 3 20 0 15 0 107050260 11272552448 709586 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 229 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 2838344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+174.001 s]*
/proc/loadavg: 1.78 1.98 1.81 5/216 24155
/proc/meminfo: memFree=21523720/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=11010400 memory=3061164 CPUtime=252.31 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 151475 13270 0 0 24957 266 5 3 20 0 15 0 107050244 11274649600 765291 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2752600 765291 3527 1 0 2714253 0
[pid=23951/tid=24004] ppid=23948 vsize=11010400 memory=6791534058613427641 CPUtime=151.61 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 40444 13270 0 0 15141 12 5 3 20 0 15 0 107050253 11274649600 765291 33554432000 4194304 4196468 140733229372784 140598422258336 140598430651965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=11010400 memory=4126316290023845779 CPUtime=20.26 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 5616 13270 0 0 1963 55 5 3 20 0 15 0 107050254 11274649600 765291 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=11010400 memory=1584 CPUtime=20.29 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 9327 13270 0 0 1960 61 5 3 20 0 15 0 107050254 11274649600 765291 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=11010400 memory=496 CPUtime=20.19 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 7698 13270 0 0 1950 61 5 3 20 0 15 0 107050254 11274649600 765291 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=11010400 memory=928 CPUtime=20.37 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 7948 13270 0 0 1974 55 5 3 20 0 15 0 107050254 11274649600 765291 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=11010400 memory=1172 CPUtime=1.94 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 31304 13270 0 0 184 2 5 3 20 0 15 0 107050256 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=11010400 memory=1968 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 17 13270 0 0 0 0 5 3 20 0 15 0 107050256 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597244454432 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=11010400 memory=1572 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 14 13270 0 0 0 0 5 3 20 0 15 0 107050256 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597096605184 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=11010400 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11274649600 765291 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=11010400 memory=3360 CPUtime=7.82 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) R 23948 23951 13514 0 -1 4202560 15299 13270 0 0 771 3 5 3 20 0 15 0 107050259 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597874721920 140598429596872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=11010400 memory=2724 CPUtime=7.91 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) R 23948 23951 13514 0 -1 4202560 19004 13270 0 0 778 5 5 3 20 0 15 0 107050259 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597873668256 140598429921358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=11010400 memory=1256 CPUtime=2.36 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) R 23948 23951 13514 0 -1 1077944384 12043 13270 0 0 224 4 5 3 20 0 15 0 107050259 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=11010400 memory=10368 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 15 0 107050259 11274649600 765291 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=11010400 memory=3052952 CPUtime=0.17 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 558 13270 0 0 5 4 5 3 20 0 15 0 107050260 11274649600 765291 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 252.31 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 3061164 KiB

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

[startup+174.816 s]
# the end of solver process 23951 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.805 s, system=2.75479 s

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

[startup+174.401 s]
/proc/loadavg: 1.78 1.98 1.81 5/216 24155
/proc/meminfo: memFree=21523720/32770624 swapFree=67108860/67108860
[pid=23951] ppid=23948 vsize=11274600 memory=3088008 CPUtime=253.46 cores=0,2,4,6
/proc/23951/stat : 23951 (java) S 23948 23951 13514 0 -1 1077944320 161205 13270 0 0 25071 267 5 3 20 0 17 0 107050244 11545190400 772002 33554432000 4194304 4196468 140733229372784 140733229355328 140598450425591 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
/proc/23951/statm: 2818650 772002 3527 1 0 2780303 0
[pid=23951/tid=24004] ppid=23948 vsize=11274600 memory=6791534058613427641 CPUtime=152 cores=0,2,4,6
/proc/23951/task/24004/stat : 24004 (java) R 23948 23951 13514 0 -1 4202560 47899 13270 0 0 15179 13 5 3 20 0 17 0 107050253 11545190400 772002 33554432000 4194304 4196468 140733229372784 140598422241032 140598430701312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24005] ppid=23948 vsize=11274600 memory=288230617509003574 CPUtime=20.26 cores=0,2,4,6
/proc/23951/task/24005/stat : 24005 (java) S 23948 23951 13514 0 -1 1077944384 5616 13270 0 0 1963 55 5 3 20 0 17 0 107050254 11545190400 772002 33554432000 4194304 4196468 140733229372784 140598454667536 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24006] ppid=23948 vsize=11274600 memory=13847486485760432 CPUtime=20.29 cores=0,2,4,6
/proc/23951/task/24006/stat : 24006 (java) S 23948 23951 13514 0 -1 1077944384 9327 13270 0 0 1960 61 5 3 20 0 17 0 107050254 11545190400 772002 33554432000 4194304 4196468 140733229372784 140598309386640 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24007] ppid=23948 vsize=11274600 memory=3852 CPUtime=20.19 cores=0,2,4,6
/proc/23951/task/24007/stat : 24007 (java) S 23948 23951 13514 0 -1 1077944384 7698 13270 0 0 1950 61 5 3 20 0 17 0 107050254 11545190400 772002 33554432000 4194304 4196468 140733229372784 140598308334096 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24008] ppid=23948 vsize=11274600 memory=4108 CPUtime=20.37 cores=0,2,4,6
/proc/23951/task/24008/stat : 24008 (java) S 23948 23951 13514 0 -1 1077944384 7948 13270 0 0 1974 55 5 3 20 0 17 0 107050254 11545190400 772002 33554432000 4194304 4196468 140733229372784 140598307281552 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24009] ppid=23948 vsize=11274600 memory=1992 CPUtime=1.94 cores=0,2,4,6
/proc/23951/task/24009/stat : 24009 (java) S 23948 23951 13514 0 -1 1077944384 31308 13270 0 0 184 2 5 3 20 0 17 0 107050256 11545190400 772002 33554432000 4194304 4196468 140733229372784 140597875796464 140598450436738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24010] ppid=23948 vsize=11274600 memory=2236 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24010/stat : 24010 (java) S 23948 23951 13514 0 -1 1077944384 17 13270 0 0 0 0 5 3 20 0 17 0 107050256 11545190400 772002 33554432000 4194304 4196468 140733229372784 140597244454432 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24011] ppid=23948 vsize=11274600 memory=1992 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24011/stat : 24011 (java) S 23948 23951 13514 0 -1 1077944384 14 13270 0 0 0 0 5 3 20 0 17 0 107050256 11545190400 772002 33554432000 4194304 4196468 140733229372784 140597096605184 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24012] ppid=23948 vsize=11274600 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24012/stat : 24012 (java) S 23948 23951 13514 0 -1 1077944384 33 13270 0 0 0 0 5 3 20 0 17 0 107050259 11545190400 772068 33554432000 4194304 4196468 140733229372784 140596789205712 140598450444187 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24013] ppid=23948 vsize=11274600 memory=804 CPUtime=8.21 cores=0,2,4,6
/proc/23951/task/24013/stat : 24013 (java) R 23948 23951 13514 0 -1 4202560 16683 13270 0 0 809 4 5 3 20 0 17 0 107050259 11545190400 772068 33554432000 4194304 4196468 140733229372784 140597874724296 140598433922117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24014] ppid=23948 vsize=11274600 memory=1696 CPUtime=8.21 cores=0,2,4,6
/proc/23951/task/24014/stat : 24014 (java) S 23948 23951 13514 0 -1 1077944384 19765 13270 0 0 808 5 5 3 20 0 17 0 107050259 11545190400 772068 33554432000 4194304 4196468 140733229372784 140597873690736 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24015] ppid=23948 vsize=11274600 memory=6791534058613427641 CPUtime=2.42 cores=0,2,4,6
/proc/23951/task/24015/stat : 24015 (java) S 23948 23951 13514 0 -1 1077944384 12150 13270 0 0 230 4 5 3 20 0 17 0 107050259 11545190400 772068 33554432000 4194304 4196468 140733229372784 140597872638192 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24016] ppid=23948 vsize=11274600 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/23951/task/24016/stat : 24016 (java) S 23948 23951 13514 0 -1 1077944384 3 13270 0 0 0 0 5 3 20 0 17 0 107050259 11545190400 772068 33554432000 4194304 4196468 140733229372784 140596358408800 140598450435797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
[pid=23951/tid=24017] ppid=23948 vsize=11274600 memory=928 CPUtime=0.17 cores=0,2,4,6
/proc/23951/task/24017/stat : 24017 (java) S 23948 23951 13514 0 -1 1077944384 558 13270 0 0 5 4 5 3 20 0 17 0 107050260 11545190400 772068 33554432000 4194304 4196468 140733229372784 140597871586096 140598450436738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8577024 140733229378153 140733229380961 140733229380961 140733229383631 0
Current children cumulated CPU time: 253.46 s
Current children cumulated vsize: 11274600 KiB
Current children cumulated memory: 3088008 KiB

[startup+174.801 s]*
/proc/loadavg: 1.78 1.98 1.81 3/203 24157
/proc/meminfo: memFree=24321376/32770624 swapFree=67108860/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): 174.816
CPU time (s): 254.56
CPU user time (s): 251.805
CPU system time (s): 2.75479
CPU usage (%): 145.616
Max. virtual memory (cumulated for all children) (KiB): 11274600
Max. memory (cumulated for all children) (KiB): 3107608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.805
system time used= 2.75479
maximum resident set size= 3108260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15144
involuntary context switches= 1273


# summary of solver processes directly reported to runsolver:
#   pid: 23951
#   total CPU time (s): 254.56
#   total CPU user time (s): 251.805
#   total CPU system time (s): 2.75479

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.27301 second user time and 1.49178 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 22:07:51
IDJOB=4302748
IDBENCH=141119
IDSOLVER=2777
FILE ID=node136/4302748-1532894871
RUNJOBID= node136-1532893975-22776
PBS_JOBID= 21022516
Free space on /tmp= 60200 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-radar-30-30-45-050-100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302748-1532894871/watcher-4302748-1532894871 -o /tmp/evaluation-result-4302748-1532894871/solver-4302748-1532894871 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532893975-22776 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=190910826 -superng HOME/instance-4302748-1532894871.xml

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

MD5SUM BENCH= 038278868d516ab8bda18fb263b0f90d
RANDOM SEED=190910826

node136.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.50
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.50
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.50
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.50
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:        25032644 kB
MemAvailable:   28443808 kB
Buffers:          216924 kB
Cached:          3464872 kB
SwapCached:            0 kB
Active:          5300828 kB
Inactive:        1956764 kB
Active(anon):    3527408 kB
Inactive(anon):    76480 kB
Active(file):    1773420 kB
Inactive(file):  1880284 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26924 kB
Writeback:             0 kB
AnonPages:       3611448 kB
Mapped:            48320 kB
Shmem:             25228 kB
Slab:             174808 kB
SReclaimable:     146592 kB
SUnreclaim:        28216 kB
KernelStack:        3808 kB
PageTables:        12304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4698712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3395584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60176 MiB
End job on node136 at 2018-07-29 22:10:46