Trace number 4401160

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.06 2462.05

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n2c3w1r.xml
MD5SUM48163221e8f5f568f71e6a1b1b758a13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20074.5
Satisfiable
(Un)Satisfiability was proved
Number of variables811
Number of constraints93
Number of domains2
Minimum domain size46
Maximum domain size63
Distribution of domain sizes[{"size":46,"count":1},{"size":63,"count":810}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":765},{"degree":5,"count":45}]
Minimum constraint arity18
Maximum constraint arity810
Distribution of constraint arities[{"arity":18,"count":90},{"arity":46,"count":1},{"arity":810,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":45},{"type":"lex","count":1},{"type":"sum","count":45},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.76/0.55	c Concrete v3.12.2.1568631193530 running
2520.00/2462.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2462.02		at concrete.MAC.mac(MAC.scala:192)
2520.00/2462.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2462.02		at scala.util.Try$.apply(Try.scala:212)
2520.00/2462.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2462.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2462.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2462.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2462.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2462.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.00/2462.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.00/2462.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.00/2462.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.00/2462.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2462.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2462.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2462.02		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2462.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2462.02		at scala.util.Success.map(Try.scala:264)
2520.00/2462.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2462.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2462.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2462.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2462.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2462.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2462.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2462.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2462.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2462.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2462.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2462.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2462.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2462.02		at scala.App.main(App.scala:75)
2520.00/2462.02		at scala.App.main$(App.scala:73)
2520.00/2462.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2462.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2462.02	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401160-1568690312/watcher-4401160-1568690312 -o /tmp/evaluation-result-4401160-1568690312/solver-4401160-1568690312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401160-1568690312.xml 

running on 4 cores: 1,3,5,7

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

solver pid=5836, runsolver pid=5833

[startup+0.100606 s]*
/proc/loadavg: 1.30 1.37 1.39 3/218 5893
/proc/meminfo: memFree=29168000/32770624 swapFree=66998748/67108860
[pid=5836] ppid=5833 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 4500 13361 0 0 1 1 5 2 20 0 6 0 445296034 10212057088 4270 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5836/tid=5889] ppid=5833 vsize=9972712 memory=8514726395714820750 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 2329 13361 0 0 0 0 5 2 20 0 6 0 445296043 10212057088 4270 33554432000 4194304 4196468 140725964924784 140647902003792 140647915289968 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 6 0 445296044 10212057088 4270 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=9972712 memory=139832249140864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 6 0 445296044 10212057088 4270 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 6 0 445296044 10212057088 4270 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 6 0 445296044 10212057088 4270 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209762 s]*
/proc/loadavg: 1.30 1.37 1.39 3/227 5902
/proc/meminfo: memFree=29147196/32770624 swapFree=66998748/67108860
[pid=5836] ppid=5833 vsize=10820196 memory=42036 CPUtime=0.26 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 7518 13361 0 0 17 2 5 2 20 0 15 0 445296034 11079880704 10509 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2705049 10509 3258 1 0 2667149 0
[pid=5836/tid=5889] ppid=5833 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 4026 13361 0 0 10 2 5 2 20 0 15 0 445296043 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647901961104 140647930188957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10820196 memory=139832249140864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10820196 memory=139832249140864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 15 0 445296045 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 13 13361 0 0 0 0 5 2 20 0 15 0 445296046 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647294035488 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296046 11079880704 10509 33554432000 4194304 4196468 140725964924784 140646690055536 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) R 5833 5836 998 0 -1 4202560 483 13361 0 0 1 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647388150128 140647913379689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 190 13361 0 0 1 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10820196 memory=139832249140864 CPUtime=0.1 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 594 13361 0 0 3 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10820196 memory=139832249140864 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 10509 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42036 KiB

