Trace number 4262626

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? 30.8232 13.1586

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-7-02_X2.xml
MD5SUM69e4f2d1840ee6c3ffd4a60a6361deb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.70718
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8710}]
Minimum variable degree1
Maximum variable degree351
Distribution of variable degrees[{"degree":1,"count":80},{"degree":3,"count":130},{"degree":5,"count":38},{"degree":6,"count":1113},{"degree":7,"count":845},{"degree":8,"count":2310},{"degree":9,"count":982},{"degree":10,"count":398},{"degree":11,"count":355},{"degree":12,"count":309},{"degree":13,"count":256},{"degree":14,"count":153},{"degree":15,"count":50},{"degree":16,"count":123},{"degree":17,"count":53},{"degree":18,"count":29},{"degree":19,"count":97},{"degree":20,"count":271},{"degree":21,"count":131},{"degree":22,"count":230},{"degree":23,"count":114},{"degree":24,"count":12},{"degree":25,"count":9},{"degree":26,"count":6},{"degree":27,"count":9},{"degree":28,"count":16},{"degree":29,"count":80},{"degree":32,"count":16},{"degree":33,"count":80},{"degree":36,"count":26},{"degree":37,"count":125},{"degree":38,"count":61},{"degree":41,"count":5},{"degree":42,"count":48},{"degree":43,"count":40},{"degree":54,"count":12},{"degree":70,"count":6},{"degree":72,"count":6},{"degree":74,"count":6},{"degree":82,"count":4},{"degree":83,"count":16},{"degree":86,"count":6},{"degree":88,"count":6},{"degree":103,"count":12},{"degree":104,"count":6},{"degree":141,"count":6},{"degree":146,"count":12},{"degree":179,"count":6},{"degree":350,"count":1},{"degree":351,"count":5}]
Minimum constraint arity1
Maximum constraint arity33
Distribution of constraint arities[{"arity":1,"count":8912},{"arity":2,"count":32425},{"arity":3,"count":2423},{"arity":4,"count":885},{"arity":5,"count":1429},{"arity":6,"count":1209},{"arity":7,"count":251},{"arity":8,"count":411},{"arity":9,"count":201},{"arity":10,"count":18},{"arity":11,"count":129},{"arity":12,"count":9},{"arity":13,"count":109},{"arity":16,"count":9},{"arity":17,"count":50},{"arity":33,"count":14}]
Number of extensional constraints0
Number of intensional constraints8912
Distribution of constraint types[{"type":"intension","count":8912},{"type":"sum","count":39572}]
Optimization problemNO
Type of objective

Solver Data

3.52/2.21	c Concrete v3.4 running
30.65/13.13	java.lang.IllegalArgumentException: requirement failed: _1 has no bounds. Involved by TreeSet(constraint {(-??-2], [0?+?)} == 106060. 'neg({[0?1]}))
30.65/13.13		at scala.Predef$.require(Predef.scala:277)
30.65/13.13		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:111)
30.65/13.13		at concrete.generator.ProblemGenerator$$anonfun$generateVariables$2.applyOrElse(ProblemGenerator.scala:108)
30.65/13.13		at scala.PartialFunction.$anonfun$runWith$1$adapted(PartialFunction.scala:141)
30.65/13.13		at scala.collection.immutable.Stream.collect(Stream.scala:432)
30.65/13.13		at scala.collection.immutable.Stream$.$anonfun$collectedTail$1(Stream.scala:1260)
30.65/13.13		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
30.65/13.13		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
30.65/13.13		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
30.65/13.13		at scala.collection.TraversableOnce.toMap(TraversableOnce.scala:316)
30.65/13.13		at scala.collection.TraversableOnce.toMap$(TraversableOnce.scala:314)
30.65/13.13		at scala.collection.AbstractTraversable.toMap(Traversable.scala:104)
30.65/13.13		at concrete.generator.ProblemGenerator.generateVariables(ProblemGenerator.scala:115)
30.65/13.13		at concrete.generator.ProblemGenerator.$anonfun$generate$1(ProblemGenerator.scala:57)
30.65/13.13		at scala.util.Try$.apply(Try.scala:209)
30.65/13.13		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
30.65/13.13		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
30.65/13.13		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
30.65/13.13		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
30.65/13.13		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
30.65/13.13		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
30.65/13.13		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
30.65/13.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
30.65/13.13		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
30.65/13.13		at concrete.generator.ProblemGenerator.generate(ProblemGenerator.scala:55)
30.65/13.13		at concrete.runner.CSPOMRunner.$anonfun$load$2(CSPOMRunner.scala:69)
30.65/13.13		at scala.util.Success.flatMap(Try.scala:247)
30.65/13.13		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:59)
30.65/13.13		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
30.65/13.13		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
30.65/13.13		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
30.65/13.13		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
30.65/13.13		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
30.65/13.13		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
30.65/13.13		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
30.65/13.13		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
30.65/13.13		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
30.65/13.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
30.65/13.13		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
30.65/13.13		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
30.65/13.13		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
30.65/13.13		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
30.65/13.13		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
30.65/13.13		at scala.Function0.apply$mcV$sp(Function0.scala:34)
30.65/13.13		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
30.65/13.13		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
30.65/13.13		at scala.App.$anonfun$main$1$adapted(App.scala:76)
30.65/13.13		at scala.collection.immutable.List.foreach(List.scala:389)
30.65/13.13		at scala.App.main(App.scala:76)
30.65/13.13		at scala.App.main$(App.scala:74)
30.65/13.13		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
30.65/13.13		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
30.65/13.14	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-4262626-1502432601/watcher-4262626-1502432601 -o /tmp/evaluation-result-4262626-1502432601/solver-4262626-1502432601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580 bin/concrete HOME/instance-4262626-1502432601.xml 

