Trace number 4259376

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) 256.13 228.136

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark246.761
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.31/2.19	c Concrete v3.4 running
255.75/228.09	java.util.concurrent.TimeoutException
255.75/228.09		at concrete.MAC.mac(MAC.scala:74)
255.75/228.09		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
255.75/228.09		at scala.util.Try$.apply(Try.scala:209)
255.75/228.09		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
255.75/228.09		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
255.75/228.09		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
255.75/228.09		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
255.75/228.09		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
255.75/228.09		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
255.75/228.09		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
255.75/228.09		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
255.75/228.09		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
255.75/228.09		at concrete.MAC.oneRun(MAC.scala:146)
255.75/228.09		at concrete.MAC.nextSolution(MAC.scala:166)
255.75/228.09		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
255.75/228.09		at concrete.ProblemState.map(ProblemState.scala:203)
255.75/228.09		at concrete.ProblemState.map(ProblemState.scala:188)
255.75/228.09		at concrete.MAC.nextSolution(MAC.scala:195)
255.75/228.09		at concrete.Solver.hasNext(Solver.scala:202)
255.75/228.09		at scala.collection.Iterator.toStream(Iterator.scala:1403)
255.75/228.09		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
255.75/228.09		at concrete.Solver.toStream(Solver.scala:73)
255.75/228.09		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
255.75/228.09		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
255.75/228.09		at concrete.Solver.toIterable(Solver.scala:73)
255.75/228.09		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
255.75/228.09		at scala.util.Success.$anonfun$map$1(Try.scala:251)
255.75/228.09		at scala.util.Success.map(Try.scala:209)
255.75/228.09		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
255.75/228.09		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
255.75/228.09		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
255.75/228.09		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
255.75/228.09		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
255.75/228.09		at scala.Function0.apply$mcV$sp(Function0.scala:34)
255.75/228.09		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
255.75/228.09		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
255.75/228.09		at scala.App.$anonfun$main$1$adapted(App.scala:76)
255.75/228.09		at scala.collection.immutable.List.foreach(List.scala:389)
255.75/228.09		at scala.App.main(App.scala:76)
255.75/228.09		at scala.App.main$(App.scala:74)
255.75/228.09		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
255.75/228.09		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
255.75/228.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13887 MiB free)
  memory of node 1: 16384 MiB (15436 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259376-1502649215/watcher-4259376-1502649215 -o /tmp/evaluation-result-4259376-1502649215/solver-4259376-1502649215 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312 bin/concrete HOME/instance-4259376-1502649215.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1296, runsolver pid=1293
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 1.86 1.85 1.93 3/207 1333
/proc/meminfo: memFree=30017116/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=9636 memory=1512 CPUtime=0.01 cores=1,3,5,7
/proc/1296/stat : 1296 (bash) S 1293 1296 8289 0 -1 4202496 900 6474 0 0 0 0 0 1 20 0 1 0 112736652 9867264 378 18446744073709551615 4194304 5098028 140729408529488 140729408523496 139629038652416 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 6 0 0 7196144 7232144 38612992 140729408537076 140729408537161 140729408537161 140729408540650 0
/proc/1296/statm: 2409 378 297 221 0 118 0
[pid=1326] ppid=1296 vsize=9636 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1326/stat : 1326 (bash) S 1296 1296 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112736660 9867264 177 18446744073709551615 4194304 5098028 140729408529488 140729408522168 139629038477948 0 65536 1 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38612992 140729408537076 140729408537161 140729408537161 140729408540650 0
/proc/1326/statm: 2409 177 96 221 0 118 0
[pid=1327] ppid=1326 vsize=10019364 memory=19032 CPUtime=0.01 cores=1,3,5,7
/proc/1327/stat : 1327 (java) S 1326 1296 8289 0 -1 1077944320 3546 0 0 0 0 1 0 0 20 0 7 0 112736660 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140721826752352 140417391730423 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
/proc/1327/statm: 2504841 4758 2001 1 0 2494338 0
[pid=1327/tid=1329] ppid=1326 vsize=10019364 memory=8508281356422188197 CPUtime=0.01 cores=1,3,5,7
/proc/1327/task/1329/stat : 1329 (java) R 1326 1296 8289 0 -1 4202560 2292 0 0 0 1 0 0 0 20 0 7 0 112736661 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140417395972880 140417391752349 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1327/tid=1330] ppid=1326 vsize=10019364 memory=4122819170707441977 CPUtime=0 cores=1,3,5,7
/proc/1327/task/1330/stat : 1330 (java) S 1326 1296 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 112736661 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140417322150160 140417391740629 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1327/tid=1331] ppid=1326 vsize=10019364 memory=140670624777856 CPUtime=0 cores=1,3,5,7
/proc/1327/task/1331/stat : 1331 (java) S 1326 1296 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 112736661 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140417321097616 140417391740629 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1327/tid=1332] ppid=1326 vsize=10019364 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1327/task/1332/stat : 1332 (java) S 1326 1296 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 112736661 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140417320045072 140417391740629 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1327/tid=1333] ppid=1326 vsize=10019364 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1327/task/1333/stat : 1333 (java) S 1326 1296 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 112736661 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140417318992528 140417391740629 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1327/tid=1334] ppid=1326 vsize=10019364 memory=140670624777856 CPUtime=0 cores=1,3,5,7
/proc/1327/task/1334/stat : 1334 (java) S 1326 1296 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 112736663 10259828736 4758 18446744073709551615 4194304 4196468 140721826769808 140416887233008 140417391741570 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38801408 140721826771544 140721826771558 140721826771558 140721826774991 0
[pid=1328] ppid=1326 vsize=9872 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1328/stat : 1328 (awk) S 1326 1296 8289 0 -1 4202496 391 0 0 0 0 0 0 0 20 0 1 0 112736660 10108928 243 18446744073709551615 4194304 4609284 140729134270064 140729134269240 139844566797312 0 0 1 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 30871552 140729134277248 140729134277278 140729134277278 140729134280683 0
/proc/1328/statm: 2468 243 203 102 0 88 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10048508 KiB
Current children cumulated memory: 22224 KiB

