Trace number 4262132

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.6799 2463.47

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-8.xml
MD5SUM713d39b17b6d51a27147ff336666abea
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1660
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1729
Maximum domain size1729
Distribution of domain sizes[{"size":1729,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=2405
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.63 1.55 6/198 2408
/proc/meminfo: memFree=31106960/32770624 swapFree=0/495624
[pid=2408] ppid=2405 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2408/stat : 2408 (runsolver) D 2405 2408 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43694599 24240128 108 18446744073709551615 4194304 4338465 140722070482736 140722070480376 140459297120983 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 25772032 140722070487249 140722070487625 140722070487625 140722070491082 0
/proc/2408/statm: 5918 108 54 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.87 1.63 1.55 6/198 2408
/proc/meminfo: memFree=31106960/32770624 swapFree=0/495624
[pid=2408] ppid=2405 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/2408/stat : 2408 (bash) S 2405 2408 1330 0 -1 4202496 896 6479 0 0 0 0 0 1 20 0 1 0 43694599 9867264 377 18446744073709551615 4194304 5098028 140724584379024 140724584373032 140390209854464 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 13197312 140724584382996 140724584383081 140724584383081 140724584386538 0
/proc/2408/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200222 s]
/proc/loadavg: 1.87 1.63 1.55 6/198 2408
/proc/meminfo: memFree=31106960/32770624 swapFree=0/495624
[pid=2408] ppid=2405 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/2408/stat : 2408 (bash) S 2405 2408 1330 0 -1 4202496 937 11670 0 0 0 0 5 2 20 0 1 0 43694599 9867264 377 18446744073709551615 4194304 5098028 140724584379024 140724584374856 140390209854464 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 7 0 0 7196144 7232144 13197312 140724584382996 140724584383081 140724584383081 140724584386538 0
/proc/2408/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300283 s]
/proc/loadavg: 1.87 1.63 1.55 6/198 2408
/proc/meminfo: memFree=31106960/32770624 swapFree=0/495624
[pid=2408] ppid=2405 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 5986 12351 0 0 5 1 5 2 20 0 14 0 43694599 14241083392 5160 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3476827 5160 2572 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700362 s]
/proc/loadavg: 1.87 1.63 1.55 6/198 2408
/proc/meminfo: memFree=31106960/32770624 swapFree=0/495624
[pid=2408] ppid=2405 vsize=13974784 CPUtime=0.66 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 14079 12351 0 0 55 4 5 2 20 0 15 0 43694599 14310178816 14530 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3493696 14530 3125 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50347 s]
/proc/loadavg: 1.87 1.63 1.55 5/213 2476
/proc/meminfo: memFree=30966980/32770624 swapFree=0/495708
[pid=2408] ppid=2405 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 28146 12351 0 0 170 10 5 2 20 0 15 0 43694599 14321057792 40233 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3496352 40233 3351 1 0 3485525 0
[pid=2408/tid=2463] ppid=2405 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) S 2405 2408 1330 0 -1 1077944384 22487 12351 0 0 114 7 5 2 20 0 15 0 43694620 14321057792 40233 18446744073709551615 4194304 4196468 140724202464288 140176256126832 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 205 12351 0 0 0 0 5 2 20 0 15 0 43694620 14321057792 40233 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 66 12351 0 0 0 0 5 2 20 0 15 0 43694620 14321057792 40233 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 46 12351 0 0 0 0 5 2 20 0 15 0 43694620 14321057792 40233 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 38 12351 0 0 0 0 5 2 20 0 15 0 43694620 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) R 2405 2408 1330 0 -1 4202560 69 12351 0 0 0 0 5 2 20 0 15 0 43694622 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175797654208 140176237588481 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 33 12351 0 0 0 0 5 2 20 0 15 0 43694622 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175796601888 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 21 12351 0 0 0 0 5 2 20 0 15 0 43694622 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175795549040 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 1210 12351 0 0 17 0 5 2 20 0 15 0 43694625 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175793445744 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 495 12351 0 0 12 0 5 2 20 0 15 0 43694625 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175792392944 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 1314 12351 0 0 22 0 5 2 20 0 15 0 43694625 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175791335520 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 10 12351 0 0 0 0 5 2 20 0 15 0 43694631 14321057792 40259 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10084 s]
/proc/loadavg: 2.04 1.67 1.56 6/213 2476
/proc/meminfo: memFree=30790900/32770624 swapFree=0/495708
[pid=2408] ppid=2405 vsize=13997884 CPUtime=6.12 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 45810 12351 0 0 589 16 5 2 20 0 15 0 43694599 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3499471 55651 3453 1 0 3488085 0
[pid=2408/tid=2463] ppid=2405 vsize=13997884 CPUtime=2.85 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) R 2405 2408 1330 0 -1 4202560 28448 12351 0 0 268 10 5 2 20 0 15 0 43694620 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140176256129328 140176232183134 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 211 12351 0 0 0 0 5 2 20 0 15 0 43694620 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 66 12351 0 0 1 0 5 2 20 0 15 0 43694620 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 46 12351 0 0 1 0 5 2 20 0 15 0 43694620 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 41 12351 0 0 1 0 5 2 20 0 15 0 43694620 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 1531 12351 0 0 1 0 5 2 20 0 15 0 43694622 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175797655920 140176251918978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 55 12351 0 0 0 0 5 2 20 0 15 0 43694622 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175796601888 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 43 12351 0 0 0 0 5 2 20 0 15 0 43694622 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175795549040 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) R 2405 2408 1330 0 -1 4202560 5152 12351 0 0 115 1 5 2 20 0 15 0 43694625 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175793423824 140176230288261 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=13997884 CPUtime=0.94 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) R 2405 2408 1330 0 -1 4202560 2813 12351 0 0 86 1 5 2 20 0 15 0 43694625 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175792381248 140176244197280 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 5229 12351 0 0 112 1 5 2 20 0 15 0 43694625 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175791340144 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 14 12351 0 0 0 0 5 2 20 0 15 0 43694631 14333833216 55651 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 13997884

