Trace number 4402717

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.7 2465.58

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesT/
StripPacking-T5c.xml
MD5SUM3657d2b4866232829f5e159967af0f72
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints220
Number of domains75
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":6},{"size":2,"count":213},{"size":200,"count":146}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":73},{"degree":2,"count":146},{"degree":3,"count":146}]
Minimum constraint arity2
Maximum constraint arity292
Distribution of constraint arities[{"arity":2,"count":146},{"arity":3,"count":73},{"arity":292,"count":1}]
Number of extensional constraints73
Number of intensional constraints146
Distribution of constraint types[{"type":"extension","count":73},{"type":"intension","count":146},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402717-1568967667/watcher-4402717-1568967667 -o /tmp/evaluation-result-4402717-1568967667/solver-4402717-1568967667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402717-1568967667.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=22605, runsolver pid=22602
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 1.02 0.25 0.12 3/217 22662
/proc/meminfo: memFree=4233460/32770624 swapFree=66997980/67108860
[pid=22605] ppid=22602 vsize=9972712 memory=15440 CPUtime=0.08 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 4602 13308 0 0 1 0 5 2 20 0 6 0 473020984 10212057088 3860 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2493178 3860 1958 1 0 2481616 0
[pid=22605/tid=22658] ppid=22602 vsize=9988792 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 2427 13308 0 0 1 0 5 2 20 0 6 0 473020993 10228523008 3860 33554432000 4194304 4196468 140728615867184 140047579619920 140047589193309 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 6 0 473020993 10228523008 3860 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=9988792 memory=4050617632483206816 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 6 0 473020993 10228523008 3860 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 6 0 473020993 10228523008 3860 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=9988792 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 6 0 473020993 10228523008 3860 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210251 s]*
/proc/loadavg: 1.02 0.25 0.12 4/226 22671
/proc/meminfo: memFree=4217640/32770624 swapFree=66997980/67108860
[pid=22605] ppid=22602 vsize=10820196 memory=38456 CPUtime=0.26 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 7613 13308 0 0 18 1 5 2 20 0 15 0 473020984 11079880704 9614 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2705049 9614 3293 1 0 2667149 0
[pid=22605/tid=22658] ppid=22602 vsize=10820196 memory=729618466009055537 CPUtime=0.18 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 4018 13308 0 0 11 0 5 2 20 0 15 0 473020993 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047579594192 140047607805085 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10820196 memory=4050617632483206816 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 33 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047066039968 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 9614 33554432000 4194304 4196468 140728615867184 140046468375792 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11079880704 9614 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 615 13308 0 0 1 0 5 2 20 0 15 0 473020998 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 55 13308 0 0 0 0 5 2 20 0 15 0 473020998 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10820196 memory=139725471245952 CPUtime=0.1 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 672 13308 0 0 3 0 5 2 20 0 15 0 473020998 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11079880704 9614 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10820196 memory=139725471245952 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020999 11079880704 9614 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 38456 KiB

[startup+0.310673 s]*
/proc/loadavg: 1.02 0.25 0.12 4/226 22671
/proc/meminfo: memFree=4205108/32770624 swapFree=66997980/67108860
[pid=22605] ppid=22602 vsize=10820196 memory=46904 CPUtime=0.4 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 11000 13308 0 0 30 3 5 2 20 0 15 0 473020984 11079880704 11726 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2705049 11726 3313 1 0 2667149 0
[pid=22605/tid=22658] ppid=22602 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 7353 13308 0 0 20 2 5 2 20 0 15 0 473020993 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047579593296 140047593027447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10820196 memory=139725471245951 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 33 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047066039968 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11079880704 11726 33554432000 4194304 4196468 140728615867184 140046468375792 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11079880704 11726 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 618 13308 0 0 2 0 5 2 20 0 15 0 473020998 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 65 13308 0 0 1 0 5 2 20 0 15 0 473020998 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10820196 memory=139725471245952 CPUtime=0.12 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 705 13308 0 0 5 0 5 2 20 0 15 0 473020998 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11079880704 11726 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10820196 memory=139725471245952 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020999 11079880704 11726 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46904 KiB