[startup+0.214289 s]*
/proc/loadavg: 1.86 1.85 1.93 3/206 1352
/proc/meminfo: memFree=30020340/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=13574488 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 4999 12356 0 0 3 0 4 3 20 0 9 0 112736652 13900275712 4270 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3393622 4270 2093 1 0 3383119 0
[pid=1296/tid=1346] ppid=1293 vsize=13574488 memory=4134931637327788091 CPUtime=0.09 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) R 1293 1296 8289 0 -1 4202560 2814 12356 0 0 2 0 4 3 20 0 9 0 112736671 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140512243442120 140512239228061 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=13574488 memory=664954298551644168 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 9 0 112736672 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511839259792 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=13574488 memory=140670624777856 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 9 0 112736672 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511838206992 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=13574488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 9 0 112736672 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=13574488 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) S 1293 1296 8289 0 -1 1077944384 2 12356 0 0 0 0 4 3 20 0 9 0 112736672 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=13574488 memory=140670624777856 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 2 12356 0 0 0 0 4 3 20 0 9 0 112736673 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511717800304 140512239217282 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=13574488 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 33 12356 0 0 0 0 4 3 20 0 9 0 112736674 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511716746272 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=13574488 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 21 12356 0 0 0 0 4 3 20 0 9 0 112736674 13900275712 4782 18446744073709551615 4194304 4196468 140722558017936 140511715693488 140512239216341 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13574488 KiB
Current children cumulated memory: 17080 KiB

