Trace number 4294862

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.8-SuperNG 2018-06-13? (TO) 2520.14 2500.22

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-14-15_c18.xml
MD5SUMac0b4f561f7e67952eb47b21f0f500f8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints29
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":210}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":210}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":15},{"arity":15,"count":14}]
Number of extensional constraints29
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":29}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.73	c Concrete v3.8.1528841891564 running
2520.02/2500.19	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2500.19		at concrete.MAC.mac(MAC.scala:188)
2520.02/2500.19		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2500.19		at scala.util.Try$.apply(Try.scala:209)
2520.02/2500.19		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2500.19		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2500.19		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2500.19		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2500.19		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2500.19		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2500.19		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2500.19		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2500.19		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2500.19		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2500.19		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2500.19		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2500.19		at concrete.ProblemState.map(ProblemState.scala:221)
2520.02/2500.19		at concrete.ProblemState.map(ProblemState.scala:204)
2520.02/2500.19		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2500.19		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2500.19		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.02/2500.19		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.02/2500.19		at concrete.Solver.toStream(Solver.scala:68)
2520.02/2500.19		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.02/2500.19		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.02/2500.19		at concrete.Solver.toIterable(Solver.scala:68)
2520.02/2500.19		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.02/2500.19		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2500.19		at scala.util.Success.map(Try.scala:209)
2520.02/2500.19		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2500.19		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2500.19		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2500.19		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2500.19		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2500.19		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2500.19		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2500.19		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2500.19		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2500.19		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2500.19		at scala.App.main(App.scala:76)
2520.02/2500.19		at scala.App.main$(App.scala:74)
2520.02/2500.19		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2500.19		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2500.19	s UNKNOWN

Verifier Data


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 (13256 MiB free)
  memory of node 1: 16384 MiB (8691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294862-1532498484/watcher-4294862-1532498484 -o /tmp/evaluation-result-4294862-1532498484/solver-4294862-1532498484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27173 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=799557037 -superng HOME/instance-4294862-1532498484.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.10012 s]*
/proc/loadavg: 1.85 1.66 1.54 3/208 304
/proc/meminfo: memFree=22465488/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 4273 13322 0 0 1 0 5 3 20 0 6 0 67411603 10212057088 4648 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2493178 4648 1934 1 0 2481616 0
[pid=32715/tid=300] ppid=32712 vsize=9972712 memory=4279135703946986127 CPUtime=0.09 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 2095 13322 0 0 1 0 5 3 20 0 6 0 67411612 10212057088 4648 33554432000 4194304 4196468 140723283596544 140263731597904 140263751998270 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 6 0 67411613 10212057088 4648 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=9972712 memory=140686125778560 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 6 0 67411613 10212057088 4648 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 6 0 67411613 10212057088 4648 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 6 0 67411613 10212057088 4648 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210011 s]*
/proc/loadavg: 1.85 1.66 1.54 3/217 314
/proc/meminfo: memFree=22448016/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10818904 memory=44888 CPUtime=0.27 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 9154 13322 0 0 17 2 5 3 20 0 15 0 67411603 11078557696 11222 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2704726 11222 2932 1 0 2667149 0
[pid=32715/tid=300] ppid=32712 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 5794 13322 0 0 10 1 5 3 20 0 15 0 67411612 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263731585952 140263743841630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10818904 memory=364 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10818904 memory=140686126151190 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10818904 memory=140686125778560 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411614 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 33 13322 0 0 0 0 5 3 20 0 15 0 67411614 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263083938720 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411615 11078557696 11222 33554432000 4194304 4196468 140723283596544 140262626026480 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11078557696 11222 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 521 13322 0 0 1 0 5 3 20 0 15 0 67411617 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 53 13322 0 0 0 0 5 3 20 0 15 0 67411617 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10818904 memory=140686125778560 CPUtime=0.11 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) R 32712 32715 27142 0 -1 4202560 554 13322 0 0 3 0 5 3 20 0 15 0 67411617 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263048276720 140263751998270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11078557696 11222 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10818904 memory=140686125778560 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411618 11078557696 11222 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 44888 KiB

