Trace number 4261824

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.3 2485.1001

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
MD5SUMf538aabc6a41aa561e8cda6eca1a34a0
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 size88
Distribution of domain sizes[{"size":49,"count":1},{"size":88,"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.37/2.23	c Concrete v3.4 running
2521.09/2485.06	java.util.concurrent.TimeoutException
2521.09/2485.06		at concrete.MAC.mac(MAC.scala:74)
2521.09/2485.06		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2521.09/2485.06		at scala.util.Try$.apply(Try.scala:209)
2521.09/2485.06		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2521.09/2485.06		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2521.09/2485.06		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2521.09/2485.06		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2521.09/2485.06		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2521.09/2485.06		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2521.09/2485.07		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2521.09/2485.07		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2521.09/2485.07		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2521.09/2485.07		at concrete.MAC.oneRun(MAC.scala:146)
2521.09/2485.07		at concrete.MAC.nextSolution(MAC.scala:166)
2521.09/2485.07		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2521.09/2485.07		at concrete.ProblemState.map(ProblemState.scala:203)
2521.09/2485.07		at concrete.ProblemState.map(ProblemState.scala:188)
2521.09/2485.07		at concrete.MAC.nextSolution(MAC.scala:195)
2521.09/2485.07		at concrete.Solver.hasNext(Solver.scala:202)
2521.09/2485.07		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2521.09/2485.07		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2521.09/2485.07		at concrete.Solver.toStream(Solver.scala:73)
2521.09/2485.07		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2521.09/2485.07		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2521.09/2485.07		at concrete.Solver.toIterable(Solver.scala:73)
2521.09/2485.07		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2521.09/2485.07		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2521.09/2485.07		at scala.util.Success.map(Try.scala:209)
2521.09/2485.07		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2521.09/2485.07		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2521.09/2485.07		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2521.09/2485.07		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2521.09/2485.07		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2521.09/2485.07		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2521.09/2485.07		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2521.09/2485.07		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2521.09/2485.07		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2521.09/2485.07		at scala.collection.immutable.List.foreach(List.scala:389)
2521.09/2485.07		at scala.App.main(App.scala:76)
2521.09/2485.07		at scala.App.main$(App.scala:74)
2521.09/2485.07		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2521.09/2485.07		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2521.09/2485.07	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-4261824-1502469832/watcher-4261824-1502469832 -o /tmp/evaluation-result-4261824-1502469832/solver-4261824-1502469832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4261824-1502469832.xml 

pid=1475
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.52 1.60 1.66 3/194 1478
/proc/meminfo: memFree=23532884/32770624 swapFree=0/546872
[pid=1478] ppid=1475 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1478/stat : 1478 (runsolver) D 1475 1478 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49176681 24240128 106 18446744073709551615 4194304 4338465 140720761588464 140720761586104 140334913950423 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 17956864 140720761594064 140720761594441 140720761594441 140720761597898 0
/proc/1478/statm: 5918 106 53 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.52 1.60 1.66 3/194 1478
/proc/meminfo: memFree=23532884/32770624 swapFree=0/546872
[pid=1478] ppid=1475 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1478/stat : 1478 (runsolver) D 1475 1478 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49176681 24240128 106 18446744073709551615 4194304 4338465 140720761588464 140720761586104 140334913950423 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 17956864 140720761594064 140720761594441 140720761594441 140720761597898 0
/proc/1478/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200362 s]
/proc/loadavg: 1.52 1.60 1.66 3/194 1478
/proc/meminfo: memFree=23532884/32770624 swapFree=0/546872
[pid=1478] ppid=1475 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1478/stat : 1478 (bash) S 1475 1478 19618 0 -1 4202496 889 6488 0 0 0 0 0 1 20 0 1 0 49176681 9867264 376 18446744073709551615 4194304 5098028 140734292388592 140734292382600 140399422479360 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 10 0 0 7196144 7232144 14811136 140734292394516 140734292394601 140734292394601 140734292398058 0
/proc/1478/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.302108 s]
/proc/loadavg: 1.52 1.60 1.66 3/194 1478
/proc/meminfo: memFree=23532884/32770624 swapFree=0/546872
[pid=1478] ppid=1475 vsize=13574488 CPUtime=0.13 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 5128 12850 0 0 4 1 5 3 20 0 9 0 49176681 13900275712 4891 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3393622 4891 2146 1 0 3383119 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13574488

