Trace number 4302796

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) 252.154 208.454

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-2-0_c18.xml
MD5SUM9997262cb3c77f8c1331a624da4d00a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":25,"count":111},{"size":40,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302796-1532898885/watcher-4302796-1532898885 -o /tmp/evaluation-result-4302796-1532898885/solver-4302796-1532898885 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=711673102 -superng HOME/instance-4302796-1532898885.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=560, runsolver pid=557
Current StackSize limit: 8192 KiB


[startup+0.109754 s]*
/proc/loadavg: 1.86 1.80 1.78 3/208 640
/proc/meminfo: memFree=27144476/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=10088124 memory=19740 CPUtime=0.09 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 4579 13202 0 0 2 0 5 2 20 0 7 0 107451830 10330238976 4935 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2522031 4935 2046 1 0 2510469 0
[pid=560/tid=636] ppid=557 vsize=10453864 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 2461 13202 0 0 1 0 5 2 20 0 9 0 107451839 10704756736 6051 33554432000 4194304 4196468 140725413250368 140528055840624 140528084026525 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=10453864 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 9 0 107451839 10704756736 6051 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=10453864 memory=140249236342348 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 9 0 107451839 10704756736 6051 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 9 0 107451839 10704756736 6051 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 9 0 107451839 10704756736 6051 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=10453864 memory=140249236317824 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 9 0 107451841 10704756736 6051 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 9 0 107451841 10704756736 6051 33554432000 4194304 4196468 140725413250368 140526967841824 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 9 0 107451842 10704756736 6051 33554432000 4194304 4196468 140725413250368 140526766515120 140528084014805 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19740 KiB

[startup+0.210014 s]*
/proc/loadavg: 1.86 1.80 1.78 3/217 649
/proc/meminfo: memFree=27123288/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=10982696 memory=45864 CPUtime=0.25 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 8368 13202 0 0 16 2 5 2 20 0 15 0 107451830 11246280704 11466 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2745674 11466 2929 1 0 2708109 0
[pid=560/tid=636] ppid=557 vsize=10982696 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 4883 13202 0 0 10 1 5 2 20 0 15 0 107451839 11246280704 11466 33554432000 4194304 4196468 140725413250368 140528055802256 140528069170247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246280704 11466 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=10982696 memory=140249236317824 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=10982696 memory=140249236317824 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246280704 11466 33554432000 4194304 4196468 140725413250368 140526967841824 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451842 11246280704 11466 33554432000 4194304 4196468 140725413250368 140526766515056 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246280704 11466 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 431 13202 0 0 1 0 5 2 20 0 15 0 107451844 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=10982696 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 193 13202 0 0 1 0 5 2 20 0 15 0 107451844 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=10982696 memory=140249236317824 CPUtime=0.1 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 643 13202 0 0 3 0 5 2 20 0 15 0 107451844 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246280704 11466 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=10982696 memory=140249236317824 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451845 11246280704 11466 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 45864 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.86 1.80 1.78 3/217 649
/proc/meminfo: memFree=27113428/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=10983192 memory=56764 CPUtime=0.37 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 10317 13202 0 0 27 3 5 2 20 0 15 0 107451830 11246788608 14191 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2745798 14191 3061 1 0 2708109 0
[pid=560/tid=636] ppid=557 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 6900 13202 0 0 19 2 5 2 20 0 15 0 107451839 11246788608 14304 33554432000 4194304 4196468 140725413250368 140528055816608 140528065568176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 14304 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246788608 14304 33554432000 4194304 4196468 140725413250368 140526967841824 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=10983192 memory=7649399397150044723 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451842 11246788608 14304 33554432000 4194304 4196468 140725413250368 140526766515056 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246788608 14304 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 431 13202 0 0 1 0 5 2 20 0 15 0 107451844 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 194 13202 0 0 1 0 5 2 20 0 15 0 107451844 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=10983192 memory=140249236317824 CPUtime=0.12 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 655 13202 0 0 5 0 5 2 20 0 15 0 107451844 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246788608 14304 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=10983192 memory=140249236317824 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451845 11246788608 14304 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56764 KiB

