Trace number 4262377

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.4? (TO) 2520.54 2496.8101

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-12.xml
MD5SUMcda15f5e5f696f8ee91ea98989c7670b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.8115
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.33/2.15	c Concrete v3.4 running
2520.31/2496.79	java.util.concurrent.TimeoutException
2520.31/2496.79		at concrete.MAC.mac(MAC.scala:74)
2520.31/2496.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.31/2496.79		at scala.util.Try$.apply(Try.scala:209)
2520.31/2496.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.31/2496.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.31/2496.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.31/2496.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.31/2496.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.31/2496.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.31/2496.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.31/2496.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.31/2496.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.31/2496.79		at concrete.MAC.oneRun(MAC.scala:146)
2520.31/2496.79		at concrete.MAC.nextSolution(MAC.scala:166)
2520.31/2496.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.31/2496.79		at concrete.ProblemState.map(ProblemState.scala:203)
2520.31/2496.79		at concrete.ProblemState.map(ProblemState.scala:188)
2520.31/2496.79		at concrete.MAC.nextSolution(MAC.scala:195)
2520.31/2496.79		at concrete.Solver.hasNext(Solver.scala:202)
2520.31/2496.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.31/2496.79		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.31/2496.79		at concrete.Solver.toStream(Solver.scala:73)
2520.31/2496.79		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.31/2496.79		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.31/2496.79		at concrete.Solver.toIterable(Solver.scala:73)
2520.31/2496.79		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.31/2496.79		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.31/2496.79		at scala.util.Success.map(Try.scala:209)
2520.31/2496.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.31/2496.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.31/2496.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.31/2496.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.31/2496.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.31/2496.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.31/2496.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.31/2496.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.31/2496.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.31/2496.79		at scala.collection.immutable.List.foreach(List.scala:389)
2520.31/2496.79		at scala.App.main(App.scala:76)
2520.31/2496.79		at scala.App.main$(App.scala:74)
2520.31/2496.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.31/2496.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.51/2496.80	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262377-1502478990/watcher-4262377-1502478990 -o /tmp/evaluation-result-4262377-1502478990/solver-4262377-1502478990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262377-1502478990.xml 

pid=30712
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.62 1.52 1.50 2/198 30715
/proc/meminfo: memFree=27490972/32770624 swapFree=0/316848
[pid=30715] ppid=30712 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30715/stat : 30715 (runsolver) D 30712 30715 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 50094566 24240128 107 18446744073709551615 4194304 4338465 140726843919568 140726843917208 140591528690391 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 13058048 140726843920592 140726843920969 140726843920969 140726843924426 0
/proc/30715/statm: 5918 107 54 36 0 2156 0

[startup+0.100325 s]
/proc/loadavg: 1.62 1.52 1.50 2/198 30715
/proc/meminfo: memFree=27490972/32770624 swapFree=0/316848
[pid=30715] ppid=30712 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30715/stat : 30715 (bash) S 30712 30715 16548 0 -1 4202496 896 6473 0 0 0 0 0 1 20 0 1 0 50094566 9867264 377 18446744073709551615 4194304 5098028 140723351741968 140723351735976 139667025751040 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 31444992 140723351749140 140723351749225 140723351749225 140723351752682 0
/proc/30715/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.206399 s]
/proc/loadavg: 1.62 1.52 1.50 2/198 30715
/proc/meminfo: memFree=27490972/32770624 swapFree=0/316848
[pid=30715] ppid=30712 vsize=13358716 CPUtime=0.08 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 4449 12510 0 0 1 0 5 2 20 0 6 0 50094566 13679325184 3725 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3339679 3725 1906 1 0 3329176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13358716

[startup+0.303664 s]
/proc/loadavg: 1.62 1.52 1.50 2/198 30715
/proc/meminfo: memFree=27490972/32770624 swapFree=0/316848
[pid=30715] ppid=30712 vsize=13974356 CPUtime=0.19 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 6795 12510 0 0 11 1 5 2 20 0 15 0 50094566 14309740544 7451 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3493589 7451 2892 1 0 3482965 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13974356