[startup+0.315031 s]*
/proc/loadavg: 1.86 1.85 1.93 5/213 1359
/proc/meminfo: memFree=30010580/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=13974356 memory=30132 CPUtime=0.2 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 6884 12356 0 0 13 0 4 3 20 0 15 0 112736652 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3493589 7533 2907 1 0 3482965 0
[pid=1296/tid=1346] ppid=1293 vsize=13974356 memory=281341027687588 CPUtime=0.15 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) R 1293 1296 8289 0 -1 4202560 3396 12356 0 0 8 0 4 3 20 0 15 0 112736671 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140512243438232 140512225274128 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511839259792 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=13974356 memory=140670513841183 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511838206992 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=13974356 memory=140670513810042 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=13974356 memory=140670513808815 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) S 1293 1296 8289 0 -1 1077944384 2 12356 0 0 0 0 4 3 20 0 15 0 112736672 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=13974356 memory=140670624779054 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 2 12356 0 0 0 0 4 3 20 0 15 0 112736673 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511717800304 140512239217282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=13974356 memory=140670513799631 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 33 12356 0 0 0 0 4 3 20 0 15 0 112736674 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511716746272 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=13974356 memory=281341027645264 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 21 12356 0 0 0 0 4 3 20 0 15 0 112736674 14309740544 7533 18446744073709551615 4194304 4196468 140722558017936 140511715693424 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=13974356 memory=140670513821725 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736676 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=13974356 memory=140670513969440 CPUtime=0.08 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 603 12356 0 0 1 0 4 3 20 0 15 0 112736676 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511713590128 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=13974356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 130 12356 0 0 0 0 4 3 20 0 15 0 112736676 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=13974356 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 532 12356 0 0 2 0 4 3 20 0 15 0 112736677 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736677 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=13974356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736681 14309740544 8045 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 13974356 KiB
Current children cumulated memory: 30132 KiB

[startup+0.700779 s]
/proc/loadavg: 1.86 1.85 1.93 3/213 1359
/proc/meminfo: memFree=29985896/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=13974784 memory=60044 CPUtime=0.7 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 14044 12356 0 0 60 3 4 3 20 0 15 0 112736652 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3493696 15011 3119 1 0 3482965 0
[pid=1296/tid=1346] ppid=1293 vsize=13974784 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) R 1293 1296 8289 0 -1 4202560 10417 12356 0 0 42 3 4 3 20 0 15 0 112736671 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140512243429872 140512220769622 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511839259792 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=13974784 memory=170 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511838206992 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=13974784 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736672 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) S 1293 1296 8289 0 -1 1077944384 2 12356 0 0 0 0 4 3 20 0 15 0 112736672 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 5 12356 0 0 0 0 4 3 20 0 15 0 112736673 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511717800304 140512239217282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=13974784 memory=26 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 33 12356 0 0 0 0 4 3 20 0 15 0 112736674 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511716746272 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=13974784 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 21 12356 0 0 0 0 4 3 20 0 15 0 112736674 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511715693424 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=13974784 memory=180 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736676 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=13974784 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 685 12356 0 0 3 0 4 3 20 0 15 0 112736676 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511713590128 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=13974784 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 135 12356 0 0 2 0 4 3 20 0 15 0 112736676 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=13974784 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 580 12356 0 0 10 0 4 3 20 0 15 0 112736677 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=13974784 memory=2952 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736677 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=13974784 memory=4278483708103473607 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1 12356 0 0 0 0 4 3 20 0 15 0 112736681 14310178816 15011 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 60044 KiB

