Trace number 4261830

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) 2522.0701 2477.7

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-63.xml
MD5SUMc5b43cb4096baa2a106332b7cfda903c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=2475
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.95 1.63 1.56 2/194 2478
/proc/meminfo: memFree=26659656/32770624 swapFree=0/547336
[pid=2478] ppid=2475 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2478/stat : 2478 (runsolver) D 2475 2478 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 49701705 24240128 108 18446744073709551615 4194304 4338465 140726408924416 140726408922056 140507681927895 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 36970496 140726408929488 140726408929865 140726408929865 140726408933322 0
/proc/2478/statm: 5918 108 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.95 1.63 1.56 2/194 2478
/proc/meminfo: memFree=26659656/32770624 swapFree=0/547336
[pid=2478] ppid=2475 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/2478/stat : 2478 (bash) S 2475 2478 19618 0 -1 4202496 891 6494 0 0 0 0 0 1 20 0 1 0 49701705 9867264 377 18446744073709551615 4194304 5098028 140727102319232 140727102313240 140341285035008 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 27848704 140727102325268 140727102325353 140727102325353 140727102328810 0
/proc/2478/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.95 1.63 1.56 2/194 2478
/proc/meminfo: memFree=26659656/32770624 swapFree=0/547336
[pid=2478] ppid=2475 vsize=13358716 CPUtime=0.09 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 4176 12372 0 0 1 0 5 3 20 0 6 0 49701705 13679325184 3462 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3339679 3462 1867 1 0 3329176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13358716

[startup+0.300266 s]
/proc/loadavg: 1.95 1.63 1.56 2/194 2478
/proc/meminfo: memFree=26659656/32770624 swapFree=0/547336
[pid=2478] ppid=2475 vsize=13974356 CPUtime=0.2 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 6837 12372 0 0 11 1 5 3 20 0 15 0 49701705 14309740544 7497 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3493589 7497 2907 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+0.700244 s]
/proc/loadavg: 1.95 1.63 1.56 2/194 2478
/proc/meminfo: memFree=26659656/32770624 swapFree=0/547336
[pid=2478] ppid=2475 vsize=13974784 CPUtime=0.74 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 14028 12372 0 0 62 4 5 3 20 0 15 0 49701705 14310178816 14991 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3493696 14991 3125 1 0 3482965 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 13974784