[startup+0.310596 s]*
/proc/loadavg: 1.85 1.66 1.54 3/217 314
/proc/meminfo: memFree=22435736/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10819352 memory=52764 CPUtime=0.4 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 10346 13322 0 0 29 3 5 3 20 0 15 0 67411603 11079016448 13191 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2704838 13191 3051 1 0 2667149 0
[pid=32715/tid=300] ppid=32712 vsize=10819352 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 6974 13322 0 0 20 2 5 3 20 0 15 0 67411612 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263731573152 140263741324647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411614 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 33 13322 0 0 0 0 5 3 20 0 15 0 67411614 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263083938720 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411615 11079016448 13191 33554432000 4194304 4196468 140723283596544 140262626026480 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11079016448 13191 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 522 13322 0 0 2 0 5 3 20 0 15 0 67411617 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 53 13322 0 0 1 0 5 3 20 0 15 0 67411617 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10819352 memory=140686125778560 CPUtime=0.13 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 562 13322 0 0 5 0 5 3 20 0 15 0 67411617 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11079016448 13191 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10819352 memory=140686125778560 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411618 11079016448 13191 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 52764 KiB

[startup+0.700753 s]
/proc/loadavg: 1.85 1.66 1.54 4/217 314
/proc/meminfo: memFree=22426928/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10819352 memory=85192 CPUtime=0.99 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 16416 13322 0 0 86 5 5 3 20 0 15 0 67411603 11079016448 21298 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2704838 21298 3237 1 0 2667149 0
[pid=32715/tid=300] ppid=32712 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 11969 13322 0 0 56 3 5 3 20 0 15 0 67411612 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263731581968 140263741324718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10819352 memory=140686016000816 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10819352 memory=140690243715665 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 2 13322 0 0 0 0 5 3 20 0 15 0 67411613 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10819352 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 6 13322 0 0 0 0 5 3 20 0 15 0 67411614 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10819352 memory=4639098309541127270 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 33 13322 0 0 0 0 5 3 20 0 15 0 67411614 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263083938720 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10819352 memory=7885635084775281009 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411615 11079016448 21298 33554432000 4194304 4196468 140723283596544 140262626026480 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10819352 memory=12912 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11079016448 21298 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10819352 memory=4052 CPUtime=0.17 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 1145 13322 0 0 9 0 5 3 20 0 15 0 67411617 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10819352 memory=18444 CPUtime=0.15 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 449 13322 0 0 7 0 5 3 20 0 15 0 67411617 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10819352 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 614 13322 0 0 13 0 5 3 20 0 15 0 67411617 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10819352 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11079016448 21298 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10819352 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411618 11079016448 21298 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 85192 KiB

[startup+1.50077 s]
/proc/loadavg: 1.85 1.66 1.54 3/217 314
/proc/meminfo: memFree=22380892/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10830156 memory=242384 CPUtime=2.75 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 21764 13322 0 0 254 13 5 3 20 0 15 0 67411603 11090079744 60596 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2707539 60596 3467 1 0 2669197 0
[pid=32715/tid=300] ppid=32712 vsize=10830156 memory=61812 CPUtime=1.45 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 14930 13322 0 0 130 7 5 3 20 0 15 0 67411612 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263731593728 140263759783069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10830156 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 23 13322 0 0 0 0 5 3 20 0 15 0 67411613 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10830156 memory=281372032032928 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 300 13322 0 0 0 0 5 3 20 0 15 0 67411613 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 10 13322 0 0 0 0 5 3 20 0 15 0 67411613 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 47 13322 0 0 0 0 5 3 20 0 15 0 67411613 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 94 13322 0 0 0 0 5 3 20 0 15 0 67411614 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 34 13322 0 0 0 0 5 3 20 0 15 0 67411614 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263083938720 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10830156 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411615 11090079744 60596 33554432000 4194304 4196468 140723283596544 140262626026480 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10830156 memory=-5921431000321636112 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11090079744 60596 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10830156 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 1740 13322 0 0 42 0 5 3 20 0 15 0 67411617 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10830156 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 1111 13322 0 0 41 0 5 3 20 0 15 0 67411617 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10830156 memory=6791534058613427641 CPUtime=0.44 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 1281 13322 0 0 36 0 5 3 20 0 15 0 67411617 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10830156 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11090079744 60596 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10830156 memory=281372032277376 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 1 13322 0 0 0 0 5 3 20 0 15 0 67411618 11090079744 60596 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 10830156 KiB

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

