Trace number 4302672

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT517 15.3231 6.37996

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy04_c18.xml
MD5SUMfbf6579f490cb155f12923a6424db5f0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark517
Best CPU time to get the best result obtained on this benchmark2.78215
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints155
Number of domains3
Minimum domain size2
Maximum domain size7
Distribution of domain sizes[{"size":2,"count":48},{"size":4,"count":24},{"size":7,"count":28}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":52},{"degree":11,"count":16},{"degree":12,"count":24},{"degree":13,"count":6},{"degree":14,"count":2}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":25},{"arity":3,"count":8},{"arity":4,"count":70},{"arity":5,"count":20},{"arity":6,"count":32}]
Number of extensional constraints28
Number of intensional constraints65
Distribution of constraint types[{"type":"extension","count":28},{"type":"intension","count":65},{"type":"regular","count":4},{"type":"allDifferent","count":6},{"type":"cardinality","count":4},{"type":"element","count":48}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
8.69/4.14	o 583
9.35/4.39	o 538
9.69/4.41	o 529
9.69/4.49	o 528
10.36/4.68	o 518
12.08/5.30	o 517
15.11/6.35	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
15.11/6.35		at concrete.constraint.semantic.NoGoods$NoGood.lit1(NoGoods.scala:292)
15.11/6.35		at concrete.constraint.semantic.NoGoods$NoGood.toString(NoGoods.scala:298)
15.11/6.35		at concrete.constraint.semantic.NoGoods.$anonfun$revise$1(NoGoods.scala:45)
15.11/6.35		at concrete.constraint.semantic.NoGoods.$anonfun$revise$1$adapted(NoGoods.scala:42)
15.11/6.35		at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:59)
15.11/6.35		at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:52)
15.11/6.35		at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
15.11/6.35		at concrete.constraint.semantic.NoGoods.revise(NoGoods.scala:42)
15.11/6.35		at concrete.constraint.Constraint.revise(Constraint.scala:100)
15.11/6.35		at concrete.filter.ACC.reduce(ACC.scala:154)
15.11/6.35		at concrete.filter.ACC.reduceAfter(ACC.scala:91)
15.11/6.35		at concrete.MAC.$anonfun$mac$1(MAC.scala:165)
15.11/6.35		at concrete.ProblemState.andThen(ProblemState.scala:217)
15.11/6.35		at concrete.MAC.mac(MAC.scala:165)
15.11/6.35		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
15.11/6.35		at scala.util.Try$.apply(Try.scala:209)
15.11/6.35		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
15.11/6.35		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
15.11/6.35		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
15.11/6.35		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
15.11/6.35		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
15.11/6.35		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
15.11/6.35		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
15.11/6.35		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
15.11/6.35		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
15.11/6.35		at concrete.MAC.oneRun(MAC.scala:253)
15.11/6.35		at concrete.MAC.nextSolution(MAC.scala:272)
15.11/6.35		at concrete.MAC.nextSolution(MAC.scala:355)
15.11/6.35		at concrete.Solver.hasNext(Solver.scala:166)
15.11/6.35		at scala.collection.Iterator.foreach(Iterator.scala:944)
15.11/6.35		at scala.collection.Iterator.foreach$(Iterator.scala:944)
15.11/6.35		at concrete.Solver.foreach(Solver.scala:68)
15.11/6.35		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
15.11/6.35		at scala.util.Success.$anonfun$map$1(Try.scala:251)
15.11/6.35		at scala.util.Success.map(Try.scala:209)
15.11/6.35		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
15.11/6.35		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
15.11/6.35		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
15.11/6.35		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
15.11/6.35		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
15.11/6.35		at scala.Function0.apply$mcV$sp(Function0.scala:34)
15.11/6.35		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
15.11/6.35		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
15.11/6.35		at scala.App.$anonfun$main$1$adapted(App.scala:76)
15.11/6.35		at scala.collection.immutable.List.foreach(List.scala:389)
15.11/6.35		at scala.App.main(App.scala:76)
15.11/6.35		at scala.App.main$(App.scala:74)
15.11/6.35		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
15.11/6.35		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
15.11/6.35	v <instantiation cost="517">
15.11/6.35	v       <list>
15.11/6.35	v         o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] t[0][0] t[0][1] t[0][2] t[0][3] t[0][4] t[0][5] t[0][6] t[1][0] t[1][1] t[1][2] t[1][3] t[1][4] t[1][5] t[1][6] t[2][0] t[2][1] t[2][2] t[2][3] t[2][4] t[2][5] t[2][6] t[3][0] t[3][1] t[3][2] t[3][3] t[3][4] t[3][5] t[3][6]
15.11/6.35	v       </list>
15.11/6.35	v       <values>
15.11/6.35	v         2 2 1 3 1 3 3 3 0 2 0 2 0 0 3 1 3 1 1 1 2 0 2 0 0 1 1 0 0 1 0 1 0 0 1 1 1 0 0 1 1 0 1 0 1 1 0 0 1 0 0 1 1 0 1 0 1 1 0 0 0 1 1 0 0 1 0 1 0 0 1 1 15 15 0 34 32 10 0 32 32 10 15 22 0 0 0 15 34 47 0 22 22 0 32 32 0 47 15 34
15.11/6.35	v       </values>
15.11/6.35	v     </instantiation>
15.11/6.35	s SATISFIABLE

