Trace number 4262809

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 NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2523.3 2474.8401

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex05480.xml
MD5SUMc9499957e3a18a7800afc05acf28f8ff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.343498
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.53 1.51 1.52 3/197 1226
/proc/meminfo: memFree=28648444/32770624 swapFree=0/320072
[pid=1226] ppid=1223 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/1226/stat : 1226 (runsolver) D 1223 1226 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51460495 24240128 106 18446744073709551615 4194304 4338465 140726860622816 140726860620456 139764977677015 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 28278784 140726860628176 140726860628553 140726860628553 140726860632010 0
/proc/1226/statm: 5918 106 53 36 0 2156 0

[startup+0.100481 s]
/proc/loadavg: 1.53 1.51 1.52 3/197 1226
/proc/meminfo: memFree=28648444/32770624 swapFree=0/320072
[pid=1226] ppid=1223 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/1226/stat : 1226 (bash) S 1223 1226 16548 0 -1 4202496 717 3530 0 0 0 0 0 0 20 0 1 0 51460495 9736192 355 18446744073709551615 4194304 5098028 140721886184864 140721886182504 140588847528960 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 21819392 140721886188052 140721886188137 140721886188137 140721886191594 0
/proc/1226/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200263 s]
/proc/loadavg: 1.53 1.51 1.52 3/197 1226
/proc/meminfo: memFree=28648444/32770624 swapFree=0/320072
[pid=1226] ppid=1223 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/1226/stat : 1226 (bash) S 1223 1226 16548 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 51460495 9867264 377 18446744073709551615 4194304 5098028 140721886184864 140721886178872 140588847528960 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 21819392 140721886188052 140721886188137 140721886188137 140721886191594 0
/proc/1226/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300364 s]
/proc/loadavg: 1.53 1.51 1.52 3/197 1226
/proc/meminfo: memFree=28648444/32770624 swapFree=0/320072
[pid=1226] ppid=1223 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 5743 12651 0 0 5 1 5 3 20 0 14 0 51460495 14241083392 5419 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3476827 5419 2566 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.707641 s]
/proc/loadavg: 1.53 1.51 1.52 3/197 1226
/proc/meminfo: memFree=28648444/32770624 swapFree=0/320072
[pid=1226] ppid=1223 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 13788 12651 0 0 56 3 5 3 20 0 15 0 51460495 14310178816 14201 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3493696 14201 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.53 1.51 1.52 3/212 1289
/proc/meminfo: memFree=28556872/32770624 swapFree=0/320560
[pid=1226] ppid=1223 vsize=13985408 CPUtime=1.82 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 27923 12651 0 0 167 7 5 3 20 0 15 0 51460495 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3496352 33888 3342 1 0 3485525 0
[pid=1226/tid=1276] ppid=1223 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) R 1223 1226 16548 0 -1 4202560 22593 12651 0 0 115 6 5 3 20 0 15 0 51460518 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140373422362720 140373399513152 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) S 1223 1226 16548 0 -1 1077944384 1 12651 0 0 0 0 5 3 20 0 15 0 51460518 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) S 1223 1226 16548 0 -1 1077944384 1 12651 0 0 0 0 5 3 20 0 15 0 51460518 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) S 1223 1226 16548 0 -1 1077944384 1 12651 0 0 0 0 5 3 20 0 15 0 51460518 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) S 1223 1226 16548 0 -1 1077944384 2 12651 0 0 0 0 5 3 20 0 15 0 51460518 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 5 12651 0 0 0 0 5 3 20 0 15 0 51460520 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372963854448 140373418150530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 33 12651 0 0 0 0 5 3 20 0 15 0 51460520 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372962800416 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 21 12651 0 0 0 0 5 3 20 0 15 0 51460520 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372961748080 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 1035 12651 0 0 14 0 5 3 20 0 15 0 51460523 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 706 12651 0 0 14 0 5 3 20 0 15 0 51460523 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 1358 12651 0 0 22 0 5 3 20 0 15 0 51460523 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 6 12651 0 0 0 0 5 3 20 0 15 0 51460528 14321057792 33888 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10076 s]
/proc/loadavg: 1.53 1.51 1.52 5/212 1289
/proc/meminfo: memFree=28482480/32770624 swapFree=0/320560
[pid=1226] ppid=1223 vsize=13995836 CPUtime=5.26 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 39701 12651 0 0 505 13 5 3 20 0 15 0 51460495 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3498959 64711 3449 1 0 3487573 0
[pid=1226/tid=1276] ppid=1223 vsize=13995836 CPUtime=2.85 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) R 1223 1226 16548 0 -1 4202560 27223 12651 0 0 269 8 5 3 20 0 15 0 51460518 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140373422367824 140373418161309 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) S 1223 1226 16548 0 -1 1077944384 202 12651 0 0 0 0 5 3 20 0 15 0 51460518 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) S 1223 1226 16548 0 -1 1077944384 52 12651 0 0 1 0 5 3 20 0 15 0 51460518 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) S 1223 1226 16548 0 -1 1077944384 42 12651 0 0 1 0 5 3 20 0 15 0 51460518 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) S 1223 1226 16548 0 -1 1077944384 69 12651 0 0 1 0 5 3 20 0 15 0 51460518 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 1522 12651 0 0 1 0 5 3 20 0 15 0 51460520 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372963854448 140373418150530 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 55 12651 0 0 0 0 5 3 20 0 15 0 51460520 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372962800480 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 44 12651 0 0 0 0 5 3 20 0 15 0 51460520 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=13995836 CPUtime=0.77 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) R 1223 1226 16548 0 -1 4202560 2582 12651 0 0 68 1 5 3 20 0 15 0 51460523 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372959625168 140373402049792 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=13995836 CPUtime=0.75 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 2044 12651 0 0 66 1 5 3 20 0 15 0 51460523 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=13995836 CPUtime=1 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 3697 12651 0 0 92 0 5 3 20 0 15 0 51460523 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 8 12651 0 0 0 0 5 3 20 0 15 0 51460528 14331736064 64711 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 13995836