[startup+1.50066 s]
/proc/loadavg: 1.86 1.85 1.93 3/213 1359
/proc/meminfo: memFree=29944836/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=13985408 memory=170732 CPUtime=1.96 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 29790 12356 0 0 179 10 4 3 20 0 15 0 112736652 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3496352 42683 3369 1 0 3485525 0
[pid=1296/tid=1346] ppid=1293 vsize=13985408 memory=928 CPUtime=1.28 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) R 1293 1296 8289 0 -1 4202560 22265 12356 0 0 116 5 4 3 20 0 15 0 112736671 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140512243426288 140512223286622 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=13985408 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) S 1293 1296 8289 0 -1 1077944384 68 12356 0 0 1 0 4 3 20 0 15 0 112736672 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511839259792 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=13985408 memory=59 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) S 1293 1296 8289 0 -1 1077944384 189 12356 0 0 0 0 4 3 20 0 15 0 112736672 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511838206992 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=13985408 memory=39364 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) S 1293 1296 8289 0 -1 1077944384 39 12356 0 0 0 0 4 3 20 0 15 0 112736672 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) S 1293 1296 8289 0 -1 1077944384 61 12356 0 0 0 0 4 3 20 0 15 0 112736672 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=13985408 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 1638 12356 0 0 0 0 4 3 20 0 15 0 112736673 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511717800304 140512239217282 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=13985408 memory=6944603652620314983 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 55 12356 0 0 0 0 4 3 20 0 15 0 112736674 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511716746336 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=13985408 memory=7593742325267391079 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 43 12356 0 0 0 0 4 3 20 0 15 0 112736674 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511715693440 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=13985408 memory=7737296762379854954 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736676 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=13985408 memory=281341027423072 CPUtime=0.23 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 1160 12356 0 0 16 0 4 3 20 0 15 0 112736676 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511713590128 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=13985408 memory=288230617509003574 CPUtime=0.24 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 706 12356 0 0 17 0 4 3 20 0 15 0 112736676 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=13985408 memory=8182 CPUtime=0.3 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 1401 12356 0 0 23 0 4 3 20 0 15 0 112736677 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=13985408 memory=29362 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736677 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=13985408 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 5 12356 0 0 0 0 4 3 20 0 15 0 112736681 14321057792 42683 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 13985408 KiB
Current children cumulated memory: 170732 KiB

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

[pid=1296/tid=1350] ppid=1293 vsize=14069564 memory=0 CPUtime=3.63 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) S 1293 1296 8289 0 -1 1077944384 3689 12356 0 0 323 33 4 3 20 0 15 0 112736672 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=14069564 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 18194 12356 0 0 13 2 4 3 20 0 15 0 112736673 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511717800304 140512239217282 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=14069564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 60 12356 0 0 0 0 4 3 20 0 15 0 112736674 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511716746336 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=14069564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 55 12356 0 0 0 0 4 3 20 0 15 0 112736674 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511715693440 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=14069564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736676 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=14069564 memory=0 CPUtime=6.49 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 22632 12356 0 0 639 3 4 3 20 0 15 0 112736676 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511713590128 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=14069564 memory=0 CPUtime=6.31 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 15971 12356 0 0 622 2 4 3 20 0 15 0 112736676 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=14069564 memory=0 CPUtime=1.84 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 11375 12356 0 0 173 4 4 3 20 0 15 0 112736677 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=14069564 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 15 0 112736677 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=14069564 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1615 12356 0 0 5 8 4 3 20 0 15 0 112736681 14407233536 1132224 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 4528896 KiB

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

