Trace number 4259682

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4SAT (TO)1100 263.29199 240.032

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r2.xml
MD5SUMa7a611711d538e27d6e463316b2ea293
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark5.7864599
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints56
Number of domains6
Minimum domain size3
Maximum domain size17
Distribution of domain sizes[{"size":3,"count":50},{"size":5,"count":10},{"size":9,"count":10},{"size":17,"count":10}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":38},{"degree":4,"count":10},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":30},{"arity":4,"count":1},{"arity":5,"count":20},{"arity":10,"count":5}]
Number of extensional constraints30
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.23/2.57	c Concrete v3.4 running
7.01/4.15	o 2000
7.01/4.18	o 1950
7.29/4.20	o 1800
7.29/4.22	o 1750
7.29/4.24	o 1600
7.29/4.25	o 1550
7.29/4.28	o 1500
7.29/4.28	o 1350
7.29/4.29	o 1300
7.66/4.30	o 1150
7.66/4.32	o 1100
263.24/240.00	java.util.concurrent.TimeoutException
263.24/240.00		at concrete.MAC.mac(MAC.scala:74)
263.24/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
263.24/240.00		at scala.util.Try$.apply(Try.scala:209)
263.24/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
263.24/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
263.24/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
263.24/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
263.24/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
263.24/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
263.24/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
263.24/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
263.24/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
263.24/240.00		at concrete.MAC.oneRun(MAC.scala:146)
263.24/240.01		at concrete.MAC.nextSolution(MAC.scala:166)
263.24/240.01		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
263.24/240.01		at concrete.ProblemState.map(ProblemState.scala:203)
263.24/240.01		at concrete.ProblemState.map(ProblemState.scala:188)
263.24/240.01		at concrete.MAC.nextSolution(MAC.scala:195)
263.24/240.01		at concrete.Solver.hasNext(Solver.scala:202)
263.24/240.01		at scala.collection.Iterator.toStream(Iterator.scala:1403)
263.24/240.01		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
263.24/240.01		at concrete.Solver.toStream(Solver.scala:73)
263.24/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
263.24/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
263.24/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
263.24/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
263.24/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
263.24/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
263.24/240.01		at scala.util.Success.map(Try.scala:209)
263.24/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
263.24/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
263.24/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
263.24/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
263.24/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
263.24/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
263.24/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
263.24/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
263.24/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
263.24/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
263.24/240.01		at scala.App.main(App.scala:76)
263.24/240.01		at scala.App.main$(App.scala:74)
263.24/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
263.24/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
263.24/240.01	v <instantiation cost="1100">
263.24/240.01	v       <list>
263.24/240.01	v         r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] c[5][0] c[5][1] c[5][2] c[5][3] c[6][0] c[6][1] c[6][2] c[6][3] c[7][0] c[7][1] c[7][2] c[7][3] c[8][0] c[8][1] c[8][2] c[8][3] c[9][0] c[9][1] c[9][2] c[9][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9]
263.24/240.01	v       </list>
263.24/240.01	v       <values>
263.24/240.01	v         2 2 2 2 1 1 0 0 0 0 6 2 0 0 0 5 0 0 7 0 1 0 0 1 0 2 7 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 200 200 200 150 150 0 0 0 0 16 16 16 16 8 8 0 0 0 0 200 200 200 200 150 150 0 0 0 0
263.24/240.01	v       </values>
263.24/240.01	v     </instantiation>
263.24/240.01	s SATISFIABLE

Verifier Data

OK	1100

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259682-1502001240/watcher-4259682-1502001240 -o /tmp/evaluation-result-4259682-1502001240/solver-4259682-1502001240 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17393 --watchdog 300 bin/concrete HOME/instance-4259682-1502001240.xml 