[startup+0.700255 s]
/proc/loadavg: 1.62 1.52 1.50 2/198 30715
/proc/meminfo: memFree=27490972/32770624 swapFree=0/316848
[pid=30715] ppid=30712 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 13950 12510 0 0 61 4 5 2 20 0 15 0 50094566 14310178816 14959 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3493696 14959 3140 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50141 s]
/proc/loadavg: 1.62 1.52 1.50 3/213 30778
/proc/meminfo: memFree=27391568/32770624 swapFree=0/316872
[pid=30715] ppid=30712 vsize=13985408 CPUtime=1.97 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 30053 12510 0 0 180 10 5 2 20 0 15 0 50094566 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3496352 42731 3381 1 0 3485525 0
[pid=30715/tid=30765] ppid=30712 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 22458 12510 0 0 117 6 5 2 20 0 15 0 50094585 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140568151338848 140567786946113 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 50 12510 0 0 0 0 5 2 20 0 15 0 50094586 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 66 12510 0 0 0 0 5 2 20 0 15 0 50094586 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 184 12510 0 0 1 0 5 2 20 0 15 0 50094586 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 56 12510 0 0 1 0 5 2 20 0 15 0 50094586 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 1651 12510 0 0 1 0 5 2 20 0 15 0 50094587 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) R 30712 30715 16548 0 -1 4202560 836 12510 0 0 13 0 5 2 20 0 15 0 50094591 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568128657265 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) R 30712 30715 16548 0 -1 4202560 987 12510 0 0 18 0 5 2 20 0 15 0 50094591 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567620011488 140568132033438 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 1495 12510 0 0 24 0 5 2 20 0 15 0 50094591 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 11 12510 0 0 0 0 5 2 20 0 15 0 50094594 14321057792 42731 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13985408

[startup+3.10137 s]
/proc/loadavg: 1.62 1.52 1.50 6/213 30778
/proc/meminfo: memFree=27316812/32770624 swapFree=0/316872
[pid=30715] ppid=30712 vsize=13997884 CPUtime=6.31 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 45841 12510 0 0 609 15 5 2 20 0 15 0 50094566 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3499471 55825 3450 1 0 3488085 0
[pid=30715/tid=30765] ppid=30712 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 28906 12510 0 0 274 8 5 2 20 0 15 0 50094585 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140568151342480 140567786941959 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 50 12510 0 0 0 0 5 2 20 0 15 0 50094586 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 66 12510 0 0 0 0 5 2 20 0 15 0 50094586 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 184 12510 0 0 1 0 5 2 20 0 15 0 50094586 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 56 12510 0 0 1 0 5 2 20 0 15 0 50094586 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 1663 12510 0 0 1 0 5 2 20 0 15 0 50094587 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=13997884 CPUtime=1.24 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) R 30712 30715 16548 0 -1 4202560 4555 12510 0 0 117 0 5 2 20 0 15 0 50094591 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567621065920 140568126468008 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) R 30712 30715 16548 0 -1 4202560 2669 12510 0 0 100 0 5 2 20 0 15 0 50094591 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567620011448 140568147123606 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=13997884 CPUtime=1.19 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) R 30712 30715 16548 0 -1 1077944384 5426 12510 0 0 110 2 5 2 20 0 15 0 50094591 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567618970800 140568147121877 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 12 12510 0 0 0 0 5 2 20 0 15 0 50094594 14333833216 55825 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 1.81 1.56 1.52 3/213 30778
/proc/meminfo: memFree=27169320/32770624 swapFree=0/316872
[pid=30715] ppid=30712 vsize=14001980 CPUtime=13.5 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 73466 12510 0 0 1323 20 5 2 20 0 15 0 50094566 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3500495 89104 3469 1 0 3489109 0
[pid=30715/tid=30765] ppid=30712 vsize=14001980 CPUtime=6 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 40909 12510 0 0 582 11 5 2 20 0 15 0 50094585 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140568151343656 140567803086541 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 247 12510 0 0 2 0 5 2 20 0 15 0 50094586 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 253 12510 0 0 2 0 5 2 20 0 15 0 50094586 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 618 12510 0 0 3 0 5 2 20 0 15 0 50094586 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 191 12510 0 0 5 0 5 2 20 0 15 0 50094586 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 3239 12510 0 0 4 0 5 2 20 0 15 0 50094587 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=14001980 CPUtime=3.01 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) S 30712 30715 16548 0 -1 1077944384 9783 12510 0 0 294 0 5 2 20 0 15 0 50094591 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=14001980 CPUtime=2.79 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) S 30712 30715 16548 0 -1 1077944384 8898 12510 0 0 271 1 5 2 20 0 15 0 50094591 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567620024944 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=14001980 CPUtime=1.63 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 7017 12510 0 0 154 2 5 2 20 0 15 0 50094591 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 52 12510 0 0 0 0 5 2 20 0 15 0 50094594 14338027520 89104 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 1.83 1.57 1.52 3/211 30778
/proc/meminfo: memFree=27047884/32770624 swapFree=0/316872
[pid=30715] ppid=30712 vsize=14001980 CPUtime=20.47 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 79480 12510 0 0 2016 24 5 2 20 0 15 0 50094566 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3500495 114337 3469 1 0 3489109 0
[pid=30715/tid=30765] ppid=30712 vsize=14001980 CPUtime=12.39 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 41467 12510 0 0 1219 13 5 2 20 0 15 0 50094585 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140568151342800 140567802288458 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 255 12510 0 0 2 0 5 2 20 0 15 0 50094586 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 260 12510 0 0 3 0 5 2 20 0 15 0 50094586 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 625 12510 0 0 4 0 5 2 20 0 15 0 50094586 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 198 12510 0 0 5 0 5 2 20 0 15 0 50094586 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 3277 12510 0 0 4 0 5 2 20 0 15 0 50094587 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 114337 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0

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

