Trace number 4400867

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.2? (TO) 2520.12 2468.04

General information on the benchmark

NameXCSP19/hcp/
graph171.xml
MD5SUM889399dd2d9405aab831b2de91bd17ad
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 benchmark72.9286
Satisfiable
(Un)Satisfiability was proved
Number of variables996
Number of constraints1
Number of domains996
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":994},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":996}]
Minimum constraint arity996
Maximum constraint arity996
Distribution of constraint arities[{"arity":996,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.56	c Concrete v3.12.2.1568631193530 running
2520.07/2468.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2468.02		at concrete.MAC.mac(MAC.scala:192)
2520.07/2468.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2468.02		at scala.util.Try$.apply(Try.scala:212)
2520.07/2468.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2468.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2468.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2468.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2468.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2468.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2468.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2468.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2468.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2468.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2468.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.07/2468.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.07/2468.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2468.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2468.02		at scala.util.Success.map(Try.scala:264)
2520.07/2468.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2468.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2468.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2468.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2468.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2468.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2468.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2468.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2468.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.07/2468.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.07/2468.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.07/2468.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.07/2468.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.07/2468.02		at scala.App.main(App.scala:75)
2520.07/2468.02		at scala.App.main$(App.scala:73)
2520.07/2468.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2468.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2468.02	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 (13923 MiB free)
  memory of node 1: 16384 MiB (13243 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400867-1568695856/watcher-4400867-1568695856 -o /tmp/evaluation-result-4400867-1568695856/solver-4400867-1568695856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1267883449 HOME/instance-4400867-1568695856.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
Current StackSize limit: 8192 KiB

solver pid=25474, runsolver pid=25471

[startup+0.100082 s]*
/proc/loadavg: 1.51 1.68 1.52 3/218 25528
/proc/meminfo: memFree=27814324/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=9972712 memory=16688 CPUtime=0.1 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 4449 13459 0 0 1 1 5 3 20 0 6 0 445499497 10212057088 4172 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2493178 4172 1933 1 0 2481616 0
[pid=25474/tid=25527] ppid=25471 vsize=9972712 memory=4279135704047584141 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 2238 13459 0 0 0 0 5 3 20 0 6 0 445499506 10212057088 4172 33554432000 4194304 4196468 140730634178272 140232809128528 140232837315357 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 6 0 445499507 10212057088 4172 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=9972712 memory=140321224611456 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 6 0 445499507 10212057088 4238 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 6 0 445499507 10212057088 4238 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 6 0 445499507 10212057088 4238 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16688 KiB

[startup+0.213667 s]*
/proc/loadavg: 1.51 1.68 1.52 4/230 25540
/proc/meminfo: memFree=27786996/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10820020 memory=46668 CPUtime=0.27 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 7549 13459 0 0 18 1 5 3 20 0 15 0 445499497 11079700480 11667 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2705005 11667 3244 1 0 2667149 0
[pid=25474/tid=25527] ppid=25471 vsize=10820020 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 4050 13459 0 0 11 1 5 3 20 0 15 0 445499506 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232809063392 140232830388603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10820020 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10820020 memory=3475004104181503648 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10820020 memory=140321224611456 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499508 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 13 13459 0 0 0 0 5 3 20 0 15 0 445499509 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232292819744 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232158602352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 333 13459 0 0 1 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10820020 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 325 13459 0 0 1 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10820020 memory=140321224611456 CPUtime=0.11 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 609 13459 0 0 3 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10820020 memory=140321224611456 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079700480 11667 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 46668 KiB

[startup+0.313975 s]*
/proc/loadavg: 1.51 1.68 1.52 4/230 25540
/proc/meminfo: memFree=27774804/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10820196 memory=55360 CPUtime=0.4 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 10945 13459 0 0 29 3 5 3 20 0 15 0 445499497 11079880704 13840 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2705049 13840 3334 1 0 2667149 0
[pid=25474/tid=25527] ppid=25471 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 7424 13459 0 0 19 2 5 3 20 0 15 0 445499506 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232809096768 140232821372254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499508 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 13 13459 0 0 0 0 5 3 20 0 15 0 445499509 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232292819744 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232158602352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 333 13459 0 0 1 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 335 13459 0 0 2 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10820196 memory=140321224611456 CPUtime=0.13 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 616 13459 0 0 5 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10820196 memory=140321224611456 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499512 11079880704 13840 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 55360 KiB

[startup+0.705974 s]
/proc/loadavg: 1.51 1.68 1.52 3/230 25540
/proc/meminfo: memFree=27760504/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10824364 memory=87124 CPUtime=1.12 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 15026 13459 0 0 99 5 5 3 20 0 15 0 445499497 11084148736 21781 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2706091 21781 3510 1 0 2668173 0
[pid=25474/tid=25527] ppid=25471 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 10440 13459 0 0 56 3 5 3 20 0 15 0 445499506 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232809107680 140232440935286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499507 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10824364 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499507 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 5 13459 0 0 0 0 5 3 20 0 15 0 445499508 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10824364 memory=140321077998288 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 13 13459 0 0 0 0 5 3 20 0 15 0 445499509 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232292819744 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10824364 memory=140325171495501 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232158602352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10824364 memory=1112 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10824364 memory=7089886620845893184 CPUtime=0.19 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) R 25471 25474 18193 0 -1 4202560 771 13459 0 0 11 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232362928752 140232822186480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10824364 memory=7739276948478192999 CPUtime=0.21 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) R 25471 25474 18193 0 -1 4202560 792 13459 0 0 13 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232361875952 140232822072908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10824364 memory=6148935659200796009 CPUtime=0.24 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 782 13459 0 0 16 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10824364 memory=3512 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499512 11084148736 21781 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87124 KiB

[startup+1.50067 s]
/proc/loadavg: 1.71 1.72 1.53 3/230 25540
/proc/meminfo: memFree=27720212/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10834680 memory=183488 CPUtime=2.63 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 24885 13459 0 0 245 10 5 3 20 0 15 0 445499497 11094712320 45872 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2708670 45872 3577 1 0 2670733 0
[pid=25474/tid=25527] ppid=25471 vsize=10834680 memory=9174 CPUtime=1.44 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 16427 13459 0 0 130 6 5 3 20 0 15 0 445499506 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232809117008 140232837303702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 66 13459 0 0 1 0 5 3 20 0 15 0 445499507 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 45 13459 0 0 1 0 5 3 20 0 15 0 445499507 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10834680 memory=846 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 41 13459 0 0 1 0 5 3 20 0 15 0 445499507 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10834680 memory=87124 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 302 13459 0 0 1 0 5 3 20 0 15 0 445499507 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 1406 13459 0 0 1 0 5 3 20 0 15 0 445499508 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10834680 memory=280642155938288 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 14 13459 0 0 0 0 5 3 20 0 15 0 445499509 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232292819808 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10834680 memory=280642155989088 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232158602368 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10834680 memory=6935649255759568960 CPUtime=0.42 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 1712 13459 0 0 34 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10834680 memory=280642156272512 CPUtime=0.4 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) R 25471 25474 18193 0 -1 1077944384 1030 13459 0 0 32 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10834680 memory=6944656425123290226 CPUtime=0.49 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 1625 13459 0 0 41 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10834680 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11094712320 45872 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 10834680 KiB

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