[startup+1.50292 s]
/proc/loadavg: 1.95 1.63 1.56 3/209 2541
/proc/meminfo: memFree=26560656/32770624 swapFree=0/547656
[pid=2478] ppid=2475 vsize=13985408 CPUtime=1.98 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 28281 12372 0 0 179 11 5 3 20 0 15 0 49701705 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3496352 43267 3372 1 0 3485525 0
[pid=2478/tid=2528] ppid=2475 vsize=13985408 CPUtime=1.32 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) R 2475 2478 19618 0 -1 1077944384 21335 12372 0 0 116 8 5 3 20 0 15 0 49701724 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139978904632848 139978900416213 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) S 2475 2478 19618 0 -1 1077944384 188 12372 0 0 0 0 5 3 20 0 15 0 49701725 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) S 2475 2478 19618 0 -1 1077944384 39 12372 0 0 1 0 5 3 20 0 15 0 49701725 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139978833787152 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 39 12372 0 0 1 0 5 3 20 0 15 0 49701725 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 52 12372 0 0 1 0 5 3 20 0 15 0 49701725 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 1255 12372 0 0 1 0 5 3 20 0 15 0 49701726 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 55 12372 0 0 0 0 5 3 20 0 15 0 49701726 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 43 12372 0 0 0 0 5 3 20 0 15 0 49701727 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) R 2475 2478 19618 0 -1 4202560 1127 12372 0 0 16 0 5 3 20 0 15 0 49701729 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978885531948 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) R 2475 2478 19618 0 -1 4202560 615 12372 0 0 14 0 5 3 20 0 15 0 49701729 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977811496448 139978883906390 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 1374 12372 0 0 24 0 5 3 20 0 15 0 49701729 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701730 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701732 14321057792 43267 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.95 1.63 1.56 5/209 2541
/proc/meminfo: memFree=26485708/32770624 swapFree=0/547656
[pid=2478] ppid=2475 vsize=13995836 CPUtime=5.75 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 36676 12372 0 0 549 18 5 3 20 0 15 0 49701705 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3498959 71804 3443 1 0 3487573 0
[pid=2478/tid=2528] ppid=2475 vsize=13995836 CPUtime=2.89 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) R 2475 2478 19618 0 -1 4202560 25842 12372 0 0 271 10 5 3 20 0 15 0 49701724 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139978904631160 139978893123159 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) S 2475 2478 19618 0 -1 1077944384 193 12372 0 0 1 1 5 3 20 0 15 0 49701725 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) S 2475 2478 19618 0 -1 1077944384 47 12372 0 0 1 0 5 3 20 0 15 0 49701725 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139978833787152 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 60 12372 0 0 1 0 5 3 20 0 15 0 49701725 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 58 12372 0 0 1 0 5 3 20 0 15 0 49701725 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 1278 12372 0 0 1 0 5 3 20 0 15 0 49701726 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 55 12372 0 0 0 0 5 3 20 0 15 0 49701726 14331736064 71804 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 43 12372 0 0 0 0 5 3 20 0 15 0 49701727 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=13995836 CPUtime=0.96 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) S 2475 2478 19618 0 -1 1077944384 1899 12372 0 0 87 1 5 3 20 0 15 0 49701729 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=13995836 CPUtime=1.08 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) S 2475 2478 19618 0 -1 1077944384 2347 12372 0 0 100 0 5 3 20 0 15 0 49701729 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977811507184 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=13995836 CPUtime=0.88 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 2710 12372 0 0 80 0 5 3 20 0 15 0 49701729 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701730 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701732 14331736064 71870 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 13995836

[startup+6.30073 s]
/proc/loadavg: 2.12 1.67 1.57 5/209 2541
/proc/meminfo: memFree=26140936/32770624 swapFree=0/547652
[pid=2478] ppid=2475 vsize=13999932 CPUtime=13.17 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 53248 12372 0 0 1278 31 5 3 20 0 15 0 49701705 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3499983 138802 3466 1 0 3488597 0
[pid=2478/tid=2528] ppid=2475 vsize=13999932 CPUtime=5.67 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) R 2475 2478 19618 0 -1 4202560 32178 12372 0 0 547 12 5 3 20 0 15 0 49701724 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139978904610480 139978884449637 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=13999932 CPUtime=0.16 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) S 2475 2478 19618 0 -1 1077944384 306 12372 0 0 5 3 5 3 20 0 15 0 49701725 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) S 2475 2478 19618 0 -1 1077944384 302 12372 0 0 7 3 5 3 20 0 15 0 49701725 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139978833787152 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=13999932 CPUtime=0.18 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 401 12372 0 0 8 2 5 3 20 0 15 0 49701725 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=13999932 CPUtime=0.19 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 156 12372 0 0 8 3 5 3 20 0 15 0 49701725 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 1706 12372 0 0 2 0 5 3 20 0 15 0 49701726 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 56 12372 0 0 0 0 5 3 20 0 15 0 49701726 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 47 12372 0 0 0 0 5 3 20 0 15 0 49701727 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=13999932 CPUtime=2.98 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) R 2475 2478 19618 0 -1 4202560 5603 12372 0 0 289 1 5 3 20 0 15 0 49701729 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977812547296 139978884799832 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=13999932 CPUtime=3.01 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) R 2475 2478 19618 0 -1 4202560 5581 12372 0 0 292 1 5 3 20 0 15 0 49701729 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977811486544 139978880242345 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=13999932 CPUtime=1.24 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 3972 12372 0 0 115 1 5 3 20 0 15 0 49701729 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701730 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 784 12372 0 0 0 0 5 3 20 0 15 0 49701732 14335930368 138802 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 2.11 1.67 1.58 3/209 2541
/proc/meminfo: memFree=25268952/32770624 swapFree=0/547652
[pid=2478] ppid=2475 vsize=14069564 CPUtime=26.13 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 88697 12372 0 0 2535 70 5 3 20 0 15 0 49701705 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3517391 380785 3476 1 0 3506005 0
[pid=2478/tid=2528] ppid=2475 vsize=14069564 CPUtime=11.75 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) R 2475 2478 19618 0 -1 4202560 48904 12372 0 0 1141 26 5 3 20 0 15 0 49701724 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139978904633200 139978519798888 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) S 2475 2478 19618 0 -1 1077944384 988 12372 0 0 25 8 5 3 20 0 15 0 49701725 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=14069564 CPUtime=0.46 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) S 2475 2478 19618 0 -1 1077944384 772 12372 0 0 29 9 5 3 20 0 15 0 49701725 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139978833787152 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=14069564 CPUtime=0.41 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 954 12372 0 0 26 7 5 3 20 0 15 0 49701725 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=14069564 CPUtime=0.45 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 403 12372 0 0 29 8 5 3 20 0 15 0 49701725 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 3458 12372 0 0 5 1 5 3 20 0 15 0 49701726 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 65 12372 0 0 0 0 5 3 20 0 15 0 49701726 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 57 12372 0 0 0 0 5 3 20 0 15 0 49701727 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14407233536 380785 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0

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

