Trace number 4386998

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.13 2466.43

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesT/
StripPacking-T1e.xml
MD5SUMf7b8b642e131c8af917aaf97f4ae3b24
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark123.921
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.65/0.58	c Concrete v3.10.1560635388952 running
2520.08/2466.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2466.41		at concrete.MAC.mac(MAC.scala:189)
2520.08/2466.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.08/2466.41		at scala.util.Try$.apply(Try.scala:212)
2520.08/2466.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2466.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2466.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2466.41		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2466.41		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2466.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.08/2466.41		at concrete.ProblemState.map(ProblemState.scala:228)
2520.08/2466.41		at concrete.ProblemState.map(ProblemState.scala:210)
2520.08/2466.41		at concrete.MAC.nextSolution(MAC.scala:334)
2520.08/2466.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2466.41		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.08/2466.41		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.08/2466.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.08/2466.41		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.08/2466.41		at scala.util.Success.map(Try.scala:264)
2520.08/2466.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.08/2466.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2466.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2466.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2466.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2466.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2466.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2466.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2466.41		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2466.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2466.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2466.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2466.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2466.41		at scala.App.main(App.scala:75)
2520.08/2466.41		at scala.App.main$(App.scala:73)
2520.08/2466.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2466.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2466.42	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 (15210 MiB free)
  memory of node 1: 16384 MiB (15136 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386998-1568286984/watcher-4386998-1568286984 -o /tmp/evaluation-result-4386998-1568286984/solver-4386998-1568286984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21598 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=965507031 HOME/instance-4386998-1568286984.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=21623, runsolver pid=21618

[startup+0.100111 s]*
/proc/loadavg: 1.09 1.11 1.45 3/225 21700
/proc/meminfo: memFree=31048004/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/21623/stat : 21623 (bash) S 21618 21623 19880 0 -1 4202496 894 5691 1 1 0 0 0 1 20 0 1 0 404948058 115974144 404 33554432000 4194304 5098028 140736129704752 140736129698760 140410062838784 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 2 0 0 7196144 7232144 18804736 140736129709077 140736129709201 140736129709201 140736129712110 0
/proc/21623/statm: 28314 404 320 221 0 119 0
[pid=21680] ppid=21623 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/21680/stat : 21680 (bash) S 21623 21623 19880 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 404948063 115974144 178 33554432000 4194304 5098028 140736129704752 140736129697432 140410062664316 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 18804736 140736129709077 140736129709201 140736129709201 140736129712110 0
/proc/21680/statm: 28314 178 94 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 2328 KiB

[startup+0.211896 s]*
/proc/loadavg: 1.09 1.11 1.45 8/231 21758
/proc/meminfo: memFree=31031056/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=10818900 memory=36360 CPUtime=0.21 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 6455 13385 1 2 12 1 5 3 20 0 15 0 404948058 11078553600 9090 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2704725 9090 2945 1 0 2667149 0
[pid=21623/tid=21731] ppid=21618 vsize=10818900 memory=4871374705135476842 CPUtime=0.15 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 2961 13385 0 2 7 0 5 3 20 0 15 0 404948071 11078553600 9090 33554432000 4194304 4196468 140727070235760 140599463285456 140599060741188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10818900 memory=4211973792865426826 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078553600 9090 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10818900 memory=140066660636288 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078553600 9090 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078553600 9090 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078553600 9090 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948073 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 404948073 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598949537184 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948074 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598841435632 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10818900 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 552 13385 0 2 1 0 5 3 20 0 15 0 404948076 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) R 21618 21623 19880 0 -1 1077944384 62 13385 0 2 0 0 5 3 20 0 15 0 404948076 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10818900 memory=140066660636288 CPUtime=0.1 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 623 13385 0 2 2 0 5 3 20 0 15 0 404948076 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598913871952 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11078553600 9090 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10818900 memory=140066660636288 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948077 11078553600 9090 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36360 KiB

