Trace number 4262124

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.1001 2469.4399

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-7.xml
MD5SUMfe547a27c953c30f0dd43f8aa0b4ac9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1217
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1320
Maximum domain size1320
Distribution of domain sizes[{"size":1320,"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.28/2.16	c Concrete v3.4 running
2521.01/2469.42	java.util.concurrent.TimeoutException
2521.01/2469.42		at concrete.MAC.mac(MAC.scala:74)
2521.01/2469.42		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.01/2469.42		at scala.util.Try$.apply(Try.scala:209)
2521.01/2469.42		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.01/2469.42		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.01/2469.42		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.01/2469.42		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.01/2469.42		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.01/2469.42		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.01/2469.42		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.01/2469.42		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.01/2469.42		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.01/2469.42		at concrete.MAC.oneRun(MAC.scala:146)
2521.01/2469.42		at concrete.MAC.nextSolution(MAC.scala:166)
2521.01/2469.42		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.01/2469.42		at concrete.ProblemState.map(ProblemState.scala:203)
2521.01/2469.42		at concrete.ProblemState.map(ProblemState.scala:188)
2521.01/2469.42		at concrete.MAC.nextSolution(MAC.scala:195)
2521.01/2469.42		at concrete.Solver.hasNext(Solver.scala:202)
2521.01/2469.42		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.01/2469.42		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.01/2469.42		at concrete.Solver.toStream(Solver.scala:73)
2521.01/2469.42		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.01/2469.42		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.01/2469.42		at concrete.Solver.toIterable(Solver.scala:73)
2521.01/2469.42		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.01/2469.42		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.01/2469.42		at scala.util.Success.map(Try.scala:209)
2521.01/2469.42		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.01/2469.42		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.01/2469.42		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.01/2469.42		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.01/2469.42		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.01/2469.42		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.01/2469.42		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.01/2469.42		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.01/2469.42		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.01/2469.42		at scala.collection.immutable.List.foreach(List.scala:389)
2521.01/2469.42		at scala.App.main(App.scala:76)
2521.01/2469.42		at scala.App.main$(App.scala:74)
2521.01/2469.42		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.01/2469.42		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.01/2469.43	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-4262124-1502414726/watcher-4262124-1502414726 -o /tmp/evaluation-result-4262124-1502414726/solver-4262124-1502414726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262124-1502414726.xml 

pid=5370
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.87 1.58 1.39 2/202 5373
/proc/meminfo: memFree=29633088/32770624 swapFree=0/439016
[pid=5373] ppid=5370 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/5373/stat : 5373 (runsolver) D 5370 5373 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 141125484 24240128 108 18446744073709551615 4194304 4338465 140727004475296 140727004472936 139998684840663 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 24055808 140727004483793 140727004484169 140727004484169 140727004487626 0
/proc/5373/statm: 5918 108 54 36 0 2156 0

[startup+0.100083 s]
/proc/loadavg: 1.87 1.58 1.39 2/202 5373
/proc/meminfo: memFree=29633088/32770624 swapFree=0/439016
[pid=5373] ppid=5370 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/5373/stat : 5373 (bash) S 5370 5373 4896 0 -1 4202496 891 6488 0 0 0 0 0 1 20 0 1 0 141125484 9867264 377 18446744073709551615 4194304 5098028 140728273612608 140728273606616 139817636207616 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 29011968 140728273617428 140728273617513 140728273617513 140728273620970 0
/proc/5373/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200268 s]
/proc/loadavg: 1.87 1.58 1.39 2/202 5373
/proc/meminfo: memFree=29633088/32770624 swapFree=0/439016
[pid=5373] ppid=5370 vsize=13356508 CPUtime=0.08 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 3360 12366 0 0 0 0 5 3 20 0 6 0 141125484 13677064192 2667 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3339127 2667 1204 1 0 3329097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13356508

[startup+0.300539 s]
/proc/loadavg: 1.87 1.58 1.39 2/202 5373
/proc/meminfo: memFree=29633088/32770624 swapFree=0/439016
[pid=5373] ppid=5370 vsize=13974356 CPUtime=0.16 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 5921 12366 0 0 7 1 5 3 20 0 15 0 141125484 14309740544 7095 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3493589 7095 2804 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974356

[startup+0.70022 s]
/proc/loadavg: 1.87 1.58 1.39 2/202 5373
/proc/meminfo: memFree=29633088/32770624 swapFree=0/439016
[pid=5373] ppid=5370 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 13626 12366 0 0 60 4 5 3 20 0 15 0 141125484 14310178816 15090 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3493696 15090 3113 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.87 1.58 1.39 4/217 5436
/proc/meminfo: memFree=29533068/32770624 swapFree=0/439040
[pid=5373] ppid=5370 vsize=13985408 CPUtime=1.95 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 29030 12366 0 0 178 9 5 3 20 0 15 0 141125484 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3496352 43228 3374 1 0 3485525 0
[pid=5373/tid=5423] ppid=5370 vsize=13985408 CPUtime=1.31 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 21896 12366 0 0 117 6 5 3 20 0 15 0 141125503 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265913096912 140265908899222 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 53 12366 0 0 1 0 5 3 20 0 15 0 141125504 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 197 12366 0 0 0 0 5 3 20 0 15 0 141125504 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 141125504 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 59 12366 0 0 1 0 5 3 20 0 15 0 141125504 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 1345 12366 0 0 1 0 5 3 20 0 15 0 141125505 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 57 12366 0 0 0 0 5 3 20 0 15 0 141125506 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265453483680 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 141125506 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265452430576 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) S 5370 5373 4896 0 -1 1077944384 1207 12366 0 0 16 0 5 3 20 0 15 0 141125509 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265450326256 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) R 5370 5373 4896 0 -1 4202560 566 12366 0 0 14 0 5 3 20 0 15 0 141125509 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265449273712 140265888730868 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) R 5370 5373 4896 0 -1 1077944384 1388 12366 0 0 24 0 5 3 20 0 15 0 141125509 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 6 12366 0 0 0 0 5 3 20 0 15 0 141125512 14321057792 43228 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.10144 s]
/proc/loadavg: 1.87 1.58 1.39 4/217 5436
/proc/meminfo: memFree=29459612/32770624 swapFree=0/439040
[pid=5373] ppid=5370 vsize=13997884 CPUtime=6.16 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 43877 12366 0 0 592 16 5 3 20 0 15 0 141125484 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3499471 58195 3442 1 0 3488085 0
[pid=5373/tid=5423] ppid=5370 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 28300 12366 0 0 273 8 5 3 20 0 15 0 141125503 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265913114624 140265528629792 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 53 12366 0 0 1 0 5 3 20 0 15 0 141125504 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 197 12366 0 0 0 0 5 3 20 0 15 0 141125504 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 56 12366 0 0 0 0 5 3 20 0 15 0 141125504 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 59 12366 0 0 1 0 5 3 20 0 15 0 141125504 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 1360 12366 0 0 1 0 5 3 20 0 15 0 141125505 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 57 12366 0 0 0 0 5 3 20 0 15 0 141125506 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265453483680 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 141125506 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265452430576 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=13997884 CPUtime=1.25 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) R 5370 5373 4896 0 -1 4202560 4380 12366 0 0 114 3 5 3 20 0 15 0 141125509 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265450326384 140265890430675 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=13997884 CPUtime=0.93 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) R 5370 5373 4896 0 -1 4202560 1833 12366 0 0 85 0 5 3 20 0 15 0 141125509 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265449259808 140265893997338 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) S 5370 5373 4896 0 -1 1077944384 5374 12366 0 0 111 1 5 3 20 0 15 0 141125509 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 8 12366 0 0 0 0 5 3 20 0 15 0 141125512 14333833216 58195 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 13997884

