Trace number 4259378

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) 264.58099 240.858

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
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.065
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"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.42/2.34	c Concrete v3.4 running
264.43/240.82	java.util.concurrent.TimeoutException
264.43/240.82		at concrete.MAC.mac(MAC.scala:74)
264.43/240.82		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
264.43/240.82		at scala.util.Try$.apply(Try.scala:209)
264.43/240.82		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
264.43/240.82		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
264.43/240.82		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
264.43/240.82		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
264.43/240.82		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
264.43/240.82		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
264.43/240.82		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
264.43/240.82		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
264.43/240.82		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
264.43/240.82		at concrete.MAC.oneRun(MAC.scala:146)
264.43/240.82		at concrete.MAC.nextSolution(MAC.scala:166)
264.43/240.82		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
264.43/240.82		at concrete.ProblemState.map(ProblemState.scala:203)
264.43/240.82		at concrete.ProblemState.map(ProblemState.scala:188)
264.43/240.82		at concrete.MAC.nextSolution(MAC.scala:195)
264.43/240.82		at concrete.Solver.hasNext(Solver.scala:202)
264.43/240.82		at scala.collection.Iterator.toStream(Iterator.scala:1403)
264.43/240.82		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
264.43/240.82		at concrete.Solver.toStream(Solver.scala:73)
264.43/240.82		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
264.43/240.82		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
264.43/240.82		at concrete.Solver.toIterable(Solver.scala:73)
264.43/240.82		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
264.43/240.82		at scala.util.Success.$anonfun$map$1(Try.scala:251)
264.43/240.82		at scala.util.Success.map(Try.scala:209)
264.43/240.82		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
264.43/240.82		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
264.43/240.82		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
264.43/240.82		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
264.43/240.82		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
264.43/240.82		at scala.Function0.apply$mcV$sp(Function0.scala:34)
264.43/240.82		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
264.43/240.82		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
264.43/240.82		at scala.App.$anonfun$main$1$adapted(App.scala:76)
264.43/240.82		at scala.collection.immutable.List.foreach(List.scala:389)
264.43/240.82		at scala.App.main(App.scala:76)
264.43/240.82		at scala.App.main$(App.scala:74)
264.43/240.82		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
264.43/240.82		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
264.43/240.83	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-4259378-1501659958/watcher-4259378-1501659958 -o /tmp/evaluation-result-4259378-1501659958/solver-4259378-1501659958 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300 bin/concrete HOME/instance-4259378-1501659958.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.93 1.82 1.76 3/202 22630
/proc/meminfo: memFree=27419740/32770624 swapFree=0/256304
[pid=22630] ppid=22627 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22630/stat : 22630 (runsolver) D 22627 22630 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7906413 24240128 107 18446744073709551615 4194304 4338465 140724655408528 140724655406168 140064097604311 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 27037696 140724655415505 140724655415879 140724655415879 140724655419338 0
/proc/22630/statm: 5918 107 54 36 0 2156 0

[startup+0.100198 s]
/proc/loadavg: 1.93 1.82 1.76 3/202 22630
/proc/meminfo: memFree=27419740/32770624 swapFree=0/256304
[pid=22630] ppid=22627 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22630/stat : 22630 (runsolver) D 22627 22630 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7906413 24240128 107 18446744073709551615 4194304 4338465 140724655408528 140724655406168 140064097604311 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 27037696 140724655415505 140724655415879 140724655415879 140724655419338 0
/proc/22630/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200327 s]
/proc/loadavg: 1.93 1.82 1.76 3/202 22630
/proc/meminfo: memFree=27419740/32770624 swapFree=0/256304
[pid=22630] ppid=22627 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22630/stat : 22630 (runsolver) D 22627 22630 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7906413 24240128 107 18446744073709551615 4194304 4338465 140724655408528 140724655406168 140064097604311 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 27037696 140724655415505 140724655415879 140724655415879 140724655419338 0
/proc/22630/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.300547 s]
/proc/loadavg: 1.93 1.82 1.76 3/202 22630
/proc/meminfo: memFree=27419740/32770624 swapFree=0/256304
[pid=22630] ppid=22627 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22630/stat : 22630 (bash) S 22627 22630 3187 0 -1 4202496 897 6487 0 0 0 0 0 1 20 0 1 0 7906413 9867264 377 18446744073709551615 4194304 5098028 140731136639648 140731136633656 140380482755584 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 22 0 0 7196144 7232144 40095744 140731136647698 140731136647783 140731136647783 140731136651242 0
/proc/22630/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700318 s]
/proc/loadavg: 1.93 1.82 1.76 3/202 22630
/proc/meminfo: memFree=27419740/32770624 swapFree=0/256304
[pid=22630] ppid=22627 vsize=13974784 CPUtime=0.48 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 12723 12726 0 0 38 3 5 2 20 0 15 0 7906413 14310178816 13588 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3493696 13588 3063 1 0 3482973 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13974784