/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 74762 13459 0 0 229572 48 5 3 20 0 15 0 445499506 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232809127136 140232450911209 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10847000 memory=988888 CPUtime=12.23 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 15682 13459 0 0 1153 62 5 3 20 0 15 0 445499507 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10847000 memory=0 CPUtime=12.24 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 15864 13459 0 0 1157 59 5 3 20 0 15 0 445499507 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10847000 memory=988888 CPUtime=12.19 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 21970 13459 0 0 1150 61 5 3 20 0 15 0 445499507 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10847000 memory=992392 CPUtime=12.21 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 17218 13459 0 0 1156 57 5 3 20 0 15 0 445499507 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10847000 memory=992392 CPUtime=10.92 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 17621 13459 0 0 1025 59 5 3 20 0 15 0 445499508 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10847000 memory=992392 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 15 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232292819808 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10847000 memory=2520 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232158602368 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10847000 memory=992392 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10847000 memory=56 CPUtime=5.25 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 33475 13459 0 0 508 9 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10847000 memory=992392 CPUtime=4.89 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 38482 13459 0 0 474 7 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10847000 memory=3512 CPUtime=4.87 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 26110 13459 0 0 472 7 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10847000 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10847000 memory=1560 CPUtime=1.49 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1500 13459 0 0 72 69 5 3 20 0 15 0 445499512 11107328000 248098 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 2371.96 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 992392 KiB

