Trace number 4402706

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.18 2463.82

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesN/
StripPacking-N6d.xml
MD5SUM2c28ca4ad49bcbb6099e9194469961d5
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 variables485
Number of constraints292
Number of domains97
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":8},{"size":2,"count":283},{"size":200,"count":194}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":97},{"degree":2,"count":194},{"degree":3,"count":194}]
Minimum constraint arity2
Maximum constraint arity388
Distribution of constraint arities[{"arity":2,"count":194},{"arity":3,"count":97},{"arity":388,"count":1}]
Number of extensional constraints97
Number of intensional constraints194
Distribution of constraint types[{"type":"extension","count":97},{"type":"intension","count":194},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402706-1568967660/watcher-4402706-1568967660 -o /var/tmp/evaluation-result-4402706-1568967660/solver-4402706-1568967660 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1941630186 HOME/instance-4402706-1568967660.xml 

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

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

solver pid=1668, runsolver pid=1665

[startup+0.100063 s]*
/proc/loadavg: 0.57 0.14 0.09 3/217 1720
/proc/meminfo: memFree=290100/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=392944 memory=5616 CPUtime=0.07 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 2690 13614 0 0 0 0 5 2 20 0 2 0 473038512 402374656 1404 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 98236 1404 1064 1 0 87147 0
[pid=1668/tid=1721] ppid=1665 vsize=8371124 memory=-7390251449858225344 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 583 13614 0 0 0 0 5 2 20 0 2 0 473038522 8572030976 1518 33554432000 4194304 4196468 140734621098128 140421777840544 140421798287264 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 392944 KiB
Current children cumulated memory: 5616 KiB

[startup+0.211802 s]*
/proc/loadavg: 0.57 0.14 0.09 4/228 1734
/proc/meminfo: memFree=282240/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=10819716 memory=31080 CPUtime=0.24 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 8691 13614 0 0 15 2 5 2 20 0 15 0 473038512 11079389184 7770 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2704929 7770 3183 1 0 2667149 0
[pid=1668/tid=1721] ppid=1665 vsize=10819716 memory=7022364594140610616 CPUtime=0.17 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 5080 13614 0 0 9 1 5 2 20 0 15 0 473038522 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421777830400 140421790078302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10819716 memory=364 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10819716 memory=139972913459188 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 2 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10819716 memory=139972911470208 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 2 13614 0 0 0 0 5 2 20 0 15 0 473038524 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 33 13614 0 0 0 0 5 2 20 0 15 0 473038525 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421264012832 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 21 13614 0 0 0 0 5 2 20 0 15 0 473038525 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421137163632 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10819716 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11079389184 7770 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10819716 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 488 13614 0 0 1 0 5 2 20 0 15 0 473038528 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10819716 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 183 13614 0 0 1 0 5 2 20 0 15 0 473038528 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10819716 memory=139972911470208 CPUtime=0.09 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 675 13614 0 0 2 0 5 2 20 0 15 0 473038528 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10819716 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11079389184 7770 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10819716 memory=139972911470208 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038529 11079389184 7770 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819716 KiB
Current children cumulated memory: 31080 KiB

[startup+0.311302 s]*
/proc/loadavg: 0.57 0.14 0.09 5/228 1734
/proc/meminfo: memFree=267900/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=10820196 memory=41740 CPUtime=0.37 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 13782 13614 0 0 26 4 5 2 20 0 15 0 473038512 11079880704 10435 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2705049 10435 3314 1 0 2667149 0
[pid=1668/tid=1721] ppid=1665 vsize=10820196 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 10098 13614 0 0 17 3 5 2 20 0 15 0 473038522 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421777806736 140421789184641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 2 13614 0 0 0 0 5 2 20 0 15 0 473038523 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10820196 memory=139972911470208 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 2 13614 0 0 0 0 5 2 20 0 15 0 473038524 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 33 13614 0 0 0 0 5 2 20 0 15 0 473038525 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421264012832 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 21 13614 0 0 0 0 5 2 20 0 15 0 473038525 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421137163632 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11079880704 10435 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 498 13614 0 0 1 0 5 2 20 0 15 0 473038528 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 198 13614 0 0 1 0 5 2 20 0 15 0 473038528 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10820196 memory=139972911470208 CPUtime=0.12 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 727 13614 0 0 5 0 5 2 20 0 15 0 473038528 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11079880704 10435 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10820196 memory=139972911470208 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038529 11079880704 10435 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41740 KiB

[startup+0.700667 s]
/proc/loadavg: 0.57 0.14 0.09 5/228 1734
/proc/meminfo: memFree=253504/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=10822316 memory=73376 CPUtime=1.09 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 22388 13614 0 0 95 7 5 2 20 0 15 0 473038512 11082051584 18344 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2705579 18344 3497 1 0 2667661 0
[pid=1668/tid=1721] ppid=1665 vsize=10822316 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 17418 13614 0 0 53 5 5 2 20 0 15 0 473038522 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421777821536 140421786180357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10822316 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10822316 memory=51 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10822316 memory=2508 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038523 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10822316 memory=1532 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 2 13614 0 0 0 0 5 2 20 0 15 0 473038523 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10822316 memory=836 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 5 13614 0 0 0 0 5 2 20 0 15 0 473038524 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10822316 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 33 13614 0 0 0 0 5 2 20 0 15 0 473038525 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421264012832 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10822316 memory=2420 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 21 13614 0 0 0 0 5 2 20 0 15 0 473038525 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421137163632 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10822316 memory=58512 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11082051584 18344 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10822316 memory=1760 CPUtime=0.18 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) R 1665 1668 1397 0 -1 4202560 985 13614 0 0 11 0 5 2 20 0 15 0 473038528 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421230455152 140421791103231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10822316 memory=111632 CPUtime=0.21 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) R 1665 1668 1397 0 -1 4202560 704 13614 0 0 14 0 5 2 20 0 15 0 473038528 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421229402352 140421791107381 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10822316 memory=804 CPUtime=0.23 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 1005 13614 0 0 16 0 5 2 20 0 15 0 473038528 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10822316 memory=1584 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11082051584 18344 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10822316 memory=1744 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038529 11082051584 18344 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 73376 KiB