[startup+6.30068 s]
/proc/loadavg: 1.57 1.51 1.52 4/212 1289
/proc/meminfo: memFree=28220080/32770624 swapFree=0/320556
[pid=1226] ppid=1223 vsize=13999932 CPUtime=11.16 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 51770 12651 0 0 1082 26 5 3 20 0 15 0 51460495 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3499983 155013 3462 1 0 3488597 0
[pid=1226/tid=1276] ppid=1223 vsize=13999932 CPUtime=5.79 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) R 1223 1226 16548 0 -1 4202560 36632 12651 0 0 557 14 5 3 20 0 15 0 51460518 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140373422371680 140373046874929 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) S 1223 1226 16548 0 -1 1077944384 232 12651 0 0 4 1 5 3 20 0 15 0 51460518 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=13999932 CPUtime=0.13 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) S 1223 1226 16548 0 -1 1077944384 84 12651 0 0 4 1 5 3 20 0 15 0 51460518 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) S 1223 1226 16548 0 -1 1077944384 156 12651 0 0 5 1 5 3 20 0 15 0 51460518 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=13999932 CPUtime=0.14 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) S 1223 1226 16548 0 -1 1077944384 127 12651 0 0 5 1 5 3 20 0 15 0 51460518 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=13999932 CPUtime=0.11 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 1773 12651 0 0 3 0 5 3 20 0 15 0 51460520 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372963854448 140373418150530 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 55 12651 0 0 0 0 5 3 20 0 15 0 51460520 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372962800480 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 44 12651 0 0 0 0 5 3 20 0 15 0 51460520 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=13999932 CPUtime=1.96 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 3212 12651 0 0 187 1 5 3 20 0 15 0 51460523 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=13999932 CPUtime=1.88 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) R 1223 1226 16548 0 -1 4202560 2807 12651 0 0 179 1 5 3 20 0 15 0 51460523 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373401550176 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=13999932 CPUtime=1.42 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 4476 12651 0 0 133 1 5 3 20 0 15 0 51460523 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 26 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 11 12651 0 0 0 0 5 3 20 0 15 0 51460528 14335930368 155013 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 13999932