[startup+1.50069 s]
/proc/loadavg: 1.93 1.82 1.76 3/217 22693
/proc/meminfo: memFree=27342548/32770624 swapFree=0/256564
[pid=22630] ppid=22627 vsize=13985408 CPUtime=1.69 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 25472 12726 0 0 156 6 5 2 20 0 15 0 7906413 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3496352 32391 3328 1 0 3485533 0
[pid=22630/tid=22680] ppid=22627 vsize=13985408 CPUtime=1.17 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 20732 12726 0 0 105 5 5 2 20 0 15 0 7906449 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193526928480 140193522721949 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 2 12726 0 0 0 0 5 2 20 0 15 0 7906450 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 1 12726 0 0 0 0 5 2 20 0 15 0 7906450 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 1 12726 0 0 0 0 5 2 20 0 15 0 7906450 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 2 12726 0 0 0 0 5 2 20 0 15 0 7906450 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 5 12726 0 0 0 0 5 2 20 0 15 0 7906451 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 33 12726 0 0 0 0 5 2 20 0 15 0 7906451 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140193000027424 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 21 12726 0 0 0 0 5 2 20 0 15 0 7906452 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192998975088 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 958 12726 0 0 13 0 5 2 20 0 15 0 7906454 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 692 12726 0 0 17 0 5 2 20 0 15 0 7906454 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=13985408 CPUtime=0.26 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 856 12726 0 0 19 0 5 2 20 0 15 0 7906454 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 6 12726 0 0 0 0 5 2 20 0 15 0 7906457 14321057792 32391 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 13985408

[startup+3.10072 s]
/proc/loadavg: 1.94 1.82 1.76 5/217 22693
/proc/meminfo: memFree=27253128/32770624 swapFree=0/256572
[pid=22630] ppid=22627 vsize=13995836 CPUtime=5.38 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 39953 12726 0 0 517 14 5 2 20 0 15 0 7906413 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3498959 70291 3439 1 0 3487581 0
[pid=22630/tid=22680] ppid=22627 vsize=13995836 CPUtime=2.72 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 27164 12726 0 0 257 8 5 2 20 0 15 0 7906449 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193526914416 140193505886832 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 69 12726 0 0 1 0 5 2 20 0 15 0 7906450 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 310 12726 0 0 1 0 5 2 20 0 15 0 7906450 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 83 12726 0 0 2 0 5 2 20 0 15 0 7906450 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 65 12726 0 0 2 0 5 2 20 0 15 0 7906450 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 1206 12726 0 0 1 0 5 2 20 0 15 0 7906451 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 55 12726 0 0 0 0 5 2 20 0 15 0 7906451 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140193000027488 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 15 0 7906452 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=13995836 CPUtime=1.05 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 4173 12726 0 0 97 1 5 2 20 0 15 0 7906454 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=13995836 CPUtime=0.84 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 1963 12726 0 0 77 0 5 2 20 0 15 0 7906454 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=13995836 CPUtime=0.81 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 2650 12726 0 0 73 1 5 2 20 0 15 0 7906454 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 7 12726 0 0 0 0 5 2 20 0 15 0 7906457 14331736064 70291 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13995836