[startup+6.30062 s]
/proc/loadavg: 2.20 1.65 1.41 5/207 5531
/proc/meminfo: memFree=30812380/32770624 swapFree=0/438528
[pid=5373] ppid=5370 vsize=14069564 CPUtime=15.24 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 75903 12366 0 0 1488 28 5 3 20 0 15 0 141125484 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3517391 97398 3479 1 0 3506005 0
[pid=5373/tid=5423] ppid=5370 vsize=14069564 CPUtime=5.98 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 42849 12366 0 0 578 12 5 3 20 0 15 0 141125503 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265913117904 140265908899222 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 136 12366 0 0 7 1 5 3 20 0 15 0 141125504 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 461 12366 0 0 7 1 5 3 20 0 15 0 141125504 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 133 12366 0 0 7 1 5 3 20 0 15 0 141125504 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 171 12366 0 0 7 1 5 3 20 0 15 0 141125504 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 2086 12366 0 0 4 0 5 3 20 0 15 0 141125505 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 57 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265453483744 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 43 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=14069564 CPUtime=3.63 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) R 5370 5373 4896 0 -1 4202560 9310 12366 0 0 351 4 5 3 20 0 15 0 141125509 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265450317584 140265894902414 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=14069564 CPUtime=3.37 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) R 5370 5373 4896 0 -1 4202560 7692 12366 0 0 328 1 5 3 20 0 15 0 141125509 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265449260240 140265890432044 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=14069564 CPUtime=2.05 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) R 5370 5373 4896 0 -1 1077944384 10619 12366 0 0 194 3 5 3 20 0 15 0 141125509 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 189 12366 0 0 0 0 5 3 20 0 15 0 141125512 14407233536 97398 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 2.11 1.64 1.41 5/217 5561
/proc/meminfo: memFree=29948364/32770624 swapFree=0/439072
[pid=5373] ppid=5370 vsize=14069564 CPUtime=23.46 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 80645 12366 0 0 2299 39 5 3 20 0 15 0 141125484 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3517391 196328 3484 1 0 3506005 0
[pid=5373/tid=5423] ppid=5370 vsize=14069564 CPUtime=12.29 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 43342 12366 0 0 1205 16 5 3 20 0 15 0 141125503 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265913121456 140265532243847 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 182 12366 0 0 11 3 5 3 20 0 15 0 141125504 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 497 12366 0 0 10 3 5 3 20 0 15 0 141125504 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 378 12366 0 0 11 2 5 3 20 0 15 0 141125504 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 239 12366 0 0 11 2 5 3 20 0 15 0 141125504 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 2413 12366 0 0 6 0 5 3 20 0 15 0 141125505 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265453483744 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 196328 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0

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