pid=19502
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.58 1.58 1.92 3/196 19505
/proc/meminfo: memFree=30542264/32770624 swapFree=0/305212
[pid=19505] ppid=19502 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (runsolver) D 19502 19505 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2317807 24240128 106 18446744073709551615 4194304 4338465 140732109772224 140732109769864 139931652301527 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 38809600 140732109779161 140732109779535 140732109779535 140732109782986 0
/proc/19505/statm: 5918 106 53 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.58 1.58 1.92 3/196 19505
/proc/meminfo: memFree=30542264/32770624 swapFree=0/305212
[pid=19505] ppid=19502 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (runsolver) D 19502 19505 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2317807 24240128 106 18446744073709551615 4194304 4338465 140732109772224 140732109769864 139931652301527 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 38809600 140732109779161 140732109779535 140732109779535 140732109782986 0
/proc/19505/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200331 s]
/proc/loadavg: 1.58 1.58 1.92 3/196 19505
/proc/meminfo: memFree=30542264/32770624 swapFree=0/305212
[pid=19505] ppid=19502 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (runsolver) D 19502 19505 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2317807 24240128 106 18446744073709551615 4194304 4338465 140732109772224 140732109769864 139931652301527 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 38809600 140732109779161 140732109779535 140732109779535 140732109782986 0
/proc/19505/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.300323 s]
/proc/loadavg: 1.58 1.58 1.92 3/196 19505
/proc/meminfo: memFree=30542264/32770624 swapFree=0/305212
[pid=19505] ppid=19502 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19505/stat : 19505 (runsolver) D 19502 19505 2450 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 2317807 24240128 106 18446744073709551615 4194304 4338465 140732109772224 140732109769864 139931652301527 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 38809600 140732109779161 140732109779535 140732109779535 140732109782986 0
/proc/19505/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.700228 s]
/proc/loadavg: 1.58 1.58 1.92 3/196 19505
/proc/meminfo: memFree=30542264/32770624 swapFree=0/305212
[pid=19505] ppid=19502 vsize=13974356 CPUtime=0.16 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 6203 12447 0 0 8 1 5 2 20 0 15 0 2317807 14309740544 6874 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3493589 6874 2814 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+1.50069 s]
/proc/loadavg: 1.58 1.58 1.92 3/211 19568
/proc/meminfo: memFree=30504484/32770624 swapFree=0/305504
[pid=19505] ppid=19502 vsize=13981312 CPUtime=1.35 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 21711 12447 0 0 122 6 5 2 20 0 15 0 2317807 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3495328 27398 3332 1 0 3484501 0
[pid=19505/tid=19555] ppid=19502 vsize=13981312 CPUtime=0.92 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 17246 12447 0 0 81 4 5 2 20 0 15 0 2317865 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715992271568 140715973230729 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 1 12447 0 0 0 0 5 2 20 0 15 0 2317866 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 1 12447 0 0 0 0 5 2 20 0 15 0 2317866 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 1 12447 0 0 0 0 5 2 20 0 15 0 2317866 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 2 12447 0 0 0 0 5 2 20 0 15 0 2317866 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 5 12447 0 0 0 0 5 2 20 0 15 0 2317867 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 33 12447 0 0 0 0 5 2 20 0 15 0 2317868 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715465061536 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 21 12447 0 0 0 0 5 2 20 0 15 0 2317868 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715464008432 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=13981312 CPUtime=0.16 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 926 12447 0 0 9 0 5 2 20 0 15 0 2317871 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=13981312 CPUtime=0.2 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) R 19502 19505 2450 0 -1 4202560 621 12447 0 0 13 0 5 2 20 0 15 0 2317871 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715971445015 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=13981312 CPUtime=0.24 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 692 12447 0 0 17 0 5 2 20 0 15 0 2317871 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=13981312 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1 12447 0 0 0 0 5 2 20 0 15 0 2317875 14316863488 27398 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 13981312

[startup+3.10057 s]
/proc/loadavg: 1.62 1.58 1.92 3/211 19568
/proc/meminfo: memFree=30392948/32770624 swapFree=0/305504
[pid=19505] ppid=19502 vsize=13997884 CPUtime=4.57 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 48368 12447 0 0 436 14 5 2 20 0 15 0 2317807 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3499471 52820 3448 1 0 3488085 0
[pid=19505/tid=19555] ppid=19502 vsize=13997884 CPUtime=2.49 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 34820 12447 0 0 234 8 5 2 20 0 15 0 2317865 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715992288720 140715973426294 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 66 12447 0 0 0 0 5 2 20 0 15 0 2317866 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 36 12447 0 0 0 0 5 2 20 0 15 0 2317866 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 56 12447 0 0 1 0 5 2 20 0 15 0 2317866 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 198 12447 0 0 0 0 5 2 20 0 15 0 2317866 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 1683 12447 0 0 1 0 5 2 20 0 15 0 2317867 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 56 12447 0 0 0 0 5 2 20 0 15 0 2317868 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715465061536 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715464008432 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=13997884 CPUtime=0.81 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) R 19502 19505 2450 0 -1 1077944384 4510 12447 0 0 72 2 5 2 20 0 15 0 2317871 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=13997884 CPUtime=0.58 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 1520 12447 0 0 50 1 5 2 20 0 15 0 2317871 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=13997884 CPUtime=0.78 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 3213 12447 0 0 71 0 5 2 20 0 15 0 2317871 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 6 12447 0 0 0 0 5 2 20 0 15 0 2317875 14333833216 52820 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 13997884