[startup+6.30067 s]
/proc/loadavg: 1.94 1.82 1.76 5/217 22693
/proc/meminfo: memFree=26856440/32770624 swapFree=0/256576
[pid=22630] ppid=22627 vsize=13999932 CPUtime=13.3 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 51986 12726 0 0 1279 44 5 2 20 0 15 0 7906413 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3499983 204671 3457 1 0 3488605 0
[pid=22630/tid=22680] ppid=22627 vsize=13999932 CPUtime=5.77 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 35440 12726 0 0 555 15 5 2 20 0 15 0 7906449 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193526931648 140193128600277 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 244 12726 0 0 9 5 5 2 20 0 15 0 7906450 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 475 12726 0 0 9 5 5 2 20 0 15 0 7906450 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=13999932 CPUtime=0.2 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 285 12726 0 0 8 5 5 2 20 0 15 0 7906450 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=13999932 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 276 12726 0 0 9 5 5 2 20 0 15 0 7906450 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 1563 12726 0 0 2 0 5 2 20 0 15 0 7906451 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 55 12726 0 0 0 0 5 2 20 0 15 0 7906451 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140193000027488 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 15 0 7906452 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=13999932 CPUtime=3.05 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 4982 12726 0 0 297 1 5 2 20 0 15 0 7906454 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=13999932 CPUtime=2.81 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 3128 12726 0 0 273 1 5 2 20 0 15 0 7906454 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=13999932 CPUtime=1.21 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 3322 12726 0 0 112 2 5 2 20 0 15 0 7906454 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 8 12726 0 0 0 0 5 2 20 0 15 0 7906457 14335930368 204671 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 13999932

[startup+12.7008 s]
/proc/loadavg: 2.02 1.84 1.77 3/217 22693
/proc/meminfo: memFree=26208584/32770624 swapFree=0/256584
[pid=22630] ppid=22627 vsize=14069564 CPUtime=26.86 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 80475 12726 0 0 2616 63 5 2 20 0 15 0 7906413 14407233536 332263 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3517391 332775 3469 1 0 3506013 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=11.99 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 45180 12726 0 0 1170 22 5 2 20 0 15 0 7906449 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193526931624 140193126838708 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=0.32 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 405 12726 0 0 18 7 5 2 20 0 15 0 7906450 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=0.34 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 679 12726 0 0 20 7 5 2 20 0 15 0 7906450 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=0.33 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 533 12726 0 0 19 7 5 2 20 0 15 0 7906450 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 1065 12726 0 0 18 6 5 2 20 0 15 0 7906450 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.12 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 2521 12726 0 0 4 1 5 2 20 0 15 0 7906451 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 55 12726 0 0 0 0 5 2 20 0 15 0 7906451 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140193000027488 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 15 0 7906452 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14407233536 332775 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0

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