[startup+0.311242 s]*
/proc/loadavg: 1.30 1.37 1.39 4/227 5902
/proc/meminfo: memFree=29136300/32770624 swapFree=66998748/67108860
[pid=5836] ppid=5833 vsize=10820196 memory=50732 CPUtime=0.39 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 10912 13361 0 0 28 4 5 2 20 0 15 0 445296034 11079880704 12683 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2705049 12683 3305 1 0 2667149 0
[pid=5836/tid=5889] ppid=5833 vsize=10820196 memory=1398722017469774279 CPUtime=0.28 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 7405 13361 0 0 18 3 5 2 20 0 15 0 445296043 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647901973136 140647914247518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10820196 memory=7662421025852123505 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10820196 memory=5931329032301858896 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10820196 memory=7019606920146538181 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10820196 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 15 0 445296044 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 15 0 445296045 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 13 13361 0 0 0 0 5 2 20 0 15 0 445296046 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647294035488 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296046 11079880704 12683 33554432000 4194304 4196468 140725964924784 140646690055536 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 484 13361 0 0 2 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 191 13361 0 0 2 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 601 13361 0 0 5 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296049 11079880704 12683 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50732 KiB

[startup+0.700709 s]
/proc/loadavg: 1.30 1.37 1.39 5/227 5902
/proc/meminfo: memFree=29122280/32770624 swapFree=66998748/67108860
[pid=5836] ppid=5833 vsize=10824364 memory=83288 CPUtime=1.12 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 15051 13361 0 0 98 7 5 2 20 0 15 0 445296034 11084148736 20822 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2706091 20822 3501 1 0 2668173 0
[pid=5836/tid=5889] ppid=5833 vsize=10824364 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 10458 13361 0 0 53 6 5 2 20 0 15 0 445296043 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647901981536 140647930188957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296044 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 2 13361 0 0 0 0 5 2 20 0 15 0 445296044 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10824364 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 5 13361 0 0 0 0 5 2 20 0 15 0 445296045 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 13 13361 0 0 0 0 5 2 20 0 15 0 445296046 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647294035488 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10824364 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296046 11084148736 20822 33554432000 4194304 4196468 140725964924784 140646690055536 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10824364 memory=6944656592455097440 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10824364 memory=139832122705808 CPUtime=0.19 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) R 5833 5836 998 0 -1 4202560 887 13361 0 0 12 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647388150128 140647909560584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10824364 memory=24964 CPUtime=0.21 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) R 5833 5836 998 0 -1 4202560 644 13361 0 0 14 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647387097328 140647923152073 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10824364 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) R 5833 5836 998 0 -1 1077944384 825 13361 0 0 17 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10824364 memory=139832122703216 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) R 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296049 11084148736 20822 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83288 KiB

[startup+1.50068 s]
/proc/loadavg: 1.30 1.37 1.39 3/227 5902
/proc/meminfo: memFree=29077736/32770624 swapFree=66998748/67108860
[pid=5836] ppid=5833 vsize=10834680 memory=173328 CPUtime=2.53 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 21834 13361 0 0 234 12 5 2 20 0 15 0 445296034 11094712320 43332 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2708670 43332 3576 1 0 2670733 0
[pid=5836/tid=5889] ppid=5833 vsize=10834680 memory=24 CPUtime=1.42 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 15292 13361 0 0 128 7 5 2 20 0 15 0 445296043 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647901972480 140647930188957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10834680 memory=27 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 24 13361 0 0 1 0 5 2 20 0 15 0 445296044 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 347 13361 0 0 1 0 5 2 20 0 15 0 445296044 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 56 13361 0 0 0 0 5 2 20 0 15 0 445296044 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10834680 memory=99464 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 63 13361 0 0 1 0 5 2 20 0 15 0 445296044 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 133 13361 0 0 1 0 5 2 20 0 15 0 445296045 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10834680 memory=7305218370954619481 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 14 13361 0 0 0 0 5 2 20 0 15 0 445296046 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647294035552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10834680 memory=6010993134100965478 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296046 11094712320 43332 33554432000 4194304 4196468 140725964924784 140646690055552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10834680 memory=8028346273862669420 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10834680 memory=4639074098508484689 CPUtime=0.31 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 1034 13361 0 0 24 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10834680 memory=7164494004077093993 CPUtime=0.39 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 1004 13361 0 0 32 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10834680 memory=7305218370954619481 CPUtime=0.48 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 1653 13361 0 0 41 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10834680 memory=7305218370954619481 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10834680 memory=55 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1 13361 0 0 0 0 5 2 20 0 15 0 445296049 11094712320 43332 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 10834680 KiB

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