[startup+0.700255 s]
/proc/loadavg: 1.52 1.60 1.66 3/194 1478
/proc/meminfo: memFree=23532884/32770624 swapFree=0/546872
[pid=1478] ppid=1475 vsize=13974784 CPUtime=0.62 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 13647 12850 0 0 50 4 5 3 20 0 15 0 49176681 14310178816 13993 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3493696 13993 3057 1 0 3482965 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.52 1.60 1.66 3/209 1541
/proc/meminfo: memFree=23443644/32770624 swapFree=0/546796
[pid=1478] ppid=1475 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 27579 12850 0 0 166 7 5 3 20 0 15 0 49176681 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3496352 33860 3343 1 0 3485525 0
[pid=1478/tid=1528] ppid=1475 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 22274 12850 0 0 115 5 5 3 20 0 15 0 49176706 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140091294662832 140091274511710 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 2 12850 0 0 0 0 5 3 20 0 15 0 49176707 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 2 12850 0 0 0 0 5 3 20 0 15 0 49176707 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 1 12850 0 0 0 0 5 3 20 0 15 0 49176707 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 1 12850 0 0 0 0 5 3 20 0 15 0 49176707 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 5 12850 0 0 0 0 5 3 20 0 15 0 49176708 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 33 12850 0 0 0 0 5 3 20 0 15 0 49176709 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090835031328 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 21 12850 0 0 0 0 5 3 20 0 15 0 49176709 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090833978992 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) R 1475 1478 19618 0 -1 1077944384 1142 12850 0 0 15 0 5 3 20 0 15 0 49176712 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090831874160 140091290442370 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 564 12850 0 0 13 0 5 3 20 0 15 0 49176712 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) R 1475 1478 19618 0 -1 4202560 1369 12850 0 0 21 0 5 3 20 0 15 0 49176712 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290452570 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 10 12850 0 0 0 0 5 3 20 0 15 0 49176715 14321057792 33860 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.64 1.62 1.66 5/209 1541
/proc/meminfo: memFree=23364104/32770624 swapFree=0/546796
[pid=1478] ppid=1475 vsize=13997884 CPUtime=5.76 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 48668 12850 0 0 553 15 5 3 20 0 15 0 49176681 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3499471 73815 3453 1 0 3488085 0
[pid=1478/tid=1528] ppid=1475 vsize=13997884 CPUtime=2.83 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 34001 12850 0 0 267 8 5 3 20 0 15 0 49176706 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140091294660400 140091275512165 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 130 12850 0 0 1 0 5 3 20 0 15 0 49176707 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 97 12850 0 0 1 0 5 3 20 0 15 0 49176707 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 193 12850 0 0 1 0 5 3 20 0 15 0 49176707 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 47 12850 0 0 1 0 5 3 20 0 15 0 49176707 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 1538 12850 0 0 1 0 5 3 20 0 15 0 49176708 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 15 0 49176709 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 15 0 49176709 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=13997884 CPUtime=1.15 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) R 1475 1478 19618 0 -1 4202560 5040 12850 0 0 107 0 5 3 20 0 15 0 49176712 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090831862048 140091271952871 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=13997884 CPUtime=0.91 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 2054 12850 0 0 83 0 5 3 20 0 15 0 49176712 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=13997884 CPUtime=0.93 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 3302 12850 0 0 84 1 5 3 20 0 15 0 49176712 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 12 12850 0 0 0 0 5 3 20 0 15 0 49176715 14333833216 73815 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 13997884