[startup+2382.3 s]
/proc/loadavg: 0.46 0.81 1.15 2/206 25824
/proc/meminfo: memFree=29398008/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10847000 memory=994836 CPUtime=2432.94 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 266937 13459 0 0 242906 380 5 3 20 0 15 0 445499497 11107328000 248709 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2711750 248709 3632 1 0 2673805 0
[pid=25474/tid=25527] ppid=25471 vsize=10847000 memory=992788 CPUtime=2355.6 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 75648 13459 0 0 235504 48 5 3 20 0 15 0 445499506 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232809126704 140232445618195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10847000 memory=988888 CPUtime=12.56 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 15885 13459 0 0 1185 63 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10847000 memory=992788 CPUtime=12.58 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 16014 13459 0 0 1190 60 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10847000 memory=992788 CPUtime=12.54 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 21978 13459 0 0 1183 63 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10847000 memory=994836 CPUtime=12.54 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 17691 13459 0 0 1188 58 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10847000 memory=994836 CPUtime=11.19 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 17894 13459 0 0 1050 61 5 3 20 0 15 0 445499508 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10847000 memory=994836 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 15 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232292819808 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10847000 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232158602368 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10847000 memory=992788 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10847000 memory=3512 CPUtime=5.25 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 33478 13459 0 0 508 9 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10847000 memory=3512 CPUtime=4.89 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 38484 13459 0 0 474 7 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10847000 memory=48308 CPUtime=4.87 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 26112 13459 0 0 472 7 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10847000 memory=992788 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10847000 memory=3512 CPUtime=1.53 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1523 13459 0 0 74 71 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 2432.94 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 994836 KiB

[startup+2442.3 s]
/proc/loadavg: 0.70 0.82 1.13 2/208 25838
/proc/meminfo: memFree=29398812/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10847000 memory=994836 CPUtime=2493.94 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 268255 13459 0 0 248996 390 5 3 20 0 15 0 445499497 11107328000 248709 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2711750 248709 3632 1 0 2673805 0
[pid=25474/tid=25527] ppid=25471 vsize=10847000 memory=994836 CPUtime=2414.93 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 76382 13459 0 0 241436 49 5 3 20 0 15 0 445499506 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232809126480 140232440533019 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10847000 memory=994836 CPUtime=12.9 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 15992 13459 0 0 1217 65 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10847000 memory=994836 CPUtime=12.91 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 16057 13459 0 0 1222 61 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10847000 memory=988888 CPUtime=12.86 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 22031 13459 0 0 1214 64 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10847000 memory=992788 CPUtime=12.88 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 17885 13459 0 0 1221 59 5 3 20 0 15 0 445499507 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10847000 memory=994836 CPUtime=11.47 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 18058 13459 0 0 1075 64 5 3 20 0 15 0 445499508 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10847000 memory=994836 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 15 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232292819808 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10847000 memory=994836 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232158602368 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10847000 memory=994836 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10847000 memory=994836 CPUtime=5.25 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 33480 13459 0 0 508 9 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10847000 memory=994836 CPUtime=4.89 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 38486 13459 0 0 474 7 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10847000 memory=994836 CPUtime=4.87 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 26114 13459 0 0 472 7 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10847000 memory=994836 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10847000 memory=6791534058613427641 CPUtime=1.57 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1540 13459 0 0 76 73 5 3 20 0 15 0 445499512 11107328000 248709 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 2493.94 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 994836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468 s]*
/proc/loadavg: 0.60 0.78 1.11 2/207 25839
/proc/meminfo: memFree=29396992/32770624 swapFree=66917056/67108860
[pid=25474] ppid=25471 vsize=10847000 memory=996884 CPUtime=2520.07 cores=0,2,4,6
/proc/25474/stat : 25474 (java) S 25471 25474 18193 0 -1 1077944320 268963 13459 0 0 251607 392 5 3 20 0 15 0 445499497 11107328000 249221 33554432000 4194304 4196468 140730634178272 140730634160816 140232837291767 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
/proc/25474/statm: 2711750 249221 3632 1 0 2673805 0
[pid=25474/tid=25527] ppid=25471 vsize=10847000 memory=14008 CPUtime=2440.33 cores=0,2,4,6
/proc/25474/task/25527/stat : 25527 (java) R 25471 25474 18193 0 -1 4202560 76722 13459 0 0 243976 49 5 3 20 0 15 0 445499506 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232809127184 140232441094435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25528] ppid=25471 vsize=10847000 memory=12040 CPUtime=13.05 cores=0,2,4,6
/proc/25474/task/25528/stat : 25528 (java) S 25471 25474 18193 0 -1 1077944384 15998 13459 0 0 1231 66 5 3 20 0 15 0 445499507 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232841534352 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25529] ppid=25471 vsize=10847000 memory=2124 CPUtime=13.06 cores=0,2,4,6
/proc/25474/task/25529/stat : 25529 (java) S 25471 25474 18193 0 -1 1077944384 16091 13459 0 0 1236 62 5 3 20 0 15 0 445499507 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232764693264 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25530] ppid=25471 vsize=10847000 memory=4126316290023845779 CPUtime=13.02 cores=0,2,4,6
/proc/25474/task/25530/stat : 25530 (java) S 25471 25474 18193 0 -1 1077944384 22149 13459 0 0 1229 65 5 3 20 0 15 0 445499507 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232763640976 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25531] ppid=25471 vsize=10847000 memory=111632 CPUtime=13.04 cores=0,2,4,6
/proc/25474/task/25531/stat : 25531 (java) S 25471 25474 18193 0 -1 1077944384 17936 13459 0 0 1236 60 5 3 20 0 15 0 445499507 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232408931344 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25532] ppid=25471 vsize=10847000 memory=796 CPUtime=11.59 cores=0,2,4,6
/proc/25474/task/25532/stat : 25532 (java) S 25471 25474 18193 0 -1 1077944384 18196 13459 0 0 1087 64 5 3 20 0 15 0 445499508 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232363980912 140232837302914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25533] ppid=25471 vsize=10847000 memory=1808 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25533/stat : 25533 (java) S 25471 25474 18193 0 -1 1077944384 15 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232292819808 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25534] ppid=25471 vsize=10847000 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25534/stat : 25534 (java) S 25471 25474 18193 0 -1 1077944384 1 13459 0 0 0 0 5 3 20 0 15 0 445499509 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232158602368 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25535] ppid=25471 vsize=10847000 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25535/stat : 25535 (java) S 25471 25474 18193 0 -1 1077944384 2 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140231554623568 140232837310363 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25536] ppid=25471 vsize=10847000 memory=2908 CPUtime=5.25 cores=0,2,4,6
/proc/25474/task/25536/stat : 25536 (java) S 25471 25474 18193 0 -1 1077944384 33482 13459 0 0 508 9 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232362928752 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25537] ppid=25471 vsize=10847000 memory=1208 CPUtime=4.89 cores=0,2,4,6
/proc/25474/task/25537/stat : 25537 (java) S 25471 25474 18193 0 -1 1077944384 38488 13459 0 0 474 7 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232361875952 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25538] ppid=25471 vsize=10847000 memory=3176 CPUtime=4.87 cores=0,2,4,6
/proc/25474/task/25538/stat : 25538 (java) S 25471 25474 18193 0 -1 1077944384 26116 13459 0 0 472 7 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232259263344 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25539] ppid=25471 vsize=10847000 memory=996884 CPUtime=0.08 cores=0,2,4,6
/proc/25474/task/25539/stat : 25539 (java) S 25471 25474 18193 0 -1 1077944384 3 13459 0 0 0 0 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140231084862432 140232837301973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
[pid=25474/tid=25540] ppid=25471 vsize=10847000 memory=25812 CPUtime=1.59 cores=0,2,4,6
/proc/25474/task/25540/stat : 25540 (java) S 25471 25474 18193 0 -1 1077944384 1555 13459 0 0 77 74 5 3 20 0 15 0 445499512 11107328000 249221 33554432000 4194304 4196468 140730634178272 140232258210224 140232837302914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22589440 140730634185455 140730634187973 140730634187973 140730634190799 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10847000 KiB
Current children cumulated memory: 996884 KiB

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