pid=14353
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.77 1.71 1.59 3/195 14356
/proc/meminfo: memFree=28598420/32770624 swapFree=0/381636
[pid=14356] ppid=14353 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/14356/stat : 14356 (runsolver) D 14353 14356 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 31600801 24240128 107 18446744073709551615 4194304 4338465 140737476279584 140737476277224 140239464334039 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 32845824 140737476280529 140737476280905 140737476280905 140737476284362 0
/proc/14356/statm: 5918 107 54 36 0 2156 0

[startup+0.100159 s]
/proc/loadavg: 1.77 1.71 1.59 3/195 14356
/proc/meminfo: memFree=28598420/32770624 swapFree=0/381636
[pid=14356] ppid=14353 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/14356/stat : 14356 (bash) S 14353 14356 7434 0 -1 4202496 797 5299 0 0 0 0 0 1 20 0 1 0 31600801 9867264 360 18446744073709551615 4194304 5098028 140723089692400 140723089690056 140427909262336 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 22577152 140723089699348 140723089699433 140723089699433 140723089702890 0
/proc/14356/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20027 s]
/proc/loadavg: 1.77 1.71 1.59 3/195 14356
/proc/meminfo: memFree=28598420/32770624 swapFree=0/381636
[pid=14356] ppid=14353 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/14356/stat : 14356 (bash) S 14353 14356 7434 0 -1 4202496 896 6478 0 0 0 0 0 1 20 0 1 0 31600801 9867264 377 18446744073709551615 4194304 5098028 140723089692400 140723089686408 140427909262336 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 22577152 140723089699348 140723089699433 140723089699433 140723089702890 0
/proc/14356/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300338 s]
/proc/loadavg: 1.77 1.71 1.59 3/195 14356
/proc/meminfo: memFree=28598420/32770624 swapFree=0/381636
[pid=14356] ppid=14353 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 5547 12616 0 0 5 1 5 2 20 0 14 0 31600801 14241083392 5224 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3476827 5224 2546 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700217 s]
/proc/loadavg: 1.77 1.71 1.59 3/195 14356
/proc/meminfo: memFree=28598420/32770624 swapFree=0/381636
[pid=14356] ppid=14353 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 13572 12616 0 0 56 4 5 2 20 0 15 0 31600801 14310178816 14507 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3493696 14507 3120 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.79 1.71 1.59 3/210 14419
/proc/meminfo: memFree=28512324/32770624 swapFree=0/381860
[pid=14356] ppid=14353 vsize=13985408 CPUtime=1.85 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 27172 12616 0 0 169 9 5 2 20 0 15 0 31600801 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3496352 38031 3343 1 0 3485525 0
[pid=14356/tid=14406] ppid=14353 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) S 14353 14356 7434 0 -1 1077944384 21616 12616 0 0 115 7 5 2 20 0 15 0 31600823 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471973268240 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) S 14353 14356 7434 0 -1 1077944384 27 12616 0 0 0 0 5 2 20 0 15 0 31600824 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) S 14353 14356 7434 0 -1 1077944384 182 12616 0 0 0 0 5 2 20 0 15 0 31600824 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471568456208 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) S 14353 14356 7434 0 -1 1077944384 29 12616 0 0 0 0 5 2 20 0 15 0 31600824 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471567403408 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) S 14353 14356 7434 0 -1 1077944384 48 12616 0 0 0 0 5 2 20 0 15 0 31600824 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) R 14353 14356 7434 0 -1 4202560 50 12616 0 0 0 0 5 2 20 0 15 0 31600825 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471447655808 140471953985040 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 33 12616 0 0 0 0 5 2 20 0 15 0 31600825 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471446603296 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 21 12616 0 0 0 0 5 2 20 0 15 0 31600826 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471445550448 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) S 14353 14356 7434 0 -1 1077944384 534 12616 0 0 12 0 5 2 20 0 15 0 31600828 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471443446128 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) S 14353 14356 7434 0 -1 1077944384 1232 12616 0 0 16 0 5 2 20 0 15 0 31600828 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471442393328 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 1238 12616 0 0 23 0 5 2 20 0 15 0 31600828 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471441336400 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 6 12616 0 0 0 0 5 2 20 0 15 0 31600833 14321057792 38031 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13985408

