Trace number 4402586

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.12.3? (TO) 2520.13 2470.15

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.61	c Concrete v3.12.3.1568965526260 running
2520.07/2470.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2470.11		at concrete.MAC.mac(MAC.scala:192)
2520.07/2470.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2470.11		at scala.util.Try$.apply(Try.scala:210)
2520.07/2470.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2470.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2470.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2470.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2470.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2470.11		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2470.11		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2470.11		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2470.11		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2470.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2470.11		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2470.11		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2470.11		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2470.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2470.11		at scala.util.Success.map(Try.scala:262)
2520.07/2470.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2470.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2470.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2470.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2470.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2470.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2470.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2470.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2470.11		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2470.11		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2470.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2470.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2470.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2470.11		at scala.App.main(App.scala:73)
2520.07/2470.11		at scala.App.main$(App.scala:71)
2520.07/2470.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2470.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2470.11	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: 16375 MiB (1595 MiB free)
  memory of node 1: 16384 MiB (1855 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402586-1568981189/watcher-4402586-1568981189 -o /tmp/evaluation-result-4402586-1568981189/solver-4402586-1568981189 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402586-1568981189.xml 

running on 4 cores: 4-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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18154, runsolver pid=18151

[startup+0.100109 s]*
/proc/loadavg: 1.42 1.51 1.44 2/214 18207
/proc/meminfo: memFree=3530816/32770688 swapFree=66927192/67108860
[pid=18154] ppid=18151 vsize=9972712 memory=16024 CPUtime=0.09 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 4227 13308 0 0 1 0 6 2 20 0 6 0 474125102 10212057088 4006 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2493178 4006 1897 1 0 2481616 0
[pid=18154/tid=18207] ppid=18151 vsize=9972712 memory=8514726395714820750 CPUtime=0.08 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 2053 13308 0 0 0 0 6 2 20 0 6 0 474125111 10212057088 4006 33554432000 4194304 4196468 140726091269664 140144386265680 140144400111411 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 6 0 474125112 10212057088 4006 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=9972712 memory=140156284372608 CPUtime=0.08 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 6 0 474125112 10212057088 4006 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 6 0 474125112 10212057088 4006 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 6 0 474125112 10212057088 4006 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16024 KiB

[startup+0.210951 s]*
/proc/loadavg: 1.42 1.51 1.44 3/227 18220
/proc/meminfo: memFree=3508832/32770688 swapFree=66927192/67108860
[pid=18154] ppid=18151 vsize=10819716 memory=39148 CPUtime=0.26 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 7141 13308 0 0 17 1 6 2 20 0 15 0 474125102 11079389184 9787 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2704929 9787 3150 1 0 2667149 0
[pid=18154/tid=18207] ppid=18151 vsize=10819716 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 3649 13308 0 0 10 1 6 2 20 0 15 0 474125111 11079389184 9787 33554432000 4194304 4196468 140726091269664 140144386258912 140144397615767 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10819716 memory=364 CPUtime=0.08 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079389184 9787 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10819716 memory=3833890040678647456 CPUtime=0.08 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079389184 9787 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079389184 9787 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079389184 9787 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10819716 memory=140156284372608 CPUtime=0.08 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 13 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143306466080 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143172248688 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10819716 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11079389184 9787 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10819716 memory=0 CPUtime=0.09 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 459 13308 0 0 1 0 6 2 20 0 15 0 474125117 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10819716 memory=-1 CPUtime=0.09 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 182 13308 0 0 1 0 6 2 20 0 15 0 474125117 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10819716 memory=140156284372608 CPUtime=0.11 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 617 13308 0 0 3 0 6 2 20 0 15 0 474125118 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10819716 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11079389184 9787 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10819716 memory=140156284372608 CPUtime=0.08 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125118 11079389184 9787 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 39148 KiB

[startup+0.313068 s]*
/proc/loadavg: 1.42 1.51 1.44 3/227 18220
/proc/meminfo: memFree=3496416/32770688 swapFree=66927192/67108860
[pid=18154] ppid=18151 vsize=10820196 memory=50104 CPUtime=0.4 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 10789 13308 0 0 30 2 6 2 20 0 15 0 474125102 11079880704 12526 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2705049 12526 3278 1 0 2667149 0
[pid=18154/tid=18207] ppid=18151 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 7283 13308 0 0 19 2 6 2 20 0 15 0 474125111 11079880704 12526 33554432000 4194304 4196468 140726091269664 140144386237840 140144398509406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079880704 12526 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079880704 12526 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079880704 12526 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11079880704 12526 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 13 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143306466080 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125114 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143172248688 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10820196 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11079880704 12526 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10820196 memory=0 CPUtime=0.1 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 460 13308 0 0 2 0 6 2 20 0 15 0 474125117 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10820196 memory=-1 CPUtime=0.09 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 191 13308 0 0 1 0 6 2 20 0 15 0 474125117 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10820196 memory=140156284372608 CPUtime=0.13 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) R 18151 18154 13981 0 -1 4202560 624 13308 0 0 5 0 6 2 20 0 15 0 474125118 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143870720880 140144393353907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10820196 memory=-1 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11079880704 12526 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10820196 memory=140156284372608 CPUtime=0.08 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125118 11079880704 12526 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50104 KiB