[startup+12.7107 s]
/proc/loadavg: 1.60 1.52 1.52 6/212 1289
/proc/meminfo: memFree=26807296/32770624 swapFree=0/320556
[pid=1226] ppid=1223 vsize=14072256 CPUtime=21.54 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 74000 12651 0 0 2057 89 5 3 20 0 15 0 51460495 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3518064 494045 3467 1 0 3506678 0
[pid=1226/tid=1276] ppid=1223 vsize=14072256 CPUtime=11.64 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) S 1223 1226 16548 0 -1 1077944384 45621 12651 0 0 1127 29 5 3 20 0 15 0 51460518 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140373422372192 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=14072256 CPUtime=0.65 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) R 1223 1226 16548 0 -1 4202560 967 12651 0 0 44 13 5 3 20 0 15 0 51460518 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140373360086104 140373399765328 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=14072256 CPUtime=0.6 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) R 1223 1226 16548 0 -1 4202560 642 12651 0 0 40 12 5 3 20 0 15 0 51460518 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140373359033304 140373403166802 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=14072256 CPUtime=0.61 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) R 1223 1226 16548 0 -1 4202560 983 12651 0 0 42 11 5 3 20 0 15 0 51460518 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140373357980704 140373411239230 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=14072256 CPUtime=0.64 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) R 1223 1226 16548 0 -1 4202560 749 12651 0 0 43 13 5 3 20 0 15 0 51460518 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140373356928216 140373403161458 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=14072256 CPUtime=0.15 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 3588 12651 0 0 7 0 5 3 20 0 15 0 51460520 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140372963852960 140373418149589 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=14072256 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 55 12651 0 0 0 0 5 3 20 0 15 0 51460520 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140372962800544 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=14072256 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 44 12651 0 0 0 0 5 3 20 0 15 0 51460520 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=14072256 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14409990144 494045 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0

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

