Trace number 4261823

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.3101 2483.1101

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
MD5SUM7c2bd2aca8e68eed10397cff07eceed9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size87
Distribution of domain sizes[{"size":49,"count":1},{"size":87,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=17239
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.73 1.72 1.69 3/198 17242
/proc/meminfo: memFree=26681892/32770624 swapFree=0/574708
[pid=17242] ppid=17239 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17242/stat : 17242 (runsolver) D 17239 17242 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 94485325 24240128 106 18446744073709551615 4194304 4338465 140724205050832 140724205048472 140330137371351 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 34226176 140724205056209 140724205056585 140724205056585 140724205060042 0
/proc/17242/statm: 5918 106 53 36 0 2156 0

[startup+0.101582 s]
/proc/loadavg: 1.73 1.72 1.69 3/198 17242
/proc/meminfo: memFree=26681892/32770624 swapFree=0/574708
[pid=17242] ppid=17239 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17242/stat : 17242 (bash) S 17239 17242 1460 0 -1 4202496 651 0 0 0 0 0 0 0 20 0 1 0 94485325 9736192 352 18446744073709551615 4194304 5098028 140734745147776 140734745145416 140148546538496 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 28725248 140734745149972 140734745150057 140734745150057 140734745153514 0
/proc/17242/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200307 s]
/proc/loadavg: 1.73 1.72 1.69 3/198 17242
/proc/meminfo: memFree=26681892/32770624 swapFree=0/574708
[pid=17242] ppid=17239 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17242/stat : 17242 (bash) S 17239 17242 1460 0 -1 4202496 896 6490 0 0 0 0 0 1 20 0 1 0 94485325 9867264 377 18446744073709551615 4194304 5098028 140734745147776 140734745141784 140148546538496 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 28725248 140734745149972 140734745150057 140734745150057 140734745153514 0
/proc/17242/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300362 s]
/proc/loadavg: 1.73 1.72 1.69 3/198 17242
/proc/meminfo: memFree=26681892/32770624 swapFree=0/574708
[pid=17242] ppid=17239 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 5825 12652 0 0 5 1 5 3 20 0 14 0 94485325 14241083392 5501 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3476827 5501 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700464 s]
/proc/loadavg: 1.73 1.72 1.69 3/198 17242
/proc/meminfo: memFree=26681892/32770624 swapFree=0/574708
[pid=17242] ppid=17239 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 13903 12652 0 0 57 3 5 3 20 0 15 0 94485325 14310178816 14359 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3493696 14359 3115 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50361 s]
/proc/loadavg: 1.68 1.71 1.68 4/213 17305
/proc/meminfo: memFree=26586316/32770624 swapFree=0/574744
[pid=17242] ppid=17239 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 28252 12652 0 0 172 8 5 3 20 0 15 0 94485325 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3496352 38171 3345 1 0 3485525 0
[pid=17242/tid=17292] ppid=17239 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) S 17239 17242 1460 0 -1 1077944384 22616 12652 0 0 116 5 5 3 20 0 15 0 94485347 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522725472704 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) R 17239 17242 1460 0 -1 4202560 188 12652 0 0 0 0 5 3 20 0 15 0 94485348 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522705948697 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) R 17239 17242 1460 0 -1 1077944384 43 12652 0 0 0 0 5 3 20 0 15 0 94485348 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) R 17239 17242 1460 0 -1 4202560 41 12652 0 0 0 0 5 3 20 0 15 0 94485348 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522705948697 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) R 17239 17242 1460 0 -1 4202560 36 12652 0 0 0 0 5 3 20 0 15 0 94485348 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522705948697 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 58 12652 0 0 0 0 5 3 20 0 15 0 94485349 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522064683456 140522721261269 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 33 12652 0 0 0 0 5 3 20 0 15 0 94485350 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522063631136 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 21 12652 0 0 0 0 5 3 20 0 15 0 94485350 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522062578800 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) S 17239 17242 1460 0 -1 1077944384 974 12652 0 0 17 0 5 3 20 0 15 0 94485353 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522060474992 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) S 17239 17242 1460 0 -1 1077944384 748 12652 0 0 12 0 5 3 20 0 15 0 94485353 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 1325 12652 0 0 23 0 5 3 20 0 15 0 94485353 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522058365776 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 10 12652 0 0 0 0 5 3 20 0 15 0 94485357 14321057792 38171 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10468 s]
/proc/loadavg: 1.68 1.71 1.68 4/213 17305
/proc/meminfo: memFree=26511556/32770624 swapFree=0/574744
[pid=17242] ppid=17239 vsize=13997884 CPUtime=5.8 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 49270 12652 0 0 557 15 5 3 20 0 15 0 94485325 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3499471 73923 3458 1 0 3488085 0
[pid=17242/tid=17292] ppid=17239 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) R 17239 17242 1460 0 -1 4202560 34620 12652 0 0 269 9 5 3 20 0 15 0 94485347 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522725478272 140522360856402 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 213 12652 0 0 1 0 5 3 20 0 15 0 94485348 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 113 12652 0 0 1 0 5 3 20 0 15 0 94485348 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 59 12652 0 0 1 0 5 3 20 0 15 0 94485348 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 70 12652 0 0 1 0 5 3 20 0 15 0 94485348 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 1765 12652 0 0 1 0 5 3 20 0 15 0 94485349 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522064685168 140522721262210 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 15 0 94485350 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 15 0 94485350 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) R 17239 17242 1460 0 -1 4202560 5244 12652 0 0 109 1 5 3 20 0 15 0 94485353 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522060461040 140522706366156 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=13997884 CPUtime=0.9 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) R 17239 17242 1460 0 -1 4202560 1744 12652 0 0 81 1 5 3 20 0 15 0 94485353 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522702774347 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=13997884 CPUtime=0.95 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 3172 12652 0 0 86 1 5 3 20 0 15 0 94485353 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 12 12652 0 0 0 0 5 3 20 0 15 0 94485357 14333833216 73923 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 5.8
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.68 1.71 1.68 4/213 17305
/proc/meminfo: memFree=26209244/32770624 swapFree=0/574744
[pid=17242] ppid=17239 vsize=14069564 CPUtime=14.69 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 66346 12652 0 0 1430 31 5 3 20 0 15 0 94485325 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3517391 148185 3477 1 0 3506005 0
[pid=17242/tid=17292] ppid=17239 vsize=14069564 CPUtime=5.92 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) R 17239 17242 1460 0 -1 4202560 40644 12652 0 0 570 14 5 3 20 0 15 0 94485347 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522725482112 140522369657088 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 299 12652 0 0 10 2 5 3 20 0 15 0 94485348 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 177 12652 0 0 8 2 5 3 20 0 15 0 94485348 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 128 12652 0 0 7 2 5 3 20 0 15 0 94485348 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 142 12652 0 0 9 2 5 3 20 0 15 0 94485348 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 2537 12652 0 0 4 0 5 3 20 0 15 0 94485349 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522064685168 140522721262210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=14069564 CPUtime=3.43 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) R 17239 17242 1460 0 -1 4202560 10377 12652 0 0 333 2 5 3 20 0 15 0 94485353 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522060460432 140522700476059 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=14069564 CPUtime=3.34 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) R 17239 17242 1460 0 -1 4202560 5172 12652 0 0 324 2 5 3 20 0 15 0 94485353 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522059408624 140522704747851 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=14069564 CPUtime=1.7 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 4599 12652 0 0 160 2 5 3 20 0 15 0 94485353 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 13 12652 0 0 0 0 5 3 20 0 15 0 94485357 14407233536 148185 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 14.69
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.95 1.77 1.70 3/213 17305
/proc/meminfo: memFree=25476616/32770624 swapFree=0/574740
[pid=17242] ppid=17239 vsize=14069564 CPUtime=25.33 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 70386 12652 0 0 2472 53 5 3 20 0 15 0 94485325 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3517391 346970 3479 1 0 3506005 0
[pid=17242/tid=17292] ppid=17239 vsize=14069564 CPUtime=12.23 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) R 17239 17242 1460 0 -1 4202560 42557 12652 0 0 1191 24 5 3 20 0 15 0 94485347 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522725482824 140522354451590 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14069564 CPUtime=0.28 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 341 12652 0 0 15 5 5 3 20 0 15 0 94485348 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 224 12652 0 0 14 5 5 3 20 0 15 0 94485348 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 182 12652 0 0 12 5 5 3 20 0 15 0 94485348 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14069564 CPUtime=0.27 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 206 12652 0 0 14 5 5 3 20 0 15 0 94485348 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 2889 12652 0 0 5 0 5 3 20 0 15 0 94485349 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522064685168 140522721262210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 346970 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0

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