[pid=32715/tid=304] ppid=32712 vsize=10914144 memory=1661100 CPUtime=2.85 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 24001 13322 0 0 253 24 5 3 20 0 15 0 67411613 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10914144 memory=1661100 CPUtime=2.38 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 22518 13322 0 0 216 14 5 3 20 0 15 0 67411614 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 44 13322 0 0 0 0 5 3 20 0 15 0 67411614 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263083938848 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10914144 memory=1661096 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 19 13322 0 0 0 0 5 3 20 0 15 0 67411615 11176083456 415275 33554432000 4194304 4196468 140723283596544 140262626026496 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10914144 memory=1661100 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 415275 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10914144 memory=2600 CPUtime=4.79 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 62650 13322 0 0 465 6 5 3 20 0 15 0 67411617 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10914144 memory=6791534058613427641 CPUtime=4.71 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 61841 13322 0 0 456 7 5 3 20 0 15 0 67411617 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10914144 memory=1200 CPUtime=1.93 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 32853 13322 0 0 181 4 5 3 20 0 15 0 67411617 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10914144 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 415275 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10914144 memory=20300 CPUtime=1.41 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 2783 13322 0 0 69 64 5 3 20 0 15 0 67411618 11176083456 415275 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 2341.53 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1661100 KiB

[startup+2382.3 s]
/proc/loadavg: 1.54 1.58 1.53 3/216 521
/proc/meminfo: memFree=20937544/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10914144 memory=1661168 CPUtime=2401.76 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 425110 13322 0 0 239961 207 5 3 20 0 15 0 67411603 11176083456 415292 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2728536 415292 3524 1 0 2690189 0
[pid=32715/tid=300] ppid=32712 vsize=10914144 memory=234 CPUtime=2375.33 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 129083 13322 0 0 237477 48 5 3 20 0 15 0 67411612 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263731591904 140263326770148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10914144 memory=281372032732432 CPUtime=2.92 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 33261 13322 0 0 259 25 5 3 20 0 15 0 67411613 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10914144 memory=1228 CPUtime=2.95 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 24494 13322 0 0 264 23 5 3 20 0 15 0 67411613 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10914144 memory=1661148 CPUtime=2.94 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 28215 13322 0 0 265 21 5 3 20 0 15 0 67411613 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10914144 memory=1661164 CPUtime=2.92 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 24505 13322 0 0 260 24 5 3 20 0 15 0 67411613 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10914144 memory=1200 CPUtime=2.45 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 23104 13322 0 0 223 14 5 3 20 0 15 0 67411614 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10914144 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 44 13322 0 0 0 0 5 3 20 0 15 0 67411614 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263083938848 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10914144 memory=1661168 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 19 13322 0 0 0 0 5 3 20 0 15 0 67411615 11176083456 415292 33554432000 4194304 4196468 140723283596544 140262626026496 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10914144 memory=20300 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 415292 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10914144 memory=1661168 CPUtime=4.79 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 62656 13322 0 0 465 6 5 3 20 0 15 0 67411617 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10914144 memory=1661168 CPUtime=4.72 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 61847 13322 0 0 457 7 5 3 20 0 15 0 67411617 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10914144 memory=4028 CPUtime=1.93 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 32862 13322 0 0 181 4 5 3 20 0 15 0 67411617 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10914144 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 415292 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10914144 memory=20300 CPUtime=1.44 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 2828 13322 0 0 71 65 5 3 20 0 15 0 67411618 11176083456 415292 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 2401.76 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1661168 KiB