[startup+0.310874 s]*
/proc/loadavg: 1.09 1.11 1.45 5/231 21758
/proc/meminfo: memFree=31002832/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=10819084 memory=49924 CPUtime=0.36 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 9985 13385 1 2 25 3 5 3 20 0 15 0 404948058 11078742016 12481 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2704771 12481 3031 1 0 2667149 0
[pid=21623/tid=21731] ppid=21618 vsize=10819084 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 6515 13385 0 2 15 2 5 3 20 0 15 0 404948071 11078742016 12481 33554432000 4194304 4196468 140727070235760 140599463234560 140599476618245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10819084 memory=-7003737579269690708 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078742016 12481 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078742016 12481 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078742016 12481 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948071 11078742016 12481 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948073 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 404948073 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598949537184 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948074 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598841435632 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 561 13385 0 2 1 0 5 3 20 0 15 0 404948076 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) S 21618 21623 19880 0 -1 1077944384 72 13385 0 2 1 0 5 3 20 0 15 0 404948076 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10819084 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 644 13385 0 2 5 0 5 3 20 0 15 0 404948076 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11078742016 12481 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948077 11078742016 12481 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 49924 KiB

[startup+0.701063 s]
/proc/loadavg: 1.09 1.11 1.45 3/231 21758
/proc/meminfo: memFree=30977600/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=10822292 memory=78524 CPUtime=1.02 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 13787 13385 1 2 89 5 5 3 20 0 15 0 404948058 11082027008 19631 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2705573 19631 3488 1 0 2667661 0
[pid=21623/tid=21731] ppid=21618 vsize=10822292 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 9548 13385 0 2 49 4 5 3 20 0 15 0 404948071 11082027008 19631 33554432000 4194304 4196468 140727070235760 140599463274624 140599475533150 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10822292 memory=95 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11082027008 19631 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10822292 memory=4 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11082027008 19631 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948071 11082027008 19631 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948071 11082027008 19631 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 5 13385 0 2 0 0 5 3 20 0 15 0 404948073 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 404948073 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598949537184 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10822292 memory=13315 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948074 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598841435632 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10822292 memory=1208 CPUtime=0.18 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) R 21618 21623 19880 0 -1 4202560 775 13385 0 2 10 0 5 3 20 0 15 0 404948076 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598915965128 140599470713068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10822292 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) R 21618 21623 19880 0 -1 4202560 435 13385 0 2 12 0 5 3 20 0 15 0 404948076 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598914915376 140599476579071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10822292 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 771 13385 0 2 16 0 5 3 20 0 15 0 404948076 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10822292 memory=56550038 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11082027008 19631 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948077 11082027008 19631 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 78524 KiB

[startup+1.50077 s]
/proc/loadavg: 1.09 1.11 1.45 6/231 21758
/proc/meminfo: memFree=30894356/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=10834656 memory=167208 CPUtime=2.34 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 23064 13385 1 2 215 11 5 3 20 0 15 0 404948058 11094687744 41802 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2708664 41802 3583 1 0 2670733 0
[pid=21623/tid=21731] ppid=21618 vsize=10834656 memory=163524 CPUtime=1.35 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 15036 13385 0 2 121 6 5 3 20 0 15 0 404948071 11094687744 41802 33554432000 4194304 4196468 140727070235760 140599463271088 140599491464598 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 96 13385 0 2 0 0 5 3 20 0 15 0 404948071 11094687744 41802 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 72 13385 0 2 0 0 5 3 20 0 15 0 404948071 11094687744 41802 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 15 13385 0 2 1 0 5 3 20 0 15 0 404948071 11094687744 41802 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 419 13385 0 2 0 0 5 3 20 0 15 0 404948071 11094687744 41802 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10834656 memory=5790086053191909267 CPUtime=0.09 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 2182 13385 0 2 1 0 5 3 20 0 15 0 404948073 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 33 13385 0 2 0 0 5 3 20 0 15 0 404948073 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598949537248 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948074 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598841435648 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10834656 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10834656 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 931 13385 0 2 23 0 5 3 20 0 15 0 404948076 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10834656 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) R 21618 21623 19880 0 -1 1077944384 559 13385 0 2 28 0 5 3 20 0 15 0 404948076 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10834656 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) R 21618 21623 19880 0 -1 4202560 1507 13385 0 2 36 0 5 3 20 0 15 0 404948076 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598913869888 140599483489598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11094687744 41802 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1 13385 0 2 0 0 5 3 20 0 15 0 404948077 11094687744 41802 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 167208 KiB