[startup+6.3008 s]
/proc/loadavg: 2.04 1.67 1.56 6/213 2476
/proc/meminfo: memFree=30448204/32770624 swapFree=0/495708
[pid=2408] ppid=2405 vsize=13999932 CPUtime=15.46 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 74281 12351 0 0 1505 34 5 2 20 0 15 0 43694599 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3499983 109233 3465 1 0 3488597 0
[pid=2408/tid=2463] ppid=2405 vsize=13999932 CPUtime=5.83 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) S 2405 2408 1330 0 -1 1077944384 32167 12351 0 0 564 12 5 2 20 0 15 0 43694620 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140176256140336 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=13999932 CPUtime=0.23 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) R 2405 2408 1330 0 -1 4202560 342 12351 0 0 13 3 5 2 20 0 15 0 43694620 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140176193854808 140176236608832 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) R 2405 2408 1330 0 -1 4202560 411 12351 0 0 14 3 5 2 20 0 15 0 43694620 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176236608547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=13999932 CPUtime=0.21 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) R 2405 2408 1330 0 -1 4202560 302 12351 0 0 12 2 5 2 20 0 15 0 43694620 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176236608519 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=13999932 CPUtime=0.24 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) R 2405 2408 1330 0 -1 4202560 1075 12351 0 0 14 3 5 2 20 0 15 0 43694620 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176236608813 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 5762 12351 0 0 4 0 5 2 20 0 15 0 43694622 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175797654432 140176251918037 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 60 12351 0 0 0 0 5 2 20 0 15 0 43694622 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175796601952 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 15 0 43694622 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=13999932 CPUtime=3.74 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 11532 12351 0 0 366 1 5 2 20 0 15 0 43694625 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175793430736 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=13999932 CPUtime=3.52 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 8699 12351 0 0 343 2 5 2 20 0 15 0 43694625 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175792377072 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=13999932 CPUtime=1.79 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 11694 12351 0 0 169 3 5 2 20 0 15 0 43694625 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175791334672 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 26 12351 0 0 0 0 5 2 20 0 15 0 43694631 14335930368 109233 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.26 1.73 1.58 3/211 2476
/proc/meminfo: memFree=29525620/32770624 swapFree=0/495700
[pid=2408] ppid=2405 vsize=14069564 CPUtime=26.88 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 105055 12351 0 0 2630 51 5 2 20 0 15 0 43694599 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3517391 245800 3482 1 0 3506005 0
[pid=2408/tid=2463] ppid=2405 vsize=14069564 CPUtime=12.12 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) R 2405 2408 1330 0 -1 4202560 48694 12351 0 0 1184 21 5 2 20 0 15 0 43694620 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140176256141936 140175875343977 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=14069564 CPUtime=0.34 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 474 12351 0 0 22 5 5 2 20 0 15 0 43694620 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 990 12351 0 0 21 4 5 2 20 0 15 0 43694620 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 377 12351 0 0 19 4 5 2 20 0 15 0 43694620 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=14069564 CPUtime=0.32 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 2007 12351 0 0 21 4 5 2 20 0 15 0 43694620 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 6568 12351 0 0 5 0 5 2 20 0 15 0 43694622 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140175797655920 140176251918978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 61 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140175796601952 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 245800 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0

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

