Trace number 4262123

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2521.1399 2471.6699

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-4.xml
MD5SUM428eef4dc0068476798a4d67b3fd28ef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1233
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1333
Maximum domain size1333
Distribution of domain sizes[{"size":1333,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

3.32/2.25	c Concrete v3.4 running
2520.97/2471.64	java.util.concurrent.TimeoutException
2520.97/2471.64		at concrete.MAC.mac(MAC.scala:74)
2520.97/2471.64		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.97/2471.64		at scala.util.Try$.apply(Try.scala:209)
2520.97/2471.64		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.97/2471.64		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.97/2471.64		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.97/2471.64		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.97/2471.64		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.97/2471.64		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.97/2471.64		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.97/2471.64		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.97/2471.64		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.97/2471.64		at concrete.MAC.oneRun(MAC.scala:146)
2520.97/2471.64		at concrete.MAC.nextSolution(MAC.scala:166)
2520.97/2471.64		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.97/2471.64		at concrete.ProblemState.map(ProblemState.scala:203)
2520.97/2471.64		at concrete.ProblemState.map(ProblemState.scala:188)
2520.97/2471.64		at concrete.MAC.nextSolution(MAC.scala:195)
2520.97/2471.64		at concrete.Solver.hasNext(Solver.scala:202)
2520.97/2471.64		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.97/2471.64		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.97/2471.64		at concrete.Solver.toStream(Solver.scala:73)
2520.97/2471.64		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.97/2471.64		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.97/2471.64		at concrete.Solver.toIterable(Solver.scala:73)
2520.97/2471.64		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.97/2471.64		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.97/2471.64		at scala.util.Success.map(Try.scala:209)
2520.97/2471.64		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.97/2471.64		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.97/2471.64		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.97/2471.64		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.97/2471.64		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.97/2471.64		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.97/2471.64		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.97/2471.64		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.97/2471.64		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.97/2471.64		at scala.collection.immutable.List.foreach(List.scala:389)
2520.97/2471.64		at scala.App.main(App.scala:76)
2520.97/2471.64		at scala.App.main$(App.scala:74)
2520.97/2471.64		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.97/2471.64		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.97/2471.65	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-4262123-1502414734/watcher-4262123-1502414734 -o /tmp/evaluation-result-4262123-1502414734/solver-4262123-1502414734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262123-1502414734.xml 

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


[startup+0 s]
/proc/loadavg: 2.41 1.87 1.66 3/198 17366
/proc/meminfo: memFree=29411016/32770624 swapFree=0/295696
[pid=17366] ppid=17363 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17366/stat : 17366 (runsolver) D 17363 17366 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43669000 24240128 108 18446744073709551615 4194304 4338465 140728072019184 140728072016824 139974526194391 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 38973440 140728072024272 140728072024649 140728072024649 140728072028106 0
/proc/17366/statm: 5918 108 54 36 0 2156 0

[startup+0.100199 s]
/proc/loadavg: 2.41 1.87 1.66 3/198 17366
/proc/meminfo: memFree=29411016/32770624 swapFree=0/295696
[pid=17366] ppid=17363 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17366/stat : 17366 (bash) S 17363 17366 16548 0 -1 4202496 889 6484 0 0 0 0 0 1 20 0 1 0 43669000 9867264 376 18446744073709551615 4194304 5098028 140724718484400 140724718478408 139823678774272 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 25669632 140724718490132 140724718490217 140724718490217 140724718493674 0
/proc/17366/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200391 s]
/proc/loadavg: 2.41 1.87 1.66 3/198 17366
/proc/meminfo: memFree=29411016/32770624 swapFree=0/295696
[pid=17366] ppid=17363 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17366/stat : 17366 (bash) S 17363 17366 16548 0 -1 4202496 889 6484 0 0 0 0 0 1 20 0 1 0 43669000 9867264 376 18446744073709551615 4194304 5098028 140724718484400 140724718478408 139823678774272 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 25669632 140724718490132 140724718490217 140724718490217 140724718493674 0
/proc/17366/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300292 s]
/proc/loadavg: 2.41 1.87 1.66 3/198 17366
/proc/meminfo: memFree=29411016/32770624 swapFree=0/295696
[pid=17366] ppid=17363 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 5821 12371 0 0 5 1 5 3 20 0 14 0 43669000 14241083392 5501 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3476827 5501 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700179 s]
/proc/loadavg: 2.41 1.87 1.66 3/198 17366
/proc/meminfo: memFree=29411016/32770624 swapFree=0/295696
[pid=17366] ppid=17363 vsize=13974784 CPUtime=0.59 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 13650 12371 0 0 47 4 5 3 20 0 15 0 43669000 14310178816 14121 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3493696 14121 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13974784