/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 344768 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14069564 CPUtime=1.56 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 2512 12366 0 0 66 82 5 3 20 0 15 0 141125512 14407233536 344768 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 2431.8
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.56 1.37 1.33 3/214 5749
/proc/meminfo: memFree=28151364/32770624 swapFree=0/439376
[pid=5373] ppid=5370 vsize=14069564 CPUtime=2492.82 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 239875 12366 0 0 248885 389 5 3 20 0 15 0 141125484 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3517391 344777 3484 1 0 3506005 0
[pid=5373/tid=5423] ppid=5370 vsize=14069564 CPUtime=2415.21 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 97266 12366 0 0 241453 60 5 3 20 0 15 0 141125503 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265913121632 140265540014937 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14069564 CPUtime=13.54 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 15806 12366 0 0 1287 59 5 3 20 0 15 0 141125504 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14069564 CPUtime=13.5 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 14677 12366 0 0 1285 57 5 3 20 0 15 0 141125504 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14069564 CPUtime=13.55 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 18512 12366 0 0 1285 62 5 3 20 0 15 0 141125504 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14069564 CPUtime=13.52 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 15499 12366 0 0 1285 59 5 3 20 0 15 0 141125504 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14069564 CPUtime=10.96 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 18561 12366 0 0 1028 60 5 3 20 0 15 0 141125505 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265453483744 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) S 5370 5373 4896 0 -1 1077944384 14911 12366 0 0 465 5 5 3 20 0 15 0 141125509 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265450326256 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=14069564 CPUtime=4.59 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) S 5370 5373 4896 0 -1 1077944384 20407 12366 0 0 449 2 5 3 20 0 15 0 141125509 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265449273712 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=14069564 CPUtime=2.21 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) S 5370 5373 4896 0 -1 1077944384 19436 12366 0 0 209 4 5 3 20 0 15 0 141125509 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14069564 CPUtime=1.6 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 2533 12366 0 0 68 84 5 3 20 0 15 0 141125512 14407233536 344777 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 2492.82
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.1 s]
/proc/loadavg: 1.26 1.32 1.31 3/213 5750
/proc/meminfo: memFree=28150540/32770624 swapFree=0/439372
[pid=5373] ppid=5370 vsize=14069564 CPUtime=2520.08 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 241141 12366 0 0 251606 394 5 3 20 0 15 0 141125484 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3517391 345300 3484 1 0 3506005 0
[pid=5373/tid=5423] ppid=5370 vsize=14069564 CPUtime=2441.71 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) R 5370 5373 4896 0 -1 4202560 97883 12366 0 0 244102 61 5 3 20 0 15 0 141125503 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265913121568 140265532163698 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14069564 CPUtime=13.69 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 16041 12366 0 0 1301 60 5 3 20 0 15 0 141125504 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14069564 CPUtime=13.65 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 14699 12366 0 0 1300 57 5 3 20 0 15 0 141125504 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14069564 CPUtime=13.7 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 18655 12366 0 0 1300 62 5 3 20 0 15 0 141125504 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14069564 CPUtime=13.68 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 15535 12366 0 0 1300 60 5 3 20 0 15 0 141125504 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14069564 CPUtime=11.08 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 18754 12366 0 0 1039 61 5 3 20 0 15 0 141125505 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265454537456 140265908898434 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265453483744 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 15 0 141125506 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=14069564 CPUtime=4.78 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) S 5370 5373 4896 0 -1 1077944384 14913 12366 0 0 465 5 5 3 20 0 15 0 141125509 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265450326256 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=14069564 CPUtime=4.59 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) S 5370 5373 4896 0 -1 1077944384 20409 12366 0 0 449 2 5 3 20 0 15 0 141125509 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265449273712 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=14069564 CPUtime=2.21 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) S 5370 5373 4896 0 -1 1077944384 19438 12366 0 0 209 4 5 3 20 0 15 0 141125509 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 15 0 141125509 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14069564 CPUtime=1.62 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 2547 12366 0 0 69 85 5 3 20 0 15 0 141125512 14407233536 345300 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 2520.08
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 5373 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2469.21 s]
/proc/loadavg: 1.26 1.32 1.31 3/213 5750
/proc/meminfo: memFree=28150540/32770624 swapFree=0/439372
[pid=5373] ppid=5370 vsize=14202692 CPUtime=2520.4 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 247682 12366 0 0 251636 396 5 3 20 0 17 0 141125484 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3550673 347040 3484 1 0 3539287 0
[pid=5373/tid=5423] ppid=5370 vsize=14202692 CPUtime=2441.71 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) S 5370 5373 4896 0 -1 1077944384 98220 12366 0 0 244102 61 5 3 20 0 17 0 141125503 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265913124960 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14202692 CPUtime=13.75 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) R 5370 5373 4896 0 -1 4202560 16079 12366 0 0 1307 60 5 3 20 0 17 0 141125504 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265850833232 140265901515495 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14202692 CPUtime=13.72 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) R 5370 5373 4896 0 -1 4202560 14734 12366 0 0 1307 57 5 3 20 0 17 0 141125504 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265849780688 140265901515495 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14202692 CPUtime=13.77 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) R 5370 5373 4896 0 -1 4202560 18686 12366 0 0 1307 62 5 3 20 0 17 0 141125504 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265848728024 140265893587923 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14202692 CPUtime=13.74 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) R 5370 5373 4896 0 -1 4202560 15604 12366 0 0 1306 60 5 3 20 0 17 0 141125504 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265505954000 140265901515495 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14202692 CPUtime=11.1 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) S 5370 5373 4896 0 -1 1077944384 24582 12366 0 0 1041 61 5 3 20 0 17 0 141125505 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265454536080 140265908897493 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 62 12366 0 0 0 0 5 3 20 0 17 0 141125506 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265453483744 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 17 0 141125506 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 84 12366 0 0 0 0 5 3 20 0 17 0 141125509 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=14202692 CPUtime=4.78 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) S 5370 5373 4896 0 -1 1077944384 14924 12366 0 0 465 5 5 3 20 0 17 0 141125509 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265450318288 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=14202692 CPUtime=4.59 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) S 5370 5373 4896 0 -1 1077944384 20409 12366 0 0 449 2 5 3 20 0 17 0 141125509 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265449273712 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=14202692 CPUtime=2.21 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) S 5370 5373 4896 0 -1 1077944384 19438 12366 0 0 209 4 5 3 20 0 17 0 141125509 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 141125509 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14202692 CPUtime=1.62 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 2547 12366 0 0 69 85 5 3 20 0 17 0 141125512 14543556608 347040 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2469.41 s]
/proc/loadavg: 1.26 1.32 1.31 3/213 5750
/proc/meminfo: memFree=28150540/32770624 swapFree=0/439372
[pid=5373] ppid=5370 vsize=14202692 CPUtime=2521.01 cores=1,3,5,7
/proc/5373/stat : 5373 (java) S 5370 5373 4896 0 -1 1077944320 248014 12366 0 0 251697 396 5 3 20 0 17 0 141125484 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140729590352256 140265908887287 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
/proc/5373/statm: 3550673 347210 3484 1 0 3539287 0
[pid=5373/tid=5423] ppid=5370 vsize=14202692 CPUtime=2441.71 cores=1,3,5,7
/proc/5373/task/5423/stat : 5423 (java) S 5370 5373 4896 0 -1 1077944384 98221 12366 0 0 244102 61 5 3 20 0 17 0 141125503 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265913124960 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5424] ppid=5370 vsize=14202692 CPUtime=13.89 cores=1,3,5,7
/proc/5373/task/5424/stat : 5424 (java) S 5370 5373 4896 0 -1 1077944384 16080 12366 0 0 1321 60 5 3 20 0 17 0 141125504 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265850833424 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5425] ppid=5370 vsize=14202692 CPUtime=13.86 cores=1,3,5,7
/proc/5373/task/5425/stat : 5425 (java) S 5370 5373 4896 0 -1 1077944384 14736 12366 0 0 1321 57 5 3 20 0 17 0 141125504 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265849780880 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5426] ppid=5370 vsize=14202692 CPUtime=13.91 cores=1,3,5,7
/proc/5373/task/5426/stat : 5426 (java) S 5370 5373 4896 0 -1 1077944384 18686 12366 0 0 1321 62 5 3 20 0 17 0 141125504 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265848727824 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5427] ppid=5370 vsize=14202692 CPUtime=13.88 cores=1,3,5,7
/proc/5373/task/5427/stat : 5427 (java) S 5370 5373 4896 0 -1 1077944384 15606 12366 0 0 1320 60 5 3 20 0 17 0 141125504 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265505954192 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5428] ppid=5370 vsize=14202692 CPUtime=11.16 cores=1,3,5,7
/proc/5373/task/5428/stat : 5428 (java) R 5370 5373 4896 0 -1 4202560 24904 12366 0 0 1047 61 5 3 20 0 17 0 141125505 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265454535744 140265894021063 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5429] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5429/stat : 5429 (java) S 5370 5373 4896 0 -1 1077944384 64 12366 0 0 0 0 5 3 20 0 17 0 141125506 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265453483248 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5430] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5430/stat : 5430 (java) S 5370 5373 4896 0 -1 1077944384 48 12366 0 0 0 0 5 3 20 0 17 0 141125506 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265452430592 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5431] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5431/stat : 5431 (java) S 5370 5373 4896 0 -1 1077944384 84 12366 0 0 0 0 5 3 20 0 17 0 141125509 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265451379152 140265908905883 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5432] ppid=5370 vsize=14202692 CPUtime=4.78 cores=1,3,5,7
/proc/5373/task/5432/stat : 5432 (java) S 5370 5373 4896 0 -1 1077944384 14925 12366 0 0 465 5 5 3 20 0 17 0 141125509 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265450318272 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5433] ppid=5370 vsize=14202692 CPUtime=4.59 cores=1,3,5,7
/proc/5373/task/5433/stat : 5433 (java) S 5370 5373 4896 0 -1 1077944384 20409 12366 0 0 449 2 5 3 20 0 17 0 141125509 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265449273712 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5434] ppid=5370 vsize=14202692 CPUtime=2.21 cores=1,3,5,7
/proc/5373/task/5434/stat : 5434 (java) S 5370 5373 4896 0 -1 1077944384 19438 12366 0 0 209 4 5 3 20 0 17 0 141125509 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265448220656 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5435] ppid=5370 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/5373/task/5435/stat : 5435 (java) S 5370 5373 4896 0 -1 1077944384 3 12366 0 0 0 0 5 3 20 0 17 0 141125509 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265447168352 140265908897493 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
[pid=5373/tid=5436] ppid=5370 vsize=14202692 CPUtime=1.62 cores=1,3,5,7
/proc/5373/task/5436/stat : 5436 (java) S 5370 5373 4896 0 -1 1077944384 2547 12366 0 0 69 85 5 3 20 0 17 0 141125512 14543556608 347210 18446744073709551615 4194304 4196468 140729590369712 140265446116400 140265908898434 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29978624 140729590376400 140729590379185 140729590379185 140729590382543 0
Current children cumulated CPU time (s) 2521.01
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2469.44
CPU time (s): 2521.1
CPU user time (s): 2517.1
CPU system time (s): 4.00295
CPU usage (%): 102.092
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.1
system time used= 4.00295
maximum resident set size= 1530988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282244
involuntary context switches= 6674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5121 second user time and 15.8743 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 03:11:02
IDJOB=4262124
IDBENCH=115729
IDSOLVER=2650
FILE ID=node132/4262124-1502414726
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262124-1502414726/watcher-4262124-1502414726 -o /tmp/evaluation-result-4262124-1502414726/solver-4262124-1502414726 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262124-1502414726.xml

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

MD5SUM BENCH= fe547a27c953c30f0dd43f8aa0b4ac9f
RANDOM SEED=1865537326

node132.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.74
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.74
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.74
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.74
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:        29633632 kB
MemAvailable:   30463476 kB
Buffers:          286112 kB
Cached:           846744 kB
SwapCached:            0 kB
Active:          2219736 kB
Inactive:         479848 kB
Active(anon):    1567708 kB
Inactive(anon):    40832 kB
Active(file):     652028 kB
Inactive(file):   439016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24336 kB
Writeback:             0 kB
AnonPages:       1566732 kB
Mapped:            72856 kB
Shmem:             41692 kB
Slab:             136152 kB
SReclaimable:     109272 kB
SUnreclaim:        26880 kB
KernelStack:        3536 kB
PageTables:        10104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2326380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 03:52:12