[startup+0.701723 s]
/proc/loadavg: 1.42 1.51 1.44 4/227 18220
/proc/meminfo: memFree=3484152/32770688 swapFree=66927192/67108860
[pid=18154] ppid=18151 vsize=10822316 memory=77792 CPUtime=1.1 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 14645 13308 0 0 98 4 6 2 20 0 15 0 474125102 11082051584 19448 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2705579 19448 3504 1 0 2667661 0
[pid=18154/tid=18207] ppid=18151 vsize=10822316 memory=0 CPUtime=0.66 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 10095 13308 0 0 55 3 6 2 20 0 15 0 474125111 11082051584 19448 33554432000 4194304 4196468 140726091269664 140144386244864 140144398509406 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11082051584 19448 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125112 11082051584 19448 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10822316 memory=140156124410064 CPUtime=0.08 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11082051584 19448 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10822316 memory=140157667770971 CPUtime=0.08 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125112 11082051584 19448 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10822316 memory=980 CPUtime=0.08 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 5 13308 0 0 0 0 6 2 20 0 15 0 474125114 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10822316 memory=7014751519617144145 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 13 13308 0 0 0 0 6 2 20 0 15 0 474125114 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143306466080 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10822316 memory=6081104596517153130 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125114 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143172248688 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10822316 memory=33104 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11082051584 19448 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10822316 memory=2120 CPUtime=0.18 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) R 18151 18154 13981 0 -1 4202560 864 13308 0 0 10 0 6 2 20 0 15 0 474125117 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143872816080 140144399554800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10822316 memory=496 CPUtime=0.21 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) R 18151 18154 13981 0 -1 4202560 661 13308 0 0 13 0 6 2 20 0 15 0 474125117 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143871759712 140144399536622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10822316 memory=1560 CPUtime=0.25 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 792 13308 0 0 17 0 6 2 20 0 15 0 474125118 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10822316 memory=928 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11082051584 19448 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10822316 memory=1724 CPUtime=0.08 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125118 11082051584 19448 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77792 KiB

