Trace number 4387541

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.10? (TO) 2520.12 2471.82

General information on the benchmark

NameXCSP19/hcp/
graph197.xml
MD5SUM037a78a785183bf334685935f46df3ca
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 benchmark156.565
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of constraints1
Number of domains1188
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1186},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1188}]
Minimum constraint arity1188
Maximum constraint arity1188
Distribution of constraint arities[{"arity":1188,"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.54	c Concrete v3.10.1560635388952 running
2520.08/2471.81	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2471.81		at concrete.MAC.mac(MAC.scala:189)
2520.08/2471.81		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2471.81		at scala.util.Try$.apply(Try.scala:212)
2520.08/2471.81		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2471.81		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2471.81		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2471.81		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2471.81		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2471.81		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2471.81		at concrete.ProblemState.map(ProblemState.scala:228)
2520.08/2471.81		at concrete.ProblemState.map(ProblemState.scala:210)
2520.08/2471.81		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2471.81		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2471.81		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2471.81		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2471.81		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2471.81		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.08/2471.81		at scala.util.Success.map(Try.scala:264)
2520.08/2471.81		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2471.81		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2471.81		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2471.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2471.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2471.81		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2471.81		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2471.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2471.81		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2471.81		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2471.81		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2471.81		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2471.81		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2471.81		at scala.App.main(App.scala:75)
2520.08/2471.81		at scala.App.main$(App.scala:73)
2520.08/2471.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2471.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2471.81	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 (14816 MiB free)
  memory of node 1: 16384 MiB (13665 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387541-1568309924/watcher-4387541-1568309924 -o /tmp/evaluation-result-4387541-1568309924/solver-4387541-1568309924 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1502556648 HOME/instance-4387541-1568309924.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=13429, runsolver pid=13426

[startup+0.100134 s]*
/proc/loadavg: 1.33 1.36 1.40 3/217 13486
/proc/meminfo: memFree=29155632/32770624 swapFree=66996176/67108860
[pid=13429] ppid=13426 vsize=9972712 memory=17076 CPUtime=0.09 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 4539 13337 0 0 1 0 5 3 20 0 6 0 407247103 10212057088 4269 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2493178 4269 1935 1 0 2481616 0
[pid=13429/tid=13482] ppid=13426 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 2348 13337 0 0 1 0 5 3 20 0 6 0 407247112 10212057088 4335 33554432000 4194304 4196468 140736622802352 139825033310800 139825045554526 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 6 0 407247113 10212057088 4335 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=9972712 memory=139696242681472 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 6 0 407247113 10212057088 4335 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 6 0 407247113 10212057088 4335 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 6 0 407247113 10212057088 4335 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209816 s]*
/proc/loadavg: 1.33 1.36 1.40 3/226 13495
/proc/meminfo: memFree=29140224/32770624 swapFree=66996176/67108860
[pid=13429] ppid=13426 vsize=10819964 memory=37308 CPUtime=0.26 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 7200 13337 0 0 16 2 5 3 20 0 15 0 407247103 11079643136 9262 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2704991 9327 2958 1 0 2667405 0
[pid=13429/tid=13482] ppid=13426 vsize=10819964 memory=7100839852556125036 CPUtime=0.2 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 3927 13337 0 0 11 1 5 3 20 0 15 0 407247112 11079643136 9525 33554432000 4194304 4196468 140736622802352 139825033298848 139825054153757 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10819964 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079643136 9525 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10819964 memory=139696242681472 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10819964 memory=139696242681472 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 33 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824063776416 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079643136 9525 33554432000 4194304 4196468 140736622802352 139823935382768 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10819964 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 571 13337 0 0 1 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 59 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10819964 memory=139696242681472 CPUtime=0.11 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 633 13337 0 0 3 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10819964 memory=139696242681472 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079643136 9525 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819964 KiB
Current children cumulated memory: 37308 KiB

[startup+0.310329 s]*
/proc/loadavg: 1.33 1.36 1.40 3/226 13495
/proc/meminfo: memFree=29129052/32770624 swapFree=66996176/67108860
[pid=13429] ppid=13426 vsize=10820244 memory=48464 CPUtime=0.4 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 10912 13337 0 0 29 3 5 3 20 0 15 0 407247103 11079929856 12116 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2705061 12116 3277 1 0 2667149 0
[pid=13429/tid=13482] ppid=13426 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 7381 13337 0 0 19 2 5 3 20 0 15 0 407247112 11079929856 12116 33554432000 4194304 4196468 140736622802352 139825033273296 139825061495965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10820244 memory=6299799675719937123 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079929856 12116 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10820244 memory=5787213827347079232 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10820244 memory=7649539093209434561 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 33 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824063776416 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247115 11079929856 12116 33554432000 4194304 4196468 140736622802352 139823935382768 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) R 13426 13429 5684 0 -1 4202560 571 13337 0 0 1 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824030218480 139825042249319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 61 13337 0 0 1 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10820244 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 646 13337 0 0 5 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247118 11079929856 12116 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 48464 KiB

[startup+0.708799 s]
/proc/loadavg: 1.33 1.36 1.40 5/226 13495
/proc/meminfo: memFree=29113256/32770624 swapFree=66996176/67108860
[pid=13429] ppid=13426 vsize=10824340 memory=81396 CPUtime=1.16 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 15146 13337 0 0 103 5 5 3 20 0 15 0 407247103 11084124160 20349 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2706085 20349 3509 1 0 2668173 0
[pid=13429/tid=13482] ppid=13426 vsize=10824340 memory=2241 CPUtime=0.68 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 10827 13337 0 0 56 4 5 3 20 0 15 0 407247112 11084124160 20349 33554432000 4194304 4196468 140736622802352 139825033300512 139824623363015 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10824340 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247113 11084124160 20349 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247113 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 5 13337 0 0 0 0 5 3 20 0 15 0 407247115 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 33 13337 0 0 0 0 5 3 20 0 15 0 407247115 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824063776416 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247115 11084124160 20349 33554432000 4194304 4196468 140736622802352 139823935382768 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10824340 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) R 13426 13429 5684 0 -1 1077944384 929 13337 0 0 16 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10824340 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) R 13426 13429 5684 0 -1 4202560 334 13337 0 0 12 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824029165936 139825054459081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) R 13426 13429 5684 0 -1 4202560 800 13337 0 0 17 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824028112880 139825061495386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10824340 memory=279392186007792 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247118 11084124160 20349 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81396 KiB