/proc/2408/statm: 3517391 451027 3483 1 0 3506005 0
[pid=2408/tid=2463] ppid=2405 vsize=14069564 CPUtime=2357.15 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) R 2405 2408 1330 0 -1 4202560 116397 12351 0 0 235641 67 5 2 20 0 15 0 43694620 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140176256141904 140175872170059 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=14069564 CPUtime=14.01 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 36849 12351 0 0 1340 54 5 2 20 0 15 0 43694620 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=14069564 CPUtime=14.03 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 36212 12351 0 0 1343 53 5 2 20 0 15 0 43694620 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=14069564 CPUtime=13.99 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 35432 12351 0 0 1336 56 5 2 20 0 15 0 43694620 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=14069564 CPUtime=14.01 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 35776 12351 0 0 1343 51 5 2 20 0 15 0 43694620 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=14069564 CPUtime=9.15 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 30570 12351 0 0 854 54 5 2 20 0 15 0 43694622 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175797655920 140176251918978 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 61 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175796601952 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 21401 12351 0 0 581 3 5 2 20 0 15 0 43694625 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175793445744 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=14069564 CPUtime=6.3 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 23677 12351 0 0 618 5 5 2 20 0 15 0 43694625 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175792392944 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 21116 12351 0 0 228 5 5 2 20 0 15 0 43694625 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175791340144 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=14069564 CPUtime=1.53 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 2149 12351 0 0 67 79 5 2 20 0 15 0 43694631 14407233536 451027 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 2437.95
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.43 1.49 1.45 3/209 2659
/proc/meminfo: memFree=27737704/32770624 swapFree=0/496656
[pid=2408] ppid=2405 vsize=14069564 CPUtime=2499.1 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 367826 12351 0 0 249519 384 5 2 20 0 15 0 43694599 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3517391 451553 3483 1 0 3506005 0
[pid=2408/tid=2463] ppid=2405 vsize=14069564 CPUtime=2416.47 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) R 2405 2408 1330 0 -1 4202560 117739 12351 0 0 241572 68 5 2 20 0 15 0 43694620 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140176256141920 140175881229480 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=14069564 CPUtime=14.4 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 37173 12351 0 0 1377 56 5 2 20 0 15 0 43694620 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=14069564 CPUtime=14.41 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 37453 12351 0 0 1380 54 5 2 20 0 15 0 43694620 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=14069564 CPUtime=14.37 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 35583 12351 0 0 1373 57 5 2 20 0 15 0 43694620 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=14069564 CPUtime=14.4 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 37992 12351 0 0 1380 53 5 2 20 0 15 0 43694620 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=14069564 CPUtime=9.4 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 31227 12351 0 0 877 56 5 2 20 0 15 0 43694622 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175797655920 140176251918978 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 61 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175796601952 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 21406 12351 0 0 581 3 5 2 20 0 15 0 43694625 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175793445744 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=14069564 CPUtime=6.3 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 23682 12351 0 0 618 5 5 2 20 0 15 0 43694625 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175792392944 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 21120 12351 0 0 228 5 5 2 20 0 15 0 43694625 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175791340144 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=14069564 CPUtime=1.57 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 2179 12351 0 0 69 81 5 2 20 0 15 0 43694631 14407233536 451553 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 2499.1
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.9 s]
/proc/loadavg: 1.25 1.45 1.43 2/191 2693
/proc/meminfo: memFree=29474044/32770624 swapFree=0/496612
[pid=2408] ppid=2405 vsize=14069564 CPUtime=2520.09 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 370745 12351 0 0 251615 387 5 2 20 0 15 0 43694599 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3517391 451556 3483 1 0 3506005 0
[pid=2408/tid=2463] ppid=2405 vsize=14069564 CPUtime=2436.83 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) R 2405 2408 1330 0 -1 4202560 118466 12351 0 0 243608 68 5 2 20 0 15 0 43694620 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140176256141952 140175890952547 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=14069564 CPUtime=14.53 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) S 2405 2408 1330 0 -1 1077944384 37266 12351 0 0 1390 56 5 2 20 0 15 0 43694620 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140176193854608 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=14069564 CPUtime=14.55 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) S 2405 2408 1330 0 -1 1077944384 37644 12351 0 0 1393 55 5 2 20 0 15 0 43694620 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140176192801808 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=14069564 CPUtime=14.5 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) S 2405 2408 1330 0 -1 1077944384 35633 12351 0 0 1386 57 5 2 20 0 15 0 43694620 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=14069564 CPUtime=14.53 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) S 2405 2408 1330 0 -1 1077944384 39519 12351 0 0 1393 53 5 2 20 0 15 0 43694620 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=14069564 CPUtime=9.48 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 31539 12351 0 0 885 56 5 2 20 0 15 0 43694622 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175797655920 140176251918978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 61 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175796601952 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 15 0 43694622 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=14069564 CPUtime=5.91 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 21406 12351 0 0 581 3 5 2 20 0 15 0 43694625 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175793445744 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=14069564 CPUtime=6.3 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 23682 12351 0 0 618 5 5 2 20 0 15 0 43694625 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175792392944 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=14069564 CPUtime=2.4 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 21120 12351 0 0 228 5 5 2 20 0 15 0 43694625 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175791340144 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 15 0 43694625 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=14069564 CPUtime=1.59 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 2198 12351 0 0 70 82 5 2 20 0 15 0 43694631 14407233536 451556 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 2520.09
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 2408 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2463.2 s]
/proc/loadavg: 1.25 1.45 1.43 2/191 2693
/proc/meminfo: memFree=29474044/32770624 swapFree=0/496612
[pid=2408] ppid=2405 vsize=14202692 CPUtime=2521.09 cores=1,3,5,7
/proc/2408/stat : 2408 (java) S 2405 2408 1330 0 -1 1077944320 384513 12351 0 0 251713 389 5 2 20 0 17 0 43694599 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140724202446832 140176251907831 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
/proc/2408/statm: 3550673 453568 3483 1 0 3539287 0
[pid=2408/tid=2463] ppid=2405 vsize=14202692 CPUtime=2436.84 cores=1,3,5,7
/proc/2408/task/2463/stat : 2463 (java) S 2405 2408 1330 0 -1 1077944384 119586 12351 0 0 243609 68 5 2 20 0 17 0 43694620 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140176256145376 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2464] ppid=2405 vsize=14202692 CPUtime=14.76 cores=1,3,5,7
/proc/2408/task/2464/stat : 2464 (java) R 2405 2408 1330 0 -1 4202560 37365 12351 0 0 1413 56 5 2 20 0 17 0 43694620 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140176193854728 140176244536039 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2465] ppid=2405 vsize=14202692 CPUtime=14.78 cores=1,3,5,7
/proc/2408/task/2465/stat : 2465 (java) R 2405 2408 1330 0 -1 4202560 37726 12351 0 0 1416 55 5 2 20 0 17 0 43694620 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140176192801928 140176244536039 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2466] ppid=2405 vsize=14202692 CPUtime=14.73 cores=1,3,5,7
/proc/2408/task/2466/stat : 2466 (java) R 2405 2408 1330 0 -1 4202560 35693 12351 0 0 1409 57 5 2 20 0 17 0 43694620 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140176191749008 140176244536039 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2467] ppid=2405 vsize=14202692 CPUtime=14.76 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) R 2405 2408 1330 0 -1 4202560 39621 12351 0 0 1416 53 5 2 20 0 17 0 43694620 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175848512272 140176233517446 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2468] ppid=2405 vsize=14202692 CPUtime=9.54 cores=1,3,5,7
/proc/2408/task/2468/stat : 2468 (java) S 2405 2408 1330 0 -1 1077944384 43096 12351 0 0 890 57 5 2 20 0 17 0 43694622 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175797654544 140176251918037 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2469] ppid=2405 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2469/stat : 2469 (java) S 2405 2408 1330 0 -1 1077944384 62 12351 0 0 0 0 5 2 20 0 17 0 43694622 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175796601856 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2470] ppid=2405 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2470/stat : 2470 (java) S 2405 2408 1330 0 -1 1077944384 50 12351 0 0 0 0 5 2 20 0 17 0 43694622 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175795549056 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2471] ppid=2405 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2471/stat : 2471 (java) S 2405 2408 1330 0 -1 1077944384 249 12351 0 0 0 0 5 2 20 0 17 0 43694625 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175794497360 140176251926427 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2472] ppid=2405 vsize=14202692 CPUtime=5.91 cores=1,3,5,7
/proc/2408/task/2472/stat : 2472 (java) S 2405 2408 1330 0 -1 1077944384 21527 12351 0 0 581 3 5 2 20 0 17 0 43694625 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175793436064 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2473] ppid=2405 vsize=14202692 CPUtime=6.3 cores=1,3,5,7
/proc/2408/task/2473/stat : 2473 (java) S 2405 2408 1330 0 -1 1077944384 23684 12351 0 0 618 5 5 2 20 0 17 0 43694625 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175792392944 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2474] ppid=2405 vsize=14202692 CPUtime=2.4 cores=1,3,5,7
/proc/2408/task/2474/stat : 2474 (java) S 2405 2408 1330 0 -1 1077944384 21122 12351 0 0 228 5 5 2 20 0 17 0 43694625 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175791340144 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2475] ppid=2405 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/2408/task/2475/stat : 2475 (java) S 2405 2408 1330 0 -1 1077944384 3 12351 0 0 0 0 5 2 20 0 17 0 43694625 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175790287584 140176251918037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
[pid=2408/tid=2476] ppid=2405 vsize=14202692 CPUtime=1.59 cores=1,3,5,7
/proc/2408/task/2476/stat : 2476 (java) S 2405 2408 1330 0 -1 1077944384 2198 12351 0 0 70 82 5 2 20 0 17 0 43694631 14543556608 453568 18446744073709551615 4194304 4196468 140724202464288 140175789234864 140176251918978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38449152 140724202465232 140724202468017 140724202468017 140724202471375 0
Current children cumulated CPU time (s) 2521.09
Current children cumulated vsize (KiB) 14202692