[startup+6.30204 s]
/proc/loadavg: 1.62 1.58 1.92 5/215 19583
/proc/meminfo: memFree=30209996/32770624 swapFree=0/305540
[pid=19505] ppid=19502 vsize=14069564 CPUtime=13.43 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 77999 12447 0 0 1313 23 5 2 20 0 15 0 2317807 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 100789 3472 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=5.47 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 45470 12447 0 0 527 13 5 2 20 0 15 0 2317865 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715992291248 140715641303908 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 1175 12447 0 0 11 0 5 2 20 0 15 0 2317866 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 630 12447 0 0 10 0 5 2 20 0 15 0 2317866 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 165 12447 0 0 10 0 5 2 20 0 15 0 2317866 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 308 12447 0 0 10 0 5 2 20 0 15 0 2317866 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 2648 12447 0 0 10 0 5 2 20 0 15 0 2317867 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 57 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=14069564 CPUtime=3.31 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 12796 12447 0 0 321 3 5 2 20 0 15 0 2317871 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=14069564 CPUtime=2.79 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 7423 12447 0 0 271 1 5 2 20 0 15 0 2317871 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=14069564 CPUtime=1.45 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 4890 12447 0 0 136 2 5 2 20 0 15 0 2317871 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 232 12447 0 0 0 0 5 2 20 0 15 0 2317875 14407233536 100789 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.68 1.60 1.92 6/215 19711
/proc/meminfo: memFree=31162972/32770624 swapFree=0/305628
[pid=19505] ppid=19502 vsize=14069564 CPUtime=23.88 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 95890 12447 0 0 2349 32 5 2 20 0 15 0 2317807 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 144446 3472 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=11.84 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 48307 12447 0 0 1161 16 5 2 20 0 15 0 2317865 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715992291032 140715639391309 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 2315 12447 0 0 12 1 5 2 20 0 15 0 2317866 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 648 12447 0 0 10 1 5 2 20 0 15 0 2317866 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 331 12447 0 0 11 1 5 2 20 0 15 0 2317866 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 397 12447 0 0 11 1 5 2 20 0 15 0 2317866 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 2923 12447 0 0 11 0 5 2 20 0 15 0 2317867 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 60 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 144446 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0

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

/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204917 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.09 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1068 12447 0 0 1 1 5 2 20 0 15 0 2317875 14407233536 204917 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 72.07
Current children cumulated vsize (KiB) 14069564