[startup+3.11502 s]
/proc/loadavg: 1.09 1.11 1.45 6/232 21759
/proc/meminfo: memFree=30620996/32770624 swapFree=66965396/67108860
[pid=21623] ppid=21618 vsize=10846964 memory=244528 CPUtime=6.34 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 42391 13385 2 2 609 17 5 3 20 0 15 0 404948058 11107291136 61132 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0

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

/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 74408 13385 1 2 229465 60 5 3 20 0 15 0 404948071 11109388288 293208 33554432000 4194304 4196468 140727070235760 140599463288416 140599074832866 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10849012 memory=1172832 CPUtime=12.27 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 8739 13385 0 2 1164 55 5 3 20 0 15 0 404948071 11109388288 293208 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10849012 memory=1172832 CPUtime=12.28 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 14616 13385 0 2 1154 66 5 3 20 0 15 0 404948071 11109388288 293208 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10849012 memory=1172832 CPUtime=12.26 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 16013 13385 0 2 1154 64 5 3 20 0 15 0 404948071 11109388288 293208 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10849012 memory=1172832 CPUtime=12.33 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 13803 13385 0 2 1167 58 5 3 20 0 15 0 404948071 11109388288 293208 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10849012 memory=18468 CPUtime=11.35 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 15337 13385 0 2 1067 60 5 3 20 0 15 0 404948073 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10849012 memory=1172832 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 40 13385 0 2 0 0 5 3 20 0 15 0 404948073 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598949537312 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10849012 memory=1172832 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948074 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598841435648 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10849012 memory=1172832 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10849012 memory=1172832 CPUtime=6.24 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 36005 13385 0 2 609 7 5 3 20 0 15 0 404948076 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10849012 memory=3624 CPUtime=6.6 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) S 21618 21623 19880 0 -1 1077944384 39971 13385 0 2 646 6 5 3 20 0 15 0 404948076 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10849012 memory=1172832 CPUtime=3.94 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 37798 13385 0 2 378 8 5 3 20 0 15 0 404948076 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10849012 memory=1172832 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 293208 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10849012 memory=1172832 CPUtime=1.59 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1396 13385 0 2 70 81 5 3 20 0 15 0 404948077 11109388288 293208 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 2373.57 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1172832 KiB