Verifier Data

OK	517

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302672-1532898407/watcher-4302672-1532898407 -o /tmp/evaluation-result-4302672-1532898407/solver-4302672-1532898407 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1419774256 -superng HOME/instance-4302672-1532898407.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32216, runsolver pid=32213

[startup+0.100141 s]*
/proc/loadavg: 1.61 1.63 1.74 3/206 32273
/proc/meminfo: memFree=27453896/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=10088124 memory=19652 CPUtime=0.08 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 4547 13026 0 0 1 0 5 2 20 0 7 0 107403999 10330238976 4913 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2522031 4913 2018 1 0 2510469 0
[pid=32216/tid=32269] ppid=32213 vsize=10088124 memory=4279135703946724240 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 2350 13026 0 0 1 0 5 2 20 0 7 0 107404008 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648627993248 140648656172189 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 7 0 107404009 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=10088124 memory=140072316569216 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 7 0 107404009 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 7 0 107404009 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 7 0 107404009 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=10088124 memory=140072316569216 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 7 0 107404010 10330238976 4913 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19652 KiB

[startup+0.210091 s]*
/proc/loadavg: 1.61 1.63 1.74 3/215 32282
/proc/meminfo: memFree=27432240/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=10982776 memory=46572 CPUtime=0.25 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 8989 13026 0 0 16 2 5 2 20 0 15 0 107403999 11246362624 11643 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2745694 11643 2960 1 0 2708117 0
[pid=32216/tid=32269] ppid=32213 vsize=10982776 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 5623 13026 0 0 10 2 5 2 20 0 15 0 107404008 11246362624 11709 33554432000 4194304 4196468 140726795608784 140648627975072 140648648829981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=10982776 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246362624 11709 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=10982776 memory=4122677780979648160 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246362624 11709 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246362624 11775 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246362624 11775 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=10982776 memory=140072316569216 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 107404010 11246362624 11775 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246362624 11775 33554432000 4194304 4196468 140726795608784 140647441884192 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246362624 11841 33554432000 4194304 4196468 140726795608784 140647294034800 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246362624 11841 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 22977 0 -1 1077944384 407 13026 0 0 1 0 5 2 20 0 15 0 107404014 11246362624 11841 33554432000 4194304 4196468 140726795608784 140648080563056 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=10982776 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 22977 0 -1 1077944384 188 13026 0 0 1 0 5 2 20 0 15 0 107404014 11246362624 11841 33554432000 4194304 4196468 140726795608784 140648079510256 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=10982776 memory=140072316569216 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 625 13026 0 0 3 0 5 2 20 0 15 0 107404014 11246362624 11841 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246329856 11894 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=10982744 memory=140072316569216 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246329856 11894 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982776 KiB
Current children cumulated memory: 46572 KiB

[startup+0.310167 s]*
/proc/loadavg: 1.61 1.63 1.74 3/215 32282
/proc/meminfo: memFree=27418596/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=10983192 memory=55452 CPUtime=0.38 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 10448 13026 0 0 28 3 5 2 20 0 15 0 107403999 11246788608 13863 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2745798 13863 3079 1 0 2708109 0
[pid=32216/tid=32269] ppid=32213 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 7001 13026 0 0 19 2 5 2 20 0 15 0 107404008 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648627962272 140648640230750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 107404010 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246788608 13863 33554432000 4194304 4196468 140726795608784 140647441884192 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246788608 13863 33554432000 4194304 4196468 140726795608784 140647294034800 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 22977 0 -1 1077944384 407 13026 0 0 1 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648080563056 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 22977 0 -1 1077944384 189 13026 0 0 1 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648079510256 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=10983192 memory=140072316569216 CPUtime=0.12 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 633 13026 0 0 5 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=10983192 memory=140072316569216 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 13863 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55452 KiB