[startup+1.50072 s]
/proc/loadavg: 0.76 0.19 0.10 7/228 1734
/proc/meminfo: memFree=195736/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=10834680 memory=185020 CPUtime=3.03 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 66613 13614 0 0 282 14 5 2 20 0 15 0 473038512 11094712320 46255 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2708670 46255 3594 1 0 2670733 0
[pid=1668/tid=1721] ppid=1665 vsize=10834680 memory=4134692831991783777 CPUtime=1.41 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 34359 13614 0 0 126 8 5 2 20 0 15 0 473038522 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421777827696 140421790041445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10834680 memory=139972911479777 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 2265 13614 0 0 0 0 5 2 20 0 15 0 473038523 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 2202 13614 0 0 1 0 5 2 20 0 15 0 473038523 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10834680 memory=6226603107590706860 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 2242 13614 0 0 1 0 5 2 20 0 15 0 473038523 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10834680 memory=11330123729380 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 2414 13614 0 0 1 0 5 2 20 0 15 0 473038523 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10834680 memory=720703919365947416 CPUtime=0.08 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 5293 13614 0 0 1 0 5 2 20 0 15 0 473038524 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10834680 memory=304274669740228933 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 33 13614 0 0 0 0 5 2 20 0 15 0 473038525 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421264012896 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10834680 memory=15257047507666635 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 44 13614 0 0 0 0 5 2 20 0 15 0 473038525 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421137163632 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10834680 memory=8027200604271624303 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11094712320 46255 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10834680 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 6405 13614 0 0 52 0 5 2 20 0 15 0 473038528 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10834680 memory=6527292072566502530 CPUtime=0.64 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 6621 13614 0 0 56 1 5 2 20 0 15 0 473038528 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 2526 13614 0 0 40 1 5 2 20 0 15 0 473038528 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10834680 memory=66508491 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11094712320 46255 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10834680 memory=11 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 1 13614 0 0 0 0 5 2 20 0 15 0 473038529 11094712320 46255 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 185020 KiB