[pid=17242] ppid=17239 vsize=14069564 CPUtime=2479.27 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 485915 12652 0 0 247483 436 5 3 20 0 15 0 94485325 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3517391 1052337 3484 1 0 3506005 0
[pid=17242/tid=17292] ppid=17239 vsize=14069564 CPUtime=2433.43 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) R 17239 17242 1460 0 -1 4202560 269739 12652 0 0 243203 132 5 3 20 0 15 0 94485347 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522725482192 140522370099456 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14069564 CPUtime=7.4 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 23367 12652 0 0 677 55 5 3 20 0 15 0 94485348 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14069564 CPUtime=7.39 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 24903 12652 0 0 677 54 5 3 20 0 15 0 94485348 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14069564 CPUtime=7.36 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 29279 12652 0 0 673 55 5 3 20 0 15 0 94485348 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14069564 CPUtime=7.39 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 27679 12652 0 0 677 54 5 3 20 0 15 0 94485348 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14069564 CPUtime=1.07 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 45524 12652 0 0 79 20 5 3 20 0 15 0 94485349 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522064685168 140522721262210 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=14069564 CPUtime=5.99 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) S 17239 17242 1460 0 -1 1077944384 25372 12652 0 0 588 3 5 3 20 0 15 0 94485353 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522060474992 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=14069564 CPUtime=6.32 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) S 17239 17242 1460 0 -1 1077944384 19944 12652 0 0 620 4 5 3 20 0 15 0 94485353 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=14069564 CPUtime=1.97 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 16565 12652 0 0 185 4 5 3 20 0 15 0 94485353 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=14069564 CPUtime=1.57 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 1285 12652 0 0 71 78 5 3 20 0 15 0 94485357 14407233536 1052337 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 2479.27
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.7 s]
/proc/loadavg: 1.77 1.63 1.61 3/215 17626
/proc/meminfo: memFree=21302728/32770624 swapFree=0/575296
[pid=17242] ppid=17239 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 489322 12652 0 0 251562 438 5 3 20 0 15 0 94485325 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3517391 1024639 3484 1 0 3506005 0
[pid=17242/tid=17292] ppid=17239 vsize=14069564 CPUtime=2473.69 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) R 17239 17242 1460 0 -1 4202560 272944 12652 0 0 247229 132 5 3 20 0 15 0 94485347 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522725485376 140522370904803 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14069564 CPUtime=7.53 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 23417 12652 0 0 690 55 5 3 20 0 15 0 94485348 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14069564 CPUtime=7.52 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 24939 12652 0 0 690 54 5 3 20 0 15 0 94485348 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14069564 CPUtime=7.49 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 29329 12652 0 0 686 55 5 3 20 0 15 0 94485348 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14069564 CPUtime=7.52 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 27721 12652 0 0 690 54 5 3 20 0 15 0 94485348 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14069564 CPUtime=1.08 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 45537 12652 0 0 80 20 5 3 20 0 15 0 94485349 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522064685168 140522721262210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 15 0 94485350 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=14069564 CPUtime=5.99 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) S 17239 17242 1460 0 -1 1077944384 25374 12652 0 0 588 3 5 3 20 0 15 0 94485353 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522060474992 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=14069564 CPUtime=6.32 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) S 17239 17242 1460 0 -1 1077944384 19947 12652 0 0 620 4 5 3 20 0 15 0 94485353 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=14069564 CPUtime=1.97 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 16567 12652 0 0 185 4 5 3 20 0 15 0 94485353 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 15 0 94485353 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=14069564 CPUtime=1.58 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 1289 12652 0 0 71 79 5 3 20 0 15 0 94485357 14407233536 1024639 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2482.81 s]
/proc/loadavg: 1.77 1.63 1.61 3/215 17626
/proc/meminfo: memFree=21302728/32770624 swapFree=0/575296
[pid=17242] ppid=17239 vsize=14202692 CPUtime=2520.41 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 502365 12652 0 0 251593 440 5 3 20 0 17 0 94485325 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3550673 1021391 3484 1 0 3539287 0
[pid=17242/tid=17292] ppid=17239 vsize=14202692 CPUtime=2473.69 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) S 17239 17242 1460 0 -1 1077944384 274048 12652 0 0 247229 132 5 3 20 0 17 0 94485347 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522725488720 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14202692 CPUtime=7.6 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) R 17239 17242 1460 0 -1 4202560 23618 12652 0 0 697 55 5 3 20 0 17 0 94485348 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522713879271 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14202692 CPUtime=7.59 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) R 17239 17242 1460 0 -1 4202560 25128 12652 0 0 697 54 5 3 20 0 17 0 94485348 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522713879271 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14202692 CPUtime=7.56 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) R 17239 17242 1460 0 -1 4202560 29500 12652 0 0 693 55 5 3 20 0 17 0 94485348 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522676112648 140522713879271 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14202692 CPUtime=7.59 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) R 17239 17242 1460 0 -1 4202560 27916 12652 0 0 697 54 5 3 20 0 17 0 94485348 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522705951543 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14202692 CPUtime=1.11 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) S 17239 17242 1460 0 -1 1077944384 56104 12652 0 0 82 21 5 3 20 0 17 0 94485349 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522064683792 140522721261269 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 55 12652 0 0 0 0 5 3 20 0 17 0 94485350 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522063631200 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 17 0 94485350 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 254 12652 0 0 0 0 5 3 20 0 17 0 94485353 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=14202692 CPUtime=5.99 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) S 17239 17242 1460 0 -1 1077944384 25374 12652 0 0 588 3 5 3 20 0 17 0 94485353 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522060474992 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=14202692 CPUtime=6.32 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) S 17239 17242 1460 0 -1 1077944384 19947 12652 0 0 620 4 5 3 20 0 17 0 94485353 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=14202692 CPUtime=1.97 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 16567 12652 0 0 185 4 5 3 20 0 17 0 94485353 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 17 0 94485353 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=14202692 CPUtime=1.58 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 1289 12652 0 0 71 79 5 3 20 0 17 0 94485357 14543556608 1021391 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 2520.41
Current children cumulated vsize (KiB) 14202692