[startup+1.50058 s]
/proc/loadavg: 2.41 1.87 1.66 3/213 17429
/proc/meminfo: memFree=29321248/32770624 swapFree=0/295740
[pid=17366] ppid=17363 vsize=13985408 CPUtime=1.78 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 28066 12371 0 0 164 6 5 3 20 0 15 0 43669000 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3496352 33754 3339 1 0 3485525 0
[pid=17366/tid=17416] ppid=17363 vsize=13985408 CPUtime=1.26 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 22894 12371 0 0 113 5 5 3 20 0 15 0 43669022 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140562393308176 140562373170526 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 1 12371 0 0 0 0 5 3 20 0 15 0 43669023 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 1 12371 0 0 0 0 5 3 20 0 15 0 43669023 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 1 12371 0 0 0 0 5 3 20 0 15 0 43669023 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 2 12371 0 0 0 0 5 3 20 0 15 0 43669023 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 5 12371 0 0 0 0 5 3 20 0 15 0 43669024 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 33 12371 0 0 0 0 5 3 20 0 15 0 43669025 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561933804832 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 21 12371 0 0 0 0 5 3 20 0 15 0 43669025 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561932752496 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) S 17363 17366 16548 0 -1 1077944384 877 12371 0 0 14 0 5 3 20 0 15 0 43669027 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561863399536 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) S 17363 17366 16548 0 -1 1077944384 766 12371 0 0 14 0 5 3 20 0 15 0 43669028 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 1306 12371 0 0 21 0 5 3 20 0 15 0 43669028 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 5 12371 0 0 0 0 5 3 20 0 15 0 43669035 14321057792 33754 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 2.41 1.87 1.66 5/213 17429
/proc/meminfo: memFree=29250036/32770624 swapFree=0/295740
[pid=17366] ppid=17363 vsize=13997884 CPUtime=5.54 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 43936 12371 0 0 532 14 5 3 20 0 15 0 43669000 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3499471 54971 3446 1 0 3488085 0
[pid=17366/tid=17416] ppid=17363 vsize=13997884 CPUtime=2.82 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 29955 12371 0 0 266 8 5 3 20 0 15 0 43669022 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140562393320496 140562024100437 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 59 12371 0 0 0 0 5 3 20 0 15 0 43669023 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 34 12371 0 0 0 0 5 3 20 0 15 0 43669023 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 54 12371 0 0 1 0 5 3 20 0 15 0 43669023 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 207 12371 0 0 0 0 5 3 20 0 15 0 43669023 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 1669 12371 0 0 1 0 5 3 20 0 15 0 43669024 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=13997884 CPUtime=0.85 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) R 17363 17366 16548 0 -1 4202560 1937 12371 0 0 77 0 5 3 20 0 15 0 43669027 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561863399536 140562370463500 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) R 17363 17366 16548 0 -1 4202560 2016 12371 0 0 73 1 5 3 20 0 15 0 43669028 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389103921 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 5745 12371 0 0 108 1 5 3 20 0 15 0 43669028 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 7 12371 0 0 0 0 5 3 20 0 15 0 43669035 14333833216 54971 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13997884