[startup+1.50067 s]
/proc/loadavg: 1.33 1.36 1.40 3/226 13495
/proc/meminfo: memFree=29071700/32770624 swapFree=66996176/67108860
[pid=13429] ppid=13426 vsize=10834656 memory=178000 CPUtime=2.66 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 22852 13337 0 0 248 10 5 3 20 0 15 0 407247103 11094687744 44500 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2708664 44500 3570 1 0 2670733 0
[pid=13429/tid=13482] ppid=13426 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 16045 13337 0 0 129 6 5 3 20 0 15 0 407247112 11094687744 44500 33554432000 4194304 4196468 140736622802352 139825033300688 139825043037614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 51 13337 0 0 1 0 5 3 20 0 15 0 407247113 11094687744 44500 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10834656 memory=3184237616169274928 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 36 13337 0 0 1 0 5 3 20 0 15 0 407247113 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10834656 memory=279392186584800 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 48 13337 0 0 1 0 5 3 20 0 15 0 407247113 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 310 13337 0 0 1 0 5 3 20 0 15 0 407247113 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10834656 memory=3472467975141119824 CPUtime=0.09 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 126 13337 0 0 1 0 5 3 20 0 15 0 407247115 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 33 13337 0 0 0 0 5 3 20 0 15 0 407247115 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824063776480 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 2 13337 0 0 0 0 5 3 20 0 15 0 407247115 11094687744 44500 33554432000 4194304 4196468 140736622802352 139823935382784 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10834656 memory=56 CPUtime=0.46 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 1850 13337 0 0 38 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10834656 memory=2670038 CPUtime=0.36 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 541 13337 0 0 28 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10834656 memory=2671448 CPUtime=0.52 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 1598 13337 0 0 44 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10834656 memory=279392186029888 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1 13337 0 0 0 0 5 3 20 0 15 0 407247118 11094687744 44500 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834656 KiB

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