/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14001980 CPUtime=1.16 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 1240 12510 0 0 54 55 5 2 20 0 15 0 50094594 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 2344.58
Current children cumulated vsize (KiB) 14001980

[startup+2382.3 s]
/proc/loadavg: 1.78 1.69 1.60 3/209 31288
/proc/meminfo: memFree=27833936/32770624 swapFree=0/317524
[pid=30715] ppid=30712 vsize=14001980 CPUtime=2404.98 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 177203 12510 0 0 240289 202 5 2 20 0 15 0 50094566 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3500495 140675 3469 1 0 3489109 0
[pid=30715/tid=30765] ppid=30712 vsize=14001980 CPUtime=2369.54 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 68621 12510 0 0 236919 28 5 2 20 0 15 0 50094585 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140568151345888 140567802549120 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14001980 CPUtime=5.38 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 13187 12510 0 0 502 29 5 2 20 0 15 0 50094586 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14001980 CPUtime=5.37 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 12170 12510 0 0 501 29 5 2 20 0 15 0 50094586 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14001980 CPUtime=5.39 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 13375 12510 0 0 502 30 5 2 20 0 15 0 50094586 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14001980 CPUtime=5.39 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 9039 12510 0 0 501 31 5 2 20 0 15 0 50094586 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14001980 CPUtime=5.1 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 12924 12510 0 0 475 28 5 2 20 0 15 0 50094587 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=14001980 CPUtime=3.37 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) S 30712 30715 16548 0 -1 1077944384 16163 12510 0 0 328 2 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=14001980 CPUtime=3.07 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) S 30712 30715 16548 0 -1 1077944384 10971 12510 0 0 298 2 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567620024944 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=14001980 CPUtime=1.71 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 17236 12510 0 0 161 3 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14001980 CPUtime=1.19 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 1258 12510 0 0 55 57 5 2 20 0 15 0 50094594 14338027520 140675 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 2404.98
Current children cumulated vsize (KiB) 14001980