[startup+2468.04 s]
# the end of solver process 25474 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.96681 s

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

Child status: 143
Real time (s): 2468.04
CPU time (s): 2520.12
CPU user time (s): 2516.16
CPU system time (s): 3.96681
CPU usage (%): 102.11
Max. virtual memory (cumulated for all children) (KiB): 10849664
Max. memory (cumulated for all children) (KiB): 996884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.96681
maximum resident set size= 1001020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319708
involuntary context switches= 8246


# summary of solver processes directly reported to runsolver:
#   pid: 25474
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.96681

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5809 second user time and 23.4095 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-17 06:50:13
IDJOB=4400867
IDBENCH=141696
IDSOLVER=2857
FILE ID=node147/4400867-1568695856
RUNJOBID= node147-1568673287-18224
PBS_JOBID= 21703775
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph171.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400867-1568695856/watcher-4400867-1568695856 -o /tmp/evaluation-result-4400867-1568695856/solver-4400867-1568695856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568673287-18224 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1267883449 HOME/instance-4400867-1568695856.xml

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

MD5SUM BENCH= 889399dd2d9405aab831b2de91bd17ad
RANDOM SEED=1267883449

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27818484 kB
MemAvailable:   29276432 kB
Buffers:          105316 kB
Cached:          1644912 kB
SwapCached:        87660 kB
Active:          3481460 kB
Inactive:         885672 kB
Active(anon):    2532860 kB
Inactive(anon):   133760 kB
Active(file):     948600 kB
Inactive(file):   751912 kB
Unevictable:      108656 kB
Mlocked:          108656 kB
SwapTotal:      67108860 kB
SwapFree:       66917056 kB
Dirty:             35680 kB
Writeback:             0 kB
AnonPages:       2639976 kB
Mapped:            62208 kB
Shmem:             40920 kB
Slab:             175788 kB
SReclaimable:     146540 kB
SUnreclaim:        29248 kB
KernelStack:        3728 kB
PageTables:        10696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3584296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2377728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58844 MiB
End job on node147 at 2019-09-17 07:31:21