[startup+3.10063 s]
/proc/loadavg: 1.79 1.71 1.59 5/210 14419
/proc/meminfo: memFree=28443884/32770624 swapFree=0/381860
[pid=14356] ppid=14353 vsize=13995836 CPUtime=6.38 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 41934 12616 0 0 612 19 5 2 20 0 15 0 31600801 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3498959 77928 3461 1 0 3487573 0
[pid=14356/tid=14406] ppid=14353 vsize=13995836 CPUtime=2.81 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) R 14353 14356 7434 0 -1 4202560 26349 12616 0 0 264 10 5 2 20 0 15 0 31600823 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471973278448 140471620138098 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13995836 CPUtime=0.1 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) S 14353 14356 7434 0 -1 1077944384 117 12616 0 0 2 1 5 2 20 0 15 0 31600824 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13995836 CPUtime=0.11 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) S 14353 14356 7434 0 -1 1077944384 378 12616 0 0 3 1 5 2 20 0 15 0 31600824 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471568456208 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13995836 CPUtime=0.12 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) S 14353 14356 7434 0 -1 1077944384 122 12616 0 0 4 1 5 2 20 0 15 0 31600824 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471567403408 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) S 14353 14356 7434 0 -1 1077944384 77 12616 0 0 2 0 5 2 20 0 15 0 31600824 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 1487 12616 0 0 1 0 5 2 20 0 15 0 31600825 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471447657328 140471969057410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 57 12616 0 0 0 0 5 2 20 0 15 0 31600825 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 46 12616 0 0 0 0 5 2 20 0 15 0 31600826 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13995836 CPUtime=1.23 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) R 14353 14356 7434 0 -1 4202560 2812 12616 0 0 116 0 5 2 20 0 15 0 31600828 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471443432912 140471962146166 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13995836 CPUtime=1.31 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) R 14353 14356 7434 0 -1 4202560 4849 12616 0 0 124 0 5 2 20 0 15 0 31600828 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471442378320 140471948271165 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13995836 CPUtime=0.99 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 3471 12616 0 0 91 1 5 2 20 0 15 0 31600828 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471441340528 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13995836 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 9 12616 0 0 0 0 5 2 20 0 15 0 31600833 14331736064 77928 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 13995836