[startup+1.50082 s]
/proc/loadavg: 1.42 1.51 1.44 6/227 18220
/proc/meminfo: memFree=3432840/32770688 swapFree=66927192/67108860
[pid=18154] ppid=18151 vsize=10828536 memory=213680 CPUtime=3.38 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 21453 13308 0 0 321 9 6 2 20 0 15 0 474125102 11088420864 53420 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2707134 53420 3557 1 0 2669197 0
[pid=18154/tid=18207] ppid=18151 vsize=10828536 memory=177164 CPUtime=1.44 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 13009 13308 0 0 130 6 6 2 20 0 15 0 474125111 11088420864 53420 33554432000 4194304 4196468 140726091269664 140144386246128 140144414450845 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10828536 memory=1444 CPUtime=0.08 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 219 13308 0 0 0 0 6 2 20 0 15 0 474125112 11088420864 53420 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10828536 memory=1764 CPUtime=0.08 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 10 13308 0 0 0 0 6 2 20 0 15 0 474125112 11088420864 53420 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10828536 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 21 13308 0 0 0 0 6 2 20 0 15 0 474125112 11088420864 53420 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10828536 memory=-6154581634397065563 CPUtime=0.08 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 36 13308 0 0 0 0 6 2 20 0 15 0 474125112 11088420864 53420 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10828536 memory=3833724587141655355 CPUtime=0.08 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 29 13308 0 0 0 0 6 2 20 0 15 0 474125114 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10828536 memory=-6944103529398779036 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 14 13308 0 0 0 0 6 2 20 0 15 0 474125114 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143306466080 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10828536 memory=-6005673638262905286 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 2 13308 0 0 0 0 6 2 20 0 15 0 474125114 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143172248688 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10828536 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11088420864 53420 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10828536 memory=0 CPUtime=0.75 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 2256 13308 0 0 67 0 6 2 20 0 15 0 474125117 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10828536 memory=4580 CPUtime=0.8 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 1964 13308 0 0 72 0 6 2 20 0 15 0 474125117 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10828536 memory=7516883056576193600 CPUtime=0.54 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 1681 13308 0 0 46 0 6 2 20 0 15 0 474125118 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10828536 memory=7811048687091018323 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11088420864 53420 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10828536 memory=7667488786646984023 CPUtime=0.08 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1 13308 0 0 0 0 6 2 20 0 15 0 474125118 11088420864 53420 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 10828536 KiB

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

/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 421201 13308 0 0 230350 108 6 2 20 0 15 0 474125111 11107315712 562824 33554432000 4194304 4196468 140726091269664 140144386264656 140144008889792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10846988 memory=1176 CPUtime=10.74 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 27284 13308 0 0 1015 51 6 2 20 0 15 0 474125112 11107315712 562824 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10846988 memory=980 CPUtime=10.68 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 22031 13308 0 0 1008 52 6 2 20 0 15 0 474125112 11107315712 562824 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10846988 memory=14008 CPUtime=10.69 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 22425 13308 0 0 1009 52 6 2 20 0 15 0 474125112 11107315712 562824 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10846988 memory=12028 CPUtime=10.69 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 27709 13308 0 0 1008 53 6 2 20 0 15 0 474125112 11107315712 562824 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10846988 memory=33104 CPUtime=4.84 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 26936 13308 0 0 410 66 6 2 20 0 15 0 474125114 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10846988 memory=2120 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 17 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143306466144 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10846988 memory=496 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 4 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143172248704 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10846988 memory=1560 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11107315712 562824 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10846988 memory=928 CPUtime=8.09 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 19175 13308 0 0 799 2 6 2 20 0 15 0 474125117 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10846988 memory=1724 CPUtime=8.2 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 19253 13308 0 0 809 3 6 2 20 0 15 0 474125117 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10846988 memory=1964 CPUtime=2.72 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 11071 13308 0 0 258 6 6 2 20 0 15 0 474125118 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10846988 memory=2776 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11107315712 562824 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10846988 memory=924 CPUtime=1.34 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1652 13308 0 0 57 69 6 2 20 0 15 0 474125118 11107315712 562824 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 2372.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2251296 KiB