/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14407233536 823605 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 1732 12651 0 0 73 71 5 3 20 0 15 0 51460528 14407233536 823605 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 2427.29
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 0.86 0.79 1.08 2/192 1511
/proc/meminfo: memFree=28070772/32770624 swapFree=0/321124
[pid=1226] ppid=1223 vsize=14069564 CPUtime=2488.08 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 495887 12651 0 0 248496 304 5 3 20 0 15 0 51460495 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3517391 823628 3478 1 0 3506005 0
[pid=1226/tid=1276] ppid=1223 vsize=14069564 CPUtime=2429.84 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) R 1223 1226 16548 0 -1 4202560 163148 12651 0 0 242898 78 5 3 20 0 15 0 51460518 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140373422373744 140373044144903 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=14069564 CPUtime=8.34 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) S 1223 1226 16548 0 -1 1077944384 60309 12651 0 0 790 36 5 3 20 0 15 0 51460518 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=14069564 CPUtime=8.31 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) S 1223 1226 16548 0 -1 1077944384 51913 12651 0 0 786 37 5 3 20 0 15 0 51460518 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=14069564 CPUtime=8.29 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) S 1223 1226 16548 0 -1 1077944384 40907 12651 0 0 787 34 5 3 20 0 15 0 51460518 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=14069564 CPUtime=8.35 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) S 1223 1226 16548 0 -1 1077944384 54918 12651 0 0 790 37 5 3 20 0 15 0 51460518 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=14069564 CPUtime=2.99 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 31394 12651 0 0 273 18 5 3 20 0 15 0 51460520 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372963854448 140373418150530 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 61 12651 0 0 0 0 5 3 20 0 15 0 51460520 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372962800544 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 50 12651 0 0 0 0 5 3 20 0 15 0 51460520 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=14069564 CPUtime=8.57 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 25156 12651 0 0 844 5 5 3 20 0 15 0 51460523 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=14069564 CPUtime=8.79 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 29089 12651 0 0 866 5 5 3 20 0 15 0 51460523 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=14069564 CPUtime=3.65 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 34992 12651 0 0 351 6 5 3 20 0 15 0 51460523 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 26 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=14069564 CPUtime=1.56 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 1789 12651 0 0 75 73 5 3 20 0 15 0 51460528 14407233536 823628 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 2488.08
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.9 s]
/proc/loadavg: 0.86 0.80 1.07 2/192 1511
/proc/meminfo: memFree=28068736/32770624 swapFree=0/321112
[pid=1226] ppid=1223 vsize=14069564 CPUtime=2520.04 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 499902 12651 0 0 251689 307 5 3 20 0 15 0 51460495 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3517391 824146 3478 1 0 3506005 0
[pid=1226/tid=1276] ppid=1223 vsize=14069564 CPUtime=2461.27 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) R 1223 1226 16548 0 -1 4202560 164156 12651 0 0 246040 79 5 3 20 0 15 0 51460518 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140373422373696 140373040411711 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=14069564 CPUtime=8.45 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) S 1223 1226 16548 0 -1 1077944384 60483 12651 0 0 801 36 5 3 20 0 15 0 51460518 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=14069564 CPUtime=8.42 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) S 1223 1226 16548 0 -1 1077944384 52242 12651 0 0 797 37 5 3 20 0 15 0 51460518 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=14069564 CPUtime=8.4 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) S 1223 1226 16548 0 -1 1077944384 42531 12651 0 0 798 34 5 3 20 0 15 0 51460518 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=14069564 CPUtime=8.47 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) S 1223 1226 16548 0 -1 1077944384 55422 12651 0 0 802 37 5 3 20 0 15 0 51460518 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=14069564 CPUtime=3.03 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 31743 12651 0 0 277 18 5 3 20 0 15 0 51460520 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372963854448 140373418150530 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 61 12651 0 0 0 0 5 3 20 0 15 0 51460520 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372962800544 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 50 12651 0 0 0 0 5 3 20 0 15 0 51460520 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=14069564 CPUtime=8.57 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 25158 12651 0 0 844 5 5 3 20 0 15 0 51460523 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=14069564 CPUtime=8.79 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 29092 12651 0 0 866 5 5 3 20 0 15 0 51460523 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=14069564 CPUtime=3.65 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 34994 12651 0 0 351 6 5 3 20 0 15 0 51460523 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 15 0 51460523 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=14069564 CPUtime=1.58 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 1809 12651 0 0 77 73 5 3 20 0 15 0 51460528 14407233536 824146 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 2520.04
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 1226 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2474.4 s]
/proc/loadavg: 0.86 0.80 1.07 2/192 1511
/proc/meminfo: memFree=28068736/32770624 swapFree=0/321112
[pid=1226] ppid=1223 vsize=14202692 CPUtime=2521.81 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 514051 12651 0 0 251864 309 5 3 20 0 17 0 51460495 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3550673 827688 3478 1 0 3539287 0
[pid=1226/tid=1276] ppid=1223 vsize=14202692 CPUtime=2461.28 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) S 1223 1226 16548 0 -1 1077944384 165289 12651 0 0 246041 79 5 3 20 0 17 0 51460518 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140373422377104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=14202692 CPUtime=8.88 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) R 1223 1226 16548 0 -1 4202560 60967 12651 0 0 844 36 5 3 20 0 17 0 51460518 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140373360085904 140373402838094 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=14202692 CPUtime=8.84 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) R 1223 1226 16548 0 -1 4202560 52429 12651 0 0 839 37 5 3 20 0 17 0 51460518 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373399748992 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=14202692 CPUtime=8.82 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) R 1223 1226 16548 0 -1 4202560 42708 12651 0 0 840 34 5 3 20 0 17 0 51460518 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140373357981016 140373402596986 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=14202692 CPUtime=8.9 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) R 1223 1226 16548 0 -1 4202560 55614 12651 0 0 844 38 5 3 20 0 17 0 51460518 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140373356928016 140373402838151 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=14202692 CPUtime=3.08 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 43103 12651 0 0 281 19 5 3 20 0 17 0 51460520 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372963853072 140373418149589 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 62 12651 0 0 0 0 5 3 20 0 17 0 51460520 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372962800448 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 50 12651 0 0 0 0 5 3 20 0 17 0 51460520 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 244 12651 0 0 0 0 5 3 20 0 17 0 51460523 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=14202692 CPUtime=8.57 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 25158 12651 0 0 844 5 5 3 20 0 17 0 51460523 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=14202692 CPUtime=8.79 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 29092 12651 0 0 866 5 5 3 20 0 17 0 51460523 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=14202692 CPUtime=3.65 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 34994 12651 0 0 351 6 5 3 20 0 17 0 51460523 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 17 0 51460523 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=14202692 CPUtime=1.58 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 1809 12651 0 0 77 73 5 3 20 0 17 0 51460528 14543556608 827688 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 2521.81
Current children cumulated vsize (KiB) 14202692