[startup+0.700717 s]
/proc/loadavg: 1.86 1.80 1.78 4/217 649
/proc/meminfo: memFree=27101280/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=10983192 memory=90824 CPUtime=0.97 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 16830 13202 0 0 85 5 5 2 20 0 15 0 107451830 11246788608 22706 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2745798 22706 3237 1 0 2708109 0
[pid=560/tid=636] ppid=557 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 12390 13202 0 0 55 4 5 2 20 0 15 0 107451839 11246788608 22706 33554432000 4194304 4196468 140725413250368 140528055825424 140528065568174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 22706 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=10983192 memory=13505 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=10983192 memory=5760 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=10983192 memory=4588 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 2 13202 0 0 0 0 5 2 20 0 15 0 107451839 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=10983192 memory=9920 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 5 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=10983192 memory=1944 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107451841 11246788608 22706 33554432000 4194304 4196468 140725413250368 140526967841824 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=10983192 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451842 11246788608 22706 33554432000 4194304 4196468 140725413250368 140526766515056 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=10983192 memory=8512 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246788608 22706 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=10983192 memory=792 CPUtime=0.13 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 713 13202 0 0 6 0 5 2 20 0 15 0 107451844 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=10983192 memory=1008 CPUtime=0.17 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 770 13202 0 0 10 0 5 2 20 0 15 0 107451844 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=10983192 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 728 13202 0 0 12 0 5 2 20 0 15 0 107451844 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=10983192 memory=2372 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11246788608 22706 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451845 11246788608 22706 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90824 KiB

[startup+1.5008 s]
/proc/loadavg: 1.86 1.80 1.78 4/217 649
/proc/meminfo: memFree=27064564/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=10991948 memory=242980 CPUtime=3.12 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 23074 13202 0 0 294 11 5 2 20 0 15 0 107451830 11255754752 60745 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2747987 60745 3469 1 0 2709645 0
[pid=560/tid=636] ppid=557 vsize=10991948 memory=2787433775929 CPUtime=1.43 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 15140 13202 0 0 129 7 5 2 20 0 15 0 107451839 11255754752 60745 33554432000 4194304 4196468 140725413250368 140528055835896 140527658307934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 19 13202 0 0 1 0 5 2 20 0 15 0 107451839 11255754752 60745 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=10991948 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 245 13202 0 0 1 0 5 2 20 0 15 0 107451839 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=10991948 memory=6947385649911455296 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 17 13202 0 0 0 0 5 2 20 0 15 0 107451839 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=10991948 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 45 13202 0 0 1 0 5 2 20 0 15 0 107451839 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=10991948 memory=2464 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 87 13202 0 0 0 0 5 2 20 0 15 0 107451841 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=10991948 memory=1576 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 13 13202 0 0 0 0 5 2 20 0 15 0 107451841 11255754752 60745 33554432000 4194304 4196468 140725413250368 140526967841824 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=10991948 memory=280498275168704 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 1 13202 0 0 0 0 5 2 20 0 15 0 107451842 11255754752 60745 33554432000 4194304 4196468 140725413250368 140526766515056 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11255754752 60745 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=10991948 memory=7522819405788047714 CPUtime=0.65 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) R 557 560 22977 0 -1 4202560 1612 13202 0 0 58 0 5 2 20 0 15 0 107451844 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527575949640 140528065529528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=10991948 memory=7380667988596713810 CPUtime=0.64 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) R 557 560 22977 0 -1 4202560 2177 13202 0 0 57 0 5 2 20 0 15 0 107451844 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527574907104 140528068926381 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=10991948 memory=8530215889787696182 CPUtime=0.5 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 1514 13202 0 0 43 0 5 2 20 0 15 0 107451844 11255754752 60745 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0

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