/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 179999 13337 0 0 229384 82 5 3 20 0 15 0 407247112 11105193984 101033 33554432000 4194304 4196468 140736622802352 139825033309584 139824636065058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=412124 CPUtime=12.36 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 18268 13337 0 0 1154 74 5 3 20 0 15 0 407247113 11105193984 101033 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=0 CPUtime=12.31 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 15731 13337 0 0 1140 83 5 3 20 0 15 0 407247113 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=0 CPUtime=12.31 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 18245 13337 0 0 1141 82 5 3 20 0 15 0 407247113 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=414160 CPUtime=12.29 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 17590 13337 0 0 1149 72 5 3 20 0 15 0 407247113 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=420844 CPUtime=11.65 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 11781 13337 0 0 1063 94 5 3 20 0 15 0 407247115 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=414688 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 49 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824063776480 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=409544 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 7 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 101033 33554432000 4194304 4196468 140736622802352 139823935382784 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=413664 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=410292 CPUtime=4.26 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 47895 13337 0 0 411 7 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=406184 CPUtime=3.76 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 41071 13337 0 0 360 8 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=405676 CPUtime=3.68 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 48852 13337 0 0 352 8 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=404132 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=405160 CPUtime=1.38 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1368 13337 0 0 61 69 5 3 20 0 15 0 407247118 11105193984 101033 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 2368.12 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 404132 KiB