[startup+6.30085 s]
/proc/loadavg: 2.45 1.88 1.67 5/213 17429
/proc/meminfo: memFree=29088864/32770624 swapFree=0/295732
[pid=17366] ppid=17363 vsize=14069564 CPUtime=14.93 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 68525 12371 0 0 1461 24 5 3 20 0 15 0 43669000 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3517391 97830 3475 1 0 3506005 0
[pid=17366/tid=17416] ppid=17363 vsize=14069564 CPUtime=5.9 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 41884 12371 0 0 570 12 5 3 20 0 15 0 43669022 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140562393324112 140562021877630 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 138 12371 0 0 7 1 5 3 20 0 15 0 43669023 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 134 12371 0 0 7 1 5 3 20 0 15 0 43669023 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 92 12371 0 0 7 1 5 3 20 0 15 0 43669023 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14069564 CPUtime=0.15 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 245 12371 0 0 6 1 5 3 20 0 15 0 43669023 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 2305 12371 0 0 4 0 5 3 20 0 15 0 43669024 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=14069564 CPUtime=3.33 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) R 17363 17366 16548 0 -1 4202560 5388 12371 0 0 324 1 5 3 20 0 15 0 43669027 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561863386064 140562374197956 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=14069564 CPUtime=3.43 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) R 17363 17366 16548 0 -1 4202560 7573 12371 0 0 333 2 5 3 20 0 15 0 43669028 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561862328896 140562372586768 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=14069564 CPUtime=2.06 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 8334 12371 0 0 195 3 5 3 20 0 15 0 43669028 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 179 12371 0 0 0 0 5 3 20 0 15 0 43669035 14407233536 97830 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 2.42 1.89 1.67 3/210 17429
/proc/meminfo: memFree=28641272/32770624 swapFree=0/295736
[pid=17366] ppid=17363 vsize=14069564 CPUtime=22.89 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 77968 12371 0 0 2243 38 5 3 20 0 15 0 43669000 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3517391 198911 3483 1 0 3506005 0
[pid=17366/tid=17416] ppid=17363 vsize=14069564 CPUtime=12.23 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 43286 12371 0 0 1198 17 5 3 20 0 15 0 43669022 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140562393324208 140562019163733 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 1144 12371 0 0 11 3 5 3 20 0 15 0 43669023 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 603 12371 0 0 10 3 5 3 20 0 15 0 43669023 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 147 12371 0 0 11 3 5 3 20 0 15 0 43669023 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 379 12371 0 0 10 3 5 3 20 0 15 0 43669023 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 2787 12371 0 0 5 0 5 3 20 0 15 0 43669024 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14407233536 198911 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0

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