[startup+2382.3 s]
/proc/loadavg: 2.30 1.70 1.46 3/227 18591
/proc/meminfo: memFree=1498912/32770688 swapFree=66927196/67108860
[pid=18154] ppid=18151 vsize=10846988 memory=2379288 CPUtime=2432.14 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 669277 13308 0 0 242763 443 6 2 20 0 15 0 474125102 11107315712 594822 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2711747 594822 3639 1 0 2673805 0
[pid=18154/tid=18207] ppid=18151 vsize=10846988 memory=12028 CPUtime=2364.62 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 488268 13308 0 0 236339 115 6 2 20 0 15 0 474125111 11107315712 594822 33554432000 4194304 4196468 140726091269664 140144386264704 140144014151151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10846988 memory=33104 CPUtime=10.77 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 27456 13308 0 0 1018 51 6 2 20 0 15 0 474125112 11107315712 594822 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10846988 memory=6791534058613427641 CPUtime=10.7 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 22247 13308 0 0 1010 52 6 2 20 0 15 0 474125112 11107315712 594822 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10846988 memory=496 CPUtime=10.7 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 22749 13308 0 0 1010 52 6 2 20 0 15 0 474125112 11107315712 594822 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10846988 memory=1560 CPUtime=10.72 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 27951 13308 0 0 1011 53 6 2 20 0 15 0 474125112 11107315712 594822 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10846988 memory=928 CPUtime=4.85 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 27201 13308 0 0 411 66 6 2 20 0 15 0 474125114 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10846988 memory=1724 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 17 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143306466144 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10846988 memory=0 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 4 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143172248704 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10846988 memory=-7595718148000617580 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11107315712 594822 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10846988 memory=-7595761213668167008 CPUtime=8.09 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 19178 13308 0 0 799 2 6 2 20 0 15 0 474125117 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10846988 memory=-7029379521808015264 CPUtime=8.2 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 19255 13308 0 0 809 3 6 2 20 0 15 0 474125117 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10846988 memory=7161964092094309719 CPUtime=2.72 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 11073 13308 0 0 258 6 6 2 20 0 15 0 474125118 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10846988 memory=7161964092094309719 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11107315712 594822 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10846988 memory=800 CPUtime=1.37 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1667 13308 0 0 58 71 6 2 20 0 15 0 474125118 11107315712 594822 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 2432.14 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2379288 KiB