[startup+0.700653 s]
/proc/loadavg: 1.02 0.25 0.12 4/226 22671
/proc/meminfo: memFree=4184424/32770624 swapFree=66997980/67108860
[pid=22605] ppid=22602 vsize=10824364 memory=80556 CPUtime=1.14 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 15440 13308 0 0 102 5 5 2 20 0 15 0 473020984 11084148736 20139 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2706091 20139 3501 1 0 2668173 0
[pid=22605/tid=22658] ppid=22602 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 10530 13308 0 0 56 3 5 2 20 0 15 0 473020993 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047579612704 140047591863646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10824364 memory=1376 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10824364 memory=1128 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020993 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10824364 memory=139725471244785 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 2 13308 0 0 0 0 5 2 20 0 15 0 473020993 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 5 13308 0 0 0 0 5 2 20 0 15 0 473020995 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 33 13308 0 0 0 0 5 2 20 0 15 0 473020995 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047066039968 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11084148736 20139 33554432000 4194304 4196468 140728615867184 140046468375792 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11084148736 20139 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) R 22602 22605 22219 0 -1 4202560 1083 13308 0 0 13 0 5 2 20 0 15 0 473020998 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047032482032 140047592892757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 571 13308 0 0 14 0 5 2 20 0 15 0 473020998 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10824364 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 994 13308 0 0 16 0 5 2 20 0 15 0 473020998 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11084148736 20139 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10824364 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020999 11084148736 20139 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 80556 KiB

[startup+1.5031 s]
/proc/loadavg: 1.02 0.25 0.12 5/226 22671
/proc/meminfo: memFree=4081680/32770624 swapFree=66997980/67108860
[pid=22605] ppid=22602 vsize=10834680 memory=200372 CPUtime=3.07 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 38238 13308 0 0 288 12 5 2 20 0 15 0 473020984 11094712320 50093 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2708670 50093 3574 1 0 2670733 0
[pid=22605/tid=22658] ppid=22602 vsize=10834680 memory=56 CPUtime=1.43 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 17886 13308 0 0 130 6 5 2 20 0 15 0 473020993 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047579607800 140047587379057 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 48 13308 0 0 1 0 5 2 20 0 15 0 473020993 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10834680 memory=139725471256033 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 355 13308 0 0 1 0 5 2 20 0 15 0 473020993 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10834680 memory=139725471253825 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 79 13308 0 0 1 0 5 2 20 0 15 0 473020993 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10834680 memory=139725471255713 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 25 13308 0 0 0 0 5 2 20 0 15 0 473020993 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10834680 memory=1376 CPUtime=0.08 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 1463 13308 0 0 1 0 5 2 20 0 15 0 473020995 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 34 13308 0 0 0 0 5 2 20 0 15 0 473020995 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047066039968 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10834680 memory=7593722508453373264 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11094712320 50093 33554432000 4194304 4196468 140728615867184 140046468375792 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10834680 memory=7093000472321548885 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11094712320 50093 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10834680 memory=7233458749062734959 CPUtime=0.62 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 6521 13308 0 0 55 0 5 2 20 0 15 0 473020998 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10834680 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 7065 13308 0 0 54 1 5 2 20 0 15 0 473020998 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10834680 memory=4949696295840688515 CPUtime=0.48 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 2544 13308 0 0 40 1 5 2 20 0 15 0 473020998 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10834680 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11094712320 50093 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10834680 memory=1398720917958146503 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020999 11094712320 50093 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10834680 KiB

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