[startup+6.30858 s]
/proc/loadavg: 2.12 1.79 1.62 6/210 14419
/proc/meminfo: memFree=28153440/32770624 swapFree=0/381852
[pid=14356] ppid=14353 vsize=13997884 CPUtime=15.16 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 52980 12616 0 0 1472 37 5 2 20 0 15 0 31600801 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3499471 150752 3474 1 0 3488085 0
[pid=14356/tid=14406] ppid=14353 vsize=13997884 CPUtime=5.81 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) R 14353 14356 7434 0 -1 1077944384 28491 12616 0 0 562 12 5 2 20 0 15 0 31600823 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471973279760 140471969056469 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13997884 CPUtime=0.27 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) S 14353 14356 7434 0 -1 1077944384 294 12616 0 0 15 5 5 2 20 0 15 0 31600824 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13997884 CPUtime=0.28 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) S 14353 14356 7434 0 -1 1077944384 559 12616 0 0 17 4 5 2 20 0 15 0 31600824 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471568456208 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13997884 CPUtime=0.3 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) S 14353 14356 7434 0 -1 1077944384 552 12616 0 0 18 5 5 2 20 0 15 0 31600824 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471567403408 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13997884 CPUtime=0.22 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) S 14353 14356 7434 0 -1 1077944384 264 12616 0 0 12 3 5 2 20 0 15 0 31600824 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 2051 12616 0 0 2 0 5 2 20 0 15 0 31600825 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471447657328 140471969057410 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 57 12616 0 0 0 0 5 2 20 0 15 0 31600825 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 46 12616 0 0 0 0 5 2 20 0 15 0 31600826 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13997884 CPUtime=3.55 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) R 14353 14356 7434 0 -1 4202560 5553 12616 0 0 347 1 5 2 20 0 15 0 31600828 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471443432080 140471953848560 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13997884 CPUtime=3.64 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) R 14353 14356 7434 0 -1 4202560 7839 12616 0 0 356 1 5 2 20 0 15 0 31600828 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471442371440 140471969060145 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13997884 CPUtime=1.46 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) R 14353 14356 7434 0 -1 4202560 4981 12616 0 0 137 2 5 2 20 0 15 0 31600828 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471441340528 140471969058198 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 133 12616 0 0 0 0 5 2 20 0 15 0 31600833 14333833216 150752 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (KiB) 13997884

[startup+12.7046 s]
/proc/loadavg: 2.11 1.79 1.62 3/210 14419
/proc/meminfo: memFree=27440464/32770624 swapFree=0/381848
[pid=14356] ppid=14353 vsize=13999932 CPUtime=29.38 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 83846 12616 0 0 2854 77 5 2 20 0 15 0 31600801 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3499983 375551 3475 1 0 3488597 0
[pid=14356/tid=14406] ppid=14353 vsize=13999932 CPUtime=11.85 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) S 14353 14356 7434 0 -1 1077944384 35959 12616 0 0 1155 23 5 2 20 0 15 0 31600823 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471973280528 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13999932 CPUtime=0.58 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) R 14353 14356 7434 0 -1 4202560 525 12616 0 0 40 11 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471953746878 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13999932 CPUtime=0.59 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) R 14353 14356 7434 0 -1 4202560 1009 12616 0 0 42 10 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471568456408 140471962149890 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13999932 CPUtime=0.61 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) R 14353 14356 7434 0 -1 4202560 1016 12616 0 0 43 11 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471567403296 140471953503648 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13999932 CPUtime=0.53 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) R 14353 14356 7434 0 -1 4202560 515 12616 0 0 36 10 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471953746896 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 5441 12616 0 0 6 0 5 2 20 0 15 0 31600825 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471447655840 140471969056469 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 64 12616 0 0 0 0 5 2 20 0 15 0 31600825 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 52 12616 0 0 0 0 5 2 20 0 15 0 31600826 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13999932 CPUtime=6.51 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) S 14353 14356 7434 0 -1 1077944384 11390 12616 0 0 642 2 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471443437232 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13999932 CPUtime=6.85 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) S 14353 14356 7434 0 -1 1077944384 14568 12616 0 0 676 2 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471442372768 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13999932 CPUtime=2.18 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 10996 12616 0 0 208 3 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471441335744 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 151 12616 0 0 0 0 5 2 20 0 15 0 31600833 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 29.38
Current children cumulated vsize (KiB) 13999932

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14356 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8016 s]
/proc/loadavg: 2.11 1.79 1.62 3/210 14419
/proc/meminfo: memFree=27440464/32770624 swapFree=0/381848
[pid=14356] ppid=14353 vsize=13999932 CPUtime=29.77 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 83857 12616 0 0 2893 77 5 2 20 0 15 0 31600801 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3499983 375551 3475 1 0 3488597 0
[pid=14356/tid=14406] ppid=14353 vsize=13999932 CPUtime=11.85 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) S 14353 14356 7434 0 -1 1077944384 35959 12616 0 0 1155 23 5 2 20 0 15 0 31600823 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471973280528 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13999932 CPUtime=0.68 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) R 14353 14356 7434 0 -1 4202560 526 12616 0 0 50 11 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471569509208 140471953746947 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13999932 CPUtime=0.69 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) R 14353 14356 7434 0 -1 4202560 1015 12616 0 0 52 10 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471568456408 140471953746910 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13999932 CPUtime=0.71 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) R 14353 14356 7434 0 -1 4202560 1018 12616 0 0 53 11 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471567403296 140471953746954 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13999932 CPUtime=0.63 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) R 14353 14356 7434 0 -1 4202560 517 12616 0 0 46 10 5 2 20 0 15 0 31600824 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471953746907 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13999932 CPUtime=0.13 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 5441 12616 0 0 6 0 5 2 20 0 15 0 31600825 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471447655840 140471969056469 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 64 12616 0 0 0 0 5 2 20 0 15 0 31600825 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 52 12616 0 0 0 0 5 2 20 0 15 0 31600826 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13999932 CPUtime=6.51 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) S 14353 14356 7434 0 -1 1077944384 11390 12616 0 0 642 2 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471443437232 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13999932 CPUtime=6.85 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) S 14353 14356 7434 0 -1 1077944384 14568 12616 0 0 676 2 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471442372768 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13999932 CPUtime=2.18 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 10996 12616 0 0 208 3 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471441335744 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 151 12616 0 0 0 0 5 2 20 0 15 0 31600833 14335930368 375551 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 29.77
Current children cumulated vsize (KiB) 13999932