[startup+2442.3 s]
/proc/loadavg: 1.62 1.59 1.53 3/216 522
/proc/meminfo: memFree=20967808/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10914144 memory=1669120 CPUtime=2461.99 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 429107 13322 0 0 245982 209 5 3 20 0 15 0 67411603 11176083456 417280 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2728536 417280 3524 1 0 2690189 0
[pid=32715/tid=300] ppid=32712 vsize=10914144 memory=1663216 CPUtime=2435.15 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 130460 13322 0 0 243459 48 5 3 20 0 15 0 67411612 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263731591088 140263319193528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10914144 memory=1663216 CPUtime=2.99 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 33394 13322 0 0 266 25 5 3 20 0 15 0 67411613 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10914144 memory=1663236 CPUtime=3.02 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 24618 13322 0 0 271 23 5 3 20 0 15 0 67411613 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10914144 memory=1663244 CPUtime=3.01 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 29263 13322 0 0 272 21 5 3 20 0 15 0 67411613 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10914144 memory=4028 CPUtime=3 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 25185 13322 0 0 268 24 5 3 20 0 15 0 67411613 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10914144 memory=1669120 CPUtime=2.51 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 23685 13322 0 0 229 14 5 3 20 0 15 0 67411614 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10914144 memory=1663236 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 44 13322 0 0 0 0 5 3 20 0 15 0 67411614 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263083938848 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10914144 memory=2600 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 19 13322 0 0 0 0 5 3 20 0 15 0 67411615 11176083456 417280 33554432000 4194304 4196468 140723283596544 140262626026496 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10914144 memory=1663244 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 417280 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10914144 memory=1669120 CPUtime=4.79 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 62660 13322 0 0 465 6 5 3 20 0 15 0 67411617 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10914144 memory=1669112 CPUtime=4.72 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 61851 13322 0 0 457 7 5 3 20 0 15 0 67411617 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10914144 memory=8148 CPUtime=1.93 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 32866 13322 0 0 181 4 5 3 20 0 15 0 67411617 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10914144 memory=18444 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 417280 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10914144 memory=640 CPUtime=1.47 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 2870 13322 0 0 73 66 5 3 20 0 15 0 67411618 11176083456 417280 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 2461.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1669120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.11 s]
/proc/loadavg: 1.56 1.59 1.54 3/216 523
/proc/meminfo: memFree=20989996/32770624 swapFree=67108860/67108860
[pid=32715] ppid=32712 vsize=10914144 memory=1669820 CPUtime=2520.02 cores=0,2,4,6
/proc/32715/stat : 32715 (java) S 32712 32715 27142 0 -1 1077944320 430981 13322 0 0 251782 212 5 3 20 0 15 0 67411603 11176083456 417455 33554432000 4194304 4196468 140723283596544 140723283579088 140263759761143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
/proc/32715/statm: 2728536 417455 3524 1 0 2690189 0
[pid=32715/tid=300] ppid=32712 vsize=10914144 memory=1669808 CPUtime=2492.8 cores=0,2,4,6
/proc/32715/task/300/stat : 300 (java) R 32712 32715 27142 0 -1 4202560 131103 13322 0 0 249224 48 5 3 20 0 15 0 67411612 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263731595392 140263319195206 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=301] ppid=32712 vsize=10914144 memory=1296 CPUtime=3.07 cores=0,2,4,6
/proc/32715/task/301/stat : 301 (java) S 32712 32715 27142 0 -1 1077944384 33474 13322 0 0 273 26 5 3 20 0 15 0 67411613 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263764003600 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=302] ppid=32712 vsize=10914144 memory=1669808 CPUtime=3.1 cores=0,2,4,6
/proc/32715/task/302/stat : 302 (java) S 32712 32715 27142 0 -1 1077944384 24715 13322 0 0 278 24 5 3 20 0 15 0 67411613 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263652277136 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=303] ppid=32712 vsize=10914144 memory=20300 CPUtime=3.08 cores=0,2,4,6
/proc/32715/task/303/stat : 303 (java) S 32712 32715 27142 0 -1 1077944384 29778 13322 0 0 278 22 5 3 20 0 15 0 67411613 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263651224592 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=304] ppid=32712 vsize=10914144 memory=5520 CPUtime=3.07 cores=0,2,4,6
/proc/32715/task/304/stat : 304 (java) S 32712 32715 27142 0 -1 1077944384 25358 13322 0 0 275 24 5 3 20 0 15 0 67411613 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263650172048 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=305] ppid=32712 vsize=10914144 memory=1669304 CPUtime=2.58 cores=0,2,4,6
/proc/32715/task/305/stat : 305 (java) S 32712 32715 27142 0 -1 1077944384 24012 13322 0 0 235 15 5 3 20 0 15 0 67411614 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263084992496 140263759772290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=307] ppid=32712 vsize=10914144 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/307/stat : 307 (java) S 32712 32715 27142 0 -1 1077944384 44 13322 0 0 0 0 5 3 20 0 15 0 67411614 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263083938848 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=308] ppid=32712 vsize=10914144 memory=1669316 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/308/stat : 308 (java) S 32712 32715 27142 0 -1 1077944384 19 13322 0 0 0 0 5 3 20 0 15 0 67411615 11176083456 417455 33554432000 4194304 4196468 140723283596544 140262626026496 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=309] ppid=32712 vsize=10914144 memory=1669808 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/309/stat : 309 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 417455 33554432000 4194304 4196468 140723283596544 140262318627024 140263759779739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=310] ppid=32712 vsize=10914144 memory=2428 CPUtime=4.79 cores=0,2,4,6
/proc/32715/task/310/stat : 310 (java) S 32712 32715 27142 0 -1 1077944384 62662 13322 0 0 465 6 5 3 20 0 15 0 67411617 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263050381808 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=311] ppid=32712 vsize=10914144 memory=640 CPUtime=4.72 cores=0,2,4,6
/proc/32715/task/311/stat : 311 (java) S 32712 32715 27142 0 -1 1077944384 61853 13322 0 0 457 7 5 3 20 0 15 0 67411617 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263049329264 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=312] ppid=32712 vsize=10914144 memory=1669808 CPUtime=1.93 cores=0,2,4,6
/proc/32715/task/312/stat : 312 (java) S 32712 32715 27142 0 -1 1077944384 32868 13322 0 0 181 4 5 3 20 0 15 0 67411617 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263048276720 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=313] ppid=32712 vsize=10914144 memory=1669808 CPUtime=0.08 cores=0,2,4,6
/proc/32715/task/313/stat : 313 (java) S 32712 32715 27142 0 -1 1077944384 3 13322 0 0 0 0 5 3 20 0 15 0 67411617 11176083456 417455 33554432000 4194304 4196468 140723283596544 140262285069408 140263759771349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
[pid=32715/tid=314] ppid=32712 vsize=10914144 memory=54 CPUtime=1.51 cores=0,2,4,6
/proc/32715/task/314/stat : 314 (java) S 32712 32715 27142 0 -1 1077944384 2903 13322 0 0 75 68 5 3 20 0 15 0 67411618 11176083456 417455 33554432000 4194304 4196468 140723283596544 140263047223600 140263759772290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 37957632 140723283605676 140723283608924 140723283608924 140723283611599 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1669820 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2500.21 s]
# the end of solver process 32715 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.97 s, system=2.16722 s

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