[startup+2442.3 s]
/proc/loadavg: 1.83 1.72 1.62 3/209 31290
/proc/meminfo: memFree=27905076/32770624 swapFree=0/317512
[pid=30715] ppid=30712 vsize=14001980 CPUtime=2465.38 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 178522 12510 0 0 246325 206 5 2 20 0 15 0 50094566 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3500495 140676 3469 1 0 3489109 0
[pid=30715/tid=30765] ppid=30712 vsize=14001980 CPUtime=2429.23 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 69259 12510 0 0 242887 29 5 2 20 0 15 0 50094585 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568151345888 140567800102407 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14001980 CPUtime=5.51 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 13377 12510 0 0 515 29 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14001980 CPUtime=5.5 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 12202 12510 0 0 514 29 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14001980 CPUtime=5.53 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 13458 12510 0 0 515 31 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14001980 CPUtime=5.54 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 9079 12510 0 0 515 32 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14001980 CPUtime=5.23 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 13079 12510 0 0 488 28 5 2 20 0 15 0 50094587 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=14001980 CPUtime=3.37 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) S 30712 30715 16548 0 -1 1077944384 16165 12510 0 0 328 2 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=14001980 CPUtime=3.07 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) S 30712 30715 16548 0 -1 1077944384 10973 12510 0 0 298 2 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567620024944 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=14001980 CPUtime=1.71 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 17407 12510 0 0 161 3 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14001980 CPUtime=1.22 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 1264 12510 0 0 57 58 5 2 20 0 15 0 50094594 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 2465.38
Current children cumulated vsize (KiB) 14001980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2496.6 s]
/proc/loadavg: 1.74 1.70 1.62 3/209 31291
/proc/meminfo: memFree=28094844/32770624 swapFree=0/317520
[pid=30715] ppid=30712 vsize=14001980 CPUtime=2520.02 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 178990 12510 0 0 251785 210 5 2 20 0 15 0 50094566 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3500495 140676 3469 1 0 3489109 0
[pid=30715/tid=30765] ppid=30712 vsize=14001980 CPUtime=2483.22 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) R 30712 30715 16548 0 -1 4202560 69638 12510 0 0 248286 29 5 2 20 0 15 0 50094585 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568151345696 140567802098915 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14001980 CPUtime=5.64 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 13381 12510 0 0 527 30 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14001980 CPUtime=5.63 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 12210 12510 0 0 526 30 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14001980 CPUtime=5.66 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 13471 12510 0 0 528 31 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14001980 CPUtime=5.66 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 9086 12510 0 0 526 33 5 2 20 0 15 0 50094586 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14001980 CPUtime=5.35 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 13131 12510 0 0 499 29 5 2 20 0 15 0 50094587 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 55 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 43 12510 0 0 0 0 5 2 20 0 15 0 50094588 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=14001980 CPUtime=3.37 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) S 30712 30715 16548 0 -1 1077944384 16165 12510 0 0 328 2 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=14001980 CPUtime=3.07 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) S 30712 30715 16548 0 -1 1077944384 10973 12510 0 0 298 2 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567620024944 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=14001980 CPUtime=1.71 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 17407 12510 0 0 161 3 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 15 0 50094591 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14001980 CPUtime=1.25 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 1269 12510 0 0 58 60 5 2 20 0 15 0 50094594 14338027520 140676 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 14001980

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

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