/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14407233536 1033552 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 504 12726 0 0 4 5 5 2 20 0 15 0 7906457 14407233536 1033552 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 181.6
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.56 1.70 1.74 3/214 22825
/proc/meminfo: memFree=25049184/32770624 swapFree=0/256740
[pid=22630] ppid=22627 vsize=14069564 CPUtime=243.18 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 128872 12726 0 0 24122 189 5 2 20 0 15 0 7906413 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3517391 1044310 3473 1 0 3506013 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=219.76 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 66086 12726 0 0 21908 61 5 2 20 0 15 0 7906449 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193526934352 140193123225644 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=2.08 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 2744 12726 0 0 174 27 5 2 20 0 15 0 7906450 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=2.1 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 1726 12726 0 0 175 28 5 2 20 0 15 0 7906450 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=2.09 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 3101 12726 0 0 175 27 5 2 20 0 15 0 7906450 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=2.07 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 4092 12726 0 0 174 26 5 2 20 0 15 0 7906450 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.16 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 4815 12726 0 0 8 1 5 2 20 0 15 0 7906451 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 55 12726 0 0 0 0 5 2 20 0 15 0 7906451 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140193000027488 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 15 0 7906452 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=6.62 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 16575 12726 0 0 652 3 5 2 20 0 15 0 7906454 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=6.74 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 19248 12726 0 0 664 3 5 2 20 0 15 0 7906454 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.87 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 7686 12726 0 0 177 3 5 2 20 0 15 0 7906454 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 536 12726 0 0 6 7 5 2 20 0 15 0 7906457 14407233536 1044310 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 243.18
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.80 1.75 1.75 3/214 22825
/proc/meminfo: memFree=25059720/32770624 swapFree=0/256752
[pid=22630] ppid=22627 vsize=14069564 CPUtime=261.57 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 130472 12726 0 0 25957 193 5 2 20 0 15 0 7906413 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3517391 1050709 3473 1 0 3506013 0
[pid=22630/tid=22680] ppid=22627 vsize=14069564 CPUtime=237.22 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) R 22627 22630 3187 0 -1 4202560 66689 12726 0 0 23654 61 5 2 20 0 15 0 7906449 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193526934352 140193121788616 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) S 22627 22630 3187 0 -1 1077944384 2766 12726 0 0 195 28 5 2 20 0 15 0 7906450 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=14069564 CPUtime=2.32 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) S 22627 22630 3187 0 -1 1077944384 1759 12726 0 0 197 28 5 2 20 0 15 0 7906450 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=14069564 CPUtime=2.32 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) S 22627 22630 3187 0 -1 1077944384 3125 12726 0 0 197 28 5 2 20 0 15 0 7906450 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=14069564 CPUtime=2.29 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) S 22627 22630 3187 0 -1 1077944384 4124 12726 0 0 195 27 5 2 20 0 15 0 7906450 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 4824 12726 0 0 9 1 5 2 20 0 15 0 7906451 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193001081456 140193522711170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 55 12726 0 0 0 0 5 2 20 0 15 0 7906451 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140193000027488 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 15 0 7906452 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906454 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=14069564 CPUtime=6.62 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 17451 12726 0 0 652 3 5 2 20 0 15 0 7906454 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=14069564 CPUtime=6.74 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 19248 12726 0 0 664 3 5 2 20 0 15 0 7906454 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=14069564 CPUtime=1.87 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 7686 12726 0 0 177 3 5 2 20 0 15 0 7906454 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 15 0 7906455 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 537 12726 0 0 7 7 5 2 20 0 15 0 7906457 14407233536 1050709 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 261.57
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 22630 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.401 s]
/proc/loadavg: 1.80 1.75 1.75 3/214 22825
/proc/meminfo: memFree=25059720/32770624 swapFree=0/256752
[pid=22630] ppid=22627 vsize=14202692 CPUtime=263.04 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 140478 12726 0 0 26103 194 5 2 20 0 17 0 7906413 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3550673 1054652 3473 1 0 3539295 0
[pid=22630/tid=22680] ppid=22627 vsize=14202692 CPUtime=237.23 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) S 22627 22630 3187 0 -1 1077944384 67144 12726 0 0 23655 61 5 2 20 0 17 0 7906449 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193526937744 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=14202692 CPUtime=2.66 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) R 22627 22630 3187 0 -1 4202560 2807 12726 0 0 231 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193442113824 140193504297024 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=14202692 CPUtime=2.68 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) R 22627 22630 3187 0 -1 4202560 1885 12726 0 0 233 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193441061136 140193507397775 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=14202692 CPUtime=2.67 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) R 22627 22630 3187 0 -1 4202560 3392 12726 0 0 232 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193504297034 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=14202692 CPUtime=2.66 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) R 22627 22630 3187 0 -1 4202560 4200 12726 0 0 231 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193507397815 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=14202692 CPUtime=0.2 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 13427 12726 0 0 11 2 5 2 20 0 17 0 7906451 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193001079856 140193522710229 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 56 12726 0 0 0 0 5 2 20 0 17 0 7906451 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193000027392 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 45 12726 0 0 0 0 5 2 20 0 17 0 7906452 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192998975104 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 145 12726 0 0 0 0 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=14202692 CPUtime=6.62 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 17451 12726 0 0 652 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=14202692 CPUtime=6.74 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 19248 12726 0 0 664 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=14202692 CPUtime=1.87 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 7686 12726 0 0 177 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 17 0 7906455 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 537 12726 0 0 7 7 5 2 20 0 17 0 7906457 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 263.04
Current children cumulated vsize (KiB) 14202692

