Trace number 4262497

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) 2522.6201 2454.45

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-spng/
Pb-NG-K145.xml
MD5SUM5e6b89adf4cff092dc7bbd8ab430815e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables17255
Number of constraints17547
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":17255}]
Minimum variable degree3
Maximum variable degree12
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":273},{"degree":5,"count":1771},{"degree":6,"count":7755},{"degree":7,"count":4732},{"degree":8,"count":1862},{"degree":9,"count":574},{"degree":10,"count":143},{"degree":11,"count":1},{"degree":12,"count":143}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1872},{"arity":3,"count":7776},{"arity":4,"count":4752},{"arity":5,"count":2016},{"arity":6,"count":432},{"arity":7,"count":144},{"arity":9,"count":144},{"arity":119,"count":290},{"arity":145,"count":119}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":17547}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27090
running on 4 cores: 1,3,5,7

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.87 1.72 1.69 4/202 27093
/proc/meminfo: memFree=28066872/32770624 swapFree=0/466704
[pid=27093] ppid=27090 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27093/stat : 27093 (runsolver) D 27090 27093 13007 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 88369367 24240128 108 18446744073709551615 4194304 4338465 140723905400432 140723905398072 140220334727895 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 13615104 140723905409232 140723905409609 140723905409609 140723905413066 0
/proc/27093/statm: 5918 108 54 36 0 2156 0

[startup+0.100145 s]
/proc/loadavg: 1.87 1.72 1.69 4/202 27093
/proc/meminfo: memFree=28066872/32770624 swapFree=0/466704
[pid=27093] ppid=27090 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/27093/stat : 27093 (bash) S 27090 27093 13007 0 -1 4202496 716 3530 0 0 0 0 0 0 20 0 1 0 88369367 9736192 355 18446744073709551615 4194304 5098028 140725933745776 140725933743416 139630611999744 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 40796160 140725933748756 140725933748841 140725933748841 140725933752298 0
/proc/27093/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200273 s]
/proc/loadavg: 1.87 1.72 1.69 4/202 27093
/proc/meminfo: memFree=28066872/32770624 swapFree=0/466704
[pid=27093] ppid=27090 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27093/stat : 27093 (bash) S 27090 27093 13007 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 88369367 9867264 377 18446744073709551615 4194304 5098028 140725933745776 140725933739784 139630611999744 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 40796160 140725933748756 140725933748841 140725933748841 140725933752298 0
/proc/27093/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300206 s]
/proc/loadavg: 1.87 1.72 1.69 4/202 27093
/proc/meminfo: memFree=28066872/32770624 swapFree=0/466704
[pid=27093] ppid=27090 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 6050 12817 0 0 5 1 5 3 20 0 14 0 88369367 14241083392 5739 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3476827 5739 2653 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700285 s]
/proc/loadavg: 1.87 1.72 1.69 4/202 27093
/proc/meminfo: memFree=28066872/32770624 swapFree=0/466704
[pid=27093] ppid=27090 vsize=13974784 CPUtime=0.61 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 13886 12817 0 0 49 4 5 3 20 0 15 0 88369367 14310178816 14274 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3493696 14274 3058 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.87 1.72 1.69 3/217 27156
/proc/meminfo: memFree=27975932/32770624 swapFree=0/466980
[pid=27093] ppid=27090 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 27766 12817 0 0 168 8 5 3 20 0 15 0 88369367 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3496352 33856 3339 1 0 3485525 0
[pid=27093/tid=27143] ppid=27090 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 22383 12817 0 0 113 6 5 3 20 0 15 0 88369391 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526828745952 140526808597854 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 1 12817 0 0 0 0 5 3 20 0 15 0 88369392 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 1 12817 0 0 0 0 5 3 20 0 15 0 88369392 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 1 12817 0 0 0 0 5 3 20 0 15 0 88369392 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 2 12817 0 0 0 0 5 3 20 0 15 0 88369392 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 5 12817 0 0 0 0 5 3 20 0 15 0 88369393 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 33 12817 0 0 0 0 5 3 20 0 15 0 88369394 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526368888480 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 21 12817 0 0 0 0 5 3 20 0 15 0 88369394 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526367835376 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 1024 12817 0 0 14 0 5 3 20 0 15 0 88369397 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 916 12817 0 0 17 0 5 3 20 0 15 0 88369397 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) R 27090 27093 13007 0 -1 4202560 1209 12817 0 0 21 0 5 3 20 0 15 0 88369397 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526802962168 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 10 12817 0 0 0 0 5 3 20 0 15 0 88369402 14321057792 33856 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10067 s]
/proc/loadavg: 1.87 1.72 1.69 5/217 27156
/proc/meminfo: memFree=27903084/32770624 swapFree=0/466980
[pid=27093] ppid=27090 vsize=13995836 CPUtime=6.11 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 43372 12817 0 0 586 17 5 3 20 0 15 0 88369367 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3498959 72496 3463 1 0 3487573 0
[pid=27093/tid=27143] ppid=27090 vsize=13995836 CPUtime=2.82 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 30072 12817 0 0 265 9 5 3 20 0 15 0 88369391 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526828747520 140526451150840 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 86 12817 0 0 1 1 5 3 20 0 15 0 88369392 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 1 0 5 3 20 0 15 0 88369392 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 331 12817 0 0 2 0 5 3 20 0 15 0 88369392 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 76 12817 0 0 2 0 5 3 20 0 15 0 88369392 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 1268 12817 0 0 1 0 5 3 20 0 15 0 88369393 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 15 0 88369394 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526368888544 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 45 12817 0 0 0 0 5 3 20 0 15 0 88369394 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=13995836 CPUtime=1.22 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) R 27090 27093 13007 0 -1 4202560 3613 12817 0 0 114 0 5 3 20 0 15 0 88369397 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526365713648 140526802112145 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=13995836 CPUtime=1.1 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 2164 12817 0 0 102 0 5 3 20 0 15 0 88369397 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=13995836 CPUtime=1.02 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 3436 12817 0 0 93 1 5 3 20 0 15 0 88369397 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 13 12817 0 0 0 0 5 3 20 0 15 0 88369402 14331736064 72496 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 13995836