/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 203493 13361 0 0 229738 85 5 2 20 0 15 0 445296043 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647902001568 140647533352320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10846988 memory=3268 CPUtime=14.12 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 24214 13361 0 0 1324 81 5 2 20 0 15 0 445296044 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10846988 memory=558604 CPUtime=14.06 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 28333 13361 0 0 1322 77 5 2 20 0 15 0 445296044 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10846988 memory=559468 CPUtime=14.11 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 26515 13361 0 0 1326 78 5 2 20 0 15 0 445296044 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10846988 memory=561288 CPUtime=14.13 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 22616 13361 0 0 1329 77 5 2 20 0 15 0 445296044 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10846988 memory=559236 CPUtime=7.53 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 15009 13361 0 0 664 82 5 2 20 0 15 0 445296045 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10846988 memory=559240 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 20 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647294035616 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10846988 memory=558604 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 5 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 139266 33554432000 4194304 4196468 140725964924784 140646690055552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10846988 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10846988 memory=24652 CPUtime=5.7 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 28538 13361 0 0 560 3 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10846988 memory=557064 CPUtime=6.33 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 24900 13361 0 0 622 4 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10846988 memory=558092 CPUtime=2.44 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 21322 13361 0 0 232 5 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10846988 memory=557576 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10846988 memory=558092 CPUtime=1.39 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1152 13361 0 0 63 69 5 2 20 0 15 0 445296049 11107315712 139266 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 2377.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 557064 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.32 1.35 3/227 6252
/proc/meminfo: memFree=29381664/32770624 swapFree=66998752/67108860
[pid=5836] ppid=5833 vsize=10846988 memory=574936 CPUtime=2438.75 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 406868 13361 0 0 243346 522 5 2 20 0 15 0 445296034 11107315712 143734 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2711747 143734 3635 1 0 2673805 0
[pid=5836/tid=5889] ppid=5833 vsize=10846988 memory=45856 CPUtime=2357.61 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 208832 13361 0 0 235668 86 5 2 20 0 15 0 445296043 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647902002512 140647532077295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10846988 memory=575452 CPUtime=14.52 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 25054 13361 0 0 1362 83 5 2 20 0 15 0 445296044 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10846988 memory=576484 CPUtime=14.46 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 28984 13361 0 0 1360 79 5 2 20 0 15 0 445296044 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10846988 memory=559512 CPUtime=14.51 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 27372 13361 0 0 1364 80 5 2 20 0 15 0 445296044 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10846988 memory=3580 CPUtime=14.53 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 23158 13361 0 0 1368 78 5 2 20 0 15 0 445296044 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10846988 memory=567464 CPUtime=7.76 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 15295 13361 0 0 684 85 5 2 20 0 15 0 445296045 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10846988 memory=572704 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 20 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647294035616 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10846988 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 5 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 143734 33554432000 4194304 4196468 140725964924784 140646690055552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10846988 memory=45856 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10846988 memory=566168 CPUtime=5.71 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 28540 13361 0 0 560 4 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10846988 memory=574756 CPUtime=6.33 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 24902 13361 0 0 622 4 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10846988 memory=988 CPUtime=2.44 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 21324 13361 0 0 232 5 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10846988 memory=13834089663248 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10846988 memory=575452 CPUtime=1.43 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1170 13361 0 0 65 71 5 2 20 0 15 0 445296049 11107315712 143734 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 2438.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 574936 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.27 1.33 3/227 6257
/proc/meminfo: memFree=29341336/32770624 swapFree=66998752/67108860
[pid=5836] ppid=5833 vsize=10846988 memory=589452 CPUtime=2499.91 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 416510 13361 0 0 249451 533 5 2 20 0 15 0 445296034 11107315712 147363 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2711747 147363 3635 1 0 2673805 0
[pid=5836/tid=5889] ppid=5833 vsize=10846988 memory=585140 CPUtime=2416.9 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 214968 13361 0 0 241595 88 5 2 20 0 15 0 445296043 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647902001648 140647513587656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10846988 memory=588700 CPUtime=14.92 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 25741 13361 0 0 1401 84 5 2 20 0 15 0 445296044 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10846988 memory=577448 CPUtime=14.87 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 29870 13361 0 0 1399 81 5 2 20 0 15 0 445296044 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10846988 memory=576932 CPUtime=14.91 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 28253 13361 0 0 1403 81 5 2 20 0 15 0 445296044 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10846988 memory=589452 CPUtime=14.93 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 23921 13361 0 0 1406 80 5 2 20 0 15 0 445296044 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10846988 memory=587156 CPUtime=7.97 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 15561 13361 0 0 703 87 5 2 20 0 15 0 445296045 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10846988 memory=588184 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 20 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647294035616 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10846988 memory=908 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 5 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 147363 33554432000 4194304 4196468 140725964924784 140646690055552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10846988 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10846988 memory=576932 CPUtime=5.71 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 28542 13361 0 0 560 4 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10846988 memory=576932 CPUtime=6.33 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 24904 13361 0 0 622 4 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10846988 memory=577496 CPUtime=2.44 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 21326 13361 0 0 232 5 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10846988 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10846988 memory=583576 CPUtime=1.46 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1187 13361 0 0 66 73 5 2 20 0 15 0 445296049 11107315712 147363 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 2499.91 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 589452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462 s]*
/proc/loadavg: 1.30 1.30 1.34 3/227 6258
/proc/meminfo: memFree=29364164/32770624 swapFree=66998752/67108860
[pid=5836] ppid=5833 vsize=10846988 memory=588324 CPUtime=2520 cores=1,3,5,7
/proc/5836/stat : 5836 (java) S 5833 5836 998 0 -1 1077944320 419338 13361 0 0 251456 537 5 2 20 0 15 0 445296034 11107315712 147081 33554432000 4194304 4196468 140725964924784 140725964907328 140647930167031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
/proc/5836/statm: 2711747 147081 3635 1 0 2673805 0
[pid=5836/tid=5889] ppid=5833 vsize=10846988 memory=1398722017469774279 CPUtime=2436.39 cores=1,3,5,7
/proc/5836/task/5889/stat : 5889 (java) R 5833 5836 998 0 -1 4202560 217284 13361 0 0 243543 89 5 2 20 0 15 0 445296043 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647902001568 140647515633755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5890] ppid=5833 vsize=10846988 memory=1408 CPUtime=15.06 cores=1,3,5,7
/proc/5836/task/5890/stat : 5890 (java) S 5833 5836 998 0 -1 1077944384 25876 13361 0 0 1414 85 5 2 20 0 15 0 445296044 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647934409360 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5891] ppid=5833 vsize=10846988 memory=0 CPUtime=15 cores=1,3,5,7
/proc/5836/task/5891/stat : 5891 (java) S 5833 5836 998 0 -1 1077944384 30061 13361 0 0 1412 81 5 2 20 0 15 0 445296044 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647833299472 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5892] ppid=5833 vsize=10846988 memory=279664246788960 CPUtime=15.04 cores=1,3,5,7
/proc/5836/task/5892/stat : 5892 (java) S 5833 5836 998 0 -1 1077944384 28338 13361 0 0 1415 82 5 2 20 0 15 0 445296044 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647832246672 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5893] ppid=5833 vsize=10846988 memory=4126316290023845779 CPUtime=15.06 cores=1,3,5,7
/proc/5836/task/5893/stat : 5893 (java) S 5833 5836 998 0 -1 1077944384 24005 13361 0 0 1419 80 5 2 20 0 15 0 445296044 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647501523216 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5894] ppid=5833 vsize=10846988 memory=566680 CPUtime=8.04 cores=1,3,5,7
/proc/5836/task/5894/stat : 5894 (java) S 5833 5836 998 0 -1 1077944384 15575 13361 0 0 710 87 5 2 20 0 15 0 445296045 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647389203312 140647930178178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5895] ppid=5833 vsize=10846988 memory=2612 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5895/stat : 5895 (java) S 5833 5836 998 0 -1 1077944384 20 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647294035616 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5896] ppid=5833 vsize=10846988 memory=932 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5896/stat : 5896 (java) S 5833 5836 998 0 -1 1077944384 5 13361 0 0 0 0 5 2 20 0 15 0 445296046 11107315712 147081 33554432000 4194304 4196468 140725964924784 140646690055552 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5897] ppid=5833 vsize=10846988 memory=1980 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5897/stat : 5897 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140646449764688 140647930185627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5898] ppid=5833 vsize=10846988 memory=2428 CPUtime=5.71 cores=1,3,5,7
/proc/5836/task/5898/stat : 5898 (java) S 5833 5836 998 0 -1 1077944384 28542 13361 0 0 560 4 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647388150128 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5899] ppid=5833 vsize=10846988 memory=1580 CPUtime=6.33 cores=1,3,5,7
/proc/5836/task/5899/stat : 5899 (java) S 5833 5836 998 0 -1 1077944384 24905 13361 0 0 622 4 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647387097328 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5900] ppid=5833 vsize=10846988 memory=908 CPUtime=2.44 cores=1,3,5,7
/proc/5836/task/5900/stat : 5900 (java) S 5833 5836 998 0 -1 1077944384 21326 13361 0 0 232 5 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647386044528 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5901] ppid=5833 vsize=10846988 memory=1440 CPUtime=0.07 cores=1,3,5,7
/proc/5836/task/5901/stat : 5901 (java) S 5833 5836 998 0 -1 1077944384 3 13361 0 0 0 0 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140646416206048 140647930177237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
[pid=5836/tid=5902] ppid=5833 vsize=10846988 memory=1760 CPUtime=1.47 cores=1,3,5,7
/proc/5836/task/5902/stat : 5902 (java) S 5833 5836 998 0 -1 1077944384 1189 13361 0 0 67 73 5 2 20 0 15 0 445296049 11107315712 147081 33554432000 4194304 4196468 140725964924784 140647384992944 140647930178178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21135360 140725964929776 140725964932293 140725964932293 140725964935119 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 588324 KiB

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

