Trace number 4402687

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.15 2463.1

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K13-P08.xml
MD5SUMf6de09233a74707b341bbe4fbe6d65e2
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 variables1547
Number of constraints717
Number of domains2
Minimum domain size715
Maximum domain size716
Distribution of domain sizes[{"size":715,"count":715},{"size":716,"count":104}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":728},{"degree":2,"count":715},{"degree":14,"count":26},{"degree":15,"count":78}]
Minimum constraint arity3
Maximum constraint arity715
Distribution of constraint arities[{"arity":3,"count":715},{"arity":104,"count":1},{"arity":715,"count":1}]
Number of extensional constraints0
Number of intensional constraints715
Distribution of constraint types[{"type":"intension","count":715},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402687-1568968364/watcher-4402687-1568968364 -o /var/tmp/evaluation-result-4402687-1568968364/solver-4402687-1568968364 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402687-1568968364.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=17072, runsolver pid=17069
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.23 1.16 0.72 3/222 17129
/proc/meminfo: memFree=1939876/32770624 swapFree=66992772/67108860
[pid=17072] ppid=17069 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 4455 13401 0 0 1 1 5 3 20 0 6 0 473104201 10212057088 4203 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2493178 4203 1934 1 0 2481616 0
[pid=17072/tid=17125] ppid=17069 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 2262 13401 0 0 0 0 5 3 20 0 6 0 473104210 10212057088 4203 33554432000 4194304 4196468 140734404712192 140513217663568 140513229907294 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 473104210 10212057088 4203 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=9972712 memory=288370194153363072 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 473104210 10212057088 4203 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 6 0 473104210 10212057088 4203 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 6 0 473104210 10212057088 4203 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210471 s]*
/proc/loadavg: 1.23 1.16 0.72 4/231 17138
/proc/meminfo: memFree=1920444/32770624 swapFree=66992772/67108860
[pid=17072] ppid=17069 vsize=10820176 memory=42408 CPUtime=0.27 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 7506 13401 0 0 17 2 5 3 20 0 15 0 473104201 11079860224 10602 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2705046 10602 3298 1 0 2667149 0
[pid=17072/tid=17125] ppid=17069 vsize=10820196 memory=753035770744996145 CPUtime=0.2 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 4033 13401 0 0 11 1 5 3 20 0 15 0 473104210 11079880704 10602 33554432000 4194304 4196468 140734404712192 140513217637840 140513245848733 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 10602 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10820196 memory=288370194153363072 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 10602 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 10602 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 10602 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104212 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 473104212 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512136782880 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104213 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512002564976 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11079880704 10602 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) R 17069 17072 16228 0 -1 4202560 360 13401 0 0 1 0 5 3 20 0 15 0 473104215 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512704330608 140513226527410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 288 13401 0 0 1 0 5 3 20 0 15 0 473104215 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10820196 memory=139818001651328 CPUtime=0.11 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) R 17069 17072 16228 0 -1 1077944384 604 13401 0 0 3 0 5 3 20 0 15 0 473104215 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11079880704 10602 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10820196 memory=139818001651328 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104216 11079880704 10602 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 42408 KiB

[startup+0.310797 s]*
/proc/loadavg: 1.23 1.16 0.72 5/231 17138
/proc/meminfo: memFree=1908828/32770624 swapFree=66992772/67108860
[pid=17072] ppid=17069 vsize=10820196 memory=50588 CPUtime=0.4 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 10510 13401 0 0 29 3 5 3 20 0 15 0 473104201 11079880704 12647 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2705049 12647 3319 1 0 2667149 0
[pid=17072/tid=17125] ppid=17069 vsize=10820196 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 7007 13401 0 0 19 2 5 3 20 0 15 0 473104210 11079880704 12647 33554432000 4194304 4196468 140734404712192 140513217635728 140513229907294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 12647 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 12647 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 12647 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104210 11079880704 12647 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10820196 memory=139818001651327 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104212 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 473104212 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512136782880 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104213 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512002564976 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11079880704 12647 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 370 13401 0 0 2 0 5 3 20 0 15 0 473104215 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 288 13401 0 0 1 0 5 3 20 0 15 0 473104215 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10820196 memory=139818001651328 CPUtime=0.13 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 613 13401 0 0 5 0 5 3 20 0 15 0 473104215 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11079880704 12647 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10820196 memory=139818001651328 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104216 11079880704 12647 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50588 KiB