[startup+2382.3 s]
/proc/loadavg: 1.44 1.41 1.40 3/230 21983
/proc/meminfo: memFree=28393424/32770624 swapFree=66965416/67108860
[pid=21623] ppid=21618 vsize=10849012 memory=1174880 CPUtime=2434.58 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 263417 13385 2 2 243044 406 5 3 20 0 15 0 404948058 11109388288 293720 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2712253 293720 3630 1 0 2674317 0
[pid=21623/tid=21731] ppid=21618 vsize=10849012 memory=1174880 CPUtime=2354.62 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 75360 13385 1 2 235393 61 5 3 20 0 15 0 404948071 11109388288 293720 33554432000 4194304 4196468 140727070235760 140599463287504 140599075063322 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10849012 memory=9328 CPUtime=12.62 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 8784 13385 0 2 1197 57 5 3 20 0 15 0 404948071 11109388288 293720 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10849012 memory=1174880 CPUtime=12.61 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 14725 13385 0 2 1186 67 5 3 20 0 15 0 404948071 11109388288 293720 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10849012 memory=8932 CPUtime=12.6 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 16146 13385 0 2 1186 66 5 3 20 0 15 0 404948071 11109388288 293720 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10849012 memory=1174880 CPUtime=12.66 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 14130 13385 0 2 1199 59 5 3 20 0 15 0 404948071 11109388288 293720 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10849012 memory=18480 CPUtime=11.66 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 15500 13385 0 2 1096 62 5 3 20 0 15 0 404948073 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10849012 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 40 13385 0 2 0 0 5 3 20 0 15 0 404948073 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598949537312 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10849012 memory=1172832 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948074 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598841435648 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10849012 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10849012 memory=2048 CPUtime=6.25 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 36407 13385 0 2 610 7 5 3 20 0 15 0 404948076 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10849012 memory=1240 CPUtime=6.61 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) S 21618 21623 19880 0 -1 1077944384 40286 13385 0 2 647 6 5 3 20 0 15 0 404948076 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10849012 memory=18480 CPUtime=3.95 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 38398 13385 0 2 379 8 5 3 20 0 15 0 404948076 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10849012 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 293720 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10849012 memory=2048 CPUtime=1.64 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1424 13385 0 2 72 84 5 3 20 0 15 0 404948077 11109388288 293720 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 2434.58 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1174880 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.35 1.38 3/232 21990
/proc/meminfo: memFree=28379776/32770624 swapFree=66965416/67108860
[pid=21623] ppid=21618 vsize=10849012 memory=1176928 CPUtime=2495.58 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 265223 13385 2 2 249137 413 5 3 20 0 15 0 404948058 11109388288 294232 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2712253 294232 3630 1 0 2674317 0
[pid=21623/tid=21731] ppid=21618 vsize=10849012 memory=1176928 CPUtime=2413.9 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 76193 13385 1 2 241320 62 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599463287744 140599072825940 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10849012 memory=1174880 CPUtime=12.96 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 9025 13385 0 2 1230 58 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10849012 memory=1176928 CPUtime=12.95 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 14835 13385 0 2 1219 68 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10849012 memory=1176928 CPUtime=12.94 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 16219 13385 0 2 1219 67 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10849012 memory=1176928 CPUtime=13 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 14208 13385 0 2 1231 61 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10849012 memory=1176928 CPUtime=11.97 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 15606 13385 0 2 1126 63 5 3 20 0 15 0 404948073 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 40 13385 0 2 0 0 5 3 20 0 15 0 404948073 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598949537312 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948074 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598841435648 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10849012 memory=1176928 CPUtime=6.25 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 36650 13385 0 2 610 7 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10849012 memory=1560 CPUtime=6.61 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) S 21618 21623 19880 0 -1 1077944384 40294 13385 0 2 647 6 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10849012 memory=1176928 CPUtime=3.96 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 38496 13385 0 2 380 8 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10849012 memory=1176928 CPUtime=1.67 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1440 13385 0 2 73 86 5 3 20 0 15 0 404948077 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 2495.58 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1176928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.4 s]
/proc/loadavg: 1.14 1.33 1.37 3/230 22023
/proc/meminfo: memFree=29881756/32770624 swapFree=66965416/67108860
[pid=21623] ppid=21618 vsize=10849012 memory=1176928 CPUtime=2520.08 cores=1,3,5,7
/proc/21623/stat : 21623 (java) S 21618 21623 19880 0 -1 1077944320 266194 13385 2 2 251583 417 5 3 20 0 15 0 404948058 11109388288 294232 33554432000 4194304 4196468 140727070235760 140727070218304 140599491452663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
/proc/21623/statm: 2712253 294232 3630 1 0 2674317 0
[pid=21623/tid=21731] ppid=21618 vsize=10849012 memory=1174880 CPUtime=2437.71 cores=1,3,5,7
/proc/21623/task/21731/stat : 21731 (java) R 21618 21623 19880 0 -1 4202560 76577 13385 1 2 243701 62 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599463287632 140599074787067 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21734] ppid=21618 vsize=10849012 memory=6791534058613427641 CPUtime=13.1 cores=1,3,5,7
/proc/21623/task/21734/stat : 21734 (java) S 21618 21623 19880 0 -1 1077944384 9035 13385 0 2 1243 59 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599495694608 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21736] ppid=21618 vsize=10849012 memory=1052 CPUtime=13.08 cores=1,3,5,7
/proc/21623/task/21736/stat : 21736 (java) S 21618 21623 19880 0 -1 1077944384 14877 13385 0 2 1231 69 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599383968144 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21738] ppid=21618 vsize=10849012 memory=2832 CPUtime=13.07 cores=1,3,5,7
/proc/21623/task/21738/stat : 21738 (java) S 21618 21623 19880 0 -1 1077944384 16235 13385 0 2 1231 68 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599382915600 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21740] ppid=21618 vsize=10849012 memory=9328 CPUtime=13.13 cores=1,3,5,7
/proc/21623/task/21740/stat : 21740 (java) S 21618 21623 19880 0 -1 1077944384 14439 13385 0 2 1244 61 5 3 20 0 15 0 404948071 11109388288 294232 33554432000 4194304 4196468 140727070235760 140599381863056 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21742] ppid=21618 vsize=10849012 memory=1176928 CPUtime=12.08 cores=1,3,5,7
/proc/21623/task/21742/stat : 21742 (java) S 21618 21623 19880 0 -1 1077944384 15630 13385 0 2 1137 63 5 3 20 0 15 0 404948073 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598950590960 140599491463810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21744] ppid=21618 vsize=10849012 memory=1052 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21744/stat : 21744 (java) S 21618 21623 19880 0 -1 1077944384 40 13385 0 2 0 0 5 3 20 0 15 0 404948073 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598949537312 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21746] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21746/stat : 21746 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948074 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598841435648 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21749] ppid=21618 vsize=10849012 memory=1176928 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21749/stat : 21749 (java) S 21618 21623 19880 0 -1 1077944384 2 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598237457104 140599491471259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21752] ppid=21618 vsize=10849012 memory=2048 CPUtime=6.25 cores=1,3,5,7
/proc/21623/task/21752/stat : 21752 (java) S 21618 21623 19880 0 -1 1077944384 36662 13385 0 2 610 7 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598915979248 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21753] ppid=21618 vsize=10849012 memory=6791534058613427641 CPUtime=6.62 cores=1,3,5,7
/proc/21623/task/21753/stat : 21753 (java) S 21618 21623 19880 0 -1 1077944384 40374 13385 0 2 648 6 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598914926704 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21754] ppid=21618 vsize=10849012 memory=5896 CPUtime=3.96 cores=1,3,5,7
/proc/21623/task/21754/stat : 21754 (java) S 21618 21623 19880 0 -1 1077944384 38664 13385 0 2 380 8 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598913874160 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21756] ppid=21618 vsize=10849012 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/21623/task/21756/stat : 21756 (java) S 21618 21623 19880 0 -1 1077944384 3 13385 0 2 0 0 5 3 20 0 15 0 404948076 11109388288 294232 33554432000 4194304 4196468 140727070235760 140597767694944 140599491462869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
[pid=21623/tid=21758] ppid=21618 vsize=10849012 memory=13948 CPUtime=1.69 cores=1,3,5,7
/proc/21623/task/21758/stat : 21758 (java) S 21618 21623 19880 0 -1 1077944384 1444 13385 0 2 74 87 5 3 20 0 15 0 404948077 11109388288 294232 33554432000 4194304 4196468 140727070235760 140598912822064 140599491463810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24449024 140727070239478 140727070241989 140727070241989 140727070244815 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1176928 KiB

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