/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 45621 13202 0 0 4862 39 5 2 20 0 15 0 107451839 11280941056 746621 33554432000 4194304 4196468 140725413250368 140528055832800 140527676479681 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=11016544 memory=2986484 CPUtime=1.77 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 706 13202 0 0 152 18 5 2 20 0 15 0 107451839 11280941056 746621 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=11016544 memory=2986484 CPUtime=1.84 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1465 13202 0 0 156 21 5 2 20 0 15 0 107451839 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=11016544 memory=2986484 CPUtime=1.83 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1154 13202 0 0 158 18 5 2 20 0 15 0 107451839 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=11016544 memory=2986484 CPUtime=1.82 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 1834 13202 0 0 157 18 5 2 20 0 15 0 107451839 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=11016544 memory=2986484 CPUtime=0.21 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 8101 13202 0 0 14 0 5 2 20 0 15 0 107451841 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=11016544 memory=288230583166042426 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 21 13202 0 0 0 0 5 2 20 0 15 0 107451841 11280941056 746621 33554432000 4194304 4196468 140725413250368 140526967841888 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=11016544 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451842 11280941056 746621 33554432000 4194304 4196468 140725413250368 140526766515072 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=11016544 memory=30868 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 746621 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=11016544 memory=68 CPUtime=13.67 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 16973 13202 0 0 1355 5 5 2 20 0 15 0 107451844 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=11016544 memory=-7684191407570971757 CPUtime=12.6 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 20521 13202 0 0 1249 4 5 2 20 0 15 0 107451844 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=11016544 memory=4715996324208872822 CPUtime=3.42 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 15095 13202 0 0 330 5 5 2 20 0 15 0 107451844 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=11016544 memory=1410768 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 746621 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=11016544 memory=280498274662096 CPUtime=0.09 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 47 13202 0 0 0 2 5 2 20 0 15 0 107451845 11280941056 746621 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 85.8 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 2986484 KiB

[startup+102.301 s]
/proc/loadavg: 1.91 1.86 1.81 3/215 650
/proc/meminfo: memFree=24352368/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=11016544 memory=3136940 CPUtime=140.13 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 135323 13202 0 0 13849 157 5 2 20 0 15 0 107451830 11280941056 784235 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2754136 784235 3538 1 0 2715789 0
[pid=560/tid=636] ppid=557 vsize=11016544 memory=3122440 CPUtime=99.98 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 50893 13202 0 0 9951 40 5 2 20 0 15 0 107451839 11280941056 784235 33554432000 4194304 4196468 140725413250368 140528055838728 140527677857451 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=11016544 memory=4136 CPUtime=2.05 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 1243 13202 0 0 176 22 5 2 20 0 15 0 107451839 11280941056 784235 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=11016544 memory=30868 CPUtime=2.11 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 1819 13202 0 0 179 25 5 2 20 0 15 0 107451839 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=11016544 memory=5760 CPUtime=2.11 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1665 13202 0 0 181 23 5 2 20 0 15 0 107451839 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=11016544 memory=4588 CPUtime=2.1 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 3976 13202 0 0 180 23 5 2 20 0 15 0 107451839 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=11016544 memory=6947385649911455296 CPUtime=0.23 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 8465 13202 0 0 15 1 5 2 20 0 15 0 107451841 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=11016544 memory=2987244 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 21 13202 0 0 0 0 5 2 20 0 15 0 107451841 11280941056 784235 33554432000 4194304 4196468 140725413250368 140526967841888 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=11016544 memory=3091392 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451842 11280941056 784235 33554432000 4194304 4196468 140725413250368 140526766515072 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=11016544 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 784235 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=11016544 memory=-6873162000112450758 CPUtime=14.66 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 22552 13202 0 0 1453 6 5 2 20 0 15 0 107451844 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=11016544 memory=-6948047529741492128 CPUtime=13.69 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 24704 13202 0 0 1358 4 5 2 20 0 15 0 107451844 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=11016544 memory=54 CPUtime=3.62 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 17642 13202 0 0 349 6 5 2 20 0 15 0 107451844 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=11016544 memory=7305792226131798635 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 784235 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=11016544 memory=7302976458355598680 CPUtime=0.12 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 137 13202 0 0 2 3 5 2 20 0 15 0 107451845 11280941056 784235 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 140.13 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3136940 KiB