[startup+6.30073 s]
/proc/loadavg: 1.88 1.73 1.70 3/217 27156
/proc/meminfo: memFree=27660628/32770624 swapFree=0/466980
[pid=27093] ppid=27090 vsize=13997884 CPUtime=14.11 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 56021 12817 0 0 1366 37 5 3 20 0 15 0 88369367 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3499471 115762 3475 1 0 3488085 0
[pid=27093/tid=27143] ppid=27090 vsize=13997884 CPUtime=5.85 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 33710 12817 0 0 567 10 5 3 20 0 15 0 88369391 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526828749400 140526462208935 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=13997884 CPUtime=0.25 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 317 12817 0 0 12 5 5 3 20 0 15 0 88369392 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=13997884 CPUtime=0.26 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 228 12817 0 0 13 5 5 3 20 0 15 0 88369392 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=13997884 CPUtime=0.26 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 942 12817 0 0 14 4 5 3 20 0 15 0 88369392 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=13997884 CPUtime=0.25 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 255 12817 0 0 12 5 5 3 20 0 15 0 88369392 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=13997884 CPUtime=0.1 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 1398 12817 0 0 2 0 5 3 20 0 15 0 88369393 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 15 0 88369394 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526368888544 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 45 12817 0 0 0 0 5 3 20 0 15 0 88369394 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=13997884 CPUtime=3.1 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 6324 12817 0 0 301 1 5 3 20 0 15 0 88369397 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=13997884 CPUtime=2.97 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) R 27090 27093 13007 0 -1 4202560 4889 12817 0 0 288 1 5 3 20 0 15 0 88369397 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526810496241 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=13997884 CPUtime=1.62 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 5518 12817 0 0 152 2 5 3 20 0 15 0 88369397 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 181 12817 0 0 0 0 5 3 20 0 15 0 88369402 14333833216 115762 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 2.05 1.77 1.71 3/217 27156
/proc/meminfo: memFree=27173780/32770624 swapFree=0/466980
[pid=27093] ppid=27090 vsize=14067516 CPUtime=27.27 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 86767 12817 0 0 2662 57 5 3 20 0 15 0 88369367 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3516879 279513 3483 1 0 3505493 0
[pid=27093/tid=27143] ppid=27090 vsize=14067516 CPUtime=11.84 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 51540 12817 0 0 1157 19 5 3 20 0 15 0 88369391 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526828747840 140526449072928 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=14067516 CPUtime=0.61 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 653 12817 0 0 46 7 5 3 20 0 15 0 88369392 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=14067516 CPUtime=0.61 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 496 12817 0 0 46 7 5 3 20 0 15 0 88369392 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=14067516 CPUtime=0.61 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 1970 12817 0 0 47 6 5 3 20 0 15 0 88369392 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=14067516 CPUtime=0.6 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 668 12817 0 0 45 7 5 3 20 0 15 0 88369392 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 5949 12817 0 0 6 0 5 3 20 0 15 0 88369393 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 65 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526368888608 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14405136384 279513 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0

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

Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.47 1.46 1.48 3/214 27433
/proc/meminfo: memFree=29836268/32770624 swapFree=0/467556
[pid=27093] ppid=27090 vsize=14067516 CPUtime=2508.42 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 388491 12817 0 0 250388 446 5 3 20 0 15 0 88369367 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3516879 198977 3485 1 0 3505493 0
[pid=27093/tid=27143] ppid=27090 vsize=14067516 CPUtime=2419.27 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 198324 12817 0 0 241837 82 5 3 20 0 15 0 88369391 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526828751520 140526462932664 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=14067516 CPUtime=14.69 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 26156 12817 0 0 1404 57 5 3 20 0 15 0 88369392 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=14067516 CPUtime=14.68 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 28383 12817 0 0 1402 58 5 3 20 0 15 0 88369392 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=14067516 CPUtime=14.7 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 35055 12817 0 0 1405 57 5 3 20 0 15 0 88369392 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=14067516 CPUtime=14.66 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 28076 12817 0 0 1405 53 5 3 20 0 15 0 88369392 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=14067516 CPUtime=6.37 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 22748 12817 0 0 550 79 5 3 20 0 15 0 88369393 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 65 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526368888608 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=14067516 CPUtime=9.73 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 15370 12817 0 0 961 4 5 3 20 0 15 0 88369397 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=14067516 CPUtime=9.84 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 13865 12817 0 0 971 5 5 3 20 0 15 0 88369397 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=14067516 CPUtime=3.55 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 17018 12817 0 0 340 7 5 3 20 0 15 0 88369397 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=14067516 CPUtime=1.53 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 1217 12817 0 0 63 82 5 3 20 0 15 0 88369402 14405136384 198977 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 2508.42
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453.7 s]
/proc/loadavg: 1.40 1.45 1.48 3/214 27433
/proc/meminfo: memFree=29818652/32770624 swapFree=0/467560
[pid=27093] ppid=27090 vsize=14067516 CPUtime=2520.05 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 389224 12817 0 0 251548 449 5 3 20 0 15 0 88369367 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3516879 203497 3485 1 0 3505493 0
[pid=27093/tid=27143] ppid=27090 vsize=14067516 CPUtime=2430.55 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) R 27090 27093 13007 0 -1 4202560 198677 12817 0 0 242964 83 5 3 20 0 15 0 88369391 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526828751872 140526462957325 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=14067516 CPUtime=14.77 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 26177 12817 0 0 1411 58 5 3 20 0 15 0 88369392 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526781483536 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=14067516 CPUtime=14.77 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) S 27090 27093 13007 0 -1 1077944384 28432 12817 0 0 1410 59 5 3 20 0 15 0 88369392 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=14067516 CPUtime=14.79 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) S 27090 27093 13007 0 -1 1077944384 35106 12817 0 0 1413 58 5 3 20 0 15 0 88369392 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526779377936 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=14067516 CPUtime=14.73 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) S 27090 27093 13007 0 -1 1077944384 28132 12817 0 0 1412 53 5 3 20 0 15 0 88369392 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=14067516 CPUtime=6.41 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 22938 12817 0 0 553 80 5 3 20 0 15 0 88369393 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526369942256 140526824528514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 65 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526368888608 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 15 0 88369394 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=14067516 CPUtime=9.73 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 15370 12817 0 0 961 4 5 3 20 0 15 0 88369397 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=14067516 CPUtime=9.84 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 13865 12817 0 0 971 5 5 3 20 0 15 0 88369397 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=14067516 CPUtime=3.55 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 17018 12817 0 0 340 7 5 3 20 0 15 0 88369397 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 15 0 88369397 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=14067516 CPUtime=1.53 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 1230 12817 0 0 63 82 5 3 20 0 15 0 88369402 14405136384 203497 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 14067516

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 27093 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2454 s]
/proc/loadavg: 1.40 1.45 1.48 3/214 27433
/proc/meminfo: memFree=29818652/32770624 swapFree=0/467560
[pid=27093] ppid=27090 vsize=14200644 CPUtime=2521.13 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 395601 12817 0 0 251655 450 5 3 20 0 17 0 88369367 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3550161 205789 3485 1 0 3538775 0
[pid=27093/tid=27143] ppid=27090 vsize=14200644 CPUtime=2430.56 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) S 27090 27093 13007 0 -1 1077944384 198957 12817 0 0 242965 83 5 3 20 0 17 0 88369391 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526828755024 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=14200644 CPUtime=15.03 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) S 27090 27093 13007 0 -1 1077944384 26308 12817 0 0 1437 58 5 3 20 0 17 0 88369392 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526781483344 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=14200644 CPUtime=15.03 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) R 27090 27093 13007 0 -1 4202560 28474 12817 0 0 1436 59 5 3 20 0 17 0 88369392 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526780430992 140526817622060 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=14200644 CPUtime=15.05 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) R 27090 27093 13007 0 -1 4202560 35198 12817 0 0 1439 58 5 3 20 0 17 0 88369392 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526779377744 140526817145575 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=14200644 CPUtime=14.99 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) R 27090 27093 13007 0 -1 4202560 28204 12817 0 0 1438 53 5 3 20 0 17 0 88369392 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526778325512 140526817145575 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=14200644 CPUtime=6.43 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 28543 12817 0 0 555 80 5 3 20 0 17 0 88369393 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526369940880 140526824527573 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 65 12817 0 0 0 0 5 3 20 0 17 0 88369394 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526368888608 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 17 0 88369394 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 62 12817 0 0 0 0 5 3 20 0 17 0 88369397 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=14200644 CPUtime=9.73 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 15370 12817 0 0 961 4 5 3 20 0 17 0 88369397 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=14200644 CPUtime=9.84 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 13865 12817 0 0 971 5 5 3 20 0 17 0 88369397 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=14200644 CPUtime=3.55 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 17018 12817 0 0 340 7 5 3 20 0 17 0 88369397 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 17 0 88369397 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=14200644 CPUtime=1.53 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 1230 12817 0 0 63 82 5 3 20 0 17 0 88369402 14541459456 205789 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 2521.13
Current children cumulated vsize (KiB) 14200644