[startup+0.701497 s]
/proc/loadavg: 1.23 1.16 0.72 4/231 17138
/proc/meminfo: memFree=1894696/32770624 swapFree=66992772/67108860
[pid=17072] ppid=17069 vsize=10824364 memory=82872 CPUtime=1.16 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 14984 13401 0 0 103 5 5 3 20 0 15 0 473104201 11084148736 20718 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2706091 20718 3502 1 0 2668173 0
[pid=17072/tid=17125] ppid=17069 vsize=10824364 memory=7660742144744843625 CPUtime=0.68 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 10351 13401 0 0 56 4 5 3 20 0 15 0 473104210 11084148736 20718 33554432000 4194304 4196468 140734404712192 140513217656520 140513227726544 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10824364 memory=1212 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11084148736 20718 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11084148736 20718 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104210 11084148736 20718 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104210 11084148736 20718 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 5 13401 0 0 0 0 5 3 20 0 15 0 473104212 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 473104212 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512136782880 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104213 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512002564976 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11084148736 20718 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) R 17069 17072 16228 0 -1 4202560 778 13401 0 0 13 0 5 3 20 0 15 0 473104215 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512704330608 140513225073240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 827 13401 0 0 15 0 5 3 20 0 15 0 473104215 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 791 13401 0 0 17 0 5 3 20 0 15 0 473104215 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11084148736 20718 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104216 11084148736 20718 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82872 KiB

[startup+1.50075 s]
/proc/loadavg: 1.23 1.16 0.72 5/231 17138
/proc/meminfo: memFree=1841648/32770624 swapFree=66992772/67108860
[pid=17072] ppid=17069 vsize=10834680 memory=193020 CPUtime=2.86 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 25955 13401 0 0 266 12 5 3 20 0 15 0 473104201 11094712320 48255 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2708670 48255 3587 1 0 2670733 0
[pid=17072/tid=17125] ppid=17069 vsize=10834680 memory=139817895596632 CPUtime=1.43 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 15811 13401 0 0 129 6 5 3 20 0 15 0 473104210 11094712320 48255 33554432000 4194304 4196468 140734404712192 140513217658512 140513229870437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 330 13401 0 0 1 0 5 3 20 0 15 0 473104210 11094712320 48255 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10834680 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 48 13401 0 0 1 0 5 3 20 0 15 0 473104210 11094712320 48255 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10834680 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 43 13401 0 0 1 0 5 3 20 0 15 0 473104210 11094712320 48255 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10834680 memory=279635791600032 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 69 13401 0 0 1 0 5 3 20 0 15 0 473104210 11094712320 48255 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10834680 memory=213124867196310 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 147 13401 0 0 1 0 5 3 20 0 15 0 473104212 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 13 13401 0 0 0 0 5 3 20 0 15 0 473104212 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512136782944 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10834680 memory=7517784776265402168 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 2 13401 0 0 0 0 5 3 20 0 15 0 473104213 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512002564992 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11094712320 48255 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10834680 memory=-7668917182949848256 CPUtime=0.5 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 2441 13401 0 0 42 0 5 3 20 0 15 0 473104215 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10834680 memory=8514726395714956677 CPUtime=0.51 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 2677 13401 0 0 43 0 5 3 20 0 15 0 473104215 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10834680 memory=-5703089342203525590 CPUtime=0.52 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) R 17069 17072 16228 0 -1 4202560 2162 13401 0 0 43 1 5 3 20 0 15 0 473104215 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512702225008 140513245838742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10834680 memory=8325818960211581590 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11094712320 48255 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1 13401 0 0 0 0 5 3 20 0 15 0 473104216 11094712320 48255 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10834680 KiB

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