[startup+228.136 s]
# the end of solver process 1296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.885 s, system=2.24494 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+227.201 s]
/proc/loadavg: 1.89 2.00 1.99 3/214 1507
/proc/meminfo: memFree=22651908/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=14202692 memory=4526156 CPUtime=252.7 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 166685 12356 0 0 25046 217 4 3 20 0 17 0 112736652 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3550673 1131539 3481 1 0 3539287 0
[pid=1296/tid=1346] ppid=1293 vsize=14202692 memory=4168 CPUtime=223.05 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) S 1293 1296 8289 0 -1 1077944384 67616 12356 0 0 22235 63 4 3 20 0 17 0 112736671 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140512243443824 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=14202692 memory=4168 CPUtime=3.77 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) R 1293 1296 8289 0 -1 4202560 5522 12356 0 0 337 33 4 3 20 0 17 0 112736672 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511839259992 140512224202524 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=14202692 memory=54620 CPUtime=3.76 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) R 1293 1296 8289 0 -1 4202560 4310 12356 0 0 336 33 4 3 20 0 17 0 112736672 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511838207192 140512224202081 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=14202692 memory=1296 CPUtime=3.78 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) R 1293 1296 8289 0 -1 4202560 3702 12356 0 0 338 33 4 3 20 0 17 0 112736672 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511837154080 140512223906797 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=14202692 memory=4528900 CPUtime=3.78 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) R 1293 1296 8289 0 -1 4202560 3750 12356 0 0 338 33 4 3 20 0 17 0 112736672 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511836101592 140512224202480 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=14202692 memory=4040 CPUtime=0.25 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 27289 12356 0 0 15 3 4 3 20 0 17 0 112736673 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511717798928 140512239216341 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=14202692 memory=33564 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 60 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511716746336 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=14202692 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 55 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511715693440 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=14202692 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 207 12356 0 0 0 0 4 3 20 0 17 0 112736676 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=14202692 memory=792 CPUtime=6.49 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 22709 12356 0 0 639 3 4 3 20 0 17 0 112736676 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511713575328 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=14202692 memory=1716 CPUtime=6.31 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 15971 12356 0 0 622 2 4 3 20 0 17 0 112736676 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=14202692 memory=1228 CPUtime=1.84 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 11375 12356 0 0 173 4 4 3 20 0 17 0 112736677 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=14202692 memory=14356 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 17 0 112736677 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=14202692 memory=1008 CPUtime=0.2 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1615 12356 0 0 5 8 4 3 20 0 17 0 112736681 14543556608 1131539 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 252.7 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4526156 KiB

[startup+227.601 s]
/proc/loadavg: 1.89 2.00 1.99 3/214 1507
/proc/meminfo: memFree=22651908/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=14202692 memory=4510820 CPUtime=254.23 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 167113 12356 0 0 25199 217 4 3 20 0 17 0 112736652 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3550673 1127705 3481 1 0 3539287 0
[pid=1296/tid=1346] ppid=1293 vsize=14202692 memory=7680170660397595203 CPUtime=223.05 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) S 1293 1296 8289 0 -1 1077944384 67616 12356 0 0 22235 63 4 3 20 0 17 0 112736671 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140512243443824 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=14202692 memory=4528896 CPUtime=4.14 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) R 1293 1296 8289 0 -1 4202560 5531 12356 0 0 374 33 4 3 20 0 17 0 112736672 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511839259992 140512220759376 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=14202692 memory=4168 CPUtime=4.14 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) R 1293 1296 8289 0 -1 4202560 4313 12356 0 0 374 33 4 3 20 0 17 0 112736672 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511838206880 140512223903774 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=14202692 memory=54620 CPUtime=4.16 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) R 1293 1296 8289 0 -1 4202560 3702 12356 0 0 376 33 4 3 20 0 17 0 112736672 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512224156844 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=14202692 memory=1296 CPUtime=4.16 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) R 1293 1296 8289 0 -1 4202560 3780 12356 0 0 376 33 4 3 20 0 17 0 112736672 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511836101392 140512224191431 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=14202692 memory=2440 CPUtime=0.27 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 27672 12356 0 0 17 3 4 3 20 0 17 0 112736673 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511717798704 140512239216341 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=14202692 memory=1724 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 62 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511716745840 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=14202692 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 55 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511715693440 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=14202692 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 207 12356 0 0 0 0 4 3 20 0 17 0 112736676 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=14202692 memory=68 CPUtime=6.49 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 22709 12356 0 0 639 3 4 3 20 0 17 0 112736676 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511713575376 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=14202692 memory=-8815662549083463029 CPUtime=6.31 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 15971 12356 0 0 622 2 4 3 20 0 17 0 112736676 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=14202692 memory=4715433313220523562 CPUtime=1.84 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 11375 12356 0 0 173 4 4 3 20 0 17 0 112736677 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=14202692 memory=4713745541279610410 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 17 0 112736677 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=14202692 memory=-8707038579349950309 CPUtime=0.2 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1615 12356 0 0 5 8 4 3 20 0 17 0 112736681 14543556608 1127705 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 254.23 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4510820 KiB