[startup+240.801 s]
/proc/loadavg: 1.80 1.75 1.75 3/214 22825
/proc/meminfo: memFree=25059720/32770624 swapFree=0/256752
[pid=22630] ppid=22627 vsize=14202692 CPUtime=264.43 cores=0,2,4,6
/proc/22630/stat : 22630 (java) S 22627 22630 3187 0 -1 1077944320 140502 12726 0 0 26242 194 5 2 20 0 17 0 7906413 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140732302604544 140193522700023 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 22 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
/proc/22630/statm: 3550673 1054652 3473 1 0 3539295 0
[pid=22630/tid=22680] ppid=22627 vsize=14202692 CPUtime=237.23 cores=0,2,4,6
/proc/22630/task/22680/stat : 22680 (java) S 22627 22630 3187 0 -1 1077944384 67147 12726 0 0 23655 61 5 2 20 0 17 0 7906449 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193526937744 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22681] ppid=22627 vsize=14202692 CPUtime=2.99 cores=0,2,4,6
/proc/22630/task/22681/stat : 22681 (java) R 22627 22630 3187 0 -1 4202560 2815 12726 0 0 264 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193442113936 140193504309735 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22682] ppid=22627 vsize=14202692 CPUtime=3.02 cores=0,2,4,6
/proc/22630/task/22682/stat : 22682 (java) R 22627 22630 3187 0 -1 4202560 1888 12726 0 0 266 29 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193441061336 140193507696424 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22683] ppid=22627 vsize=14202692 CPUtime=3 cores=0,2,4,6
/proc/22630/task/22683/stat : 22683 (java) R 22627 22630 3187 0 -1 4202560 3393 12726 0 0 265 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193440008848 140193507398768 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22684] ppid=22627 vsize=14202692 CPUtime=2.99 cores=0,2,4,6
/proc/22630/task/22684/stat : 22684 (java) R 22627 22630 3187 0 -1 4202560 4201 12726 0 0 264 28 5 2 20 0 17 0 7906450 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193438956048 140193504309645 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22685] ppid=22627 vsize=14202692 CPUtime=0.27 cores=0,2,4,6
/proc/22630/task/22685/stat : 22685 (java) S 22627 22630 3187 0 -1 1077944384 13432 12726 0 0 18 2 5 2 20 0 17 0 7906451 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193001080080 140193522710229 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22686] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22686/stat : 22686 (java) S 22627 22630 3187 0 -1 1077944384 57 12726 0 0 0 0 5 2 20 0 17 0 7906451 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140193000027024 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22687] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22687/stat : 22687 (java) S 22627 22630 3187 0 -1 1077944384 47 12726 0 0 0 0 5 2 20 0 17 0 7906452 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192998974704 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22688] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22688/stat : 22688 (java) S 22627 22630 3187 0 -1 1077944384 145 12726 0 0 0 0 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192997923408 140193522718619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22689] ppid=22627 vsize=14202692 CPUtime=6.62 cores=0,2,4,6
/proc/22630/task/22689/stat : 22689 (java) S 22627 22630 3187 0 -1 1077944384 17451 12726 0 0 652 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192996870256 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22690] ppid=22627 vsize=14202692 CPUtime=6.74 cores=0,2,4,6
/proc/22630/task/22690/stat : 22690 (java) S 22627 22630 3187 0 -1 1077944384 19248 12726 0 0 664 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192995817456 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22691] ppid=22627 vsize=14202692 CPUtime=1.87 cores=0,2,4,6
/proc/22630/task/22691/stat : 22691 (java) S 22627 22630 3187 0 -1 1077944384 7686 12726 0 0 177 3 5 2 20 0 17 0 7906454 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192994765168 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22692] ppid=22627 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22630/task/22692/stat : 22692 (java) S 22627 22630 3187 0 -1 1077944384 3 12726 0 0 0 0 5 2 20 0 17 0 7906455 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192993712608 140193522710229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
[pid=22630/tid=22693] ppid=22627 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/22630/task/22693/stat : 22693 (java) S 22627 22630 3187 0 -1 1077944384 537 12726 0 0 7 7 5 2 20 0 17 0 7906457 14543556608 1054652 18446744073709551615 4194304 4196468 140732302622000 140192992660400 140193522711170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27529216 140732302624718 140732302627503 140732302627503 140732302630863 0
Current children cumulated CPU time (s) 264.43
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 240.858
CPU time (s): 264.581
CPU user time (s): 262.578
CPU system time (s): 2.00309
CPU usage (%): 109.849
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 262.578
system time used= 2.00309
maximum resident set size= 4219336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14313
involuntary context switches= 546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.0737 second user time and 1.59657 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 09:31:57
IDJOB=4259378
IDBENCH=137180
IDSOLVER=2646
FILE ID=node135/4259378-1501659958
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-63.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259378-1501659958/watcher-4259378-1501659958 -o /tmp/evaluation-result-4259378-1501659958/solver-4259378-1501659958 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259378-1501659958.xml

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=185258988

node135.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.21
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.21
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.21
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.21
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:        27420872 kB
MemAvailable:   27709652 kB
Buffers:          136924 kB
Cached:           428448 kB
SwapCached:            0 kB
Active:          4658292 kB
Inactive:         264896 kB
Active(anon):    4358464 kB
Inactive(anon):     8592 kB
Active(file):     299828 kB
Inactive(file):   256304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24784 kB
Writeback:             4 kB
AnonPages:       4358168 kB
Mapped:            42608 kB
Shmem:              8960 kB
Slab:             123400 kB
SReclaimable:      96964 kB
SUnreclaim:        26436 kB
KernelStack:        3536 kB
PageTables:        13260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5066628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4087808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 09:35:58