[startup+0.700797 s]
/proc/loadavg: 1.61 1.63 1.74 3/215 32282
/proc/meminfo: memFree=27409160/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=10983192 memory=88772 CPUtime=0.98 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 16765 13026 0 0 87 4 5 2 20 0 15 0 107403999 11246788608 22193 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2745798 22193 3238 1 0 2708109 0
[pid=32216/tid=32269] ppid=32213 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 12223 13026 0 0 56 3 5 2 20 0 15 0 107404008 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648627971088 140648637715216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=10983192 memory=79 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=10983192 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 107404009 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=10983192 memory=140076063392327 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 5 13026 0 0 0 0 5 2 20 0 15 0 107404010 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=10983192 memory=140076063392347 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246788608 22193 33554432000 4194304 4196468 140726795608784 140647441884192 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=10983192 memory=140076063392348 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404011 11246788608 22193 33554432000 4194304 4196468 140726795608784 140647294034800 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=10983192 memory=140076063392352 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=10983192 memory=140076063392361 CPUtime=0.16 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 22977 0 -1 1077944384 1019 13026 0 0 9 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648080563056 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=10983192 memory=140076063392364 CPUtime=0.14 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 22977 0 -1 1077944384 575 13026 0 0 7 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648079510256 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=10983192 memory=142661633704590 CPUtime=0.2 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 726 13026 0 0 13 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=10983192 memory=18268 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=10983192 memory=18384 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404014 11246788608 22193 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88772 KiB

[startup+1.50068 s]
/proc/loadavg: 1.61 1.63 1.74 4/215 32282
/proc/meminfo: memFree=27362840/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=10998092 memory=179752 CPUtime=2.33 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 24052 13026 0 0 216 10 5 2 20 0 15 0 107403999 11262046208 44938 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2749523 44938 3475 1 0 2711181 0
[pid=32216/tid=32269] ppid=32213 vsize=10998092 memory=112704 CPUtime=1.43 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 17760 13026 0 0 130 6 5 2 20 0 15 0 107404008 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648627967392 140648640230750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 27 13026 0 0 1 0 5 2 20 0 15 0 107404009 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=10998092 memory=-7880843606118635149 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 198 13026 0 0 1 0 5 2 20 0 15 0 107404009 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 17 13026 0 0 1 0 5 2 20 0 15 0 107404009 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=10998092 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 66 13026 0 0 0 0 5 2 20 0 15 0 107404009 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=10998092 memory=280144342387072 CPUtime=0.08 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 54 13026 0 0 1 0 5 2 20 0 15 0 107404010 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=10998092 memory=10799 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 15 13026 0 0 0 0 5 2 20 0 15 0 107404011 11262046208 44938 33554432000 4194304 4196468 140726795608784 140647441884256 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=10998092 memory=25313 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404011 11262046208 44938 33554432000 4194304 4196468 140726795608784 140647294034816 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=10998092 memory=321013415751723303 CPUtime=0.32 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) S 32213 32216 22977 0 -1 1077944384 1498 13026 0 0 25 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648080563056 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=10998092 memory=288288891742739861 CPUtime=0.24 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) S 32213 32216 22977 0 -1 1077944384 835 13026 0 0 17 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648079510256 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=10998092 memory=6656426216303648864 CPUtime=0.43 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 1386 13026 0 0 36 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404014 11262046208 44938 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179752 KiB