[startup+2462.05 s]
# the end of solver process 5836 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.65 s, system=5.40953 s

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

Child status: 143
Real time (s): 2462.05
CPU time (s): 2520.06
CPU user time (s): 2514.65
CPU system time (s): 5.40953
CPU usage (%): 102.356
Max. virtual memory (cumulated for all children) (KiB): 10849732
Max. memory (cumulated for all children) (KiB): 1721080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.65
system time used= 5.40953
maximum resident set size= 1725212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 220298
involuntary context switches= 5767


# summary of solver processes directly reported to runsolver:
#   pid: 5836
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.65
#   total CPU system time (s): 5.40953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3741 second user time and 22.4781 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 05:17:53
IDJOB=4401160
IDBENCH=136462
IDSOLVER=2857
FILE ID=node123/4401160-1568690312
RUNJOBID= node123-1568673292-1030
PBS_JOBID= 21703787
Free space on /tmp= 59152 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n2c3w1r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401160-1568690312/watcher-4401160-1568690312 -o /tmp/evaluation-result-4401160-1568690312/solver-4401160-1568690312 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568673292-1030 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=711557294 HOME/instance-4401160-1568690312.xml

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

MD5SUM BENCH= 48163221e8f5f568f71e6a1b1b758a13
RANDOM SEED=711557294

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.49
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.49
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:        29175904 kB
MemAvailable:   30751888 kB
Buffers:          118320 kB
Cached:          1756352 kB
SwapCached:         7624 kB
Active:          2387196 kB
Inactive:         640072 kB
Active(anon):    1152168 kB
Inactive(anon):    48848 kB
Active(file):    1235028 kB
Inactive(file):   591224 kB
Unevictable:      107388 kB
Mlocked:          107388 kB
SwapTotal:      67108860 kB
SwapFree:       66998748 kB
Dirty:             35400 kB
Writeback:             0 kB
AnonPages:       1257224 kB
Mapped:            60964 kB
Shmem:             39796 kB
Slab:             160700 kB
SReclaimable:     131136 kB
SUnreclaim:        29564 kB
KernelStack:        3888 kB
PageTables:         8436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2277828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59116 MiB
End job on node123 at 2019-09-17 05:58:55