[startup+13.0006 s]
/proc/loadavg: 2.11 1.79 1.62 3/210 14419
/proc/meminfo: memFree=27440464/32770624 swapFree=0/381848
[pid=14356] ppid=14353 vsize=13999932 CPUtime=30.41 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 84344 12616 0 0 2957 77 5 2 20 0 15 0 31600801 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3499983 375976 3475 1 0 3488597 0
[pid=14356/tid=14406] ppid=14353 vsize=13999932 CPUtime=11.99 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) R 14353 14356 7434 0 -1 4202560 35959 12616 0 0 1169 23 5 2 20 0 15 0 31600823 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471973277104 140471615757526 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13999932 CPUtime=0.72 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) S 14353 14356 7434 0 -1 1077944384 526 12616 0 0 54 11 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13999932 CPUtime=0.74 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) S 14353 14356 7434 0 -1 1077944384 1015 12616 0 0 57 10 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471568456208 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13999932 CPUtime=0.76 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) S 14353 14356 7434 0 -1 1077944384 1018 12616 0 0 58 11 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471567403408 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13999932 CPUtime=0.68 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) S 14353 14356 7434 0 -1 1077944384 517 12616 0 0 51 10 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 5912 12616 0 0 7 0 5 2 20 0 15 0 31600825 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471447657328 140471969057410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 65 12616 0 0 0 0 5 2 20 0 15 0 31600825 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 52 12616 0 0 0 0 5 2 20 0 15 0 31600826 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13999932 CPUtime=6.65 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) R 14353 14356 7434 0 -1 4202560 11391 12616 0 0 656 2 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471443437456 140471952603690 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13999932 CPUtime=6.99 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) R 14353 14356 7434 0 -1 4202560 14578 12616 0 0 690 2 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471442380144 140471961335729 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13999932 CPUtime=2.21 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 11000 12616 0 0 211 3 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471441340528 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 151 12616 0 0 0 0 5 2 20 0 15 0 31600833 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 13999932