[startup+2474.8 s]
/proc/loadavg: 0.86 0.80 1.07 2/192 1511
/proc/meminfo: memFree=28068736/32770624 swapFree=0/321112
[pid=1226] ppid=1223 vsize=14202692 CPUtime=2523.23 cores=0,2,4,6
/proc/1226/stat : 1226 (java) S 1223 1226 16548 0 -1 1077944320 514425 12651 0 0 252006 309 5 3 20 0 17 0 51460495 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140727217720432 140373418139383 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
/proc/1226/statm: 3550673 827983 3478 1 0 3539287 0
[pid=1226/tid=1276] ppid=1223 vsize=14202692 CPUtime=2461.28 cores=0,2,4,6
/proc/1226/task/1276/stat : 1276 (java) S 1223 1226 16548 0 -1 1077944384 165289 12651 0 0 246041 79 5 3 20 0 17 0 51460518 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140373422377104 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1277] ppid=1223 vsize=14202692 CPUtime=9.22 cores=0,2,4,6
/proc/1226/task/1277/stat : 1277 (java) R 1223 1226 16548 0 -1 4202560 61102 12651 0 0 878 36 5 3 20 0 17 0 51460518 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140373360086104 140373403136029 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1278] ppid=1223 vsize=14202692 CPUtime=9.19 cores=0,2,4,6
/proc/1226/task/1278/stat : 1278 (java) R 1223 1226 16548 0 -1 4202560 52438 12651 0 0 874 37 5 3 20 0 17 0 51460518 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140373359033104 140373403136029 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1279] ppid=1223 vsize=14202692 CPUtime=9.17 cores=0,2,4,6
/proc/1226/task/1279/stat : 1279 (java) R 1223 1226 16548 0 -1 4202560 42822 12651 0 0 875 34 5 3 20 0 17 0 51460518 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140373357980816 140373403136062 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1280] ppid=1223 vsize=14202692 CPUtime=9.24 cores=0,2,4,6
/proc/1226/task/1280/stat : 1280 (java) R 1223 1226 16548 0 -1 4202560 55727 12651 0 0 878 38 5 3 20 0 17 0 51460518 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140373356928216 140373403136029 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1281] ppid=1223 vsize=14202692 CPUtime=3.14 cores=0,2,4,6
/proc/1226/task/1281/stat : 1281 (java) S 1223 1226 16548 0 -1 1077944384 43103 12651 0 0 287 19 5 3 20 0 17 0 51460520 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372963853072 140373418149589 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1282] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1282/stat : 1282 (java) S 1223 1226 16548 0 -1 1077944384 62 12651 0 0 0 0 5 3 20 0 17 0 51460520 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372962800448 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1283] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1283/stat : 1283 (java) S 1223 1226 16548 0 -1 1077944384 50 12651 0 0 0 0 5 3 20 0 17 0 51460520 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372961748096 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1284] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1284/stat : 1284 (java) S 1223 1226 16548 0 -1 1077944384 244 12651 0 0 0 0 5 3 20 0 17 0 51460523 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372960696400 140373418157979 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1285] ppid=1223 vsize=14202692 CPUtime=8.57 cores=0,2,4,6
/proc/1226/task/1285/stat : 1285 (java) S 1223 1226 16548 0 -1 1077944384 25158 12651 0 0 844 5 5 3 20 0 17 0 51460523 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372959644272 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1286] ppid=1223 vsize=14202692 CPUtime=8.79 cores=0,2,4,6
/proc/1226/task/1286/stat : 1286 (java) S 1223 1226 16548 0 -1 1077944384 29093 12651 0 0 866 5 5 3 20 0 17 0 51460523 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372958591472 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1287] ppid=1223 vsize=14202692 CPUtime=3.65 cores=0,2,4,6
/proc/1226/task/1287/stat : 1287 (java) S 1223 1226 16548 0 -1 1077944384 34994 12651 0 0 351 6 5 3 20 0 17 0 51460523 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372957539184 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1288] ppid=1223 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/1226/task/1288/stat : 1288 (java) S 1223 1226 16548 0 -1 1077944384 3 12651 0 0 0 0 5 3 20 0 17 0 51460523 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372956486624 140373418149589 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
[pid=1226/tid=1289] ppid=1223 vsize=14202692 CPUtime=1.58 cores=0,2,4,6
/proc/1226/task/1289/stat : 1289 (java) S 1223 1226 16548 0 -1 1077944384 1809 12651 0 0 77 73 5 3 20 0 17 0 51460528 14543556608 827983 18446744073709551615 4194304 4196468 140727217737888 140372955433392 140373418150530 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25796608 140727217743824 140727217746609 140727217746609 140727217749967 0
Current children cumulated CPU time (s) 2523.23
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2474.84
CPU time (s): 2523.3
CPU user time (s): 2520.15
CPU system time (s): 3.1523
CPU usage (%): 101.958
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.15
system time used= 3.1523
maximum resident set size= 3599892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527348
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128896
involuntary context switches= 4581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6793 second user time and 13.5586 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-12 00:50:09
IDJOB=4262809
IDBENCH=140774
IDSOLVER=2650
FILE ID=node126/4262809-1502492650
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex05480.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262809-1502492650/watcher-4262809-1502492650 -o /tmp/evaluation-result-4262809-1502492650/solver-4262809-1502492650 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262809-1502492650.xml

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

MD5SUM BENCH= c9499957e3a18a7800afc05acf28f8ff
RANDOM SEED=1256831283

node126.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.81
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.81
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.81
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.81
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:        28649304 kB
MemAvailable:   29295192 kB
Buffers:          295436 kB
Cached:           623216 kB
SwapCached:          524 kB
Active:          3264588 kB
Inactive:         391592 kB
Active(anon):    2691544 kB
Inactive(anon):    71324 kB
Active(file):     573044 kB
Inactive(file):   320268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24504 kB
Writeback:             0 kB
AnonPages:       2737260 kB
Mapped:            56452 kB
Shmem:             25248 kB
Slab:             163408 kB
SReclaimable:     136824 kB
SUnreclaim:        26584 kB
KernelStack:        3472 kB
PageTables:        11048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3413496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2506752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62008 MiB
End job on node126 at 2017-08-12 01:31:24