[startup+162.301 s]
/proc/loadavg: 1.78 1.83 1.80 4/215 783
/proc/meminfo: memFree=24711912/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=11016544 memory=3215872 CPUtime=203 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 155234 13202 0 0 20123 170 5 2 20 0 15 0 107451830 11280941056 803968 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2754136 803968 3538 1 0 2715789 0
[pid=560/tid=636] ppid=557 vsize=11016544 memory=7091875736381845610 CPUtime=159.38 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 56095 13202 0 0 15890 41 5 2 20 0 15 0 107451839 11280941056 803968 33554432000 4194304 4196468 140725413250368 140528055835504 140527658628311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=11016544 memory=3215872 CPUtime=2.64 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 1811 13202 0 0 232 25 5 2 20 0 15 0 107451839 11280941056 803968 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=11016544 memory=3215612 CPUtime=2.7 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 2448 13202 0 0 236 27 5 2 20 0 15 0 107451839 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=11016544 memory=3215556 CPUtime=2.7 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 1967 13202 0 0 238 25 5 2 20 0 15 0 107451839 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=11016544 memory=3215612 CPUtime=2.68 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 5799 13202 0 0 236 25 5 2 20 0 15 0 107451839 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=11016544 memory=3215612 CPUtime=0.23 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 8759 13202 0 0 15 1 5 2 20 0 15 0 107451841 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=11016544 memory=3215872 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 21 13202 0 0 0 0 5 2 20 0 15 0 107451841 11280941056 803968 33554432000 4194304 4196468 140725413250368 140526967841888 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=11016544 memory=3215872 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451842 11280941056 803968 33554432000 4194304 4196468 140725413250368 140526766515072 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=11016544 memory=3215872 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 803968 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=11016544 memory=3215612 CPUtime=15.11 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 27397 13202 0 0 1498 6 5 2 20 0 15 0 107451844 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=11016544 memory=3215612 CPUtime=14.2 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 28743 13202 0 0 1408 5 5 2 20 0 15 0 107451844 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=11016544 memory=3215872 CPUtime=3.72 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 19833 13202 0 0 359 6 5 2 20 0 15 0 107451844 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=11016544 memory=3215872 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 803968 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=11016544 memory=3215612 CPUtime=0.15 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 155 13202 0 0 3 5 5 2 20 0 15 0 107451845 11280941056 803968 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 203 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3215872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+208.401 s]
/proc/loadavg: 1.81 1.82 1.80 3/215 783
/proc/meminfo: memFree=21113728/32770624 swapFree=67108792/67108860
[pid=560] ppid=557 vsize=11016544 memory=3292768 CPUtime=252.08 cores=1,3,5,7
/proc/560/stat : 560 (java) S 557 560 22977 0 -1 1077944320 175031 13202 0 0 25022 179 5 2 20 0 15 0 107451830 11280941056 823192 33554432000 4194304 4196468 140725413250368 140725413232912 140528084004599 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
/proc/560/statm: 2754136 823192 3538 1 0 2715789 0
[pid=560/tid=636] ppid=557 vsize=11016544 memory=1696 CPUtime=204.75 cores=1,3,5,7
/proc/560/task/636/stat : 636 (java) R 557 560 22977 0 -1 4202560 60999 13202 0 0 20426 42 5 2 20 0 15 0 107451839 11280941056 823192 33554432000 4194304 4196468 140725413250368 140528055835504 140527676410237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=637] ppid=557 vsize=11016544 memory=920 CPUtime=3.35 cores=1,3,5,7
/proc/560/task/637/stat : 637 (java) S 557 560 22977 0 -1 1077944384 2814 13202 0 0 302 26 5 2 20 0 15 0 107451839 11280941056 823192 33554432000 4194304 4196468 140725413250368 140528088247440 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=638] ppid=557 vsize=11016544 memory=6947385649911455296 CPUtime=3.41 cores=1,3,5,7
/proc/560/task/638/stat : 638 (java) S 557 560 22977 0 -1 1077944384 2820 13202 0 0 305 29 5 2 20 0 15 0 107451839 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527975652368 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=639] ppid=557 vsize=11016544 memory=956 CPUtime=3.41 cores=1,3,5,7
/proc/560/task/639/stat : 639 (java) S 557 560 22977 0 -1 1077944384 3475 13202 0 0 307 27 5 2 20 0 15 0 107451839 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527623023504 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=640] ppid=557 vsize=11016544 memory=2464 CPUtime=3.39 cores=1,3,5,7
/proc/560/task/640/stat : 640 (java) S 557 560 22977 0 -1 1077944384 6332 13202 0 0 306 26 5 2 20 0 15 0 107451839 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527621970704 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=641] ppid=557 vsize=11016544 memory=6947385649911455296 CPUtime=0.24 cores=1,3,5,7
/proc/560/task/641/stat : 641 (java) S 557 560 22977 0 -1 1077944384 9068 13202 0 0 16 1 5 2 20 0 15 0 107451841 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527577020784 140528084015746 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=642] ppid=557 vsize=11016544 memory=6947385649911455296 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/642/stat : 642 (java) S 557 560 22977 0 -1 1077944384 21 13202 0 0 0 0 5 2 20 0 15 0 107451841 11280941056 823192 33554432000 4194304 4196468 140725413250368 140526967841888 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=643] ppid=557 vsize=11016544 memory=4104 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/643/stat : 643 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451842 11280941056 823192 33554432000 4194304 4196468 140725413250368 140526766515072 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=644] ppid=557 vsize=11016544 memory=2780 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/644/stat : 644 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 823192 33554432000 4194304 4196468 140725413250368 140526459115344 140528084023195 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=645] ppid=557 vsize=11016544 memory=2716 CPUtime=15.51 cores=1,3,5,7
/proc/560/task/645/stat : 645 (java) S 557 560 22977 0 -1 1077944384 32122 13202 0 0 1538 6 5 2 20 0 15 0 107451844 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527575968624 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=646] ppid=557 vsize=11016544 memory=6935054825532540783 CPUtime=14.52 cores=1,3,5,7
/proc/560/task/646/stat : 646 (java) S 557 560 22977 0 -1 1077944384 32102 13202 0 0 1440 5 5 2 20 0 15 0 107451844 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527574915824 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=647] ppid=557 vsize=11016544 memory=0 CPUtime=3.85 cores=1,3,5,7
/proc/560/task/647/stat : 647 (java) S 557 560 22977 0 -1 1077944384 22875 13202 0 0 371 7 5 2 20 0 15 0 107451844 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527573863024 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=648] ppid=557 vsize=11016544 memory=3766 CPUtime=0.07 cores=1,3,5,7
/proc/560/task/648/stat : 648 (java) S 557 560 22977 0 -1 1077944384 3 13202 0 0 0 0 5 2 20 0 15 0 107451844 11280941056 823192 33554432000 4194304 4196468 140725413250368 140526028319456 140528084014805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
[pid=560/tid=649] ppid=557 vsize=11016544 memory=84 CPUtime=0.18 cores=1,3,5,7
/proc/560/task/649/stat : 649 (java) S 557 560 22977 0 -1 1077944384 197 13202 0 0 4 7 5 2 20 0 15 0 107451845 11280941056 823192 33554432000 4194304 4196468 140725413250368 140527048583856 140528084015746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 27549696 140725413251689 140725413254497 140725413254497 140725413257167 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 11016544 KiB
Current children cumulated memory: 3292768 KiB

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