/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 28905 12372 0 0 878 48 5 3 20 0 15 0 49701725 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=14069564 CPUtime=9.36 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 30952 12372 0 0 878 50 5 3 20 0 15 0 49701725 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=14069564 CPUtime=0.89 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 33714 12372 0 0 68 13 5 3 20 0 15 0 49701726 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 65 12372 0 0 0 0 5 3 20 0 15 0 49701726 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 57 12372 0 0 0 0 5 3 20 0 15 0 49701727 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=14069564 CPUtime=6.29 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) S 2475 2478 19618 0 -1 1077944384 18804 12372 0 0 617 4 5 3 20 0 15 0 49701729 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=14069564 CPUtime=6.19 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) S 2475 2478 19618 0 -1 1077944384 24158 12372 0 0 606 5 5 3 20 0 15 0 49701729 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977811507184 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 16374 12372 0 0 173 4 5 3 20 0 15 0 49701729 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701730 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=14069564 CPUtime=1.61 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3412 12372 0 0 74 79 5 3 20 0 15 0 49701732 14407233536 1010095 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 2484.95
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.1 s]
/proc/loadavg: 2.07 1.88 1.68 3/209 2832
/proc/meminfo: memFree=16527140/32770624 swapFree=0/548020
[pid=2478] ppid=2475 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 517366 12372 0 0 251611 387 5 3 20 0 15 0 49701705 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3517391 986114 3480 1 0 3506005 0
[pid=2478/tid=2528] ppid=2475 vsize=14069564 CPUtime=2466 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) R 2475 2478 19618 0 -1 4202560 294797 12372 0 0 246492 100 5 3 20 0 15 0 49701724 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139978904640176 139978520035380 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=14069564 CPUtime=9.42 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) S 2475 2478 19618 0 -1 1077944384 34085 12372 0 0 886 48 5 3 20 0 15 0 49701725 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=14069564 CPUtime=9.48 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) S 2475 2478 19618 0 -1 1077944384 29635 12372 0 0 891 49 5 3 20 0 15 0 49701725 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139978833787152 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=14069564 CPUtime=9.44 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) S 2475 2478 19618 0 -1 1077944384 29084 12372 0 0 888 48 5 3 20 0 15 0 49701725 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=14069564 CPUtime=9.46 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) S 2475 2478 19618 0 -1 1077944384 30995 12372 0 0 888 50 5 3 20 0 15 0 49701725 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=14069564 CPUtime=0.9 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 33740 12372 0 0 69 13 5 3 20 0 15 0 49701726 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977816771184 139978900417154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 65 12372 0 0 0 0 5 3 20 0 15 0 49701726 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 57 12372 0 0 0 0 5 3 20 0 15 0 49701727 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701729 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=14069564 CPUtime=6.29 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) S 2475 2478 19618 0 -1 1077944384 18804 12372 0 0 617 4 5 3 20 0 15 0 49701729 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=14069564 CPUtime=6.19 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) S 2475 2478 19618 0 -1 1077944384 24160 12372 0 0 606 5 5 3 20 0 15 0 49701729 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977811507184 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 16374 12372 0 0 173 4 5 3 20 0 15 0 49701729 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 15 0 49701730 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=14069564 CPUtime=1.64 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3414 12372 0 0 75 81 5 3 20 0 15 0 49701732 14407233536 986114 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2477.21 s]
/proc/loadavg: 2.07 1.88 1.68 9/211 2834
/proc/meminfo: memFree=16476720/32770624 swapFree=0/548020
[pid=2478] ppid=2475 vsize=14202692 CPUtime=2520.39 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 529572 12372 0 0 251643 388 5 3 20 0 17 0 49701705 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3550673 986940 3480 1 0 3539287 0
[pid=2478/tid=2528] ppid=2475 vsize=14202692 CPUtime=2466.01 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) S 2475 2478 19618 0 -1 1077944384 295915 12372 0 0 246492 101 5 3 20 0 17 0 49701724 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139978904643792 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=14202692 CPUtime=9.51 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) R 2475 2478 19618 0 -1 4202560 34159 12372 0 0 894 49 5 3 20 0 17 0 49701725 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139978834839952 139978885106640 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=14202692 CPUtime=9.55 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) R 2475 2478 19618 0 -1 4202560 29670 12372 0 0 898 49 5 3 20 0 17 0 49701725 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139978833787352 139978885106487 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=14202692 CPUtime=9.51 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) R 2475 2478 19618 0 -1 4202560 29111 12372 0 0 895 48 5 3 20 0 17 0 49701725 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139978832734864 139978885402431 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=14202692 CPUtime=9.54 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) R 2475 2478 19618 0 -1 4202560 31016 12372 0 0 896 50 5 3 20 0 17 0 49701725 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978885395603 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=14202692 CPUtime=0.93 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 44060 12372 0 0 71 14 5 3 20 0 17 0 49701726 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977816769808 139978900416213 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 65 12372 0 0 0 0 5 3 20 0 17 0 49701726 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977815717216 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 57 12372 0 0 0 0 5 3 20 0 17 0 49701727 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 251 12372 0 0 0 0 5 3 20 0 17 0 49701729 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=14202692 CPUtime=6.29 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) S 2475 2478 19618 0 -1 1077944384 18804 12372 0 0 617 4 5 3 20 0 17 0 49701729 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=14202692 CPUtime=6.19 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) S 2475 2478 19618 0 -1 1077944384 24160 12372 0 0 606 5 5 3 20 0 17 0 49701729 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977811507184 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 16374 12372 0 0 173 4 5 3 20 0 17 0 49701729 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 49701730 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=14202692 CPUtime=1.64 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3414 12372 0 0 75 81 5 3 20 0 17 0 49701732 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2833] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2833/stat : 2833 (java) S 2475 2478 19618 0 -1 1077944384 333 12372 0 0 0 0 5 3 20 0 17 0 49949416 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977777037808 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2834] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2834/stat : 2834 (java) S 2475 2478 19618 0 -1 1077944384 29 12372 0 0 0 0 5 3 20 0 17 0 49949416 14543556608 986940 18446744073709551615 4194304 4196468 140723896446096 139977775986240 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 2520.39
Current children cumulated vsize (KiB) 14202692