[startup+13.1007 s]
/proc/loadavg: 2.11 1.79 1.62 3/210 14419
/proc/meminfo: memFree=27440464/32770624 swapFree=0/381848
[pid=14356] ppid=14353 vsize=13999932 CPUtime=30.65 cores=1,3,5,7
/proc/14356/stat : 14356 (java) S 14353 14356 7434 0 -1 1077944320 84347 12616 0 0 2981 77 5 2 20 0 15 0 31600801 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140722698004064 140471969046263 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
/proc/14356/statm: 3499983 375976 3475 1 0 3488597 0
[pid=14356/tid=14406] ppid=14353 vsize=13999932 CPUtime=12.08 cores=1,3,5,7
/proc/14356/task/14406/stat : 14406 (java) R 14353 14356 7434 0 -1 4202560 35959 12616 0 0 1178 23 5 2 20 0 15 0 31600823 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471973277104 140471614166060 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14407] ppid=14353 vsize=13999932 CPUtime=0.72 cores=1,3,5,7
/proc/14356/task/14407/stat : 14407 (java) S 14353 14356 7434 0 -1 1077944384 526 12616 0 0 54 11 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471569509008 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14408] ppid=14353 vsize=13999932 CPUtime=0.74 cores=1,3,5,7
/proc/14356/task/14408/stat : 14408 (java) S 14353 14356 7434 0 -1 1077944384 1015 12616 0 0 57 10 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471568456208 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14409] ppid=14353 vsize=13999932 CPUtime=0.76 cores=1,3,5,7
/proc/14356/task/14409/stat : 14409 (java) S 14353 14356 7434 0 -1 1077944384 1018 12616 0 0 58 11 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471567403408 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14410] ppid=14353 vsize=13999932 CPUtime=0.68 cores=1,3,5,7
/proc/14356/task/14410/stat : 14410 (java) S 14353 14356 7434 0 -1 1077944384 517 12616 0 0 51 10 5 2 20 0 15 0 31600824 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471566350608 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14411] ppid=14353 vsize=13999932 CPUtime=0.14 cores=1,3,5,7
/proc/14356/task/14411/stat : 14411 (java) S 14353 14356 7434 0 -1 1077944384 5912 12616 0 0 7 0 5 2 20 0 15 0 31600825 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471447657328 140471969057410 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14412] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14412/stat : 14412 (java) S 14353 14356 7434 0 -1 1077944384 65 12616 0 0 0 0 5 2 20 0 15 0 31600825 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471446603360 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14413] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14413/stat : 14413 (java) S 14353 14356 7434 0 -1 1077944384 52 12616 0 0 0 0 5 2 20 0 15 0 31600826 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471445550464 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14414] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14414/stat : 14414 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471444498768 140471969064859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14415] ppid=14353 vsize=13999932 CPUtime=6.72 cores=1,3,5,7
/proc/14356/task/14415/stat : 14415 (java) R 14353 14356 7434 0 -1 4202560 11393 12616 0 0 663 2 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471443424240 140471954172537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14416] ppid=14353 vsize=13999932 CPUtime=7.06 cores=1,3,5,7
/proc/14356/task/14416/stat : 14416 (java) R 14353 14356 7434 0 -1 4202560 14579 12616 0 0 697 2 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471442380144 140471948703169 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14417] ppid=14353 vsize=13999932 CPUtime=2.21 cores=1,3,5,7
/proc/14356/task/14417/stat : 14417 (java) S 14353 14356 7434 0 -1 1077944384 11000 12616 0 0 211 3 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471441340528 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14418] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14418/stat : 14418 (java) S 14353 14356 7434 0 -1 1077944384 3 12616 0 0 0 0 5 2 20 0 15 0 31600828 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471440287968 140471969056469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
[pid=14356/tid=14419] ppid=14353 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/14356/task/14419/stat : 14419 (java) S 14353 14356 7434 0 -1 1077944384 151 12616 0 0 0 0 5 2 20 0 15 0 31600833 14335930368 375976 18446744073709551615 4194304 4196468 140722698021520 140471439236272 140471969057410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23273472 140722698024912 140722698027697 140722698027697 140722698031055 0
Current children cumulated CPU time (s) 30.65
Current children cumulated vsize (KiB) 13999932

Child status: 0
Real time (s): 13.1586
CPU time (s): 30.8232
CPU user time (s): 30.0017
CPU system time (s): 0.821515
CPU usage (%): 234.243
Max. virtual memory (cumulated for all children) (KiB): 13999932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.0017
system time used= 0.821515
maximum resident set size= 1504828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97084
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= 8232
involuntary context switches= 138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055556 second user time and 0.092646 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 08:09:05
IDJOB=4262626
IDBENCH=123440
IDSOLVER=2650
FILE ID=node124/4262626-1502432601
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-7-02_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262626-1502432601/watcher-4262626-1502432601 -o /tmp/evaluation-result-4262626-1502432601/solver-4262626-1502432601 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262626-1502432601.xml

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

MD5SUM BENCH= 69e4f2d1840ee6c3ffd4a60a6361deb1
RANDOM SEED=1844272974

node124.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.51
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.51
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.51
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.51
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:        28600560 kB
MemAvailable:   29007700 kB
Buffers:          196720 kB
Cached:           498344 kB
SwapCached:            0 kB
Active:          3344060 kB
Inactive:         398144 kB
Active(anon):    3047736 kB
Inactive(anon):    16768 kB
Active(file):     296324 kB
Inactive(file):   381376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28640 kB
Writeback:             0 kB
AnonPages:       3049552 kB
Mapped:            50256 kB
Shmem:             17128 kB
Slab:             116472 kB
SReclaimable:      90552 kB
SUnreclaim:        25920 kB
KernelStack:        3408 kB
PageTables:        11176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3924108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2830336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61980 MiB
End job on node124 at 2017-08-11 08:09:19