[startup+3.11086 s]
/proc/loadavg: 0.76 0.19 0.10 5/228 1734
/proc/meminfo: memFree=180524/32770624 swapFree=67021576/67108860
[pid=1668] ppid=1665 vsize=10842892 memory=222628 CPUtime=6.53 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 86521 13614 0 0 625 21 5 2 20 0 15 0 473038512 11103121408 55657 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2710723 55657 3615 1 0 2672781 0

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

[pid=1668/tid=1725] ppid=1665 vsize=10851084 memory=1866728 CPUtime=12.34 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 54984 13614 0 0 1157 70 5 2 20 0 15 0 473038523 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10851084 memory=3648 CPUtime=11.28 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 32982 13614 0 0 1066 55 5 2 20 0 15 0 473038524 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10851084 memory=1480 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 38 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421264012896 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10851084 memory=3880 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 44 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421137163648 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10851084 memory=1866728 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 466682 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10851084 memory=804 CPUtime=8.2 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 126076 13614 0 0 802 11 5 2 20 0 15 0 473038528 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10851084 memory=1866728 CPUtime=7.83 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 123976 13614 0 0 766 10 5 2 20 0 15 0 473038528 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10851084 memory=1866728 CPUtime=3.57 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 165978 13614 0 0 337 13 5 2 20 0 15 0 473038528 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10851084 memory=1866728 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 466682 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10851084 memory=1866728 CPUtime=1.41 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 2809 13614 0 0 65 69 5 2 20 0 15 0 473038529 11111510016 466682 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 2376.21 s
Current children cumulated vsize: 10851084 KiB
Current children cumulated memory: 1866728 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.33 1.26 3/229 1956
/proc/meminfo: memFree=2084976/32770624 swapFree=67021600/67108860
[pid=1668] ppid=1665 vsize=10851084 memory=1868776 CPUtime=2437.22 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 4928376 13614 0 0 242962 753 5 2 20 0 15 0 473038512 11111510016 467194 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2712771 467194 3637 1 0 2674829 0
[pid=1668/tid=1721] ppid=1665 vsize=10851084 memory=1868776 CPUtime=2354.27 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 4265577 13614 0 0 235037 383 5 2 20 0 15 0 473038522 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421777832256 140421428762422 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10851084 memory=1868776 CPUtime=12.7 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 43754 13614 0 0 1194 69 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10851084 memory=1868776 CPUtime=12.72 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 49689 13614 0 0 1194 71 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10851084 memory=1868776 CPUtime=12.71 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 49669 13614 0 0 1194 70 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10851084 memory=1868776 CPUtime=12.68 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 56158 13614 0 0 1190 71 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10851084 memory=1584 CPUtime=11.58 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 33689 13614 0 0 1095 56 5 2 20 0 15 0 473038524 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10851084 memory=3648 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 38 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421264012896 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10851084 memory=41084 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 44 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421137163648 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10851084 memory=1404 CPUtime=8.21 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 128411 13614 0 0 803 11 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10851084 memory=1866728 CPUtime=7.84 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 126663 13614 0 0 767 10 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10851084 memory=7712 CPUtime=3.59 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 169601 13614 0 0 339 13 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10851084 memory=1868776 CPUtime=1.43 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 2872 13614 0 0 66 70 5 2 20 0 15 0 473038529 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 2437.22 s
Current children cumulated vsize: 10851084 KiB
Current children cumulated memory: 1868776 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.33 1.26 4/234 1977
/proc/meminfo: memFree=2137668/32770624 swapFree=67021608/67108860
[pid=1668] ppid=1665 vsize=10851084 memory=1868776 CPUtime=2498.25 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 4946073 13614 0 0 249055 763 5 2 20 0 15 0 473038512 11111510016 467194 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2712771 467194 3637 1 0 2674829 0
[pid=1668/tid=1721] ppid=1665 vsize=10851084 memory=3880 CPUtime=2413.56 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 4269214 13614 0 0 240965 384 5 2 20 0 15 0 473038522 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421777831840 140421430311100 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.04 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 44008 13614 0 0 1227 70 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.06 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 52097 13614 0 0 1226 73 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.05 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 51036 13614 0 0 1226 72 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10851084 memory=1282 CPUtime=13.02 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 56428 13614 0 0 1222 73 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10851084 memory=1868776 CPUtime=11.88 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 34423 13614 0 0 1124 57 5 2 20 0 15 0 473038524 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10851084 memory=55 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 38 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421264012896 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 44 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421137163648 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10851084 memory=5933603990731511913 CPUtime=8.22 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 130447 13614 0 0 804 11 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10851084 memory=1868776 CPUtime=7.85 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 129833 13614 0 0 767 11 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10851084 memory=1868776 CPUtime=3.61 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 173379 13614 0 0 341 13 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10851084 memory=1868776 CPUtime=1.47 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 2915 13614 0 0 68 72 5 2 20 0 15 0 473038529 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 2498.25 s
Current children cumulated vsize: 10851084 KiB
Current children cumulated memory: 1868776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.7 s]
/proc/loadavg: 1.21 1.31 1.26 3/229 2113
/proc/meminfo: memFree=1256728/32770624 swapFree=67021608/67108860
[pid=1668] ppid=1665 vsize=10851084 memory=1868776 CPUtime=2520.01 cores=0,2,4,6
/proc/1668/stat : 1668 (java) S 1665 1668 1397 0 -1 1077944320 4954250 13614 0 0 251224 770 5 2 20 0 15 0 473038512 11111510016 467194 33554432000 4194304 4196468 140734621098128 140734621080672 140421805997815 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
/proc/1668/statm: 2712771 467194 3637 1 0 2674829 0
[pid=1668/tid=1721] ppid=1665 vsize=10851084 memory=1868776 CPUtime=2434.7 cores=0,2,4,6
/proc/1668/task/1721/stat : 1721 (java) R 1665 1668 1397 0 -1 4202560 4271020 13614 0 0 243075 388 5 2 20 0 15 0 473038522 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421777831840 140421430294316 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1722] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.16 cores=0,2,4,6
/proc/1668/task/1722/stat : 1722 (java) S 1665 1668 1397 0 -1 1077944384 44091 13614 0 0 1239 70 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421810240144 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1723] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.18 cores=0,2,4,6
/proc/1668/task/1723/stat : 1723 (java) S 1665 1668 1397 0 -1 1077944384 52378 13614 0 0 1238 73 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421378738704 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1724] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.17 cores=0,2,4,6
/proc/1668/task/1724/stat : 1724 (java) S 1665 1668 1397 0 -1 1077944384 51088 13614 0 0 1238 72 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421377685904 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1725] ppid=1665 vsize=10851084 memory=1868776 CPUtime=13.13 cores=0,2,4,6
/proc/1668/task/1725/stat : 1725 (java) S 1665 1668 1397 0 -1 1077944384 58146 13614 0 0 1233 73 5 2 20 0 15 0 473038523 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421376633104 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1726] ppid=1665 vsize=10851084 memory=1868776 CPUtime=11.99 cores=0,2,4,6
/proc/1668/task/1726/stat : 1726 (java) S 1665 1668 1397 0 -1 1077944384 34773 13614 0 0 1134 58 5 2 20 0 15 0 473038524 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421265066864 140421806008962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1727] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1727/stat : 1727 (java) S 1665 1668 1397 0 -1 1077944384 38 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421264012896 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1728] ppid=1665 vsize=10851084 memory=3648 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1728/stat : 1728 (java) S 1665 1668 1397 0 -1 1077944384 44 13614 0 0 0 0 5 2 20 0 15 0 473038525 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421137163648 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1729] ppid=1665 vsize=10851084 memory=1244 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1729/stat : 1729 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420533184848 140421806016411 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1730] ppid=1665 vsize=10851084 memory=14064 CPUtime=8.22 cores=0,2,4,6
/proc/1668/task/1730/stat : 1730 (java) S 1665 1668 1397 0 -1 1077944384 131643 13614 0 0 804 11 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421230455152 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1731] ppid=1665 vsize=10851084 memory=1868776 CPUtime=7.86 cores=0,2,4,6
/proc/1668/task/1731/stat : 1731 (java) S 1665 1668 1397 0 -1 1077944384 130657 13614 0 0 768 11 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421229402352 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1732] ppid=1665 vsize=10851084 memory=5939513887540929637 CPUtime=3.62 cores=0,2,4,6
/proc/1668/task/1732/stat : 1732 (java) S 1665 1668 1397 0 -1 1077944384 175215 13614 0 0 342 13 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421228349552 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1733] ppid=1665 vsize=10851084 memory=1868776 CPUtime=0.07 cores=0,2,4,6
/proc/1668/task/1733/stat : 1733 (java) S 1665 1668 1397 0 -1 1077944384 3 13614 0 0 0 0 5 2 20 0 15 0 473038528 11111510016 467194 33554432000 4194304 4196468 140734621098128 140420063422688 140421806008021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
[pid=1668/tid=1734] ppid=1665 vsize=10851084 memory=1868776 CPUtime=1.48 cores=0,2,4,6
/proc/1668/task/1734/stat : 1734 (java) S 1665 1668 1397 0 -1 1077944384 2946 13614 0 0 69 72 5 2 20 0 15 0 473038529 11111510016 467194 33554432000 4194304 4196468 140734621098128 140421227297968 140421806008962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 14348288 140734621104739 140734621107381 140734621107381 140734621110223 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10851084 KiB
Current children cumulated memory: 1868776 KiB

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