/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 112007 13308 0 0 229384 70 5 2 20 0 15 0 473020993 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047579617968 140047214669734 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.25 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 23002 13308 0 0 1154 64 5 2 20 0 15 0 473020993 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.31 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 34723 13308 0 0 1158 66 5 2 20 0 15 0 473020993 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.23 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 27132 13308 0 0 1158 58 5 2 20 0 15 0 473020993 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.25 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 30550 13308 0 0 1157 61 5 2 20 0 15 0 473020993 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10849036 memory=1646008 CPUtime=11.25 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 25013 13308 0 0 1059 59 5 2 20 0 15 0 473020995 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10849036 memory=1646008 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 39 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047066040032 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10849036 memory=1646008 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 411502 33554432000 4194304 4196468 140728615867184 140046468375808 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10849036 memory=1642364 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 411502 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10849036 memory=1646008 CPUtime=7.93 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 114279 13308 0 0 777 9 5 2 20 0 15 0 473020998 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10849036 memory=1646008 CPUtime=7.15 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 118115 13308 0 0 700 8 5 2 20 0 15 0 473020998 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10849036 memory=1646008 CPUtime=4.13 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 160550 13308 0 0 392 14 5 2 20 0 15 0 473020998 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10849036 memory=1646008 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 411502 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10849036 memory=1646008 CPUtime=1.39 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 3974 13308 0 0 61 71 5 2 20 0 15 0 473020999 11109412864 411502 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 2374.98 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1646008 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.53 1.34 3/226 22894
/proc/meminfo: memFree=1974304/32770624 swapFree=66998000/67108860
[pid=22605] ppid=22602 vsize=10849036 memory=1648056 CPUtime=2436.02 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 660571 13308 0 0 243177 418 5 2 20 0 15 0 473020984 11109412864 412014 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2712259 412014 3638 1 0 2674317 0
[pid=22605/tid=22658] ppid=22602 vsize=10849036 memory=1648056 CPUtime=2353.89 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 113677 13308 0 0 235312 70 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047579617568 140047211515330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10849036 memory=1648056 CPUtime=12.61 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 23690 13308 0 0 1188 66 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.66 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 35084 13308 0 0 1192 67 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.58 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 27169 13308 0 0 1192 59 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.6 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 30646 13308 0 0 1191 62 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10849036 memory=1646008 CPUtime=11.54 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 25357 13308 0 0 1086 61 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10849036 memory=1646008 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 39 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047066040032 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10849036 memory=1646008 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046468375808 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10849036 memory=1648056 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10849036 memory=133 CPUtime=7.94 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 115340 13308 0 0 778 9 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10849036 memory=1648056 CPUtime=7.16 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 120609 13308 0 0 700 9 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10849036 memory=1648056 CPUtime=4.13 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 162747 13308 0 0 392 14 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10849036 memory=5956 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10849036 memory=1648056 CPUtime=1.42 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 3996 13308 0 0 62 73 5 2 20 0 15 0 473020999 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 2436.02 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1648056 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.52 1.35 3/227 22906
/proc/meminfo: memFree=1974548/32770624 swapFree=66998000/67108860
[pid=22605] ppid=22602 vsize=10849036 memory=1648056 CPUtime=2497.01 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 667533 13308 0 0 249267 427 5 2 20 0 15 0 473020984 11109412864 412014 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2712259 412014 3638 1 0 2674317 0
[pid=22605/tid=22658] ppid=22602 vsize=10849036 memory=1648056 CPUtime=2413.2 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 115402 13308 0 0 241242 71 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047579617264 140047211514988 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10849036 memory=1648056 CPUtime=12.95 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 24047 13308 0 0 1221 67 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10849036 memory=1646008 CPUtime=12.99 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 35713 13308 0 0 1224 68 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10849036 memory=1648056 CPUtime=12.93 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 27439 13308 0 0 1225 61 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10849036 memory=1648056 CPUtime=12.95 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 30877 13308 0 0 1224 64 5 2 20 0 15 0 473020993 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10849036 memory=1648056 CPUtime=11.81 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 25706 13308 0 0 1112 62 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10849036 memory=1648056 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 39 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047066040032 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10849036 memory=1648056 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046468375808 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10849036 memory=1648056 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10849036 memory=1648056 CPUtime=7.94 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 115921 13308 0 0 778 9 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10849036 memory=1648056 CPUtime=7.16 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 121971 13308 0 0 700 9 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10849036 memory=1648056 CPUtime=4.14 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 164180 13308 0 0 393 14 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10849036 memory=1648056 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 412014 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10849036 memory=1648056 CPUtime=1.46 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 4021 13308 0 0 64 75 5 2 20 0 15 0 473020999 11109412864 412014 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 2497.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1648056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465 s]*
/proc/loadavg: 1.48 1.51 1.35 5/227 23034
/proc/meminfo: memFree=2765480/32770624 swapFree=66998000/67108860
[pid=22605] ppid=22602 vsize=10849036 memory=1642412 CPUtime=2520.1 cores=0,2,4,6
/proc/22605/stat : 22605 (java) S 22602 22605 22219 0 -1 1077944320 673006 13308 0 0 251573 430 5 2 20 0 15 0 473020984 11109412864 410603 33554432000 4194304 4196468 140728615867184 140728615849728 140047607783159 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
/proc/22605/statm: 2712259 410603 3638 1 0 2674317 0
[pid=22605/tid=22658] ppid=22602 vsize=10849036 memory=8317482817917895235 CPUtime=2435.63 cores=0,2,4,6
/proc/22605/task/22658/stat : 22658 (java) R 22602 22605 22219 0 -1 4202560 116491 13308 0 0 243485 71 5 2 20 0 15 0 473020993 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047579618528 140047228215859 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22659] ppid=22602 vsize=10849036 memory=3852 CPUtime=13.08 cores=0,2,4,6
/proc/22605/task/22659/stat : 22659 (java) S 22602 22605 22219 0 -1 1077944384 24083 13308 0 0 1233 68 5 2 20 0 15 0 473020993 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047612025360 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22660] ppid=22602 vsize=10849036 memory=2608 CPUtime=13.12 cores=0,2,4,6
/proc/22605/task/22660/stat : 22660 (java) S 22602 22605 22219 0 -1 1077944384 36431 13308 0 0 1236 69 5 2 20 0 15 0 473020993 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047543937680 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22661] ppid=22602 vsize=10849036 memory=2608 CPUtime=13.06 cores=0,2,4,6
/proc/22605/task/22661/stat : 22661 (java) S 22602 22605 22219 0 -1 1077944384 27570 13308 0 0 1238 61 5 2 20 0 15 0 473020993 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047179712784 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22662] ppid=22602 vsize=10849036 memory=1408 CPUtime=13.07 cores=0,2,4,6
/proc/22605/task/22662/stat : 22662 (java) S 22602 22605 22219 0 -1 1077944384 30986 13308 0 0 1236 64 5 2 20 0 15 0 473020993 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047178660240 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22663] ppid=22602 vsize=10849036 memory=3212 CPUtime=11.92 cores=0,2,4,6
/proc/22605/task/22663/stat : 22663 (java) S 22602 22605 22219 0 -1 1077944384 26007 13308 0 0 1123 62 5 2 20 0 15 0 473020995 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047067093744 140047607794306 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22664] ppid=22602 vsize=10849036 memory=1642412 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22664/stat : 22664 (java) S 22602 22605 22219 0 -1 1077944384 39 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047066040032 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22665] ppid=22602 vsize=10849036 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22665/stat : 22665 (java) S 22602 22605 22219 0 -1 1077944384 1 13308 0 0 0 0 5 2 20 0 15 0 473020995 11109412864 410603 33554432000 4194304 4196468 140728615867184 140046468375808 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22666] ppid=22602 vsize=10849036 memory=2024 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22666/stat : 22666 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 410603 33554432000 4194304 4196468 140728615867184 140046160976336 140047607801755 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22667] ppid=22602 vsize=10849036 memory=1376 CPUtime=7.94 cores=0,2,4,6
/proc/22605/task/22667/stat : 22667 (java) S 22602 22605 22219 0 -1 1077944384 116689 13308 0 0 778 9 5 2 20 0 15 0 473020998 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047032482032 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22668] ppid=22602 vsize=10849036 memory=6791534058613427641 CPUtime=7.16 cores=0,2,4,6
/proc/22605/task/22668/stat : 22668 (java) S 22602 22605 22219 0 -1 1077944384 123037 13308 0 0 700 9 5 2 20 0 15 0 473020998 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047031429488 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22669] ppid=22602 vsize=10849036 memory=2552 CPUtime=4.14 cores=0,2,4,6
/proc/22605/task/22669/stat : 22669 (java) S 22602 22605 22219 0 -1 1077944384 165416 13308 0 0 393 14 5 2 20 0 15 0 473020998 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047030376432 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22670] ppid=22602 vsize=10849036 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/22605/task/22670/stat : 22670 (java) S 22602 22605 22219 0 -1 1077944384 3 13308 0 0 0 0 5 2 20 0 15 0 473020998 11109412864 410603 33554432000 4194304 4196468 140728615867184 140046127417696 140047607793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
[pid=22605/tid=22671] ppid=22602 vsize=10849036 memory=111632 CPUtime=1.46 cores=0,2,4,6
/proc/22605/task/22671/stat : 22671 (java) S 22602 22605 22219 0 -1 1077944384 4040 13308 0 0 64 75 5 2 20 0 15 0 473020999 11109412864 410603 33554432000 4194304 4196468 140728615867184 140047029324848 140047607794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20639744 140728615869167 140728615871685 140728615871685 140728615874511 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1642412 KiB

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

