Trace number 4402480

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.11 2473.05

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-fpga/
Pb-fpga45-44-sat.xml
MD5SUM5bcfa8fa7457011a5ed18201858fb80b
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 benchmark6.71118
Satisfiable
(Un)Satisfiability was proved
Number of variables2970
Number of constraints2113
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2970}]
Minimum variable degree3
Maximum variable degree45
Distribution of variable degrees[{"degree":3,"count":1980},{"degree":45,"count":990}]
Minimum constraint arity22
Maximum constraint arity45
Distribution of constraint arities[{"arity":22,"count":22},{"arity":23,"count":2002},{"arity":44,"count":45},{"arity":45,"count":44}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2113}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.56	c Concrete v3.12.3.1568965526260 running
2520.04/2473.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.04/2473.02		at concrete.MAC.mac(MAC.scala:192)
2520.04/2473.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.04/2473.02		at scala.util.Try$.apply(Try.scala:210)
2520.04/2473.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.04/2473.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.04/2473.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.04/2473.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.04/2473.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.04/2473.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.04/2473.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.04/2473.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.04/2473.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.04/2473.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.04/2473.02		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.04/2473.02		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.04/2473.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.04/2473.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.04/2473.02		at scala.util.Success.map(Try.scala:262)
2520.04/2473.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.04/2473.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.04/2473.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.04/2473.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.04/2473.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.04/2473.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.04/2473.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.04/2473.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.04/2473.02		at scala.App.$anonfun$main$1(App.scala:73)
2520.04/2473.02		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.04/2473.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.04/2473.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.04/2473.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.04/2473.02		at scala.App.main(App.scala:73)
2520.04/2473.02		at scala.App.main$(App.scala:71)
2520.04/2473.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.04/2473.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.04/2473.03	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6093 MiB free)
  memory of node 1: 16384 MiB (319 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402480-1568980300/watcher-4402480-1568980300 -o /tmp/evaluation-result-4402480-1568980300/solver-4402480-1568980300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402480-1568980300.xml 

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

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


[startup+0.102287 s]*
/proc/loadavg: 1.95 1.54 1.45 3/219 9043
/proc/meminfo: memFree=6558012/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=9972712 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 4351 13345 0 0 1 1 4 3 20 0 6 0 474298798 10212057088 4582 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2493178 4582 1931 1 0 2481616 0
[pid=8986/tid=9039] ppid=8983 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 2159 13345 0 0 0 0 4 3 20 0 6 0 474298808 10212057088 4648 33554432000 4194304 4196468 140726889100352 140142315568784 140142328851824 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 6 0 474298808 10212057088 4648 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=9972712 memory=15111485550306968 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 6 0 474298808 10212057088 4648 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 6 0 474298808 10212057088 4648 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 6 0 474298808 10212057088 4648 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.95 1.54 1.45 4/228 9052
/proc/meminfo: memFree=6538520/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10820164 memory=44960 CPUtime=0.26 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 7097 13345 0 0 17 2 4 3 20 0 15 0 474298798 11079847936 11240 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2705041 11240 3253 1 0 2667149 0
[pid=8986/tid=9039] ppid=8983 vsize=10820164 memory=751940894209540401 CPUtime=0.18 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 3587 13345 0 0 10 1 4 3 20 0 15 0 474298808 11079847936 11240 33554432000 4194304 4196468 140726889100352 140142315546256 140142343740822 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079847936 11240 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10820164 memory=15111485550306968 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079847936 11240 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079847936 11240 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079847936 11240 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079847936 11240 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10820164 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 33 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079847936 11240 33554432000 4194304 4196468 140726889100352 140141802148640 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079847936 11240 33554432000 4194304 4196468 140726889100352 140141695853680 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10820164 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11079847936 11240 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) R 8983 8986 5017 0 -1 4202560 584 13345 0 0 1 0 4 3 20 0 15 0 474298813 11079860224 11240 33554432000 4194304 4196468 140726889100352 140141768591984 140142336713929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 53 13345 0 0 0 0 4 3 20 0 15 0 474298813 11079860224 11240 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10820176 memory=140310948423296 CPUtime=0.1 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 620 13345 0 0 3 0 4 3 20 0 15 0 474298813 11079860224 11240 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11079860224 11240 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10820176 memory=140310948423296 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298814 11079860224 11240 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 44960 KiB