[startup+228.001 s]*
/proc/loadavg: 1.89 2.00 1.99 6/216 1509
/proc/meminfo: memFree=22691716/32770624 swapFree=67108860/67108860
[pid=1296] ppid=1293 vsize=14202692 memory=4493412 CPUtime=255.75 cores=1,3,5,7
/proc/1296/stat : 1296 (java) S 1293 1296 8289 0 -1 1077944320 167131 12356 0 0 25351 217 4 3 20 0 17 0 112736652 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140722558000480 140512239206135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
/proc/1296/statm: 3550673 1123353 3481 1 0 3539287 0
[pid=1296/tid=1346] ppid=1293 vsize=14202692 memory=3056 CPUtime=223.05 cores=1,3,5,7
/proc/1296/task/1346/stat : 1346 (java) S 1293 1296 8289 0 -1 1077944384 67616 12356 0 0 22235 63 4 3 20 0 17 0 112736671 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140512243443824 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1347] ppid=1293 vsize=14202692 memory=4872558044660077418 CPUtime=4.52 cores=1,3,5,7
/proc/1296/task/1347/stat : 1347 (java) R 1293 1296 8289 0 -1 4202560 5531 12356 0 0 412 33 4 3 20 0 17 0 112736672 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511839259992 140512220803158 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1348] ppid=1293 vsize=14202692 memory=792 CPUtime=4.51 cores=1,3,5,7
/proc/1296/task/1348/stat : 1348 (java) R 1293 1296 8289 0 -1 4202560 4314 12356 0 0 411 33 4 3 20 0 17 0 112736672 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511838207192 140512223903774 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1349] ppid=1293 vsize=14202692 memory=1716 CPUtime=4.53 cores=1,3,5,7
/proc/1296/task/1349/stat : 1349 (java) R 1293 1296 8289 0 -1 4202560 3703 12356 0 0 413 33 4 3 20 0 17 0 112736672 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511837154192 140512220759386 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1350] ppid=1293 vsize=14202692 memory=1228 CPUtime=4.53 cores=1,3,5,7
/proc/1296/task/1350/stat : 1350 (java) R 1293 1296 8289 0 -1 4202560 3784 12356 0 0 413 33 4 3 20 0 17 0 112736672 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511836101592 140512223903680 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1351] ppid=1293 vsize=14202692 memory=14356 CPUtime=0.3 cores=1,3,5,7
/proc/1296/task/1351/stat : 1351 (java) S 1293 1296 8289 0 -1 1077944384 27681 12356 0 0 20 3 4 3 20 0 17 0 112736673 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511717798704 140512239216341 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1352] ppid=1293 vsize=14202692 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1352/stat : 1352 (java) S 1293 1296 8289 0 -1 1077944384 63 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511716745872 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1353] ppid=1293 vsize=14202692 memory=2012 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1353/stat : 1353 (java) S 1293 1296 8289 0 -1 1077944384 55 12356 0 0 0 0 4 3 20 0 17 0 112736674 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511715693440 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1354] ppid=1293 vsize=14202692 memory=1757 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1354/stat : 1354 (java) S 1293 1296 8289 0 -1 1077944384 207 12356 0 0 0 0 4 3 20 0 17 0 112736676 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511714641744 140512239224731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1355] ppid=1293 vsize=14202692 memory=792 CPUtime=6.49 cores=1,3,5,7
/proc/1296/task/1355/stat : 1355 (java) S 1293 1296 8289 0 -1 1077944384 22710 12356 0 0 639 3 4 3 20 0 17 0 112736676 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511713578080 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1356] ppid=1293 vsize=14202692 memory=1716 CPUtime=6.31 cores=1,3,5,7
/proc/1296/task/1356/stat : 1356 (java) S 1293 1296 8289 0 -1 1077944384 15971 12356 0 0 622 2 4 3 20 0 17 0 112736676 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511712537328 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1357] ppid=1293 vsize=14202692 memory=4520732 CPUtime=1.84 cores=1,3,5,7
/proc/1296/task/1357/stat : 1357 (java) S 1293 1296 8289 0 -1 1077944384 11375 12356 0 0 173 4 4 3 20 0 17 0 112736677 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511711484528 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1358] ppid=1293 vsize=14202692 memory=7680170660397595203 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1358/stat : 1358 (java) S 1293 1296 8289 0 -1 1077944384 3 12356 0 0 0 0 4 3 20 0 17 0 112736677 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511710431968 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1359] ppid=1293 vsize=14202692 memory=2760 CPUtime=0.2 cores=1,3,5,7
/proc/1296/task/1359/stat : 1359 (java) S 1293 1296 8289 0 -1 1077944384 1615 12356 0 0 5 8 4 3 20 0 17 0 112736681 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511709379248 140512239217282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1508] ppid=1293 vsize=14202692 memory=2952 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1508/stat : 1508 (java) S 1293 1296 8289 0 -1 1077944384 318 12356 0 0 0 0 4 3 20 0 17 0 112759354 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511677612272 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
[pid=1296/tid=1509] ppid=1293 vsize=14202692 memory=4278483708103473607 CPUtime=0.07 cores=1,3,5,7
/proc/1296/task/1509/stat : 1509 (java) S 1293 1296 8289 0 -1 1077944384 28 12356 0 0 0 0 4 3 20 0 17 0 112759354 14543556608 1123353 18446744073709551615 4194304 4196468 140722558017936 140511676560192 140512239216341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140722558019504 140722558022289 140722558022289 140722558025679 0
Current children cumulated CPU time: 255.75 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 4493412 KiB