[startup+102.301 s]
/proc/loadavg: 1.69 1.66 1.92 3/215 19714
/proc/meminfo: memFree=30114336/32770624 swapFree=0/305720
[pid=19505] ppid=19502 vsize=14069564 CPUtime=123.77 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 115153 12447 0 0 12314 56 5 2 20 0 15 0 2317807 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 204921 3473 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=100.94 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 54603 12447 0 0 10066 21 5 2 20 0 15 0 2317865 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715992291968 140715632958392 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=0.41 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 2955 12447 0 0 30 4 5 2 20 0 15 0 2317866 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=0.39 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 1267 12447 0 0 29 3 5 2 20 0 15 0 2317866 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=0.4 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 3045 12447 0 0 30 3 5 2 20 0 15 0 2317866 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=0.4 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 476 12447 0 0 30 3 5 2 20 0 15 0 2317866 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=0.39 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 3757 12447 0 0 31 1 5 2 20 0 15 0 2317867 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 60 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=14069564 CPUtime=9.3 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 18252 12447 0 0 918 5 5 2 20 0 15 0 2317871 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=14069564 CPUtime=8.82 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 15451 12447 0 0 871 4 5 2 20 0 15 0 2317871 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=14069564 CPUtime=3.11 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 11992 12447 0 0 298 6 5 2 20 0 15 0 2317871 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1090 12447 0 0 2 3 5 2 20 0 15 0 2317875 14407233536 204921 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 123.77
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.56 1.63 1.89 3/210 19716
/proc/meminfo: memFree=30117916/32770624 swapFree=0/305780
[pid=19505] ppid=19502 vsize=14069564 CPUtime=184.51 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 118882 12447 0 0 18381 63 5 2 20 0 15 0 2317807 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 204937 3473 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=160.37 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 56050 12447 0 0 16008 22 5 2 20 0 15 0 2317865 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715992291872 140715640841162 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=0.67 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 4121 12447 0 0 54 6 5 2 20 0 15 0 2317866 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=0.65 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 1394 12447 0 0 53 5 5 2 20 0 15 0 2317866 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=0.65 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 3549 12447 0 0 54 4 5 2 20 0 15 0 2317866 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=0.66 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 549 12447 0 0 54 5 5 2 20 0 15 0 2317866 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=0.65 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 4133 12447 0 0 56 2 5 2 20 0 15 0 2317867 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 60 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=14069564 CPUtime=9.3 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 18255 12447 0 0 918 5 5 2 20 0 15 0 2317871 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=14069564 CPUtime=8.82 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 15453 12447 0 0 871 4 5 2 20 0 15 0 2317871 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=14069564 CPUtime=3.11 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 11994 12447 0 0 298 6 5 2 20 0 15 0 2317871 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1119 12447 0 0 4 4 5 2 20 0 15 0 2317875 14407233536 204937 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 184.51
Current children cumulated vsize (KiB) 14069564