[startup+2382.3 s]
/proc/loadavg: 1.14 1.36 1.40 3/226 13866
/proc/meminfo: memFree=29852976/32770624 swapFree=66996200/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=438620 CPUtime=2429.1 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 414799 13337 0 0 242400 502 5 3 20 0 15 0 407247103 11105193984 109655 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2711229 109655 3623 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=442460 CPUtime=2354.05 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 190075 13337 0 0 235313 84 5 3 20 0 15 0 407247112 11105193984 109655 33554432000 4194304 4196468 140736622802352 139825033309424 139824623593426 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=435588 CPUtime=12.69 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 18689 13337 0 0 1185 76 5 3 20 0 15 0 407247113 11105193984 109655 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=422764 CPUtime=12.65 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 16101 13337 0 0 1172 85 5 3 20 0 15 0 407247113 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=439132 CPUtime=12.65 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 18681 13337 0 0 1173 84 5 3 20 0 15 0 407247113 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=1380 CPUtime=12.63 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 17916 13337 0 0 1181 74 5 3 20 0 15 0 407247113 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=438620 CPUtime=11.93 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 11874 13337 0 0 1089 96 5 3 20 0 15 0 407247115 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 49 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824063776480 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=420844 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 7 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 109655 33554432000 4194304 4196468 140736622802352 139823935382784 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=439132 CPUtime=4.26 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 47897 13337 0 0 411 7 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=439132 CPUtime=3.76 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 41073 13337 0 0 360 8 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=1760 CPUtime=3.68 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 48854 13337 0 0 352 8 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=2024 CPUtime=1.41 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1372 13337 0 0 62 71 5 3 20 0 15 0 407247118 11105193984 109655 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 2429.1 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 438620 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.38 1.41 3/226 13872
/proc/meminfo: memFree=29887216/32770624 swapFree=66996200/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=427264 CPUtime=2490.07 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 420304 13337 0 0 248484 515 5 3 20 0 15 0 407247103 11105193984 106816 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2711229 106816 3623 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=984 CPUtime=2413.35 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 194389 13337 0 0 241242 85 5 3 20 0 15 0 407247112 11105193984 106816 33554432000 4194304 4196468 140736622802352 139825033309488 139824634930829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=432908 CPUtime=13.04 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 18841 13337 0 0 1217 79 5 3 20 0 15 0 407247113 11105193984 106816 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=432396 CPUtime=12.98 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 16430 13337 0 0 1203 87 5 3 20 0 15 0 407247113 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=427264 CPUtime=12.99 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 18891 13337 0 0 1205 86 5 3 20 0 15 0 407247113 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=3624 CPUtime=12.98 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 18182 13337 0 0 1213 77 5 3 20 0 15 0 407247113 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=439480 CPUtime=12.2 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 12094 13337 0 0 1114 98 5 3 20 0 15 0 407247115 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=431368 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 49 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824063776480 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 7 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 106816 33554432000 4194304 4196468 140736622802352 139823935382784 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=22852 CPUtime=4.26 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 47897 13337 0 0 411 7 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=7660999451890444910 CPUtime=3.76 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 41073 13337 0 0 360 8 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=7669185306664659048 CPUtime=3.68 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 48854 13337 0 0 352 8 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=430856 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=431368 CPUtime=1.45 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1386 13337 0 0 64 73 5 3 20 0 15 0 407247118 11105193984 106816 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 2490.07 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 427264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.29 1.36 1.40 3/226 13873
/proc/meminfo: memFree=29898944/32770624 swapFree=66996200/67108860
[pid=13429] ppid=13426 vsize=10844916 memory=401068 CPUtime=2520.08 cores=0,2,4,6
/proc/13429/stat : 13429 (java) S 13426 13429 5684 0 -1 1077944320 425260 13337 0 0 251480 520 5 3 20 0 15 0 407247103 11105193984 100267 33554432000 4194304 4196468 140736622802352 140736622784896 139825061474039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
/proc/13429/statm: 2711229 100267 3623 1 0 2673293 0
[pid=13429/tid=13482] ppid=13426 vsize=10844916 memory=4008 CPUtime=2442.52 cores=0,2,4,6
/proc/13429/task/13482/stat : 13482 (java) R 13426 13429 5684 0 -1 4202560 198102 13337 0 0 244158 86 5 3 20 0 15 0 407247112 11105193984 100267 33554432000 4194304 4196468 140736622802352 139825033309440 139824631890772 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13483] ppid=13426 vsize=10844916 memory=6791534058613427641 CPUtime=13.21 cores=0,2,4,6
/proc/13429/task/13483/stat : 13483 (java) S 13426 13429 5684 0 -1 1077944384 19129 13337 0 0 1233 80 5 3 20 0 15 0 407247113 11105193984 100267 33554432000 4194304 4196468 140736622802352 139825065716240 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13484] ppid=13426 vsize=10844916 memory=2832 CPUtime=13.16 cores=0,2,4,6
/proc/13429/task/13484/stat : 13484 (java) S 13426 13429 5684 0 -1 1077944384 16687 13337 0 0 1220 88 5 3 20 0 15 0 407247113 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824953989776 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13485] ppid=13426 vsize=10844916 memory=9404 CPUtime=13.16 cores=0,2,4,6
/proc/13429/task/13485/stat : 13485 (java) S 13426 13429 5684 0 -1 1077944384 19227 13337 0 0 1221 87 5 3 20 0 15 0 407247113 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824952936720 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13486] ppid=13426 vsize=10844916 memory=1548 CPUtime=13.14 cores=0,2,4,6
/proc/13429/task/13486/stat : 13486 (java) S 13426 13429 5684 0 -1 1077944384 18510 13337 0 0 1229 77 5 3 20 0 15 0 407247113 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824951884176 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13487] ppid=13426 vsize=10844916 memory=628 CPUtime=12.35 cores=0,2,4,6
/proc/13429/task/13487/stat : 13487 (java) S 13426 13429 5684 0 -1 1077944384 12117 13337 0 0 1127 100 5 3 20 0 15 0 407247115 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824064830192 139825061485186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13488] ppid=13426 vsize=10844916 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13488/stat : 13488 (java) S 13426 13429 5684 0 -1 1077944384 49 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824063776480 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13489] ppid=13426 vsize=10844916 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13489/stat : 13489 (java) S 13426 13429 5684 0 -1 1077944384 7 13337 0 0 0 0 5 3 20 0 15 0 407247115 11105193984 100267 33554432000 4194304 4196468 140736622802352 139823935382784 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13490] ppid=13426 vsize=10844916 memory=5908 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13490/stat : 13490 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139823627983312 139825061492635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13491] ppid=13426 vsize=10844916 memory=14012 CPUtime=4.26 cores=0,2,4,6
/proc/13429/task/13491/stat : 13491 (java) S 13426 13429 5684 0 -1 1077944384 47899 13337 0 0 411 7 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824030218480 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13492] ppid=13426 vsize=10844916 memory=2116 CPUtime=3.76 cores=0,2,4,6
/proc/13429/task/13492/stat : 13492 (java) S 13426 13429 5684 0 -1 1077944384 41075 13337 0 0 360 8 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824029165936 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13493] ppid=13426 vsize=10844916 memory=8792 CPUtime=3.68 cores=0,2,4,6
/proc/13429/task/13493/stat : 13493 (java) S 13426 13429 5684 0 -1 1077944384 48857 13337 0 0 352 8 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824028112880 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13494] ppid=13426 vsize=10844916 memory=11932 CPUtime=0.08 cores=0,2,4,6
/proc/13429/task/13494/stat : 13494 (java) S 13426 13429 5684 0 -1 1077944384 3 13337 0 0 0 0 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139823594424672 139825061484245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
[pid=13429/tid=13495] ppid=13426 vsize=10844916 memory=1556 CPUtime=1.45 cores=0,2,4,6
/proc/13429/task/13495/stat : 13495 (java) S 13426 13429 5684 0 -1 1077944384 1390 13337 0 0 64 73 5 3 20 0 15 0 407247118 11105193984 100267 33554432000 4194304 4196468 140736622802352 139824027061296 139825061485186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19562496 140736622803701 140736622806213 140736622806213 140736622809039 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 401068 KiB

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

