Trace number 4295746

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 NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13? (TO) 2520.1 2482.53

General information on the benchmark

NameSportsScheduling/
SportsScheduling-18_c18.xml
MD5SUM4eb29a597c5d97627c316d99279efe71
Bench CategoryCSP (decision 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 variables477
Number of constraints225
Number of domains2
Minimum domain size18
Maximum domain size153
Distribution of domain sizes[{"size":18,"count":324},{"size":153,"count":153}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":162},{"degree":4,"count":315}]
Minimum constraint arity1
Maximum constraint arity153
Distribution of constraint arities[{"arity":1,"count":9},{"arity":2,"count":9},{"arity":3,"count":153},{"arity":9,"count":17},{"arity":18,"count":18},{"arity":34,"count":9},{"arity":36,"count":9},{"arity":153,"count":1}]
Number of extensional constraints153
Number of intensional constraints18
Distribution of constraint types[{"type":"extension","count":153},{"type":"intension","count":18},{"type":"allDifferent","count":19},{"type":"count","count":17},{"type":"cardinality","count":18}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295746-1532594593/watcher-4295746-1532594593 -o /tmp/evaluation-result-4295746-1532594593/solver-4295746-1532594593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=350338840 -superng HOME/instance-4295746-1532594593.xml 

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

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

solver pid=7298, runsolver pid=7291

[startup+0.10024 s]*
/proc/loadavg: 1.63 1.54 1.51 4/189 7390
/proc/meminfo: memFree=24229688/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=141284 memory=5208 CPUtime=0.07 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 2425 12788 0 0 0 0 4 3 20 0 2 0 77022482 144674816 1304 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 35289 1302 973 1 0 24747 0
[pid=7298/tid=7403] ppid=7291 vsize=141188 memory=8514701219931451533 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) D 7291 7298 5667 0 -1 1077944384 336 12788 0 0 0 0 4 3 20 0 2 0 77022493 144576512 1392 33554432000 4194304 4196468 140732883824448 140292879957224 140292910397127 0 4 0 16784584 18446744072101764644 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141284 KiB
Current children cumulated memory: 5208 KiB

[startup+0.210224 s]*
/proc/loadavg: 1.63 1.54 1.51 6/216 7429
/proc/meminfo: memFree=24179544/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=10818856 memory=38648 CPUtime=0.24 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 6846 12788 0 0 15 2 4 3 20 0 15 0 77022482 11078508544 9662 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2704714 9662 2952 1 0 2667149 0
[pid=7298/tid=7403] ppid=7291 vsize=10818856 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 3496 12788 0 0 9 1 4 3 20 0 15 0 77022493 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292879908992 140292892165477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10818856 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10818856 memory=140220788297097 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022494 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10818856 memory=140220788274816 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022495 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 13 12788 0 0 0 0 4 3 20 0 15 0 77022495 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292355253024 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022496 11078508544 9679 33554432000 4194304 4196468 140732883824448 140291751273584 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11078508544 9679 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 536 12788 0 0 1 0 4 3 20 0 15 0 77022498 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 55 12788 0 0 0 0 4 3 20 0 15 0 77022498 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10818856 memory=140220788274816 CPUtime=0.1 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 542 12788 0 0 3 0 4 3 20 0 15 0 77022499 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11078508544 9679 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10818856 memory=140220788274816 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022499 11078508544 9679 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 38648 KiB

[startup+0.3101 s]*
/proc/loadavg: 1.63 1.54 1.51 4/216 7429
/proc/meminfo: memFree=24154928/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=10819352 memory=51548 CPUtime=0.36 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 9956 12788 0 0 26 3 4 3 20 0 15 0 77022482 11079016448 12887 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2704838 12887 3083 1 0 2667149 0
[pid=7298/tid=7403] ppid=7291 vsize=10819352 memory=7721456952583663923 CPUtime=0.26 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 6591 12788 0 0 18 1 4 3 20 0 15 0 77022493 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292879933856 140292888397003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10819352 memory=140220788274816 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10819352 memory=140220788274816 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022495 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 13 12788 0 0 0 0 4 3 20 0 15 0 77022495 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292355253024 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022496 11079016448 12887 33554432000 4194304 4196468 140732883824448 140291751273584 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11079016448 12887 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 536 12788 0 0 1 0 4 3 20 0 15 0 77022498 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 56 12788 0 0 1 0 4 3 20 0 15 0 77022498 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10819352 memory=140220788274816 CPUtime=0.11 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 553 12788 0 0 4 0 4 3 20 0 15 0 77022499 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11079016448 12887 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10819352 memory=140220788274816 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022499 11079016448 12887 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51548 KiB

[startup+0.700743 s]
/proc/loadavg: 1.63 1.54 1.51 4/216 7429
/proc/meminfo: memFree=24130552/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=10819352 memory=86276 CPUtime=0.96 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 16808 12788 0 0 85 4 4 3 20 0 15 0 77022482 11079016448 21569 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2704838 21569 3225 1 0 2667149 0
[pid=7298/tid=7403] ppid=7291 vsize=10819352 memory=140222092280374 CPUtime=0.64 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 12490 12788 0 0 55 2 4 3 20 0 15 0 77022493 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292879944848 140292888397150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10819352 memory=140222092280379 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10819352 memory=140222092280381 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10819352 memory=140222092280382 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10819352 memory=140222092280383 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022494 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10819352 memory=140222092280384 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 5 12788 0 0 0 0 4 3 20 0 15 0 77022495 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10819352 memory=140222092280386 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 13 12788 0 0 0 0 4 3 20 0 15 0 77022495 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292355253024 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10819352 memory=3032 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022496 11079016448 21569 33554432000 4194304 4196468 140732883824448 140291751273584 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10819352 memory=7452425291422000448 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11079016448 21569 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10819352 memory=7881696724453321575 CPUtime=0.14 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 791 12788 0 0 7 0 4 3 20 0 15 0 77022498 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10819352 memory=7301858164987948385 CPUtime=0.16 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 711 12788 0 0 9 0 4 3 20 0 15 0 77022498 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10819352 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 593 12788 0 0 12 0 4 3 20 0 15 0 77022499 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10819352 memory=3604 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11079016448 21569 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10819352 memory=10700 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022499 11079016448 21569 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86276 KiB

[startup+1.50072 s]
/proc/loadavg: 1.63 1.54 1.51 6/216 7429
/proc/meminfo: memFree=24028772/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=10834252 memory=177452 CPUtime=2.38 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 24780 12788 0 0 219 12 4 3 20 0 15 0 77022482 11094274048 44363 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2708563 44363 3474 1 0 2670221 0
[pid=7298/tid=7403] ppid=7291 vsize=10834252 memory=20092 CPUtime=1.4 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 17884 12788 0 0 126 7 4 3 20 0 15 0 77022493 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292879938976 140292888397699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10834252 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 24 12788 0 0 1 0 4 3 20 0 15 0 77022494 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10834252 memory=1876 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 173 12788 0 0 0 0 4 3 20 0 15 0 77022494 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 26 12788 0 0 1 0 4 3 20 0 15 0 77022494 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 69 12788 0 0 1 0 4 3 20 0 15 0 77022494 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10834252 memory=3184238140759085344 CPUtime=0.08 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 466 12788 0 0 1 0 4 3 20 0 15 0 77022495 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10834252 memory=2088 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 14 12788 0 0 0 0 4 3 20 0 15 0 77022495 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292355253088 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 1 12788 0 0 0 0 4 3 20 0 15 0 77022496 11094274048 44363 33554432000 4194304 4196468 140732883824448 140291751273600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10834252 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11094274048 44363 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10834252 memory=280441365987568 CPUtime=0.3 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 1411 12788 0 0 23 0 4 3 20 0 15 0 77022498 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 1191 12788 0 0 26 0 4 3 20 0 15 0 77022498 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10834252 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 1321 12788 0 0 35 0 4 3 20 0 15 0 77022499 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11094274048 44363 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 2 12788 0 0 0 0 4 3 20 0 15 0 77022499 11094274048 44363 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 177452 KiB

[startup+3.11867 s]
/proc/loadavg: 1.63 1.54 1.51 10/216 7429
/proc/meminfo: memFree=23777356/32770624 swapFree=67076900/67108860
[pid=7298] ppid=7291 vsize=10844512 memory=246036 CPUtime=6.04 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 48692 12788 0 0 577 20 4 3 20 0 15 0 77022482 11104780288 61509 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2711128 61509 3498 1 0 2672781 0

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

/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 189905 12788 0 0 237365 76 4 3 20 0 15 0 77022493 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292879955984 140292526464743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.82 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 29757 12788 0 0 609 66 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.87 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 21086 12788 0 0 611 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.83 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 26750 12788 0 0 608 68 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.81 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 23909 12788 0 0 606 68 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.75 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 27683 12788 0 0 58 10 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 22 12788 0 0 0 0 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292355253088 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 5 12788 0 0 0 0 4 3 20 0 15 0 77022496 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291751273600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.12 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 30630 12788 0 0 600 5 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.65 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 42049 12788 0 0 654 4 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10916192 memory=3544 CPUtime=2.49 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 27963 12788 0 0 237 5 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10916192 memory=20148 CPUtime=1.46 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 2067 12788 0 0 73 66 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 2418.76 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2724872 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.41 1.51 4/216 7656
/proc/meminfo: memFree=20696520/32770624 swapFree=67076912/67108860
[pid=7298] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2479.39 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 426463 12788 0 0 247508 424 4 3 20 0 15 0 77022482 11178180608 681218 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2729048 681218 3534 1 0 2690701 0
[pid=7298/tid=7403] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2434.21 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 191149 12788 0 0 243337 77 4 3 20 0 15 0 77022493 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292879955792 140292524537634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.03 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 30256 12788 0 0 629 67 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.07 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 21211 12788 0 0 631 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.04 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 26968 12788 0 0 629 68 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.02 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 24001 12788 0 0 626 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.79 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 27908 12788 0 0 62 10 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 22 12788 0 0 0 0 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292355253088 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 5 12788 0 0 0 0 4 3 20 0 15 0 77022496 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291751273600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.12 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 30632 12788 0 0 600 5 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.65 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 42051 12788 0 0 654 4 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2.5 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 27965 12788 0 0 238 5 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10916192 memory=3328 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10916192 memory=3224 CPUtime=1.49 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 2097 12788 0 0 74 68 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 2479.39 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2724872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.5 s]
/proc/loadavg: 1.66 1.48 1.53 3/216 7784
/proc/meminfo: memFree=21044928/32770624 swapFree=67076912/67108860
[pid=7298] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2520.04 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 428366 12788 0 0 251571 426 4 3 20 0 15 0 77022482 11178180608 681218 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2729048 681218 3534 1 0 2690701 0
[pid=7298/tid=7403] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2474.18 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 191987 12788 0 0 247334 77 4 3 20 0 15 0 77022493 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292879955808 140292527101060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.18 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 30734 12788 0 0 644 67 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.22 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 21314 12788 0 0 646 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.19 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 27094 12788 0 0 644 68 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.17 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 24175 12788 0 0 641 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.83 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 28071 12788 0 0 66 10 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 22 12788 0 0 0 0 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292355253088 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 5 12788 0 0 0 0 4 3 20 0 15 0 77022496 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291751273600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10916192 memory=7295945026280906652 CPUtime=6.12 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 30634 12788 0 0 600 5 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.65 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 42053 12788 0 0 654 4 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10916192 memory=3544 CPUtime=2.5 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 27967 12788 0 0 238 5 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10916192 memory=3544 CPUtime=1.51 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 2112 12788 0 0 75 69 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2724872 KiB

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

[startup+2482.53 s]
# the end of solver process 7298 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.78 s, system=4.31437 s

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

[startup+2482.5 s]
/proc/loadavg: 1.66 1.48 1.53 3/216 7784
/proc/meminfo: memFree=21044928/32770624 swapFree=67076912/67108860
[pid=7298] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2520.04 cores=0,2,4,6
/proc/7298/stat : 7298 (java) S 7291 7298 5667 0 -1 1077944320 428366 12788 0 0 251571 426 4 3 20 0 15 0 77022482 11178180608 681218 33554432000 4194304 4196468 140732883824448 140732883806992 140292908121847 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
/proc/7298/statm: 2729048 681218 3534 1 0 2690701 0
[pid=7298/tid=7403] ppid=7291 vsize=10916192 memory=2724872 CPUtime=2474.18 cores=0,2,4,6
/proc/7298/task/7403/stat : 7403 (java) R 7291 7298 5667 0 -1 4202560 191987 12788 0 0 247334 77 4 3 20 0 15 0 77022493 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292879955808 140292527101060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7405] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.18 cores=0,2,4,6
/proc/7298/task/7405/stat : 7405 (java) S 7291 7298 5667 0 -1 1077944384 30734 12788 0 0 644 67 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292912364432 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7408] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.22 cores=0,2,4,6
/proc/7298/task/7408/stat : 7408 (java) S 7291 7298 5667 0 -1 1077944384 21314 12788 0 0 646 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292827183888 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7410] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.19 cores=0,2,4,6
/proc/7298/task/7410/stat : 7410 (java) S 7291 7298 5667 0 -1 1077944384 27094 12788 0 0 644 68 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292826131600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7411] ppid=7291 vsize=10916192 memory=2724872 CPUtime=7.17 cores=0,2,4,6
/proc/7298/task/7411/stat : 7411 (java) S 7291 7298 5667 0 -1 1077944384 24175 12788 0 0 641 69 4 3 20 0 15 0 77022494 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292479704080 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7413] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.83 cores=0,2,4,6
/proc/7298/task/7413/stat : 7413 (java) S 7291 7298 5667 0 -1 1077944384 28071 12788 0 0 66 10 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292434753648 140292908132994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7415] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7415/stat : 7415 (java) S 7291 7298 5667 0 -1 1077944384 22 12788 0 0 0 0 4 3 20 0 15 0 77022495 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292355253088 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7417] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7417/stat : 7417 (java) S 7291 7298 5667 0 -1 1077944384 5 12788 0 0 0 0 4 3 20 0 15 0 77022496 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291751273600 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7422] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7422/stat : 7422 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291443873872 140292908140443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7423] ppid=7291 vsize=10916192 memory=7295945026280906652 CPUtime=6.12 cores=0,2,4,6
/proc/7298/task/7423/stat : 7423 (java) S 7291 7298 5667 0 -1 1077944384 30634 12788 0 0 600 5 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292433701488 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7424] ppid=7291 vsize=10916192 memory=2724872 CPUtime=6.65 cores=0,2,4,6
/proc/7298/task/7424/stat : 7424 (java) S 7291 7298 5667 0 -1 1077944384 42053 12788 0 0 654 4 4 3 20 0 15 0 77022498 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292432648688 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7425] ppid=7291 vsize=10916192 memory=3544 CPUtime=2.5 cores=0,2,4,6
/proc/7298/task/7425/stat : 7425 (java) S 7291 7298 5667 0 -1 1077944384 27967 12788 0 0 238 5 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292431596400 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7427] ppid=7291 vsize=10916192 memory=2724872 CPUtime=0.07 cores=0,2,4,6
/proc/7298/task/7427/stat : 7427 (java) S 7291 7298 5667 0 -1 1077944384 3 12788 0 0 0 0 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140291410316256 140292908132053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
[pid=7298/tid=7429] ppid=7291 vsize=10916192 memory=3544 CPUtime=1.51 cores=0,2,4,6
/proc/7298/task/7429/stat : 7429 (java) S 7291 7298 5667 0 -1 1077944384 2112 12788 0 0 75 69 4 3 20 0 15 0 77022499 11178180608 681218 33554432000 4194304 4196468 140732883824448 140292430543280 140292908132994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38330368 140732883826860 140732883830108 140732883830108 140732883832783 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2724872 KiB