[startup+3.11012 s]
/proc/loadavg: 1.61 1.63 1.74 3/215 32282
/proc/meminfo: memFree=27230704/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=11008352 memory=268224 CPUtime=5.89 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 42445 13026 0 0 566 16 5 2 20 0 15 0 107403999 11272552448 67056 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2752088 67056 3496 1 0 2713741 0
[pid=32216/tid=32269] ppid=32213 vsize=11008352 memory=280144342523248 CPUtime=2.99 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 28950 13026 0 0 283 9 5 2 20 0 15 0 107404008 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648627982936 140648183383585 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=11008352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 38 13026 0 0 3 0 5 2 20 0 15 0 107404009 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=11008352 memory=8174723239089013032 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 205 13026 0 0 3 0 5 2 20 0 15 0 107404009 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=11008352 memory=2436 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 29 13026 0 0 3 0 5 2 20 0 15 0 107404009 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=11008352 memory=1728 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 98 13026 0 0 3 0 5 2 20 0 15 0 107404009 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=11008352 memory=1720 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 1431 13026 0 0 3 0 5 2 20 0 15 0 107404010 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=11008352 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 15 13026 0 0 0 0 5 2 20 0 15 0 107404011 11272552448 67056 33554432000 4194304 4196468 140726795608784 140647441884256 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=11008352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404011 11272552448 67056 33554432000 4194304 4196468 140726795608784 140647294034816 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=11008352 memory=576461252103989788 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=11008352 memory=288286688357396131 CPUtime=1.02 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) R 32213 32216 22977 0 -1 4202560 4111 13026 0 0 93 2 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648080550080 140648641273991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=11008352 memory=4860561 CPUtime=0.71 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) R 32213 32216 22977 0 -1 4202560 1481 13026 0 0 64 0 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648079485872 140648637671969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=11008352 memory=0 CPUtime=1.14 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) R 32213 32216 22977 0 -1 4202560 3892 13026 0 0 106 1 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648078457456 140648649247099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=11008352 memory=280144342387072 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=11008352 memory=10799 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 107404014 11272552448 67056 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 268224 KiB

[startup+6.30086 s]
/proc/loadavg: 1.56 1.62 1.74 5/215 32282
/proc/meminfo: memFree=27080676/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=11082080 memory=404880 CPUtime=15.11 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 79009 13026 0 0 1481 23 5 2 20 0 15 0 107403999 11348049920 101220 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2770520 101220 3515 1 0 2732173 0
[pid=32216/tid=32269] ppid=32213 vsize=11082080 memory=396540 CPUtime=6.01 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 51232 13026 0 0 581 13 5 2 20 0 15 0 107404008 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648627982976 140648191122791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=11082080 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 61 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=11082080 memory=393696 CPUtime=0.11 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 222 13026 0 0 4 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=11082080 memory=10799 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 126 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=11082080 memory=33 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 121 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=11082080 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 1794 13026 0 0 4 0 5 2 20 0 15 0 107404010 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 107404011 11348049920 101220 33554432000 4194304 4196468 140726795608784 140647441884320 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404011 11348049920 101220 33554432000 4194304 4196468 140726795608784 140647294034816 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=11082080 memory=1905 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=11082080 memory=0 CPUtime=3.87 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) R 32213 32216 22977 0 -1 4202560 11101 13026 0 0 378 2 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648080544720 140648640439164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=11082080 memory=396156 CPUtime=3.22 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) R 32213 32216 22977 0 -1 4202560 5134 13026 0 0 314 1 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648079495248 140648640055997 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=11082080 memory=0 CPUtime=1.94 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 6989 13026 0 0 185 2 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 404880 KiB

[startup+6.37992 s]
# the end of solver process 32216 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=15.0412 s, system=0.281905 s

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