[startup+2500.21 s]*
/proc/loadavg: 1.56 1.59 1.54 3/203 525
/proc/meminfo: memFree=22502088/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2500.22
CPU time (s): 2520.14
CPU user time (s): 2517.97
CPU system time (s): 2.16722
CPU usage (%): 100.797
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 2043380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.97
system time used= 2.16722
maximum resident set size= 2045428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445406
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111829
involuntary context switches= 5280


# summary of solver processes directly reported to runsolver:
#   pid: 32715
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.97
#   total CPU system time (s): 2.16722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6863 second user time and 21.3228 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-25 08:01:24
IDJOB=4294862
IDBENCH=141438
IDSOLVER=2751
FILE ID=node151/4294862-1532498484
RUNJOBID= node151-1532470571-27173
PBS_JOBID= 21021586
Free space on /tmp= 54904 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-14-15_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294862-1532498484/watcher-4294862-1532498484 -o /tmp/evaluation-result-4294862-1532498484/solver-4294862-1532498484 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532470571-27173 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=799557037 -superng HOME/instance-4294862-1532498484.xml

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

MD5SUM BENCH= ac0b4f561f7e67952eb47b21f0f500f8
RANDOM SEED=799557037

node151.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.87
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.87
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.87
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.87
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:        22475816 kB
MemAvailable:   29709872 kB
Buffers:          181480 kB
Cached:          7291308 kB
SwapCached:            0 kB
Active:          3601848 kB
Inactive:        6162108 kB
Active(anon):    2242048 kB
Inactive(anon):    69472 kB
Active(file):    1359800 kB
Inactive(file):  6092636 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30112 kB
Writeback:             0 kB
AnonPages:       2299256 kB
Mapped:            52180 kB
Shmem:             17032 kB
Slab:             222920 kB
SReclaimable:     194908 kB
SUnreclaim:        28012 kB
KernelStack:        3616 kB
PageTables:         9388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3108740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2078720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54876 MiB
End job on node151 at 2018-07-25 08:43:04