/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 7040983 13401 0 0 229758 1037 5 3 20 0 15 0 473104210 11109425152 845341 33554432000 4194304 4196468 140734404712192 140513217661744 140512845390597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10849048 memory=3381364 CPUtime=12.74 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 222333 13401 0 0 1052 214 5 3 20 0 15 0 473104210 11109425152 845341 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10849048 memory=3396756 CPUtime=12.93 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 221968 13401 0 0 1068 217 5 3 20 0 15 0 473104210 11109425152 845341 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10849048 memory=3388544 CPUtime=12.88 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 231026 13401 0 0 1060 220 5 3 20 0 15 0 473104210 11109425152 845341 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10849048 memory=3388544 CPUtime=12.92 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 228637 13401 0 0 1074 210 5 3 20 0 15 0 473104210 11109425152 845341 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10849048 memory=3388544 CPUtime=0.74 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 51608 13401 0 0 49 17 5 3 20 0 15 0 473104212 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10849048 memory=3381364 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 32 13401 0 0 0 0 5 3 20 0 15 0 473104212 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512136782944 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10849048 memory=3381364 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 29 13401 0 0 0 0 5 3 20 0 15 0 473104213 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512002565152 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10849048 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11109425152 845341 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10849048 memory=3381364 CPUtime=6.64 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 68018 13401 0 0 648 8 5 3 20 0 15 0 473104215 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10849048 memory=3394448 CPUtime=6.02 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 64115 13401 0 0 587 7 5 3 20 0 15 0 473104215 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10849048 memory=3381364 CPUtime=4.27 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 75127 13401 0 0 410 9 5 3 20 0 15 0 473104215 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10849048 memory=3381364 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11109425152 845341 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10849048 memory=3381364 CPUtime=1.47 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1889 13401 0 0 69 70 5 3 20 0 15 0 473104216 11109425152 845341 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 2378.05 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3381364 KiB