[startup+2466.43 s]
# the end of solver process 21623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.91 s, system=4.22226 s

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

Child status: 143
Real time (s): 2466.43
CPU time (s): 2520.13
CPU user time (s): 2515.91
CPU system time (s): 4.22226
CPU usage (%): 102.177
Max. virtual memory (cumulated for all children) (KiB): 10851768
Max. memory (cumulated for all children) (KiB): 1176928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.22226
maximum resident set size= 1181076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280342
page faults= 4
swaps= 0
block input operations= 10392
block output operations= 3144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 325363
involuntary context switches= 10028


# summary of solver processes directly reported to runsolver:
#   pid: 21623
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2515.91
#   total CPU system time (s): 4.22226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7313 second user time and 23.7296 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 13:15:44
IDJOB=4386998
IDBENCH=120457
IDSOLVER=2823
FILE ID=node135/4386998-1568286984
RUNJOBID= node135-1568286944-21598
PBS_JOBID= 21701073
Free space on /tmp= 56748 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesT/StripPacking-T1e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386998-1568286984/watcher-4386998-1568286984 -o /tmp/evaluation-result-4386998-1568286984/solver-4386998-1568286984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21598 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=965507031 HOME/instance-4386998-1568286984.xml

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

MD5SUM BENCH= f7b8b642e131c8af917aaf97f4ae3b24
RANDOM SEED=965507031

node135.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.76
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.76
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.76
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.76
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:        31076772 kB
MemAvailable:   31880864 kB
Buffers:           92900 kB
Cached:           988584 kB
SwapCached:        36472 kB
Active:           470296 kB
Inactive:         650984 kB
Active(anon):       9860 kB
Inactive(anon):    60340 kB
Active(file):     460436 kB
Inactive(file):   590644 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965396 kB
Dirty:             70228 kB
Writeback:             0 kB
AnonPages:        116880 kB
Mapped:            32752 kB
Shmem:             21856 kB
Slab:             167588 kB
SReclaimable:     137696 kB
SUnreclaim:        29892 kB
KernelStack:        3712 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 56680 MiB
End job on node135 at 2019-09-12 13:56:51