[startup+0.310608 s]*
/proc/loadavg: 1.95 1.54 1.45 4/228 9052
/proc/meminfo: memFree=6525964/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10820196 memory=53136 CPUtime=0.4 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 10573 13345 0 0 29 4 4 3 20 0 15 0 474298798 11079880704 13284 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2705049 13284 3289 1 0 2667149 0
[pid=8986/tid=9039] ppid=8983 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 7050 13345 0 0 19 3 4 3 20 0 15 0 474298808 11079880704 13284 33554432000 4194304 4196468 140726889100352 140142315537808 140142343752477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079880704 13284 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079880704 13284 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079880704 13284 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11079880704 13284 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10820196 memory=140310948423295 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 33 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141802148640 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298810 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141695853680 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) S 8983 8986 5017 0 -1 1077944384 593 13345 0 0 2 0 4 3 20 0 15 0 474298813 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141768591984 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 54 13345 0 0 1 0 4 3 20 0 15 0 474298813 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10820196 memory=140310948423296 CPUtime=0.12 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 628 13345 0 0 5 0 4 3 20 0 15 0 474298813 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11079880704 13284 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10820196 memory=140310948423296 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298814 11079880704 13284 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53136 KiB

[startup+0.700655 s]
/proc/loadavg: 1.96 1.55 1.46 3/228 9052
/proc/meminfo: memFree=6511636/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10824364 memory=85676 CPUtime=1.15 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 14645 13345 0 0 102 6 4 3 20 0 15 0 474298798 11084148736 21419 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2706091 21419 3503 1 0 2668173 0
[pid=8986/tid=9039] ppid=8983 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 9972 13345 0 0 55 4 4 3 20 0 15 0 474298808 11084148736 21419 33554432000 4194304 4196468 140726889100352 140142315555440 140142343750813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10824364 memory=1384 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11084148736 21419 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10824364 memory=4040 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298808 11084148736 21419 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11084148736 21419 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298808 11084148736 21419 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 5 13345 0 0 0 0 4 3 20 0 15 0 474298810 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 33 13345 0 0 0 0 4 3 20 0 15 0 474298810 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141802148640 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298810 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141695853680 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) R 8983 8986 5017 0 -1 4202560 954 13345 0 0 13 0 4 3 20 0 15 0 474298813 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141768591984 140142325273481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) R 8983 8986 5017 0 -1 4202560 701 13345 0 0 15 0 4 3 20 0 15 0 474298813 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141767539480 140142321323632 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 762 13345 0 0 17 0 4 3 20 0 15 0 474298813 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11084148736 21419 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298814 11084148736 21419 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85676 KiB

[startup+1.50076 s]
/proc/loadavg: 1.96 1.55 1.46 6/228 9052
/proc/meminfo: memFree=6461128/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10832632 memory=212928 CPUtime=3.48 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 27971 13345 0 0 331 10 4 3 20 0 15 0 474298798 11092615168 53232 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2708158 53232 3601 1 0 2670221 0
[pid=8986/tid=9039] ppid=8983 vsize=10832632 memory=7162531440177276259 CPUtime=1.4 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 14922 13345 0 0 127 6 4 3 20 0 15 0 474298808 11092615168 53232 33554432000 4194304 4196468 140726889100352 140142315561248 140142329974832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10832632 memory=7162531440177276259 CPUtime=0.09 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 72 13345 0 0 2 0 4 3 20 0 15 0 474298808 11092615168 53232 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10832632 memory=7162531440177276259 CPUtime=0.09 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 4 13345 0 0 2 0 4 3 20 0 15 0 474298808 11092615168 53232 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10832632 memory=161096 CPUtime=0.08 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 212 13345 0 0 1 0 4 3 20 0 15 0 474298808 11092615168 53232 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10832632 memory=77695958402728 CPUtime=0.1 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 96 13345 0 0 3 0 4 3 20 0 15 0 474298808 11092615168 53232 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10832632 memory=280621620409440 CPUtime=0.08 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 1157 13345 0 0 1 0 4 3 20 0 15 0 474298810 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10832632 memory=280621620411680 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 33 13345 0 0 0 0 4 3 20 0 15 0 474298810 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141802148640 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141695853680 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10832632 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10832632 memory=0 CPUtime=0.93 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) R 8983 8986 5017 0 -1 4202560 5307 13345 0 0 86 0 4 3 20 0 15 0 474298813 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141768576648 140142328854659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10832632 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 1781 13345 0 0 61 0 4 3 20 0 15 0 474298813 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10832632 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 2174 13345 0 0 43 1 4 3 20 0 15 0 474298813 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10832632 memory=280621620961280 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11092615168 53232 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10832632 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1 13345 0 0 0 0 4 3 20 0 15 0 474298814 11092615168 53232 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 10832632 KiB

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