[startup+2454.4 s]
/proc/loadavg: 1.44 1.45 1.48 6/216 27435
/proc/meminfo: memFree=29809832/32770624 swapFree=0/467560
[pid=27093] ppid=27090 vsize=14200644 CPUtime=2522.5 cores=1,3,5,7
/proc/27093/stat : 27093 (java) S 27090 27093 13007 0 -1 1077944320 395938 12817 0 0 251792 450 5 3 20 0 17 0 88369367 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140732935116832 140526824517367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
/proc/27093/statm: 3550161 206435 3491 1 0 3538775 0
[pid=27093/tid=27143] ppid=27090 vsize=14200644 CPUtime=2430.56 cores=1,3,5,7
/proc/27093/task/27143/stat : 27143 (java) S 27090 27093 13007 0 -1 1077944384 198957 12817 0 0 242965 83 5 3 20 0 17 0 88369391 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526828755024 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27144] ppid=27090 vsize=14200644 CPUtime=15.36 cores=1,3,5,7
/proc/27093/task/27144/stat : 27144 (java) R 27090 27093 13007 0 -1 4202560 26308 12817 0 0 1470 58 5 3 20 0 17 0 88369392 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526781483736 140526809513876 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27145] ppid=27090 vsize=14200644 CPUtime=15.36 cores=1,3,5,7
/proc/27093/task/27145/stat : 27145 (java) R 27090 27093 13007 0 -1 4202560 28474 12817 0 0 1469 59 5 3 20 0 17 0 88369392 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526780430880 140526809216064 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27146] ppid=27090 vsize=14200644 CPUtime=15.38 cores=1,3,5,7
/proc/27093/task/27146/stat : 27146 (java) R 27090 27093 13007 0 -1 4202560 35198 12817 0 0 1472 58 5 3 20 0 17 0 88369392 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526779378136 140526809513985 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27147] ppid=27090 vsize=14200644 CPUtime=15.32 cores=1,3,5,7
/proc/27093/task/27147/stat : 27147 (java) R 27090 27093 13007 0 -1 4202560 28204 12817 0 0 1471 53 5 3 20 0 17 0 88369392 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526778325392 140526806127212 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27148] ppid=27090 vsize=14200644 CPUtime=6.5 cores=1,3,5,7
/proc/27093/task/27148/stat : 27148 (java) S 27090 27093 13007 0 -1 1077944384 28876 12817 0 0 562 80 5 3 20 0 17 0 88369393 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526369940880 140526824527573 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27149] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27149/stat : 27149 (java) S 27090 27093 13007 0 -1 1077944384 68 12817 0 0 0 0 5 3 20 0 17 0 88369394 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526368888112 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27150] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27150/stat : 27150 (java) S 27090 27093 13007 0 -1 1077944384 54 12817 0 0 0 0 5 3 20 0 17 0 88369394 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526367835392 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27151] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27151/stat : 27151 (java) S 27090 27093 13007 0 -1 1077944384 62 12817 0 0 0 0 5 3 20 0 17 0 88369397 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526366783952 140526824535963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27152] ppid=27090 vsize=14200644 CPUtime=9.73 cores=1,3,5,7
/proc/27093/task/27152/stat : 27152 (java) S 27090 27093 13007 0 -1 1077944384 15370 12817 0 0 961 4 5 3 20 0 17 0 88369397 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526365731056 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27153] ppid=27090 vsize=14200644 CPUtime=9.84 cores=1,3,5,7
/proc/27093/task/27153/stat : 27153 (java) S 27090 27093 13007 0 -1 1077944384 13865 12817 0 0 971 5 5 3 20 0 17 0 88369397 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526296754544 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27154] ppid=27090 vsize=14200644 CPUtime=3.55 cores=1,3,5,7
/proc/27093/task/27154/stat : 27154 (java) S 27090 27093 13007 0 -1 1077944384 17018 12817 0 0 340 7 5 3 20 0 17 0 88369397 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526295701488 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27155] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27155/stat : 27155 (java) S 27090 27093 13007 0 -1 1077944384 3 12817 0 0 0 0 5 3 20 0 17 0 88369397 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526294649184 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27156] ppid=27090 vsize=14200644 CPUtime=1.53 cores=1,3,5,7
/proc/27093/task/27156/stat : 27156 (java) S 27090 27093 13007 0 -1 1077944384 1230 12817 0 0 63 82 5 3 20 0 17 0 88369402 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526293597232 140526824528514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27434] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27434/stat : 27434 (java) S 27090 27093 13007 0 -1 1077944384 70 12817 0 0 0 0 5 3 20 0 17 0 88614738 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526265004912 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
[pid=27093/tid=27435] ppid=27090 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/27093/task/27435/stat : 27435 (java) S 27090 27093 13007 0 -1 1077944384 26 12817 0 0 0 0 5 3 20 0 17 0 88614738 14541459456 206435 18446744073709551615 4194304 4196468 140732935134288 140526263952576 140526824527573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27000832 140732935141328 140732935144113 140732935144113 140732935147471 0
Current children cumulated CPU time (s) 2522.5
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2454.45
CPU time (s): 2522.62
CPU user time (s): 2518.07
CPU system time (s): 4.55356
CPU usage (%): 102.778
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.07
system time used= 4.55356
maximum resident set size= 2691000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 187146
involuntary context switches= 7389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1472 second user time and 16.0152 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 17:02:27
IDJOB=4262497
IDBENCH=134763
IDSOLVER=2650
FILE ID=node135/4262497-1502464581
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-spng/Pb-NG-K145.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262497-1502464581/watcher-4262497-1502464581 -o /tmp/evaluation-result-4262497-1502464581/solver-4262497-1502464581 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262497-1502464581.xml

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

MD5SUM BENCH= 5e6b89adf4cff092dc7bbd8ab430815e
RANDOM SEED=756164299

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:        28066896 kB
MemAvailable:   28905208 kB
Buffers:          294116 kB
Cached:           835780 kB
SwapCached:            0 kB
Active:          3755288 kB
Inactive:         500104 kB
Active(anon):    3125812 kB
Inactive(anon):    33140 kB
Active(file):     629476 kB
Inactive(file):   466964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25712 kB
Writeback:             4 kB
AnonPages:       3139524 kB
Mapped:            64460 kB
Shmem:             33464 kB
Slab:             143096 kB
SReclaimable:     115416 kB
SUnreclaim:        27680 kB
KernelStack:        3568 kB
PageTables:        11936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3793964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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= 61980 MiB
End job on node135 at 2017-08-11 17:43:22