[startup+6.30115 s]
/proc/loadavg: 1.64 1.62 1.66 6/209 1541
/proc/meminfo: memFree=23074992/32770624 swapFree=0/546800
[pid=1478] ppid=1475 vsize=14069564 CPUtime=14.05 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 62438 12850 0 0 1364 33 5 3 20 0 15 0 49176681 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3517391 148020 3477 1 0 3506005 0
[pid=1478/tid=1528] ppid=1475 vsize=14069564 CPUtime=5.72 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 41182 12850 0 0 551 13 5 3 20 0 15 0 49176706 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140091294664864 140090927282226 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 267 12850 0 0 7 2 5 3 20 0 15 0 49176707 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 222 12850 0 0 7 2 5 3 20 0 15 0 49176707 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 287 12850 0 0 7 3 5 3 20 0 15 0 49176707 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 195 12850 0 0 7 3 5 3 20 0 15 0 49176707 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 2518 12850 0 0 4 0 5 3 20 0 15 0 49176708 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=14069564 CPUtime=3.34 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) R 1475 1478 19618 0 -1 4202560 7190 12850 0 0 325 1 5 3 20 0 15 0 49176712 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090831863632 140091271952614 0 4 1 16800974 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=14069564 CPUtime=3.05 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) R 1475 1478 19618 0 -1 4202560 3788 12850 0 0 295 2 5 3 20 0 15 0 49176712 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090830807384 140091271975423 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=14069564 CPUtime=1.66 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 4520 12850 0 0 155 3 5 3 20 0 15 0 49176712 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 15 12850 0 0 0 0 5 3 20 0 15 0 49176715 14407233536 148020 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.84 1.66 1.68 3/209 1542
/proc/meminfo: memFree=22184612/32770624 swapFree=0/546800
[pid=1478] ppid=1475 vsize=14069564 CPUtime=24.36 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 79482 12850 0 0 2375 53 5 3 20 0 15 0 49176681 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3517391 339775 3480 1 0 3506005 0
[pid=1478/tid=1528] ppid=1475 vsize=14069564 CPUtime=12.03 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 44252 12850 0 0 1172 23 5 3 20 0 15 0 49176706 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140091294662112 140090918075307 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 357 12850 0 0 12 4 5 3 20 0 15 0 49176707 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 763 12850 0 0 12 4 5 3 20 0 15 0 49176707 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14069564 CPUtime=0.24 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 1163 12850 0 0 11 5 5 3 20 0 15 0 49176707 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 322 12850 0 0 12 5 5 3 20 0 15 0 49176707 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 3201 12850 0 0 5 0 5 3 20 0 15 0 49176708 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 339775 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0

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

Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.76 1.65 1.64 3/213 1872
/proc/meminfo: memFree=21956236/32770624 swapFree=0/547180
[pid=1478] ppid=1475 vsize=14069564 CPUtime=2477.35 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 461525 12850 0 0 247295 432 5 3 20 0 15 0 49176681 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3517391 1098680 3484 1 0 3506005 0
[pid=1478/tid=1528] ppid=1475 vsize=14069564 CPUtime=2433.01 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 239553 12850 0 0 243163 130 5 3 20 0 15 0 49176706 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140091294665456 140090928423528 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14069564 CPUtime=7.28 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 22683 12850 0 0 666 54 5 3 20 0 15 0 49176707 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14069564 CPUtime=7.28 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 26711 12850 0 0 668 52 5 3 20 0 15 0 49176707 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14069564 CPUtime=7.29 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 25029 12850 0 0 669 52 5 3 20 0 15 0 49176707 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14069564 CPUtime=7.3 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 24337 12850 0 0 668 54 5 3 20 0 15 0 49176707 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14069564 CPUtime=1.08 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 42518 12850 0 0 80 20 5 3 20 0 15 0 49176708 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=14069564 CPUtime=5.5 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) S 1475 1478 19618 0 -1 1077944384 30556 12850 0 0 538 4 5 3 20 0 15 0 49176712 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090831874160 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=14069564 CPUtime=5.68 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 21576 12850 0 0 556 4 5 3 20 0 15 0 49176712 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 22889 12850 0 0 183 5 5 3 20 0 15 0 49176712 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=14069564 CPUtime=1.58 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 3419 12850 0 0 71 79 5 3 20 0 15 0 49176715 14407233536 1098680 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 2477.35
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.7 s]
/proc/loadavg: 1.68 1.65 1.64 3/213 1874
/proc/meminfo: memFree=22035932/32770624 swapFree=0/547188
[pid=1478] ppid=1475 vsize=14069564 CPUtime=2520.08 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 465342 12850 0 0 251567 433 5 3 20 0 15 0 49176681 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3517391 1074797 3484 1 0 3506005 0
[pid=1478/tid=1528] ppid=1475 vsize=14069564 CPUtime=2475.28 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) R 1475 1478 19618 0 -1 4202560 241581 12850 0 0 247390 130 5 3 20 0 15 0 49176706 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140091294663504 140090914798411 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14069564 CPUtime=7.38 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) S 1475 1478 19618 0 -1 1077944384 22871 12850 0 0 676 54 5 3 20 0 15 0 49176707 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14069564 CPUtime=7.39 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) S 1475 1478 19618 0 -1 1077944384 27050 12850 0 0 679 52 5 3 20 0 15 0 49176707 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14069564 CPUtime=7.39 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) S 1475 1478 19618 0 -1 1077944384 25221 12850 0 0 679 52 5 3 20 0 15 0 49176707 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090888690320 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14069564 CPUtime=7.4 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) S 1475 1478 19618 0 -1 1077944384 25131 12850 0 0 678 54 5 3 20 0 15 0 49176707 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14069564 CPUtime=1.1 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 42766 12850 0 0 81 21 5 3 20 0 15 0 49176708 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090836085360 140091290442370 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 15 0 49176709 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=14069564 CPUtime=5.5 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) S 1475 1478 19618 0 -1 1077944384 30556 12850 0 0 538 4 5 3 20 0 15 0 49176712 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090831874160 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=14069564 CPUtime=5.68 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 21576 12850 0 0 556 4 5 3 20 0 15 0 49176712 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=14069564 CPUtime=1.96 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 22890 12850 0 0 183 5 5 3 20 0 15 0 49176712 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 15 0 49176712 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=14069564 CPUtime=1.6 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 3446 12850 0 0 72 80 5 3 20 0 15 0 49176715 14407233536 1074797 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 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 1478 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.81 s]
/proc/loadavg: 1.68 1.65 1.64 3/213 1874
/proc/meminfo: memFree=22035932/32770624 swapFree=0/547188
[pid=1478] ppid=1475 vsize=14202692 CPUtime=2520.4 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 472218 12850 0 0 251598 434 5 3 20 0 17 0 49176681 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3550673 1075914 3484 1 0 3539287 0
[pid=1478/tid=1528] ppid=1475 vsize=14202692 CPUtime=2475.29 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) S 1475 1478 19618 0 -1 1077944384 241951 12850 0 0 247391 130 5 3 20 0 17 0 49176706 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140091294668896 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14202692 CPUtime=7.45 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) R 1475 1478 19618 0 -1 4202560 22941 12850 0 0 683 54 5 3 20 0 17 0 49176707 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091283059431 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14202692 CPUtime=7.46 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) R 1475 1478 19618 0 -1 4202560 27102 12850 0 0 686 52 5 3 20 0 17 0 49176707 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091275131856 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14202692 CPUtime=7.46 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) R 1475 1478 19618 0 -1 4202560 25288 12850 0 0 686 52 5 3 20 0 17 0 49176707 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090888690440 140091283059431 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14202692 CPUtime=7.48 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) R 1475 1478 19618 0 -1 4202560 25180 12850 0 0 686 54 5 3 20 0 17 0 49176707 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090887637328 140091283059431 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14202692 CPUtime=1.12 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 48790 12850 0 0 83 21 5 3 20 0 17 0 49176708 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090836083984 140091290441429 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 55 12850 0 0 0 0 5 3 20 0 17 0 49176709 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090835031392 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 17 0 49176709 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 112 12850 0 0 0 0 5 3 20 0 17 0 49176712 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=14202692 CPUtime=5.5 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) S 1475 1478 19618 0 -1 1077944384 30556 12850 0 0 538 4 5 3 20 0 17 0 49176712 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090831874160 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=14202692 CPUtime=5.68 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 21576 12850 0 0 556 4 5 3 20 0 17 0 49176712 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=14202692 CPUtime=1.96 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 22890 12850 0 0 183 5 5 3 20 0 17 0 49176712 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 17 0 49176712 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=14202692 CPUtime=1.6 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 3446 12850 0 0 72 80 5 3 20 0 17 0 49176715 14543556608 1075914 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2485.01 s]
/proc/loadavg: 1.68 1.65 1.64 6/215 1876
/proc/meminfo: memFree=22056132/32770624 swapFree=0/547188
[pid=1478] ppid=1475 vsize=14202692 CPUtime=2521.09 cores=0,2,4,6
/proc/1478/stat : 1478 (java) S 1475 1478 19618 0 -1 1077944320 472632 12850 0 0 251666 435 5 3 20 0 17 0 49176681 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140728990416496 140091290431223 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 10 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
/proc/1478/statm: 3550673 1068222 3484 1 0 3539287 0
[pid=1478/tid=1528] ppid=1475 vsize=14202692 CPUtime=2475.29 cores=0,2,4,6
/proc/1478/task/1528/stat : 1528 (java) S 1475 1478 19618 0 -1 1077944384 241952 12850 0 0 247391 130 5 3 20 0 17 0 49176706 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140091294668896 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1529] ppid=1475 vsize=14202692 CPUtime=7.61 cores=0,2,4,6
/proc/1478/task/1529/stat : 1529 (java) R 1475 1478 19618 0 -1 4202560 22943 12850 0 0 699 54 5 3 20 0 17 0 49176707 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140091232377232 140091275131939 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1530] ppid=1475 vsize=14202692 CPUtime=7.61 cores=0,2,4,6
/proc/1478/task/1530/stat : 1530 (java) R 1475 1478 19618 0 -1 4202560 27106 12850 0 0 701 52 5 3 20 0 17 0 49176707 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140091231324432 140091275427604 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1531] ppid=1475 vsize=14202692 CPUtime=7.62 cores=0,2,4,6
/proc/1478/task/1531/stat : 1531 (java) R 1475 1478 19618 0 -1 4202560 25288 12850 0 0 702 52 5 3 20 0 17 0 49176707 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090888690520 140091275130074 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1532] ppid=1475 vsize=14202692 CPUtime=7.63 cores=0,2,4,6
/proc/1478/task/1532/stat : 1532 (java) R 1475 1478 19618 0 -1 4202560 25184 12850 0 0 701 54 5 3 20 0 17 0 49176707 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090887637520 140091275427604 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1533] ppid=1475 vsize=14202692 CPUtime=1.16 cores=0,2,4,6
/proc/1478/task/1533/stat : 1533 (java) S 1475 1478 19618 0 -1 1077944384 49189 12850 0 0 87 21 5 3 20 0 17 0 49176708 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090836083984 140091290441429 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1534] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1534/stat : 1534 (java) S 1475 1478 19618 0 -1 1077944384 57 12850 0 0 0 0 5 3 20 0 17 0 49176709 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090835030928 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1535] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1535/stat : 1535 (java) S 1475 1478 19618 0 -1 1077944384 44 12850 0 0 0 0 5 3 20 0 17 0 49176709 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090833979008 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1536] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1536/stat : 1536 (java) S 1475 1478 19618 0 -1 1077944384 112 12850 0 0 0 0 5 3 20 0 17 0 49176712 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090832927312 140091290449819 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1537] ppid=1475 vsize=14202692 CPUtime=5.5 cores=0,2,4,6
/proc/1478/task/1537/stat : 1537 (java) S 1475 1478 19618 0 -1 1077944384 30556 12850 0 0 538 4 5 3 20 0 17 0 49176712 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090831874160 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1538] ppid=1475 vsize=14202692 CPUtime=5.68 cores=0,2,4,6
/proc/1478/task/1538/stat : 1538 (java) S 1475 1478 19618 0 -1 1077944384 21576 12850 0 0 556 4 5 3 20 0 17 0 49176712 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090830821360 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1539] ppid=1475 vsize=14202692 CPUtime=1.96 cores=0,2,4,6
/proc/1478/task/1539/stat : 1539 (java) S 1475 1478 19618 0 -1 1077944384 22890 12850 0 0 183 5 5 3 20 0 17 0 49176712 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090829769072 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1540] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1540/stat : 1540 (java) S 1475 1478 19618 0 -1 1077944384 3 12850 0 0 0 0 5 3 20 0 17 0 49176712 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090828716512 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1541] ppid=1475 vsize=14202692 CPUtime=1.6 cores=0,2,4,6
/proc/1478/task/1541/stat : 1541 (java) S 1475 1478 19618 0 -1 1077944384 3446 12850 0 0 72 80 5 3 20 0 17 0 49176715 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090760227760 140091290442370 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1875] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1875/stat : 1875 (java) S 1475 1478 19618 0 -1 1077944384 109 12850 0 0 0 0 5 3 20 0 17 0 49425152 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090728837616 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
[pid=1478/tid=1876] ppid=1475 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1478/task/1876/stat : 1876 (java) S 1475 1478 19618 0 -1 1077944384 27 12850 0 0 0 0 5 3 20 0 17 0 49425152 14543556608 1068222 18446744073709551615 4194304 4196468 140728990433952 140090727786048 140091290441429 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18542592 140728990435280 140728990438065 140728990438065 140728990441423 0
Current children cumulated CPU time (s) 2521.09
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2485.1
CPU time (s): 2521.3
CPU user time (s): 2516.9
CPU system time (s): 4.40462
CPU usage (%): 101.457
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.9
system time used= 4.40462
maximum resident set size= 4395000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76963
involuntary context switches= 3950

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1407 second user time and 14.3033 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 18:29:45
IDJOB=4261824
IDBENCH=136085
IDSOLVER=2650
FILE ID=node127/4261824-1502469832
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261824-1502469832/watcher-4261824-1502469832 -o /tmp/evaluation-result-4261824-1502469832/solver-4261824-1502469832 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4261824-1502469832.xml

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

MD5SUM BENCH= f538aabc6a41aa561e8cda6eca1a34a0
RANDOM SEED=151197548

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:        23533660 kB
MemAvailable:   24343664 kB
Buffers:          258752 kB
Cached:           841384 kB
SwapCached:            0 kB
Active:          8228592 kB
Inactive:         572040 kB
Active(anon):    7700944 kB
Inactive(anon):    24908 kB
Active(file):     527648 kB
Inactive(file):   547132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24564 kB
Writeback:             0 kB
AnonPages:       7700536 kB
Mapped:            55344 kB
Shmem:             25252 kB
Slab:             127612 kB
SReclaimable:     102120 kB
SUnreclaim:        25492 kB
KernelStack:        3408 kB
PageTables:        19948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8451612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7421952 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= 61984 MiB
End job on node127 at 2017-08-11 19:11:10