[startup+2483 s]
/proc/loadavg: 1.77 1.63 1.61 3/215 17626
/proc/meminfo: memFree=21302728/32770624 swapFree=0/575296
[pid=17242] ppid=17239 vsize=14202692 CPUtime=2521.03 cores=0,2,4,6
/proc/17242/stat : 17242 (java) S 17239 17242 1460 0 -1 1077944320 502901 12652 0 0 251655 440 5 3 20 0 17 0 94485325 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140726773090928 140522721251063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
/proc/17242/statm: 3550673 1010495 3484 1 0 3539287 0
[pid=17242/tid=17292] ppid=17239 vsize=14202692 CPUtime=2473.7 cores=0,2,4,6
/proc/17242/task/17292/stat : 17292 (java) S 17239 17242 1460 0 -1 1077944384 274049 12652 0 0 247230 132 5 3 20 0 17 0 94485347 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522725488720 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17293] ppid=17239 vsize=14202692 CPUtime=7.74 cores=0,2,4,6
/proc/17242/task/17293/stat : 17293 (java) S 17239 17242 1460 0 -1 1077944384 23618 12652 0 0 711 55 5 3 20 0 17 0 94485348 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522678217616 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17294] ppid=17239 vsize=14202692 CPUtime=7.73 cores=0,2,4,6
/proc/17242/task/17294/stat : 17294 (java) S 17239 17242 1460 0 -1 1077944384 25132 12652 0 0 711 54 5 3 20 0 17 0 94485348 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522677164816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17295] ppid=17239 vsize=14202692 CPUtime=7.7 cores=0,2,4,6
/proc/17242/task/17295/stat : 17295 (java) S 17239 17242 1460 0 -1 1077944384 29510 12652 0 0 707 55 5 3 20 0 17 0 94485348 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522676112528 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17296] ppid=17239 vsize=14202692 CPUtime=7.73 cores=0,2,4,6
/proc/17242/task/17296/stat : 17296 (java) S 17239 17242 1460 0 -1 1077944384 27917 12652 0 0 711 54 5 3 20 0 17 0 94485348 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522675059728 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17297] ppid=17239 vsize=14202692 CPUtime=1.15 cores=0,2,4,6
/proc/17242/task/17297/stat : 17297 (java) R 17239 17242 1460 0 -1 4202560 56622 12652 0 0 86 21 5 3 20 0 17 0 94485349 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522064683568 140522705607434 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17298] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17298/stat : 17298 (java) S 17239 17242 1460 0 -1 1077944384 56 12652 0 0 0 0 5 3 20 0 17 0 94485350 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522063630704 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17299] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17299/stat : 17299 (java) S 17239 17242 1460 0 -1 1077944384 44 12652 0 0 0 0 5 3 20 0 17 0 94485350 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522062578816 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17300] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17300/stat : 17300 (java) S 17239 17242 1460 0 -1 1077944384 254 12652 0 0 0 0 5 3 20 0 17 0 94485353 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522061527120 140522721269659 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17301] ppid=17239 vsize=14202692 CPUtime=5.99 cores=0,2,4,6
/proc/17242/task/17301/stat : 17301 (java) S 17239 17242 1460 0 -1 1077944384 25374 12652 0 0 588 3 5 3 20 0 17 0 94485353 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522060474992 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17302] ppid=17239 vsize=14202692 CPUtime=6.32 cores=0,2,4,6
/proc/17242/task/17302/stat : 17302 (java) S 17239 17242 1460 0 -1 1077944384 19947 12652 0 0 620 4 5 3 20 0 17 0 94485353 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522059422192 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17303] ppid=17239 vsize=14202692 CPUtime=1.97 cores=0,2,4,6
/proc/17242/task/17303/stat : 17303 (java) S 17239 17242 1460 0 -1 1077944384 16567 12652 0 0 185 4 5 3 20 0 17 0 94485353 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522058369904 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17304] ppid=17239 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17242/task/17304/stat : 17304 (java) S 17239 17242 1460 0 -1 1077944384 3 12652 0 0 0 0 5 3 20 0 17 0 94485353 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522057317344 140522721261269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
[pid=17242/tid=17305] ppid=17239 vsize=14202692 CPUtime=1.58 cores=0,2,4,6
/proc/17242/task/17305/stat : 17305 (java) S 17239 17242 1460 0 -1 1077944384 1289 12652 0 0 71 79 5 3 20 0 17 0 94485357 14543556608 1010495 18446744073709551615 4194304 4196468 140726773108384 140522056264112 140522721262210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22265856 140726773114832 140726773117617 140726773117617 140726773120975 0
Current children cumulated CPU time (s) 2521.03
Current children cumulated vsize (KiB) 14202692