[startup+2442.3 s]
/proc/loadavg: 1.82 1.66 1.46 3/227 18597
/proc/meminfo: memFree=1408724/32770688 swapFree=66927196/67108860
[pid=18154] ppid=18151 vsize=10846988 memory=2472112 CPUtime=2492.22 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 718869 13308 0 0 248763 451 6 2 20 0 15 0 474125102 11107315712 618028 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2711747 618028 3639 1 0 2673805 0
[pid=18154/tid=18207] ppid=18151 vsize=10846988 memory=2470064 CPUtime=2424.57 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 536721 13308 0 0 242329 120 6 2 20 0 15 0 474125111 11107315712 618028 33554432000 4194304 4196468 140726091269664 140144386264224 140143998750767 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10846988 memory=6791534058613427641 CPUtime=10.79 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 27523 13308 0 0 1019 52 6 2 20 0 15 0 474125112 11107315712 618028 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10846988 memory=496 CPUtime=10.72 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 22517 13308 0 0 1012 52 6 2 20 0 15 0 474125112 11107315712 618028 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10846988 memory=1560 CPUtime=10.73 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 22979 13308 0 0 1012 53 6 2 20 0 15 0 474125112 11107315712 618028 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10846988 memory=928 CPUtime=10.74 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 28265 13308 0 0 1012 54 6 2 20 0 15 0 474125112 11107315712 618028 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10846988 memory=1724 CPUtime=4.86 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 27432 13308 0 0 412 66 6 2 20 0 15 0 474125114 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 17 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143306466144 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10846988 memory=496 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 4 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143172248704 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10846988 memory=2470064 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11107315712 618028 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10846988 memory=2470064 CPUtime=8.09 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 19180 13308 0 0 799 2 6 2 20 0 15 0 474125117 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10846988 memory=984 CPUtime=8.2 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 19258 13308 0 0 809 3 6 2 20 0 15 0 474125117 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10846988 memory=2470064 CPUtime=2.72 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 11075 13308 0 0 258 6 6 2 20 0 15 0 474125118 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10846988 memory=1808 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11107315712 618028 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10846988 memory=924 CPUtime=1.4 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1687 13308 0 0 59 73 6 2 20 0 15 0 474125118 11107315712 618028 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 2492.22 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2472112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.1 s]
/proc/loadavg: 1.69 1.65 1.46 3/227 18598
/proc/meminfo: memFree=1364260/32770688 swapFree=66927196/67108860
[pid=18154] ppid=18151 vsize=10846988 memory=2517764 CPUtime=2520.07 cores=4-7
/proc/18154/stat : 18154 (java) S 18151 18154 13981 0 -1 1077944320 756206 13308 0 0 251544 455 6 2 20 0 15 0 474125102 11107315712 629441 33554432000 4194304 4196468 140726091269664 140726091252208 140144414428919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
/proc/18154/statm: 2711747 629441 3639 1 0 2673805 0
[pid=18154/tid=18207] ppid=18151 vsize=10846988 memory=6791534058613427641 CPUtime=2452.35 cores=4-7
/proc/18154/task/18207/stat : 18207 (java) R 18151 18154 13981 0 -1 4202560 573548 13308 0 0 245104 123 6 2 20 0 15 0 474125111 11107315712 629441 33554432000 4194304 4196468 140726091269664 140144386264736 140144014626560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18208] ppid=18151 vsize=10846988 memory=1420 CPUtime=10.8 cores=4-7
/proc/18154/task/18208/stat : 18208 (java) S 18151 18154 13981 0 -1 1077944384 27607 13308 0 0 1020 52 6 2 20 0 15 0 474125112 11107315712 629441 33554432000 4194304 4196468 140726091269664 140144418671504 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18209] ppid=18151 vsize=10846988 memory=776 CPUtime=10.73 cores=4-7
/proc/18154/task/18209/stat : 18209 (java) S 18151 18154 13981 0 -1 1077944384 22751 13308 0 0 1013 52 6 2 20 0 15 0 474125112 11107315712 629441 33554432000 4194304 4196468 140726091269664 140144317561616 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18210] ppid=18151 vsize=10846988 memory=660 CPUtime=10.74 cores=4-7
/proc/18154/task/18210/stat : 18210 (java) S 18151 18154 13981 0 -1 1077944384 23041 13308 0 0 1013 53 6 2 20 0 15 0 474125112 11107315712 629441 33554432000 4194304 4196468 140726091269664 140144316509328 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18211] ppid=18151 vsize=10846988 memory=1556 CPUtime=10.75 cores=4-7
/proc/18154/task/18211/stat : 18211 (java) S 18151 18154 13981 0 -1 1077944384 28357 13308 0 0 1013 54 6 2 20 0 15 0 474125112 11107315712 629441 33554432000 4194304 4196468 140726091269664 140144315456528 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18212] ppid=18151 vsize=10846988 memory=0 CPUtime=4.87 cores=4-7
/proc/18154/task/18212/stat : 18212 (java) S 18151 18154 13981 0 -1 1077944384 27468 13308 0 0 413 66 6 2 20 0 15 0 474125114 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143873878128 140144414440066 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18213] ppid=18151 vsize=10846988 memory=1414298054980309879 CPUtime=0.08 cores=4-7
/proc/18154/task/18213/stat : 18213 (java) S 18151 18154 13981 0 -1 1077944384 17 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143306466144 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18214] ppid=18151 vsize=10846988 memory=6944613755479294112 CPUtime=0.08 cores=4-7
/proc/18154/task/18214/stat : 18214 (java) S 18151 18154 13981 0 -1 1077944384 4 13308 0 0 0 0 6 2 20 0 15 0 474125114 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143172248704 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18215] ppid=18151 vsize=10846988 memory=-6876588452865875872 CPUtime=0.08 cores=4-7
/proc/18154/task/18215/stat : 18215 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125117 11107315712 629441 33554432000 4194304 4196468 140726091269664 140142931957840 140144414447515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18216] ppid=18151 vsize=10846988 memory=5792262883242299474 CPUtime=8.09 cores=4-7
/proc/18154/task/18216/stat : 18216 (java) S 18151 18154 13981 0 -1 1077944384 19180 13308 0 0 799 2 6 2 20 0 15 0 474125117 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143872825968 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18217] ppid=18151 vsize=10846988 memory=280312248651432 CPUtime=8.2 cores=4-7
/proc/18154/task/18217/stat : 18217 (java) S 18151 18154 13981 0 -1 1077944384 19258 13308 0 0 809 3 6 2 20 0 15 0 474125117 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143871773168 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18218] ppid=18151 vsize=10846988 memory=0 CPUtime=2.72 cores=4-7
/proc/18154/task/18218/stat : 18218 (java) S 18151 18154 13981 0 -1 1077944384 11075 13308 0 0 258 6 6 2 20 0 15 0 474125118 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143870720880 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18219] ppid=18151 vsize=10846988 memory=1964 CPUtime=0.08 cores=4-7
/proc/18154/task/18219/stat : 18219 (java) S 18151 18154 13981 0 -1 1077944384 3 13308 0 0 0 0 6 2 20 0 15 0 474125118 11107315712 629441 33554432000 4194304 4196468 140726091269664 140142898400224 140144414439125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
[pid=18154/tid=18220] ppid=18151 vsize=10846988 memory=2776 CPUtime=1.42 cores=4-7
/proc/18154/task/18220/stat : 18220 (java) S 18151 18154 13981 0 -1 1077944384 1689 13308 0 0 60 74 6 2 20 0 15 0 474125118 11107315712 629441 33554432000 4194304 4196468 140726091269664 140143869667760 140144414440066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29511680 140726091274991 140726091277509 140726091277509 140726091280335 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 2517764 KiB

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