[startup+222.306 s]
/proc/loadavg: 1.34 1.55 1.85 3/210 19718
/proc/meminfo: memFree=30117296/32770624 swapFree=0/305852
[pid=19505] ppid=19502 vsize=14069564 CPUtime=245.31 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 123539 12447 0 0 24453 71 5 2 20 0 15 0 2317807 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 204963 3473 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=219.76 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 57536 12447 0 0 21946 23 5 2 20 0 15 0 2317865 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715992291760 140715640834518 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=0.94 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 4736 12447 0 0 80 7 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=0.93 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 2535 12447 0 0 79 7 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=0.93 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 3565 12447 0 0 80 6 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=0.92 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 641 12447 0 0 79 6 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=0.92 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 4516 12447 0 0 82 3 5 2 20 0 15 0 2317867 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 60 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=14069564 CPUtime=9.3 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 18258 12447 0 0 918 5 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=14069564 CPUtime=8.82 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 15455 12447 0 0 871 4 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=14069564 CPUtime=3.11 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 12900 12447 0 0 298 6 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1132 12447 0 0 5 7 5 2 20 0 15 0 2317875 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 245.31
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.41 1.55 1.85 3/210 19718
/proc/meminfo: memFree=30117300/32770624 swapFree=0/305868
[pid=19505] ppid=19502 vsize=14069564 CPUtime=263.24 cores=0,2,4,6
/proc/19505/stat : 19505 (java) S 19502 19505 2450 0 -1 1077944320 123859 12447 0 0 26244 73 5 2 20 0 15 0 2317807 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140730446902592 140715988057847 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 45 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
/proc/19505/statm: 3517391 204963 3473 1 0 3506005 0
[pid=19505/tid=19555] ppid=19502 vsize=14069564 CPUtime=237.26 cores=0,2,4,6
/proc/19505/task/19555/stat : 19555 (java) R 19502 19505 2450 0 -1 4202560 57836 12447 0 0 23696 23 5 2 20 0 15 0 2317865 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715992291824 140715640562473 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19556] ppid=19502 vsize=14069564 CPUtime=1.02 cores=0,2,4,6
/proc/19505/task/19556/stat : 19556 (java) S 19502 19505 2450 0 -1 1077944384 4738 12447 0 0 87 8 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715948956688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19557] ppid=19502 vsize=14069564 CPUtime=1 cores=0,2,4,6
/proc/19505/task/19557/stat : 19557 (java) S 19502 19505 2450 0 -1 1077944384 2538 12447 0 0 86 7 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715947904144 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19558] ppid=19502 vsize=14069564 CPUtime=1.01 cores=0,2,4,6
/proc/19505/task/19558/stat : 19558 (java) S 19502 19505 2450 0 -1 1077944384 3566 12447 0 0 88 6 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715586153232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19559] ppid=19502 vsize=14069564 CPUtime=1.01 cores=0,2,4,6
/proc/19505/task/19559/stat : 19559 (java) S 19502 19505 2450 0 -1 1077944384 647 12447 0 0 88 6 5 2 20 0 15 0 2317866 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715585100688 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19560] ppid=19502 vsize=14069564 CPUtime=1 cores=0,2,4,6
/proc/19505/task/19560/stat : 19560 (java) S 19502 19505 2450 0 -1 1077944384 4524 12447 0 0 90 3 5 2 20 0 15 0 2317867 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715466115312 140715988068994 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19561] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19561/stat : 19561 (java) S 19502 19505 2450 0 -1 1077944384 60 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715465061664 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19562] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19562/stat : 19562 (java) S 19502 19505 2450 0 -1 1077944384 44 12447 0 0 0 0 5 2 20 0 15 0 2317868 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715464008448 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19563] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19563/stat : 19563 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715462957008 140715988076443 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19564] ppid=19502 vsize=14069564 CPUtime=9.3 cores=0,2,4,6
/proc/19505/task/19564/stat : 19564 (java) S 19502 19505 2450 0 -1 1077944384 18258 12447 0 0 918 5 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715461905136 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19565] ppid=19502 vsize=14069564 CPUtime=8.82 cores=0,2,4,6
/proc/19505/task/19565/stat : 19565 (java) S 19502 19505 2450 0 -1 1077944384 15455 12447 0 0 871 4 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715460852592 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19566] ppid=19502 vsize=14069564 CPUtime=3.11 cores=0,2,4,6
/proc/19505/task/19566/stat : 19566 (java) S 19502 19505 2450 0 -1 1077944384 12900 12447 0 0 298 6 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715459799536 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19567] ppid=19502 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/19505/task/19567/stat : 19567 (java) S 19502 19505 2450 0 -1 1077944384 3 12447 0 0 0 0 5 2 20 0 15 0 2317871 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715458747232 140715988068053 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
[pid=19505/tid=19568] ppid=19502 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/19505/task/19568/stat : 19568 (java) S 19502 19505 2450 0 -1 1077944384 1132 12447 0 0 6 7 5 2 20 0 15 0 2317875 14407233536 204963 18446744073709551615 4194304 4196468 140730446920048 140715457694256 140715988068994 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28016640 140730446923734 140730446926519 140730446926519 140730446929871 0
Current children cumulated CPU time (s) 263.24
Current children cumulated vsize (KiB) 14069564

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.032
CPU time (s): 263.292
CPU user time (s): 262.516
CPU system time (s): 0.775378
CPU usage (%): 109.69
Max. virtual memory (cumulated for all children) (KiB): 14071664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.516
system time used= 0.775378
maximum resident set size= 821208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37534
involuntary context switches= 1215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08495 second user time and 1.45477 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 08:19:56
IDJOB=4259682
IDBENCH=140550
IDSOLVER=2646
FILE ID=node127/4259682-1502001240
RUNJOBID= node127-1501998935-17393
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259682-1502001240/watcher-4259682-1502001240 -o /tmp/evaluation-result-4259682-1502001240/solver-4259682-1502001240 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1501998935-17393 --watchdog 300  bin/concrete HOME/instance-4259682-1502001240.xml

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

MD5SUM BENCH= a7a611711d538e27d6e463316b2ea293
RANDOM SEED=1895654030

node127.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.92
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.92
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.92
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.92
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:        30551668 kB
MemAvailable:   30802096 kB
Buffers:          104256 kB
Cached:           428180 kB
SwapCached:            0 kB
Active:          1496864 kB
Inactive:         313744 kB
Active(anon):    1279020 kB
Inactive(anon):     8532 kB
Active(file):     217844 kB
Inactive(file):   305212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24572 kB
Writeback:             0 kB
AnonPages:       1278692 kB
Mapped:            41692 kB
Shmem:              8868 kB
Slab:             111384 kB
SReclaimable:      86416 kB
SUnreclaim:        24968 kB
KernelStack:        3456 kB
PageTables:         8024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2026212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1050624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-06 08:23:57