[startup+2483.1 s]
/proc/loadavg: 1.77 1.63 1.61 3/215 17626
/proc/meminfo: memFree=21302728/32770624 swapFree=0/575296
[pid=17242] ppid=17239 vsize=0 CPUtime=2521.28 cores=0,2,4,6
/proc/17242/stat : 17242 (java) Z 17239 17242 1460 0 -1 4228108 503163 12652 0 0 251679 441 5 3 20 0 2 0 94485325 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/17242/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2521.28
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2483.11
CPU time (s): 2521.31
CPU user time (s): 2516.85
CPU system time (s): 4.46145
CPU usage (%): 101.538
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.85
system time used= 4.46145
maximum resident set size= 4337048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77315
involuntary context switches= 2789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5167 second user time and 14.1129 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 18:29:14
IDJOB=4261823
IDBENCH=136072
IDSOLVER=2650
FILE ID=node134/4261823-1502469790
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261823-1502469790/watcher-4261823-1502469790 -o /tmp/evaluation-result-4261823-1502469790/solver-4261823-1502469790 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4261823-1502469790.xml

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

MD5SUM BENCH= 7c2bd2aca8e68eed10397cff07eceed9
RANDOM SEED=974323288

node134.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.43
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.43
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.43
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.43
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:        26681948 kB
MemAvailable:   27676312 kB
Buffers:          291696 kB
Cached:           995648 kB
SwapCached:            0 kB
Active:          5040092 kB
Inactive:         605924 kB
Active(anon):    4360824 kB
Inactive(anon):    31216 kB
Active(file):     679268 kB
Inactive(file):   574708 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24336 kB
Writeback:             4 kB
AnonPages:       4358336 kB
Mapped:            64608 kB
Shmem:             33468 kB
Slab:             139032 kB
SReclaimable:     112448 kB
SUnreclaim:        26584 kB
KernelStack:        3488 kB
PageTables:        14204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5018136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 19:10:38