[startup+2463.82 s]
# the end of solver process 1668 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.35 s, system=7.82378 s

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

[startup+2463.81 s]*
/proc/loadavg: 1.21 1.31 1.26 3/216 2115
/proc/meminfo: memFree=2439536/32770624 swapFree=67021608/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2463.82
CPU time (s): 2520.18
CPU user time (s): 2512.35
CPU system time (s): 7.82378
CPU usage (%): 102.287
Max. virtual memory (cumulated for all children) (KiB): 10851700
Max. memory (cumulated for all children) (KiB): 1925880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.35
system time used= 7.82378
maximum resident set size= 1925884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4970959
page faults= 0
swaps= 0
block input operations= 16
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 309427
involuntary context switches= 9405


# summary of solver processes directly reported to runsolver:
#   pid: 1668
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2512.35
#   total CPU system time (s): 7.82378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2545 second user time and 25.7152 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 10:20:19
IDJOB=4402706
IDBENCH=120428
IDSOLVER=2861
FILE ID=node150/4402706-1568967660
RUNJOBID= node150-1568967596-1428
PBS_JOBID= 21704610
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N6d.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402706-1568967660/watcher-4402706-1568967660 -o /var/tmp/evaluation-result-4402706-1568967660/solver-4402706-1568967660 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1568967596-1428 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1941630186 HOME/instance-4402706-1568967660.xml

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

MD5SUM BENCH= 2c28ca4ad49bcbb6099e9194469961d5
RANDOM SEED=1941630186

node150.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:          292460 kB
MemAvailable:   31101084 kB
Buffers:          139744 kB
Cached:         30572024 kB
SwapCached:         7800 kB
Active:         15469172 kB
Inactive:       16008452 kB
Active(anon):     683620 kB
Inactive(anon):   122824 kB
Active(file):   14785552 kB
Inactive(file): 15885628 kB
Unevictable:      110744 kB
Mlocked:          110744 kB
SwapTotal:      67108860 kB
SwapFree:       67021576 kB
Dirty:             35748 kB
Writeback:             0 kB
AnonPages:        842760 kB
Mapped:            60504 kB
Shmem:             32204 kB
Slab:             595180 kB
SReclaimable:     565904 kB
SUnreclaim:        29276 kB
KernelStack:        3728 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2191264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13328 MiB
End job on node150 at 2019-09-20 11:01:23