[startup+228.124 s]*
/proc/loadavg: 1.89 2.00 1.99 3/201 1509
/proc/meminfo: memFree=26977436/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 228.136
CPU time (s): 256.13
CPU user time (s): 253.885
CPU system time (s): 2.24494
CPU usage (%): 112.271
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 4528908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.885
system time used= 2.24494
maximum resident set size= 4529108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14007
involuntary context switches= 636


# summary of solver processes directly reported to runsolver:
#   pid: 1296
#   total CPU time (s): 256.13
#   total CPU user time (s): 253.885
#   total CPU system time (s): 2.24494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31323 second user time and 2.33266 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 20:19:27
IDJOB=4259376
IDBENCH=137152
IDSOLVER=2646
FILE ID=node133/4259376-1502649215
RUNJOBID= node133-1502641620-25474
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259376-1502649215/watcher-4259376-1502649215 -o /tmp/evaluation-result-4259376-1502649215/solver-4259376-1502649215 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25474 --watchdog 312  bin/concrete HOME/instance-4259376-1502649215.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=1164651681

node133.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.17
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.17
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.17
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.17
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:        30028088 kB
MemAvailable:   30674528 kB
Buffers:          240216 kB
Cached:           701172 kB
SwapCached:            0 kB
Active:          2103440 kB
Inactive:         187744 kB
Active(anon):    1290656 kB
Inactive(anon):   100804 kB
Active(file):     812784 kB
Inactive(file):    86940 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24544 kB
Writeback:             0 kB
AnonPages:       1349776 kB
Mapped:            69768 kB
Shmem:             41660 kB
Slab:             152612 kB
SReclaimable:     125104 kB
SUnreclaim:        27508 kB
KernelStack:        3504 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2122280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 20:23:15