/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 73394 13345 0 0 229880 53 4 3 20 0 15 0 474298808 11107315712 314443 33554432000 4194304 4196468 140726889100352 140142315564112 140141923419981 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10846988 memory=1257744 CPUtime=11.3 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 22596 13345 0 0 1074 49 4 3 20 0 15 0 474298808 11107315712 314443 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10846988 memory=1287396 CPUtime=11.25 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 22992 13345 0 0 1072 46 4 3 20 0 15 0 474298808 11107315712 314443 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10846988 memory=1257744 CPUtime=11.29 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 28250 13345 0 0 1071 51 4 3 20 0 15 0 474298808 11107315712 314443 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10846988 memory=1257744 CPUtime=11.31 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 27346 13345 0 0 1075 49 4 3 20 0 15 0 474298808 11107315712 314443 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10846988 memory=1257772 CPUtime=8.7 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 21910 13345 0 0 811 52 4 3 20 0 15 0 474298810 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10846988 memory=1257744 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 38 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141802148768 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10846988 memory=1257772 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141695853696 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10846988 memory=1257772 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10846988 memory=1257772 CPUtime=5.28 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) S 8983 8986 5017 0 -1 1077944384 14011 13345 0 0 519 2 4 3 20 0 15 0 474298813 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141768591984 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10846988 memory=1257772 CPUtime=4.99 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 12229 13345 0 0 490 2 4 3 20 0 15 0 474298813 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10846988 memory=1257744 CPUtime=2.31 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 10255 13345 0 0 220 4 4 3 20 0 15 0 474298813 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10846988 memory=1257744 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314443 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10846988 memory=3624 CPUtime=1.48 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1537 13345 0 0 70 71 4 3 20 0 15 0 474298814 11107315712 314443 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 2366.8 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1257772 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.37 1.40 3/227 9426
/proc/meminfo: memFree=5704600/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2427.78 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 238730 13345 0 0 242436 335 4 3 20 0 15 0 474298798 11107315712 314970 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2711747 314970 3637 1 0 2673805 0
[pid=8986/tid=9039] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2358.71 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 74300 13345 0 0 235809 55 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142315564608 140141933113784 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10846988 memory=1259848 CPUtime=11.66 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 22840 13345 0 0 1109 50 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10846988 memory=1259848 CPUtime=11.61 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 23086 13345 0 0 1106 48 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10846988 memory=1257772 CPUtime=11.64 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 28474 13345 0 0 1104 53 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10846988 memory=1259848 CPUtime=11.65 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 27430 13345 0 0 1108 50 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10846988 memory=1259848 CPUtime=8.96 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 22280 13345 0 0 836 53 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10846988 memory=1259880 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 38 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141802148768 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10846988 memory=1259880 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141695853696 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10846988 memory=9592 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10846988 memory=2828 CPUtime=5.28 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) S 8983 8986 5017 0 -1 1077944384 14013 13345 0 0 519 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141768591984 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10846988 memory=8112282956445269571 CPUtime=4.99 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 12231 13345 0 0 490 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2.32 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 10257 13345 0 0 221 4 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10846988 memory=1259880 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10846988 memory=1259880 CPUtime=1.51 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1569 13345 0 0 71 73 4 3 20 0 15 0 474298814 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 2427.78 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1259880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.40 1.41 3/227 9430
/proc/meminfo: memFree=5703684/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2488.81 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 240166 13345 0 0 248532 342 4 3 20 0 15 0 474298798 11107315712 314970 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2711747 314970 3637 1 0 2673805 0
[pid=8986/tid=9039] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2418.01 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 75025 13345 0 0 241739 55 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142315564320 140141932451200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10846988 memory=1259880 CPUtime=12.01 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 22924 13345 0 0 1143 51 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10846988 memory=1259880 CPUtime=11.96 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 23392 13345 0 0 1140 49 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10846988 memory=1259880 CPUtime=11.99 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 28487 13345 0 0 1138 54 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10846988 memory=1259880 CPUtime=12 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 27512 13345 0 0 1142 51 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10846988 memory=1259880 CPUtime=9.23 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 22477 13345 0 0 862 54 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10846988 memory=1259880 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 38 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141802148768 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10846988 memory=164 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141695853696 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10846988 memory=1259848 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10846988 memory=1259880 CPUtime=5.28 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) S 8983 8986 5017 0 -1 1077944384 14017 13345 0 0 519 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141768591984 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10846988 memory=1259880 CPUtime=4.99 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 12235 13345 0 0 490 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2.32 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 10261 13345 0 0 221 4 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10846988 memory=1259880 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10846988 memory=1764 CPUtime=1.55 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1586 13345 0 0 73 75 4 3 20 0 15 0 474298814 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 2488.81 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1259880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]*
/proc/loadavg: 1.53 1.43 1.42 3/227 9433
/proc/meminfo: memFree=5701072/32770624 swapFree=66959532/67108860
[pid=8986] ppid=8983 vsize=10846988 memory=1259880 CPUtime=2520.04 cores=0,2,4,6
/proc/8986/stat : 8986 (java) S 8983 8986 5017 0 -1 1077944320 240742 13345 0 0 251650 347 4 3 20 0 15 0 474298798 11107315712 314970 33554432000 4194304 4196468 140726889100352 140726889082896 140142343728887 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
/proc/8986/statm: 2711747 314970 3637 1 0 2673805 0
[pid=8986/tid=9039] ppid=8983 vsize=10846988 memory=8317482817917895235 CPUtime=2448.35 cores=0,2,4,6
/proc/8986/task/9039/stat : 9039 (java) R 8983 8986 5017 0 -1 4202560 75380 13345 0 0 244772 56 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142315564464 140141933402196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9040] ppid=8983 vsize=10846988 memory=0 CPUtime=12.19 cores=0,2,4,6
/proc/8986/task/9040/stat : 9040 (java) S 8983 8986 5017 0 -1 1077944384 22927 13345 0 0 1160 52 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142347971472 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9041] ppid=8983 vsize=10846988 memory=0 CPUtime=12.14 cores=0,2,4,6
/proc/8986/task/9041/stat : 9041 (java) S 8983 8986 5017 0 -1 1077944384 23431 13345 0 0 1157 50 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142236244752 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9042] ppid=8983 vsize=10846988 memory=0 CPUtime=12.17 cores=0,2,4,6
/proc/8986/task/9042/stat : 9042 (java) S 8983 8986 5017 0 -1 1077944384 28640 13345 0 0 1156 54 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142235192464 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9043] ppid=8983 vsize=10846988 memory=140310810997088 CPUtime=12.19 cores=0,2,4,6
/proc/8986/task/9043/stat : 9043 (java) S 8983 8986 5017 0 -1 1077944384 27512 13345 0 0 1160 52 4 3 20 0 15 0 474298808 11107315712 314970 33554432000 4194304 4196468 140726889100352 140142234139664 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9044] ppid=8983 vsize=10846988 memory=6656426216303648864 CPUtime=9.37 cores=0,2,4,6
/proc/8986/task/9044/stat : 9044 (java) S 8983 8986 5017 0 -1 1077944384 22502 13345 0 0 876 54 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141803202672 140142343740034 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9045] ppid=8983 vsize=10846988 memory=795228 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9045/stat : 9045 (java) S 8983 8986 5017 0 -1 1077944384 38 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141802148768 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9046] ppid=8983 vsize=10846988 memory=1656 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9046/stat : 9046 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298810 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141695853696 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9047] ppid=8983 vsize=10846988 memory=280621620396272 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9047/stat : 9047 (java) S 8983 8986 5017 0 -1 1077944384 2 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141091874896 140142343747483 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9048] ppid=8983 vsize=10846988 memory=2964 CPUtime=5.28 cores=0,2,4,6
/proc/8986/task/9048/stat : 9048 (java) S 8983 8986 5017 0 -1 1077944384 14017 13345 0 0 519 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141768591984 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9049] ppid=8983 vsize=10846988 memory=-2893623298589923098 CPUtime=4.99 cores=0,2,4,6
/proc/8986/task/9049/stat : 9049 (java) S 8983 8986 5017 0 -1 1077944384 12235 13345 0 0 490 2 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141767539184 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9050] ppid=8983 vsize=10846988 memory=6943526294502006880 CPUtime=2.32 cores=0,2,4,6
/proc/8986/task/9050/stat : 9050 (java) S 8983 8986 5017 0 -1 1077944384 10261 13345 0 0 221 4 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141766486896 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9051] ppid=8983 vsize=10846988 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/8986/task/9051/stat : 9051 (java) S 8983 8986 5017 0 -1 1077944384 3 13345 0 0 0 0 4 3 20 0 15 0 474298813 11107315712 314970 33554432000 4194304 4196468 140726889100352 140140622113760 140142343739093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
[pid=8986/tid=9052] ppid=8983 vsize=10846988 memory=301741394916278577 CPUtime=1.57 cores=0,2,4,6
/proc/8986/task/9052/stat : 9052 (java) S 8983 8986 5017 0 -1 1077944384 1587 13345 0 0 74 76 4 3 20 0 15 0 474298814 11107315712 314970 33554432000 4194304 4196468 140726889100352 140141765433776 140142343740034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19394560 140726889102064 140726889104581 140726889104581 140726889107407 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1259880 KiB

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