[startup+2496.8 s]
/proc/loadavg: 1.74 1.70 1.62 3/209 31291
/proc/meminfo: memFree=28094844/32770624 swapFree=0/317520
[pid=30715] ppid=30712 vsize=14135108 CPUtime=2520.51 cores=1,3,5,7
/proc/30715/stat : 30715 (java) S 30712 30715 16548 0 -1 1077944320 185518 12510 0 0 251833 211 5 2 20 0 17 0 50094566 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140724849302944 140568147111671 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
/proc/30715/statm: 3533777 141817 3470 1 0 3522391 0
[pid=30715/tid=30765] ppid=30712 vsize=14135108 CPUtime=2483.24 cores=1,3,5,7
/proc/30715/task/30765/stat : 30765 (java) S 30712 30715 16548 0 -1 1077944384 70047 12510 0 0 248288 29 5 2 20 0 17 0 50094585 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140568151354544 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30766] ppid=30712 vsize=14135108 CPUtime=5.73 cores=1,3,5,7
/proc/30715/task/30766/stat : 30766 (java) S 30712 30715 16548 0 -1 1077944384 13399 12510 0 0 536 30 5 2 20 0 17 0 50094586 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140568108010256 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30767] ppid=30712 vsize=14135108 CPUtime=5.73 cores=1,3,5,7
/proc/30715/task/30767/stat : 30767 (java) S 30712 30715 16548 0 -1 1077944384 12222 12510 0 0 536 30 5 2 20 0 17 0 50094586 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140568106957712 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30768] ppid=30712 vsize=14135108 CPUtime=5.75 cores=1,3,5,7
/proc/30715/task/30768/stat : 30768 (java) S 30712 30715 16548 0 -1 1077944384 13505 12510 0 0 537 31 5 2 20 0 17 0 50094586 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567745326096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30769] ppid=30712 vsize=14135108 CPUtime=5.76 cores=1,3,5,7
/proc/30715/task/30769/stat : 30769 (java) S 30712 30715 16548 0 -1 1077944384 9095 12510 0 0 536 33 5 2 20 0 17 0 50094586 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567744273552 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30770] ppid=30712 vsize=14135108 CPUtime=5.43 cores=1,3,5,7
/proc/30715/task/30770/stat : 30770 (java) S 30712 30715 16548 0 -1 1077944384 18731 12510 0 0 507 29 5 2 20 0 17 0 50094587 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567625287664 140568147122818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30771] ppid=30712 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30771/stat : 30771 (java) S 30712 30715 16548 0 -1 1077944384 58 12510 0 0 0 0 5 2 20 0 17 0 50094588 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567624233952 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30772] ppid=30712 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30772/stat : 30772 (java) S 30712 30715 16548 0 -1 1077944384 45 12510 0 0 0 0 5 2 20 0 17 0 50094588 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567623181312 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30773] ppid=30712 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30773/stat : 30773 (java) S 30712 30715 16548 0 -1 1077944384 111 12510 0 0 0 0 5 2 20 0 17 0 50094591 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567622129872 140568147130267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30774] ppid=30712 vsize=14135108 CPUtime=3.37 cores=1,3,5,7
/proc/30715/task/30774/stat : 30774 (java) S 30712 30715 16548 0 -1 1077944384 16165 12510 0 0 328 2 5 2 20 0 17 0 50094591 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567621077488 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30775] ppid=30712 vsize=14135108 CPUtime=3.07 cores=1,3,5,7
/proc/30715/task/30775/stat : 30775 (java) S 30712 30715 16548 0 -1 1077944384 11019 12510 0 0 298 2 5 2 20 0 17 0 50094591 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567620024944 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30776] ppid=30712 vsize=14135108 CPUtime=1.71 cores=1,3,5,7
/proc/30715/task/30776/stat : 30776 (java) S 30712 30715 16548 0 -1 1077944384 17568 12510 0 0 161 3 5 2 20 0 17 0 50094591 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567618972400 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30777] ppid=30712 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/30715/task/30777/stat : 30777 (java) S 30712 30715 16548 0 -1 1077944384 3 12510 0 0 0 0 5 2 20 0 17 0 50094591 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567617920096 140568147121877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
[pid=30715/tid=30778] ppid=30712 vsize=14135108 CPUtime=1.25 cores=1,3,5,7
/proc/30715/task/30778/stat : 30778 (java) S 30712 30715 16548 0 -1 1077944384 1269 12510 0 0 58 60 5 2 20 0 17 0 50094594 14474350592 141817 18446744073709551615 4194304 4196468 140724849320400 140567616866608 140568147122818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30294016 140724849321936 140724849324721 140724849324721 140724849328079 0
Current children cumulated CPU time (s) 2520.51
Current children cumulated vsize (KiB) 14135108

Child status: 143
Real time (s): 2496.81
CPU time (s): 2520.54
CPU user time (s): 2518.4
CPU system time (s): 2.14427
CPU usage (%): 100.951
Max. virtual memory (cumulated for all children) (KiB): 14135108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.4
system time used= 2.14427
maximum resident set size= 582648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198055
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 172323
involuntary context switches= 7500

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.822 second user time and 15.2964 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 21:02:30
IDJOB=4262377
IDBENCH=138966
IDSOLVER=2650
FILE ID=node126/4262377-1502478990
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262377-1502478990/watcher-4262377-1502478990 -o /tmp/evaluation-result-4262377-1502478990/solver-4262377-1502478990 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262377-1502478990.xml

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

MD5SUM BENCH= cda15f5e5f696f8ee91ea98989c7670b
RANDOM SEED=1218752994

node126.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.81
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.81
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.81
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.81
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:        27490712 kB
MemAvailable:   28125716 kB
Buffers:          291396 kB
Cached:           616592 kB
SwapCached:          524 kB
Active:          4426328 kB
Inactive:         388172 kB
Active(anon):    3860608 kB
Inactive(anon):    71324 kB
Active(file):     565720 kB
Inactive(file):   316848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24188 kB
Writeback:             4 kB
AnonPages:       3909524 kB
Mapped:            56104 kB
Shmem:             25248 kB
Slab:             162656 kB
SReclaimable:     136540 kB
SUnreclaim:        26116 kB
KernelStack:        3744 kB
PageTables:        13156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4585672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3670016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 21:44:07