[startup+6.30086 s]
/proc/loadavg: 1.56 1.62 1.74 5/215 32282
/proc/meminfo: memFree=27080676/32770624 swapFree=67108792/67108860
[pid=32216] ppid=32213 vsize=11082080 memory=404880 CPUtime=15.11 cores=1,3,5,7
/proc/32216/stat : 32216 (java) S 32213 32216 22977 0 -1 1077944320 79009 13026 0 0 1481 23 5 2 20 0 15 0 107403999 11348049920 101220 33554432000 4194304 4196468 140726795608784 140726795591328 140648656150263 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
/proc/32216/statm: 2770520 101220 3515 1 0 2732173 0
[pid=32216/tid=32269] ppid=32213 vsize=11082080 memory=396540 CPUtime=6.01 cores=1,3,5,7
/proc/32216/task/32269/stat : 32269 (java) R 32213 32216 22977 0 -1 4202560 51232 13026 0 0 581 13 5 2 20 0 15 0 107404008 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648627982976 140648191122791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32270] ppid=32213 vsize=11082080 memory=56 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32270/stat : 32270 (java) S 32213 32216 22977 0 -1 1077944384 61 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648660393104 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32271] ppid=32213 vsize=11082080 memory=393696 CPUtime=0.11 cores=1,3,5,7
/proc/32216/task/32271/stat : 32271 (java) S 32213 32216 22977 0 -1 1077944384 222 13026 0 0 4 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648515111952 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32272] ppid=32213 vsize=11082080 memory=10799 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32272/stat : 32272 (java) S 32213 32216 22977 0 -1 1077944384 126 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648514059152 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32273] ppid=32213 vsize=11082080 memory=33 CPUtime=0.1 cores=1,3,5,7
/proc/32216/task/32273/stat : 32273 (java) S 32213 32216 22977 0 -1 1077944384 121 13026 0 0 3 0 5 2 20 0 15 0 107404009 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648513006352 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32274] ppid=32213 vsize=11082080 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32216/task/32274/stat : 32274 (java) S 32213 32216 22977 0 -1 1077944384 1794 13026 0 0 4 0 5 2 20 0 15 0 107404010 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648081615216 140648656161410 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32275] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32275/stat : 32275 (java) S 32213 32216 22977 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 107404011 11348049920 101220 33554432000 4194304 4196468 140726795608784 140647441884320 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32276] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32276/stat : 32276 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404011 11348049920 101220 33554432000 4194304 4196468 140726795608784 140647294034816 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32277] ppid=32213 vsize=11082080 memory=1905 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32277/stat : 32277 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140646986635088 140648656168859 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32278] ppid=32213 vsize=11082080 memory=0 CPUtime=3.87 cores=1,3,5,7
/proc/32216/task/32278/stat : 32278 (java) R 32213 32216 22977 0 -1 4202560 11101 13026 0 0 378 2 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648080544720 140648640439164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32279] ppid=32213 vsize=11082080 memory=396156 CPUtime=3.22 cores=1,3,5,7
/proc/32216/task/32279/stat : 32279 (java) R 32213 32216 22977 0 -1 4202560 5134 13026 0 0 314 1 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648079495248 140648640055997 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32280] ppid=32213 vsize=11082080 memory=0 CPUtime=1.94 cores=1,3,5,7
/proc/32216/task/32280/stat : 32280 (java) S 32213 32216 22977 0 -1 1077944384 6989 13026 0 0 185 2 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648078457456 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32281] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32281/stat : 32281 (java) S 32213 32216 22977 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140646555839200 140648656160469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
[pid=32216/tid=32282] ppid=32213 vsize=11082080 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/32216/task/32282/stat : 32282 (java) S 32213 32216 22977 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 107404014 11348049920 101220 33554432000 4194304 4196468 140726795608784 140648077404848 140648656161410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 33746944 140726795614824 140726795617633 140726795617633 140726795620303 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 11082080 KiB
Current children cumulated memory: 404880 KiB

Child status: 1
Real time (s): 6.37996
CPU time (s): 15.3231
CPU user time (s): 15.0412
CPU system time (s): 0.281905
CPU usage (%): 240.176
Max. virtual memory (cumulated for all children) (KiB): 11084936
Max. memory (cumulated for all children) (KiB): 404880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0412
system time used= 0.281905
maximum resident set size= 407104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7715
involuntary context switches= 74


# summary of solver processes directly reported to runsolver:
#   pid: 32216
#   total CPU time (s): 15.3231
#   total CPU user time (s): 15.0412
#   total CPU system time (s): 0.281905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060697 second user time and 0.103527 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 23:06:47
IDJOB=4302672
IDBENCH=141543
IDSOLVER=2777
FILE ID=node150/4302672-1532898407
RUNJOBID= node150-1532894180-24644
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy04_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302672-1532898407/watcher-4302672-1532898407 -o /tmp/evaluation-result-4302672-1532898407/solver-4302672-1532898407 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24644 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1419774256 -superng HOME/instance-4302672-1532898407.xml

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

MD5SUM BENCH= fbf6579f490cb155f12923a6424db5f0
RANDOM SEED=1419774256

node150.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.76
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.76
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.76
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.76
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:        27462356 kB
MemAvailable:   31304400 kB
Buffers:          228492 kB
Cached:          3856200 kB
SwapCached:           32 kB
Active:          2172960 kB
Inactive:        2601112 kB
Active(anon):     641004 kB
Inactive(anon):    76188 kB
Active(file):    1531956 kB
Inactive(file):  2524924 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26784 kB
Writeback:             0 kB
AnonPages:        697372 kB
Mapped:            57932 kB
Shmem:             25156 kB
Slab:             230440 kB
SReclaimable:     202000 kB
SUnreclaim:        28440 kB
KernelStack:        3536 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1863364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:06:54