[startup+2473.05 s]
# the end of solver process 8986 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.59 s, system=3.52095 s

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

Child status: 143
Real time (s): 2473.05
CPU time (s): 2520.11
CPU user time (s): 2516.59
CPU system time (s): 3.52095
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1736732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.59
system time used= 3.52095
maximum resident set size= 1738768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250981
involuntary context switches= 7509


# summary of solver processes directly reported to runsolver:
#   pid: 8986
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.59
#   total CPU system time (s): 3.52095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7752 second user time and 23.8815 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 13:50:59
IDJOB=4402480
IDBENCH=134701
IDSOLVER=2861
FILE ID=node127/4402480-1568980300
RUNJOBID= node127-1568967596-5048
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-fpga/Pb-fpga45-44-sat.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402480-1568980300/watcher-4402480-1568980300 -o /tmp/evaluation-result-4402480-1568980300/solver-4402480-1568980300 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=541250212 HOME/instance-4402480-1568980300.xml

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

MD5SUM BENCH= 5bcfa8fa7457011a5ed18201858fb80b
RANDOM SEED=541250212

node127.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.55
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.55
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.55
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.55
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:         6568284 kB
MemAvailable:   30634348 kB
Buffers:          102524 kB
Cached:         23930436 kB
SwapCached:        44560 kB
Active:         15156768 kB
Inactive:       10099856 kB
Active(anon):    1177260 kB
Inactive(anon):    96196 kB
Active(file):   13979508 kB
Inactive(file): 10003660 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             35168 kB
Writeback:             0 kB
AnonPages:       1288328 kB
Mapped:            66152 kB
Shmem:             40780 kB
Slab:             540536 kB
SReclaimable:     511356 kB
SUnreclaim:        29180 kB
KernelStack:        3792 kB
PageTables:         8460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2341264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1110016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35748 MiB
End job on node127 at 2019-09-20 14:32:12