[startup+2471.82 s]
# the end of solver process 13429 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.87 s, system=5.24485 s

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

Child status: 143
Real time (s): 2471.82
CPU time (s): 2520.12
CPU user time (s): 2514.87
CPU system time (s): 5.24485
CPU usage (%): 101.954
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 932172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.87
system time used= 5.24485
maximum resident set size= 932248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328140
involuntary context switches= 11565


# summary of solver processes directly reported to runsolver:
#   pid: 13429
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2514.87
#   total CPU system time (s): 5.24485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9157 second user time and 22.7598 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 18:37:27
IDJOB=4387541
IDBENCH=141693
IDSOLVER=2823
FILE ID=node106/4387541-1568309924
RUNJOBID= node106-1568282287-6447
PBS_JOBID= 21701088
Free space on /tmp= 56700 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP19/hcp/graph197.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387541-1568309924/watcher-4387541-1568309924 -o /tmp/evaluation-result-4387541-1568309924/solver-4387541-1568309924 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6447 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1502556648 HOME/instance-4387541-1568309924.xml

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

MD5SUM BENCH= 037a78a785183bf334685935f46df3ca
RANDOM SEED=1502556648

node106.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.79
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.79
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.79
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.79
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:        29165644 kB
MemAvailable:   30207124 kB
Buffers:          119016 kB
Cached:          1219048 kB
SwapCached:        10316 kB
Active:          2092976 kB
Inactive:         974196 kB
Active(anon):    1727856 kB
Inactive(anon):    33804 kB
Active(file):     365120 kB
Inactive(file):   940392 kB
Unevictable:      107340 kB
Mlocked:          107340 kB
SwapTotal:      67108860 kB
SwapFree:       66996176 kB
Dirty:             35248 kB
Writeback:            16 kB
AnonPages:       1826740 kB
Mapped:            48796 kB
Shmem:             23804 kB
Slab:             131292 kB
SReclaimable:     103608 kB
SUnreclaim:        27684 kB
KernelStack:        3696 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2762200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1640448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56664 MiB
End job on node106 at 2019-09-12 19:18:39