[startup+208.453 s]
# the end of solver process 560 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.306 s, system=1.8484 s

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

Child status: 143
Real time (s): 208.454
CPU time (s): 252.154
CPU user time (s): 250.306
CPU system time (s): 1.8484
CPU usage (%): 120.964
Max. virtual memory (cumulated for all children) (KiB): 11016544
Max. memory (cumulated for all children) (KiB): 3292768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.306
system time used= 1.8484
maximum resident set size= 3296988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19162
involuntary context switches= 444


# summary of solver processes directly reported to runsolver:
#   pid: 560
#   total CPU time (s): 252.154
#   total CPU user time (s): 250.306
#   total CPU system time (s): 1.8484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.54497 second user time and 1.69815 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:14:46
IDJOB=4302796
IDBENCH=141635
IDSOLVER=2777
FILE ID=node150/4302796-1532898885
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-2-0_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302796-1532898885/watcher-4302796-1532898885 -o /tmp/evaluation-result-4302796-1532898885/solver-4302796-1532898885 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=711673102 -superng HOME/instance-4302796-1532898885.xml

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

MD5SUM BENCH= 9997262cb3c77f8c1331a624da4d00a2
RANDOM SEED=711673102

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.76
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.76
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.76
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.76
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:        27156032 kB
MemAvailable:   30999864 kB
Buffers:          228840 kB
Cached:          3857344 kB
SwapCached:           32 kB
Active:          2480748 kB
Inactive:        2601308 kB
Active(anon):     947232 kB
Inactive(anon):    76188 kB
Active(file):    1533516 kB
Inactive(file):  2525120 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             27912 kB
Writeback:             0 kB
AnonPages:       1002904 kB
Mapped:            57968 kB
Shmem:             25156 kB
Slab:             230452 kB
SReclaimable:     202064 kB
SUnreclaim:        28388 kB
KernelStack:        3600 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2158820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55292 MiB
End job on node150 at 2018-07-29 23:18:14