[startup+2477.6 s]
/proc/loadavg: 2.07 1.88 1.68 9/211 2834
/proc/meminfo: memFree=16476720/32770624 swapFree=0/548020
[pid=2478] ppid=2475 vsize=14202692 CPUtime=2521.79 cores=1,3,5,7
/proc/2478/stat : 2478 (java) S 2475 2478 19618 0 -1 1077944320 529787 12372 0 0 251783 388 5 3 20 0 17 0 49701705 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 140723896428640 139978900406007 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
/proc/2478/statm: 3550673 981170 3480 1 0 3539287 0
[pid=2478/tid=2528] ppid=2475 vsize=14202692 CPUtime=2466.02 cores=1,3,5,7
/proc/2478/task/2528/stat : 2528 (java) S 2475 2478 19618 0 -1 1077944384 295915 12372 0 0 246493 101 5 3 20 0 17 0 49701724 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139978904643792 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2529] ppid=2475 vsize=14202692 CPUtime=9.85 cores=1,3,5,7
/proc/2478/task/2529/stat : 2529 (java) R 2475 2478 19618 0 -1 4202560 34173 12372 0 0 928 49 5 3 20 0 17 0 49701725 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139978834839840 139978882002448 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2530] ppid=2475 vsize=14202692 CPUtime=9.89 cores=1,3,5,7
/proc/2478/task/2530/stat : 2530 (java) R 2475 2478 19618 0 -1 4202560 29677 12372 0 0 932 49 5 3 20 0 17 0 49701725 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139978833787352 139978882002465 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2531] ppid=2475 vsize=14202692 CPUtime=9.85 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) R 2475 2478 19618 0 -1 4202560 29124 12372 0 0 929 48 5 3 20 0 17 0 49701725 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139978832735064 139978885103782 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2532] ppid=2475 vsize=14202692 CPUtime=9.87 cores=1,3,5,7
/proc/2478/task/2532/stat : 2532 (java) R 2475 2478 19618 0 -1 4202560 31028 12372 0 0 929 50 5 3 20 0 17 0 49701725 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139978831682064 139978882002001 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2533] ppid=2475 vsize=14202692 CPUtime=0.98 cores=1,3,5,7
/proc/2478/task/2533/stat : 2533 (java) S 2475 2478 19618 0 -1 1077944384 44224 12372 0 0 76 14 5 3 20 0 17 0 49701726 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977816769584 139978900416213 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2534] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2534/stat : 2534 (java) S 2475 2478 19618 0 -1 1077944384 66 12372 0 0 0 0 5 3 20 0 17 0 49701726 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977815717120 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2535] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2535/stat : 2535 (java) S 2475 2478 19618 0 -1 1077944384 57 12372 0 0 0 0 5 3 20 0 17 0 49701727 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977814664832 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2536] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2536/stat : 2536 (java) S 2475 2478 19618 0 -1 1077944384 251 12372 0 0 0 0 5 3 20 0 17 0 49701729 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977813613136 139978900424603 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2537] ppid=2475 vsize=14202692 CPUtime=6.29 cores=1,3,5,7
/proc/2478/task/2537/stat : 2537 (java) S 2475 2478 19618 0 -1 1077944384 18804 12372 0 0 617 4 5 3 20 0 17 0 49701729 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977812559984 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2538] ppid=2475 vsize=14202692 CPUtime=6.19 cores=1,3,5,7
/proc/2478/task/2538/stat : 2538 (java) S 2475 2478 19618 0 -1 1077944384 24160 12372 0 0 606 5 5 3 20 0 17 0 49701729 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977811507184 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2539] ppid=2475 vsize=14202692 CPUtime=1.85 cores=1,3,5,7
/proc/2478/task/2539/stat : 2539 (java) S 2475 2478 19618 0 -1 1077944384 16374 12372 0 0 173 4 5 3 20 0 17 0 49701729 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977810454896 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2540] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2540/stat : 2540 (java) S 2475 2478 19618 0 -1 1077944384 3 12372 0 0 0 0 5 3 20 0 17 0 49701730 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977809402336 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2541] ppid=2475 vsize=14202692 CPUtime=1.64 cores=1,3,5,7
/proc/2478/task/2541/stat : 2541 (java) S 2475 2478 19618 0 -1 1077944384 3414 12372 0 0 75 81 5 3 20 0 17 0 49701732 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977808350128 139978900417154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2833] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2833/stat : 2833 (java) S 2475 2478 19618 0 -1 1077944384 333 12372 0 0 0 0 5 3 20 0 17 0 49949416 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977777037808 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
[pid=2478/tid=2834] ppid=2475 vsize=14202692 CPUtime=0.08 cores=1,3,5,7
/proc/2478/task/2834/stat : 2834 (java) S 2475 2478 19618 0 -1 1077944384 33 12372 0 0 0 0 5 3 20 0 17 0 49949416 14543556608 981170 18446744073709551615 4194304 4196468 140723896446096 139977775986240 139978900416213 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7294976 140723896448976 140723896451761 140723896451761 140723896455119 0
Current children cumulated CPU time (s) 2521.79
Current children cumulated vsize (KiB) 14202692