[startup+2470.15 s]
# the end of solver process 18154 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.52 s, system=4.61113 s

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

Child status: 143
Real time (s): 2470.15
CPU time (s): 2520.13
CPU user time (s): 2515.52
CPU system time (s): 4.61113
CPU usage (%): 102.024
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2625620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.52
system time used= 4.61113
maximum resident set size= 2627668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148163
involuntary context switches= 5291


# summary of solver processes directly reported to runsolver:
#   pid: 18154
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.52
#   total CPU system time (s): 4.61113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8104 second user time and 27.1569 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-21 20:26:50
IDJOB=4402586
IDBENCH=135033
IDSOLVER=2861
FILE ID=node120/4402586-1568981189
RUNJOBID= node120-1324482060-14013
PBS_JOBID= 21704627
Free space on /tmp= 23256 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402586-1568981189/watcher-4402586-1568981189 -o /tmp/evaluation-result-4402586-1568981189/solver-4402586-1568981189 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324482060-14013 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402586-1568981189.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=2047248357

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:         3534648 kB
MemAvailable:   30753548 kB
Buffers:          114556 kB
Cached:         27065360 kB
SwapCached:        68632 kB
Active:         14588832 kB
Inactive:       13689900 kB
Active(anon):    1029764 kB
Inactive(anon):   125448 kB
Active(file):   13559068 kB
Inactive(file): 13564452 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       66927192 kB
Dirty:             36172 kB
Writeback:             0 kB
AnonPages:       1141240 kB
Mapped:            71084 kB
Shmem:             47316 kB
Slab:             553032 kB
SReclaimable:     523840 kB
SUnreclaim:        29192 kB
KernelStack:        3696 kB
PageTables:         7420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2328096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    987136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23220 MiB
End job on node120 at 2011-12-21 21:08:01