Child status: 143
Real time (s): 2482.53
CPU time (s): 2520.1
CPU user time (s): 2515.78
CPU system time (s): 4.31437
CPU usage (%): 101.513
Max. virtual memory (cumulated for all children) (KiB): 10918828
Max. memory (cumulated for all children) (KiB): 3470468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.78
system time used= 4.31437
maximum resident set size= 3484784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74250
involuntary context switches= 3657


# summary of solver processes directly reported to runsolver:
#   pid: 7298
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2515.78
#   total CPU system time (s): 4.31437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8348 second user time and 23.5344 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 10:43:13
IDJOB=4295746
IDBENCH=141597
IDSOLVER=2751
FILE ID=node102/4295746-1532594593
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52748 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-18_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295746-1532594593/watcher-4295746-1532594593 -o /tmp/evaluation-result-4295746-1532594593/solver-4295746-1532594593 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=350338840 -superng HOME/instance-4295746-1532594593.xml

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

MD5SUM BENCH= 4eb29a597c5d97627c316d99279efe71
RANDOM SEED=350338840

node102.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.51
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.51
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.51
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.51
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:        24232292 kB
MemAvailable:   31965568 kB
Buffers:          184660 kB
Cached:          7784380 kB
SwapCached:         5396 kB
Active:          1348304 kB
Inactive:        6652740 kB
Active(anon):       2872 kB
Inactive(anon):    53676 kB
Active(file):    1345432 kB
Inactive(file):  6599064 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076900 kB
Dirty:             53060 kB
Writeback:             0 kB
AnonPages:         33888 kB
Mapped:            33320 kB
Shmem:             21832 kB
Slab:             237084 kB
SReclaimable:     209228 kB
SUnreclaim:        27856 kB
KernelStack:        3200 kB
PageTables:         4964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 11:24:36