[startup+2477.7 s]
/proc/loadavg: 2.07 1.88 1.68 9/211 2834
/proc/meminfo: memFree=16476720/32770624 swapFree=0/548020
[pid=2478] ppid=2475 vsize=0 CPUtime=2522.05 cores=1,3,5,7
/proc/2478/stat : 2478 (java) Z 2475 2478 19618 0 -1 4228108 530025 12372 0 0 251806 391 5 3 20 0 2 0 49701705 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 0 0 0 0 0 0 0 0
/proc/2478/statm: 0 0 0 0 0 0 0
[pid=2478/tid=2531] ppid=2475 vsize=0 CPUtime=9.92 cores=1,3,5,7
/proc/2478/task/2531/stat : 2531 (java) R 2475 2478 19618 0 -1 4203588 29124 12372 0 0 934 50 5 3 20 0 2 0 49701725 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2522.05
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2477.7
CPU time (s): 2522.07
CPU user time (s): 2518.12
CPU system time (s): 3.94663
CPU usage (%): 101.79
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.12
system time used= 3.94663
maximum resident set size= 4474136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542397
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73034
involuntary context switches= 2420

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.75 second user time and 15.8716 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 19:57:15
IDJOB=4261830
IDBENCH=137753
IDSOLVER=2650
FILE ID=node127/4261830-1502475082
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-63.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261830-1502475082/watcher-4261830-1502475082 -o /tmp/evaluation-result-4261830-1502475082/solver-4261830-1502475082 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4261830-1502475082.xml

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

MD5SUM BENCH= c5b43cb4096baa2a106332b7cfda903c
RANDOM SEED=634022134

node127.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.92
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.92
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.92
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.92
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:        26660288 kB
MemAvailable:   27473872 kB
Buffers:          259960 kB
Cached:           843968 kB
SwapCached:            0 kB
Active:          5109072 kB
Inactive:         572244 kB
Active(anon):    4578116 kB
Inactive(anon):    24908 kB
Active(file):     530956 kB
Inactive(file):   547336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24940 kB
Writeback:             0 kB
AnonPages:       4577884 kB
Mapped:            55356 kB
Shmem:             25252 kB
Slab:             127644 kB
SReclaimable:     102256 kB
SUnreclaim:        25388 kB
KernelStack:        3392 kB
PageTables:        13740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5179820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4347904 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= 61980 MiB
End job on node127 at 2017-08-11 20:38:33