[startup+2463.4 s]
/proc/loadavg: 1.25 1.45 1.43 2/191 2693
/proc/meminfo: memFree=29474044/32770624 swapFree=0/496612
[pid=2408] ppid=2405 vsize=0 CPUtime=2521.65 cores=1,3,5,7
/proc/2408/stat : 2408 (java) Z 2405 2408 1330 0 -1 4228108 384890 12351 0 0 251768 390 5 2 20 0 2 0 43694599 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/2408/statm: 0 0 0 0 0 0 0
[pid=2408/tid=2467] ppid=2405 vsize=0 CPUtime=14.91 cores=1,3,5,7
/proc/2408/task/2467/stat : 2467 (java) R 2405 2408 1330 0 -1 4203588 39621 12351 0 0 1429 55 5 2 20 0 2 0 43694620 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2521.65
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2463.47
CPU time (s): 2521.68
CPU user time (s): 2517.74
CPU system time (s): 3.94018
CPU usage (%): 102.363
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.74
system time used= 3.94018
maximum resident set size= 2007596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397241
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254863
involuntary context switches= 5731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.27215 second user time and 18.2262 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 03:11:33
IDJOB=4262132
IDBENCH=115766
IDSOLVER=2650
FILE ID=node125/4262132-1502414738
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-8.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262132-1502414738/watcher-4262132-1502414738 -o /tmp/evaluation-result-4262132-1502414738/solver-4262132-1502414738 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262132-1502414738.xml

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

MD5SUM BENCH= 713d39b17b6d51a27147ff336666abea
RANDOM SEED=769252019

node125.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.07
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.07
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.07
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.07
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:        31107488 kB
MemAvailable:   31839240 kB
Buffers:          237652 kB
Cached:           786260 kB
SwapCached:            0 kB
Active:           726864 kB
Inactive:         520284 kB
Active(anon):     223728 kB
Inactive(anon):    24920 kB
Active(file):     503136 kB
Inactive(file):   495364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48540 kB
Writeback:             4 kB
AnonPages:        223516 kB
Mapped:            54656 kB
Shmem:             25284 kB
Slab:             123620 kB
SReclaimable:      98172 kB
SUnreclaim:        25448 kB
KernelStack:        3472 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1167448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62008 MiB
End job on node125 at 2017-08-11 03:52:37