[startup+2382.3 s]
/proc/loadavg: 1.86 1.63 1.45 3/230 17509
/proc/meminfo: memFree=247716/32770624 swapFree=66992812/67108860
[pid=17072] ppid=17069 vsize=10849048 memory=3420308 CPUtime=2438.54 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 8377570 13401 0 0 241837 2009 5 3 20 0 15 0 473104201 11109425152 855077 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2712262 855077 3633 1 0 2674317 0
[pid=17072/tid=17125] ppid=17069 vsize=10849048 memory=3420308 CPUtime=2367.88 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 7184866 13401 0 0 235737 1043 5 3 20 0 15 0 473104210 11109425152 855077 33554432000 4194304 4196468 140734404712192 140513217661312 140512832826263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10849048 memory=3409440 CPUtime=12.89 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 227894 13401 0 0 1065 216 5 3 20 0 15 0 473104210 11109425152 855077 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10849048 memory=3409440 CPUtime=13.07 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 227205 13401 0 0 1081 218 5 3 20 0 15 0 473104210 11109425152 855077 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10849048 memory=3409060 CPUtime=13.03 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 236903 13401 0 0 1073 222 5 3 20 0 15 0 473104210 11109425152 855077 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10849048 memory=3409440 CPUtime=13.06 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 235162 13401 0 0 1087 211 5 3 20 0 15 0 473104210 11109425152 855077 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10849048 memory=3409440 CPUtime=0.75 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 51932 13401 0 0 50 17 5 3 20 0 15 0 473104212 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10849048 memory=3420308 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 32 13401 0 0 0 0 5 3 20 0 15 0 473104212 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512136782944 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10849048 memory=3420308 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 29 13401 0 0 0 0 5 3 20 0 15 0 473104213 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512002565152 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10849048 memory=3342904 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11109425152 855077 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10849048 memory=3420308 CPUtime=6.64 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 68439 13401 0 0 648 8 5 3 20 0 15 0 473104215 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10849048 memory=3409060 CPUtime=6.03 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 65003 13401 0 0 588 7 5 3 20 0 15 0 473104215 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10849048 memory=3346480 CPUtime=4.28 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 75973 13401 0 0 411 9 5 3 20 0 15 0 473104215 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10849048 memory=3420308 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11109425152 855077 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10849048 memory=1736 CPUtime=1.51 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 1920 13401 0 0 72 71 5 3 20 0 15 0 473104216 11109425152 855077 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 2438.54 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3420308 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.63 1.46 3/230 17513
/proc/meminfo: memFree=211068/32770624 swapFree=66992812/67108860
[pid=17072] ppid=17069 vsize=10849048 memory=3460796 CPUtime=2499.24 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 8555375 13401 0 0 247875 2041 5 3 20 0 15 0 473104201 11109425152 865199 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2712262 865199 3633 1 0 2674317 0
[pid=17072/tid=17125] ppid=17069 vsize=10849048 memory=3459600 CPUtime=2427.65 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 7330040 13401 0 0 241708 1049 5 3 20 0 15 0 473104210 11109425152 865199 33554432000 4194304 4196468 140734404712192 140513217661528 140512844566077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10849048 memory=3460796 CPUtime=13.09 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 234332 13401 0 0 1079 222 5 3 20 0 15 0 473104210 11109425152 865199 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10849048 memory=3459600 CPUtime=13.28 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 234001 13401 0 0 1096 224 5 3 20 0 15 0 473104210 11109425152 865199 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10849048 memory=3445712 CPUtime=13.24 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 245166 13401 0 0 1088 228 5 3 20 0 15 0 473104210 11109425152 865199 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10849048 memory=3459192 CPUtime=13.27 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 241736 13401 0 0 1102 217 5 3 20 0 15 0 473104210 11109425152 865199 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10849048 memory=3460796 CPUtime=0.76 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 52257 13401 0 0 51 17 5 3 20 0 15 0 473104212 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10849048 memory=3460796 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 32 13401 0 0 0 0 5 3 20 0 15 0 473104212 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512136782944 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10849048 memory=3459192 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 29 13401 0 0 0 0 5 3 20 0 15 0 473104213 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512002565152 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10849048 memory=3460796 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11109425152 865199 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10849048 memory=3431072 CPUtime=6.66 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 69294 13401 0 0 649 9 5 3 20 0 15 0 473104215 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10849048 memory=7523107478184158290 CPUtime=6.04 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 66366 13401 0 0 589 7 5 3 20 0 15 0 473104215 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10849048 memory=3620 CPUtime=4.3 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 77900 13401 0 0 413 9 5 3 20 0 15 0 473104215 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10849048 memory=44740 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11109425152 865199 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10849048 memory=3460796 CPUtime=1.54 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 2010 13401 0 0 73 73 5 3 20 0 15 0 473104216 11109425152 865199 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 2499.24 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3460796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463 s]*
/proc/loadavg: 1.70 1.64 1.47 3/230 17642
/proc/meminfo: memFree=2753852/32770624 swapFree=66992812/67108860
[pid=17072] ppid=17069 vsize=10849048 memory=3466204 CPUtime=2520.03 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17069 17072 16228 0 -1 1077944320 8566933 13401 0 0 249952 2043 5 3 20 0 15 0 473104201 11109425152 866551 33554432000 4194304 4196468 140734404712192 140734404694736 140513245826807 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
/proc/17072/statm: 2712262 866551 3633 1 0 2674317 0
[pid=17072/tid=17125] ppid=17069 vsize=10849048 memory=1398722017469774279 CPUtime=2448.31 cores=0,2,4,6
/proc/17072/task/17125/stat : 17125 (java) R 17069 17072 16228 0 -1 4202560 7337781 13401 0 0 243773 1050 5 3 20 0 15 0 473104210 11109425152 866551 33554432000 4194304 4196468 140734404712192 140513217661312 140512844565976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17126] ppid=17069 vsize=10849048 memory=3132 CPUtime=13.13 cores=0,2,4,6
/proc/17072/task/17126/stat : 17126 (java) S 17069 17072 16228 0 -1 1077944384 235272 13401 0 0 1082 223 5 3 20 0 15 0 473104210 11109425152 866551 33554432000 4194304 4196468 140734404712192 140513250069648 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17127] ppid=17069 vsize=10849048 memory=3466204 CPUtime=13.31 cores=0,2,4,6
/proc/17072/task/17127/stat : 17127 (java) S 17069 17072 16228 0 -1 1077944384 234948 13401 0 0 1098 225 5 3 20 0 15 0 473104210 11109425152 866551 33554432000 4194304 4196468 140734404712192 140513148959760 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17128] ppid=17069 vsize=10849048 memory=4104 CPUtime=13.26 cores=0,2,4,6
/proc/17072/task/17128/stat : 17128 (java) S 17069 17072 16228 0 -1 1077944384 246120 13401 0 0 1090 228 5 3 20 0 15 0 473104210 11109425152 866551 33554432000 4194304 4196468 140734404712192 140513147906960 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17129] ppid=17069 vsize=10849048 memory=1404 CPUtime=13.29 cores=0,2,4,6
/proc/17072/task/17129/stat : 17129 (java) S 17069 17072 16228 0 -1 1077944384 242646 13401 0 0 1104 217 5 3 20 0 15 0 473104210 11109425152 866551 33554432000 4194304 4196468 140734404712192 140513146854160 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17130] ppid=17069 vsize=10849048 memory=2572 CPUtime=0.77 cores=0,2,4,6
/proc/17072/task/17130/stat : 17130 (java) S 17069 17072 16228 0 -1 1077944384 52280 13401 0 0 52 17 5 3 20 0 15 0 473104212 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512705382768 140513245837954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17131] ppid=17069 vsize=10849048 memory=519532 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17131/stat : 17131 (java) S 17069 17072 16228 0 -1 1077944384 32 13401 0 0 0 0 5 3 20 0 15 0 473104212 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512136782944 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17132] ppid=17069 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17132/stat : 17132 (java) S 17069 17072 16228 0 -1 1077944384 29 13401 0 0 0 0 5 3 20 0 15 0 473104213 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512002565152 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17133] ppid=17069 vsize=10849048 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17133/stat : 17133 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104215 11109425152 866551 33554432000 4194304 4196468 140734404712192 140511762274128 140513245845403 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17134] ppid=17069 vsize=10849048 memory=2004 CPUtime=6.67 cores=0,2,4,6
/proc/17072/task/17134/stat : 17134 (java) S 17069 17072 16228 0 -1 1077944384 69297 13401 0 0 650 9 5 3 20 0 15 0 473104215 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512704330608 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17135] ppid=17069 vsize=10849048 memory=1212 CPUtime=6.04 cores=0,2,4,6
/proc/17072/task/17135/stat : 17135 (java) S 17069 17072 16228 0 -1 1077944384 66369 13401 0 0 589 7 5 3 20 0 15 0 473104215 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512703277808 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17136] ppid=17069 vsize=10849048 memory=1060 CPUtime=4.3 cores=0,2,4,6
/proc/17072/task/17136/stat : 17136 (java) S 17069 17072 16228 0 -1 1077944384 77934 13401 0 0 413 9 5 3 20 0 15 0 473104215 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512702225008 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17137] ppid=17069 vsize=10849048 memory=740 CPUtime=0.08 cores=0,2,4,6
/proc/17072/task/17137/stat : 17137 (java) S 17069 17072 16228 0 -1 1077944384 3 13401 0 0 0 0 5 3 20 0 15 0 473104216 11109425152 866551 33554432000 4194304 4196468 140734404712192 140511728716512 140513245837013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
[pid=17072/tid=17138] ppid=17069 vsize=10849048 memory=1228 CPUtime=1.56 cores=0,2,4,6
/proc/17072/task/17138/stat : 17138 (java) S 17069 17072 16228 0 -1 1077944384 2013 13401 0 0 74 74 5 3 20 0 15 0 473104216 11109425152 866551 33554432000 4194304 4196468 140734404712192 140512701172400 140513245837954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31248384 140734404721251 140734404723893 140734404723893 140734404726735 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 3466204 KiB

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