[startup+2465.58 s]
# the end of solver process 22605 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=4.35183 s

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

Child status: 143
Real time (s): 2465.58
CPU time (s): 2520.7
CPU user time (s): 2516.35
CPU system time (s): 4.35183
CPU usage (%): 102.236
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1698976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 4.35183
maximum resident set size= 1698976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 688171
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 310988
involuntary context switches= 12653


# summary of solver processes directly reported to runsolver:
#   pid: 22605
#   total CPU time (s): 2520.7
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 4.35183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9248 second user time and 24.0055 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 09:19:46
IDJOB=4402717
IDBENCH=120483
IDSOLVER=2861
FILE ID=node106/4402717-1568967667
RUNJOBID= node106-1568963957-22250
PBS_JOBID= 21704632
Free space on /tmp= 23248 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesT/StripPacking-T5c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402717-1568967667/watcher-4402717-1568967667 -o /tmp/evaluation-result-4402717-1568967667/solver-4402717-1568967667 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568963957-22250 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402717-1568967667.xml

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

MD5SUM BENCH= 3657d2b4866232829f5e159967af0f72
RANDOM SEED=1567823593

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4248516 kB
MemAvailable:   31396556 kB
Buffers:           80664 kB
Cached:         27029612 kB
SwapCached:         3812 kB
Active:         14028744 kB
Inactive:       13550140 kB
Active(anon):     475660 kB
Inactive(anon):    35932 kB
Active(file):   13553084 kB
Inactive(file): 13514208 kB
Unevictable:      109408 kB
Mlocked:          109408 kB
SwapTotal:      67108860 kB
SwapFree:       66997980 kB
Dirty:             36232 kB
Writeback:             0 kB
AnonPages:        540692 kB
Mapped:            61640 kB
Shmem:             33744 kB
Slab:             537880 kB
SReclaimable:     509208 kB
SUnreclaim:        28672 kB
KernelStack:        3680 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1759924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23208 MiB
End job on node106 at 2019-09-20 10:00:52