/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14407233536 347575 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14069564 CPUtime=1.5 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 3167 12371 0 0 71 71 5 3 20 0 15 0 43669035 14407233536 347575 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 2368.59
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.37 1.48 1.49 3/213 17610
/proc/meminfo: memFree=27418004/32770624 swapFree=0/296652
[pid=17366] ppid=17363 vsize=14069564 CPUtime=2429.59 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 292442 12371 0 0 242596 355 5 3 20 0 15 0 43669000 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3517391 347590 3483 1 0 3506005 0
[pid=17366/tid=17416] ppid=17363 vsize=14069564 CPUtime=2356.54 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 100613 12371 0 0 235592 54 5 3 20 0 15 0 43669022 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140562393324240 140562019761429 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14069564 CPUtime=12.49 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 26490 12371 0 0 1185 56 5 3 20 0 15 0 43669023 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14069564 CPUtime=12.54 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 22134 12371 0 0 1193 53 5 3 20 0 15 0 43669023 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14069564 CPUtime=12.52 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 30614 12371 0 0 1187 57 5 3 20 0 15 0 43669023 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14069564 CPUtime=12.51 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 31041 12371 0 0 1188 55 5 3 20 0 15 0 43669023 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14069564 CPUtime=11.07 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 21978 12371 0 0 1048 51 5 3 20 0 15 0 43669024 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) S 17363 17366 16548 0 -1 1077944384 15223 12371 0 0 408 3 5 3 20 0 15 0 43669027 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561863399536 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=14069564 CPUtime=4.59 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) S 17363 17366 16548 0 -1 1077944384 17763 12371 0 0 448 3 5 3 20 0 15 0 43669028 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=14069564 CPUtime=2.21 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 21143 12371 0 0 209 4 5 3 20 0 15 0 43669028 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14069564 CPUtime=1.54 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 3190 12371 0 0 73 73 5 3 20 0 15 0 43669035 14407233536 347590 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 2429.59
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.90 1.58 1.53 3/210 17737
/proc/meminfo: memFree=29555432/32770624 swapFree=0/296716
[pid=17366] ppid=17363 vsize=14069564 CPUtime=2490.59 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 298317 12371 0 0 248689 362 5 3 20 0 15 0 43669000 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3517391 348130 3483 1 0 3506005 0
[pid=17366/tid=17416] ppid=17363 vsize=14069564 CPUtime=2415.88 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 101986 12371 0 0 241525 55 5 3 20 0 15 0 43669022 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140562393324240 140562019164191 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14069564 CPUtime=12.82 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 26560 12371 0 0 1217 57 5 3 20 0 15 0 43669023 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14069564 CPUtime=12.88 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 22406 12371 0 0 1225 55 5 3 20 0 15 0 43669023 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14069564 CPUtime=12.87 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 32294 12371 0 0 1220 59 5 3 20 0 15 0 43669023 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14069564 CPUtime=12.85 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 32808 12371 0 0 1221 56 5 3 20 0 15 0 43669023 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14069564 CPUtime=11.36 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 22623 12371 0 0 1076 52 5 3 20 0 15 0 43669024 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) S 17363 17366 16548 0 -1 1077944384 15227 12371 0 0 408 3 5 3 20 0 15 0 43669027 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561863399536 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=14069564 CPUtime=4.59 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) S 17363 17366 16548 0 -1 1077944384 17769 12371 0 0 448 3 5 3 20 0 15 0 43669028 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=14069564 CPUtime=2.21 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 21147 12371 0 0 209 4 5 3 20 0 15 0 43669028 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14069564 CPUtime=1.57 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 3244 12371 0 0 75 74 5 3 20 0 15 0 43669035 14407233536 348130 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 2490.59
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.3 s]
/proc/loadavg: 1.73 1.57 1.53 3/210 17738
/proc/meminfo: memFree=27695416/32770624 swapFree=0/296716
[pid=17366] ppid=17363 vsize=14069564 CPUtime=2520.06 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 301076 12371 0 0 251631 367 5 3 20 0 15 0 43669000 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3517391 348142 3483 1 0 3506005 0
[pid=17366/tid=17416] ppid=17363 vsize=14069564 CPUtime=2444.54 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) R 17363 17366 16548 0 -1 4202560 102698 12371 0 0 244391 55 5 3 20 0 15 0 43669022 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140562393324256 140562024126742 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14069564 CPUtime=12.98 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) S 17363 17366 16548 0 -1 1077944384 26696 12371 0 0 1232 58 5 3 20 0 15 0 43669023 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14069564 CPUtime=13.03 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) S 17363 17366 16548 0 -1 1077944384 22462 12371 0 0 1240 55 5 3 20 0 15 0 43669023 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14069564 CPUtime=13.03 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) S 17363 17366 16548 0 -1 1077944384 33828 12371 0 0 1235 60 5 3 20 0 15 0 43669023 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14069564 CPUtime=13.01 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) S 17363 17366 16548 0 -1 1077944384 32972 12371 0 0 1236 57 5 3 20 0 15 0 43669023 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14069564 CPUtime=11.5 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 22771 12371 0 0 1089 53 5 3 20 0 15 0 43669024 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561934858864 140562389101186 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 55 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561933804896 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 15 0 43669025 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669027 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) S 17363 17366 16548 0 -1 1077944384 15227 12371 0 0 408 3 5 3 20 0 15 0 43669027 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561863399536 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=14069564 CPUtime=4.59 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) S 17363 17366 16548 0 -1 1077944384 17769 12371 0 0 448 3 5 3 20 0 15 0 43669028 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=14069564 CPUtime=2.21 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 21147 12371 0 0 209 4 5 3 20 0 15 0 43669028 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 15 0 43669028 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14069564 CPUtime=1.6 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 3253 12371 0 0 77 75 5 3 20 0 15 0 43669035 14407233536 348142 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2471.6 s]
/proc/loadavg: 1.73 1.57 1.53 3/210 17738
/proc/meminfo: memFree=27695416/32770624 swapFree=0/296716
[pid=17366] ppid=17363 vsize=14202692 CPUtime=2520.97 cores=0,2,4,6
/proc/17366/stat : 17366 (java) S 17363 17366 16548 0 -1 1077944320 314716 12371 0 0 251720 369 5 3 20 0 17 0 43669000 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140722374471232 140562389090039 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
/proc/17366/statm: 3550673 350101 3483 1 0 3539287 0
[pid=17366/tid=17416] ppid=17363 vsize=14202692 CPUtime=2444.55 cores=0,2,4,6
/proc/17366/task/17416/stat : 17416 (java) S 17363 17366 16548 0 -1 1077944384 103846 12371 0 0 244392 55 5 3 20 0 17 0 43669022 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140562393327712 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17417] ppid=17363 vsize=14202692 CPUtime=13.18 cores=0,2,4,6
/proc/17366/task/17417/stat : 17417 (java) R 17363 17366 16548 0 -1 1077944384 26752 12371 0 0 1252 58 5 3 20 0 17 0 43669023 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140562346056080 140562389100245 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17418] ppid=17363 vsize=14202692 CPUtime=13.23 cores=0,2,4,6
/proc/17366/task/17418/stat : 17418 (java) R 17363 17366 16548 0 -1 4202560 22539 12371 0 0 1260 55 5 3 20 0 17 0 43669023 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140562345003280 140562389101974 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17419] ppid=17363 vsize=14202692 CPUtime=13.23 cores=0,2,4,6
/proc/17366/task/17419/stat : 17419 (java) R 17363 17366 16548 0 -1 4202560 33887 12371 0 0 1255 60 5 3 20 0 17 0 43669023 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140562343950992 140562389101974 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17420] ppid=17363 vsize=14202692 CPUtime=13.21 cores=0,2,4,6
/proc/17366/task/17420/stat : 17420 (java) R 17363 17366 16548 0 -1 1077944384 33041 12371 0 0 1256 57 5 3 20 0 17 0 43669023 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140562342898192 140562389100245 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17421] ppid=17363 vsize=14202692 CPUtime=11.59 cores=0,2,4,6
/proc/17366/task/17421/stat : 17421 (java) S 17363 17366 16548 0 -1 1077944384 34283 12371 0 0 1097 54 5 3 20 0 17 0 43669024 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561934857264 140562389100245 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17422] ppid=17363 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17422/stat : 17422 (java) S 17363 17366 16548 0 -1 1077944384 57 12371 0 0 0 0 5 3 20 0 17 0 43669025 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561933804432 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17423] ppid=17363 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17423/stat : 17423 (java) S 17363 17366 16548 0 -1 1077944384 43 12371 0 0 0 0 5 3 20 0 17 0 43669025 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561932752512 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17424] ppid=17363 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17424/stat : 17424 (java) S 17363 17366 16548 0 -1 1077944384 248 12371 0 0 0 0 5 3 20 0 17 0 43669027 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561864452688 140562389108635 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17425] ppid=17363 vsize=14202692 CPUtime=4.19 cores=0,2,4,6
/proc/17366/task/17425/stat : 17425 (java) S 17363 17366 16548 0 -1 1077944384 15327 12371 0 0 408 3 5 3 20 0 17 0 43669027 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561863391568 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17426] ppid=17363 vsize=14202692 CPUtime=4.59 cores=0,2,4,6
/proc/17366/task/17426/stat : 17426 (java) S 17363 17366 16548 0 -1 1077944384 17771 12371 0 0 448 3 5 3 20 0 17 0 43669028 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561862346736 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17427] ppid=17363 vsize=14202692 CPUtime=2.21 cores=0,2,4,6
/proc/17366/task/17427/stat : 17427 (java) S 17363 17366 16548 0 -1 1077944384 21149 12371 0 0 209 4 5 3 20 0 17 0 43669028 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561861294448 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17428] ppid=17363 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17366/task/17428/stat : 17428 (java) S 17363 17366 16548 0 -1 1077944384 3 12371 0 0 0 0 5 3 20 0 17 0 43669028 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561860241888 140562389100245 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
[pid=17366/tid=17429] ppid=17363 vsize=14202692 CPUtime=1.6 cores=0,2,4,6
/proc/17366/task/17429/stat : 17429 (java) S 17363 17366 16548 0 -1 1077944384 3253 12371 0 0 77 75 5 3 20 0 17 0 43669035 14543556608 350101 18446744073709551615 4194304 4196468 140722374488688 140561859189680 140562389101186 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27516928 140722374490064 140722374492849 140722374492849 140722374496207 0
Current children cumulated CPU time (s) 2520.97
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2471.67
CPU time (s): 2521.14
CPU user time (s): 2517.39
CPU system time (s): 3.74233
CPU usage (%): 102.001
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.39
system time used= 3.74233
maximum resident set size= 1538924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327481
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 273757
involuntary context switches= 7201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.95076 second user time and 18.0137 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 03:11:34
IDJOB=4262123
IDBENCH=115757
IDSOLVER=2650
FILE ID=node126/4262123-1502414734
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262123-1502414734/watcher-4262123-1502414734 -o /tmp/evaluation-result-4262123-1502414734/solver-4262123-1502414734 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262123-1502414734.xml

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

MD5SUM BENCH= 428eef4dc0068476798a4d67b3fd28ef
RANDOM SEED=794610816

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:        29411676 kB
MemAvailable:   29992696 kB
Buffers:          265908 kB
Cached:           588468 kB
SwapCached:          524 kB
Active:          2534536 kB
Inactive:         367032 kB
Active(anon):    2001068 kB
Inactive(anon):    71336 kB
Active(file):     533468 kB
Inactive(file):   295696 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             23944 kB
Writeback:             0 kB
AnonPages:       2046912 kB
Mapped:            54224 kB
Shmem:             25280 kB
Slab:             161364 kB
SReclaimable:     135384 kB
SUnreclaim:        25980 kB
KernelStack:        3456 kB
PageTables:         9360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3572012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1812480 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 03:52:46