[startup+2463.1 s]
# the end of solver process 17072 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2499.61 s, system=20.5343 s

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

Child status: 143
Real time (s): 2463.1
CPU time (s): 2520.15
CPU user time (s): 2499.61
CPU system time (s): 20.5343
CPU usage (%): 102.316
Max. virtual memory (cumulated for all children) (KiB): 10851172
Max. memory (cumulated for all children) (KiB): 3466204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2499.61
system time used= 20.5343
maximum resident set size= 3470432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8581971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82688
involuntary context switches= 3881


# summary of solver processes directly reported to runsolver:
#   pid: 17072
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2499.61
#   total CPU system time (s): 20.5343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.433 second user time and 23.8079 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 10:32:06
IDJOB=4402687
IDBENCH=120726
IDSOLVER=2861
FILE ID=node126/4402687-1568968364
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K13-P08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402687-1568968364/watcher-4402687-1568968364 -o /var/tmp/evaluation-result-4402687-1568968364/solver-4402687-1568968364 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1202144846 HOME/instance-4402687-1568968364.xml

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

MD5SUM BENCH= f6de09233a74707b341bbe4fbe6d65e2
RANDOM SEED=1202144846

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         1948928 kB
MemAvailable:   30562676 kB
Buffers:          114832 kB
Cached:         28507392 kB
SwapCached:         6692 kB
Active:         15588408 kB
Inactive:       14340164 kB
Active(anon):    1297992 kB
Inactive(anon):    45880 kB
Active(file):   14290416 kB
Inactive(file): 14294284 kB
Unevictable:      109576 kB
Mlocked:          109576 kB
SwapTotal:      67108860 kB
SwapFree:       66992772 kB
Dirty:             35256 kB
Writeback:             0 kB
AnonPages:       1410168 kB
Mapped:            60584 kB
Shmem:             29164 kB
Slab:             486428 kB
SReclaimable:     457508 kB
SUnreclaim:        28920 kB
KernelStack:        3968 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2537812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    925696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 11:13:10