Trace number 4386997

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.06 2465.33

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.65/0.58	c Concrete v3.10.1560635388952 running
2520.01/2465.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2465.31		at concrete.MAC.mac(MAC.scala:189)
2520.01/2465.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2465.31		at scala.util.Try$.apply(Try.scala:212)
2520.01/2465.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2465.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2465.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2465.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2465.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2465.31		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2465.31		at concrete.ProblemState.map(ProblemState.scala:228)
2520.01/2465.31		at concrete.ProblemState.map(ProblemState.scala:210)
2520.01/2465.31		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2465.31		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2465.31		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.01/2465.31		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.01/2465.31		at concrete.Solver.nextOption(Solver.scala:67)
2520.01/2465.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.01/2465.31		at scala.util.Success.map(Try.scala:264)
2520.01/2465.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2465.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2465.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2465.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2465.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2465.31		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2465.31		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2465.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2465.31		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2465.31		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2465.31		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2465.31		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2465.31		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2465.31		at scala.App.main(App.scala:75)
2520.01/2465.31		at scala.App.main$(App.scala:73)
2520.01/2465.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2465.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2465.31	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-4386997-1568286984/watcher-4386997-1568286984 -o /tmp/evaluation-result-4386997-1568286984/solver-4386997-1568286984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=965507031 HOME/instance-4386997-1568286984.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
solver pid=21627, runsolver pid=21620
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 1.09 1.11 1.45 4/225 21700
/proc/meminfo: memFree=31048004/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=113256 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/21627/stat : 21627 (bash) S 21620 21627 19880 0 -1 4202496 921 11081 0 0 0 0 5 3 20 0 1 0 404948059 115974144 404 33554432000 4194304 5098028 140732372222368 140732372215592 140567804832768 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 2 0 0 7196144 7232144 39632896 140732372231189 140732372231313 140732372231313 140732372234222 0
/proc/21627/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.214594 s]*
/proc/loadavg: 1.09 1.11 1.45 10/231 21758
/proc/meminfo: memFree=31031056/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=10818900 memory=34860 CPUtime=0.23 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 6525 13120 0 0 13 2 5 3 20 0 15 0 404948059 11078553600 8715 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2704725 8715 2972 1 0 2667149 0
[pid=21627/tid=21732] ppid=21620 vsize=10818900 memory=4871374705135476842 CPUtime=0.17 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 3047 13120 0 0 8 1 5 3 20 0 15 0 404948071 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668802077024 139668814325116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10818900 memory=4211973463158062474 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10818900 memory=139736953271936 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 2 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 2 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 33 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668153635744 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078553600 8715 33554432000 4194304 4196468 140724931832720 139667705947120 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11078553600 8715 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10818900 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 474 13120 0 0 1 0 5 3 20 0 15 0 404948076 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10818900 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 159 13120 0 0 1 0 5 3 20 0 15 0 404948076 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10818900 memory=139736953271936 CPUtime=0.1 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 607 13120 0 0 2 0 5 3 20 0 15 0 404948076 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11078553600 8715 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10818900 memory=139736953271936 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948077 11078553600 8715 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 34860 KiB

[startup+0.310602 s]*
/proc/loadavg: 1.09 1.11 1.45 5/231 21758
/proc/meminfo: memFree=31002832/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=10819084 memory=45844 CPUtime=0.36 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 10035 13120 0 0 24 4 5 3 20 0 15 0 404948059 11078742016 11461 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2704771 11461 3026 1 0 2667149 0
[pid=21627/tid=21732] ppid=21620 vsize=10819084 memory=576567874760998942 CPUtime=0.26 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 6522 13120 0 0 15 3 5 3 20 0 15 0 404948071 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668802026496 139668813431408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10819084 memory=301 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10819084 memory=139736953287104 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10819084 memory=7679937539659563834 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10819084 memory=7589420999132590127 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 2 13120 0 0 0 0 5 3 20 0 15 0 404948071 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10819084 memory=7363859586205771440 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 2 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10819084 memory=4830786140298962533 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 33 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668153635744 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10819084 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948073 11078742016 11461 33554432000 4194304 4196468 140724931832720 139667705947120 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10819084 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11078742016 11461 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10819084 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 475 13120 0 0 1 0 5 3 20 0 15 0 404948076 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10819084 memory=3978986552857473055 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 159 13120 0 0 1 0 5 3 20 0 15 0 404948076 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10819084 memory=139736953271936 CPUtime=0.12 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 626 13120 0 0 4 0 5 3 20 0 15 0 404948076 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10819084 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11078742016 11461 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10819084 memory=139736953271936 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948077 11078742016 11461 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 45844 KiB

[startup+0.705552 s]
/proc/loadavg: 1.09 1.11 1.45 4/231 21758
/proc/meminfo: memFree=30977600/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=10822292 memory=75152 CPUtime=1.04 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 13924 13120 0 0 91 5 5 3 20 0 15 0 404948059 11082027008 18788 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2705573 18788 3490 1 0 2667661 0
[pid=21627/tid=21732] ppid=21620 vsize=10822292 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 9666 13120 0 0 50 4 5 3 20 0 15 0 404948071 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668802074960 139668814325086 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10822292 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948071 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 2 13120 0 0 0 0 5 3 20 0 15 0 404948071 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 6 13120 0 0 0 0 5 3 20 0 15 0 404948073 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 33 13120 0 0 0 0 5 3 20 0 15 0 404948073 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668153635744 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10822292 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948073 11082027008 18788 33554432000 4194304 4196468 140724931832720 139667705947120 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10822292 memory=1800 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11082027008 18788 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10822292 memory=924 CPUtime=0.19 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 706 13120 0 0 11 0 5 3 20 0 15 0 404948076 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10822292 memory=3848 CPUtime=0.2 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 541 13120 0 0 12 0 5 3 20 0 15 0 404948076 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10822292 memory=4100 CPUtime=0.24 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 756 13120 0 0 16 0 5 3 20 0 15 0 404948076 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10822292 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11082027008 18788 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10822292 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948077 11082027008 18788 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 75152 KiB

[startup+1.50076 s]
/proc/loadavg: 1.09 1.11 1.45 7/231 21758
/proc/meminfo: memFree=30893240/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=10834656 memory=198960 CPUtime=2.99 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 35550 13120 0 0 278 13 5 3 20 0 15 0 404948059 11094687744 49740 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2708664 49740 3573 1 0 2670733 0
[pid=21627/tid=21732] ppid=21620 vsize=10834656 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 16894 13120 0 0 123 6 5 3 20 0 15 0 404948071 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668802073728 139668830266525 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 60 13120 0 0 1 0 5 3 20 0 15 0 404948071 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 38 13120 0 0 1 0 5 3 20 0 15 0 404948071 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 57 13120 0 0 1 0 5 3 20 0 15 0 404948071 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 334 13120 0 0 0 0 5 3 20 0 15 0 404948071 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10834656 memory=163452 CPUtime=0.09 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 147 13120 0 0 1 0 5 3 20 0 15 0 404948073 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 34 13120 0 0 0 0 5 3 20 0 15 0 404948073 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668153635808 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948073 11094687744 49740 33554432000 4194304 4196468 140724931832720 139667705947136 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10834656 memory=279473656683904 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11094687744 49740 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10834656 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 6273 13120 0 0 55 1 5 3 20 0 15 0 404948076 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10834656 memory=-7249806322133643294 CPUtime=0.61 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 7147 13120 0 0 52 1 5 3 20 0 15 0 404948076 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10834656 memory=6944656592455360604 CPUtime=0.48 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 2353 13120 0 0 39 1 5 3 20 0 15 0 404948076 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11094687744 49740 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10834656 memory=279473656704032 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1 13120 0 0 0 0 5 3 20 0 15 0 404948077 11094687744 49740 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 198960 KiB

[startup+3.11062 s]
/proc/loadavg: 1.09 1.11 1.45 6/232 21759
/proc/meminfo: memFree=30620996/32770624 swapFree=66965396/67108860
[pid=21627] ppid=21620 vsize=10842868 memory=253312 CPUtime=7.08 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 43407 13120 0 0 682 18 5 3 20 0 15 0 404948059 11103096832 63328 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2710717 63328 3594 1 0 2672781 0
[pid=21627/tid=21732] ppid=21620 vsize=10842868 memory=-2605811476043407915 CPUtime=2.97 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 20445 13120 0 0 281 8 5 3 20 0 15 0 404948071 11103096832 63328 33554432000 4194304 4196468 140724931832720 139668802079880 139668401447192 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0

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

/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 91997 13120 0 0 235356 67 5 3 20 0 15 0 404948071 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668802079328 139668412443980 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10849012 memory=1516228 CPUtime=12.77 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 25673 13120 0 0 1209 60 5 3 20 0 15 0 404948071 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10849012 memory=1516228 CPUtime=12.71 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 31948 13120 0 0 1201 62 5 3 20 0 15 0 404948071 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10849012 memory=1516228 CPUtime=12.75 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 21670 13120 0 0 1204 63 5 3 20 0 15 0 404948071 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10849012 memory=1516228 CPUtime=12.77 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 30604 13120 0 0 1208 61 5 3 20 0 15 0 404948071 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10849012 memory=1516228 CPUtime=11.27 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 24587 13120 0 0 1058 61 5 3 20 0 15 0 404948073 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10849012 memory=1516228 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 39 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668153635808 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10849012 memory=1516228 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 6 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 379057 33554432000 4194304 4196468 140724931832720 139667705947136 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10849012 memory=1516228 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 379057 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10849012 memory=1516228 CPUtime=6.73 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 32342 13120 0 0 657 8 5 3 20 0 15 0 404948076 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10849012 memory=1516228 CPUtime=7.01 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 40117 13120 0 0 684 9 5 3 20 0 15 0 404948076 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10849012 memory=3624 CPUtime=4.35 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 26754 13120 0 0 417 10 5 3 20 0 15 0 404948076 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10849012 memory=18468 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 379057 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10849012 memory=984 CPUtime=1.6 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1475 13120 0 0 71 81 5 3 20 0 15 0 404948077 11109388288 379057 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 2435.65 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1516228 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.35 1.38 4/232 21990
/proc/meminfo: memFree=28379776/32770624 swapFree=66965416/67108860
[pid=21627] ppid=21620 vsize=10849012 memory=1524296 CPUtime=2496.66 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 333887 13120 0 0 249244 414 5 3 20 0 15 0 404948059 11109388288 381074 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2712253 381074 3628 1 0 2674317 0
[pid=21627/tid=21732] ppid=21620 vsize=10849012 memory=1524296 CPUtime=2413.6 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 93658 13120 0 0 241284 68 5 3 20 0 15 0 404948071 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668802079328 139668399249854 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10849012 memory=1524296 CPUtime=13.12 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 25908 13120 0 0 1242 62 5 3 20 0 15 0 404948071 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10849012 memory=1516228 CPUtime=13.06 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 32745 13120 0 0 1234 64 5 3 20 0 15 0 404948071 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10849012 memory=1520236 CPUtime=13.09 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 22700 13120 0 0 1237 64 5 3 20 0 15 0 404948071 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10849012 memory=1520236 CPUtime=13.11 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 30646 13120 0 0 1241 62 5 3 20 0 15 0 404948071 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10849012 memory=1524296 CPUtime=11.56 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 25229 13120 0 0 1086 62 5 3 20 0 15 0 404948073 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10849012 memory=1524296 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 39 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668153635808 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10849012 memory=1524296 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 6 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381074 33554432000 4194304 4196468 140724931832720 139667705947136 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10849012 memory=1524296 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381074 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10849012 memory=1524296 CPUtime=6.73 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 32347 13120 0 0 657 8 5 3 20 0 15 0 404948076 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10849012 memory=3624 CPUtime=7.01 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 40128 13120 0 0 684 9 5 3 20 0 15 0 404948076 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10849012 memory=18480 CPUtime=4.35 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 26767 13120 0 0 417 10 5 3 20 0 15 0 404948076 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10849012 memory=1524296 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381074 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10849012 memory=0 CPUtime=1.63 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1503 13120 0 0 73 82 5 3 20 0 15 0 404948077 11109388288 381074 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 2496.66 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1524296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.3 s]
/proc/loadavg: 1.14 1.33 1.37 4/231 21992
/proc/meminfo: memFree=28378928/32770624 swapFree=66965416/67108860
[pid=21627] ppid=21620 vsize=10849012 memory=1526492 CPUtime=2520.01 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 334283 13120 0 0 251576 417 5 3 20 0 15 0 404948059 11109388288 381623 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2712253 381623 3628 1 0 2674317 0
[pid=21627/tid=21732] ppid=21620 vsize=10849012 memory=1526492 CPUtime=2436.33 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 93990 13120 0 0 243557 68 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668802080384 139668412701525 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.25 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 25910 13120 0 0 1254 63 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.19 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 32754 13120 0 0 1247 64 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.22 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 22730 13120 0 0 1249 65 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.23 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 30649 13120 0 0 1252 63 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10849012 memory=1526492 CPUtime=11.66 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 25247 13120 0 0 1096 62 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10849012 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 39 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668153635808 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 6 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667705947136 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10849012 memory=0 CPUtime=6.73 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 32347 13120 0 0 657 8 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10849012 memory=1408 CPUtime=7.01 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 40128 13120 0 0 684 9 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10849012 memory=3212 CPUtime=4.35 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 26767 13120 0 0 417 10 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10849012 memory=1526492 CPUtime=1.65 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1505 13120 0 0 74 83 5 3 20 0 15 0 404948077 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1526492 KiB

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

[startup+2465.33 s]
# the end of solver process 21627 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.22523 s

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

[startup+2465.3 s]
/proc/loadavg: 1.14 1.33 1.37 4/231 21992
/proc/meminfo: memFree=28378928/32770624 swapFree=66965416/67108860
[pid=21627] ppid=21620 vsize=10849012 memory=1526492 CPUtime=2520.01 cores=0,2,4,6
/proc/21627/stat : 21627 (java) S 21620 21627 19880 0 -1 1077944320 334283 13120 0 0 251576 417 5 3 20 0 15 0 404948059 11109388288 381623 33554432000 4194304 4196468 140724931832720 140724931815264 139668830244599 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 2 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
/proc/21627/statm: 2712253 381623 3628 1 0 2674317 0
[pid=21627/tid=21732] ppid=21620 vsize=10849012 memory=1526492 CPUtime=2436.33 cores=0,2,4,6
/proc/21627/task/21732/stat : 21732 (java) R 21620 21627 19880 0 -1 4202560 93990 13120 0 0 243557 68 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668802080384 139668412701525 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21733] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.25 cores=0,2,4,6
/proc/21627/task/21733/stat : 21733 (java) S 21620 21627 19880 0 -1 1077944384 25910 13120 0 0 1254 63 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668834487056 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21735] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.19 cores=0,2,4,6
/proc/21627/task/21735/stat : 21735 (java) S 21620 21627 19880 0 -1 1077944384 32754 13120 0 0 1247 64 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668722760592 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21737] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.22 cores=0,2,4,6
/proc/21627/task/21737/stat : 21737 (java) S 21620 21627 19880 0 -1 1077944384 22730 13120 0 0 1249 65 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668721708048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21739] ppid=21620 vsize=10849012 memory=1526492 CPUtime=13.23 cores=0,2,4,6
/proc/21627/task/21739/stat : 21739 (java) S 21620 21627 19880 0 -1 1077944384 30649 13120 0 0 1252 63 5 3 20 0 15 0 404948071 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668720655504 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21741] ppid=21620 vsize=10849012 memory=1526492 CPUtime=11.66 cores=0,2,4,6
/proc/21627/task/21741/stat : 21741 (java) S 21620 21627 19880 0 -1 1077944384 25247 13120 0 0 1096 62 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668154689520 139668830255746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21743] ppid=21620 vsize=10849012 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21743/stat : 21743 (java) S 21620 21627 19880 0 -1 1077944384 39 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668153635808 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21745] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21745/stat : 21745 (java) S 21620 21627 19880 0 -1 1077944384 6 13120 0 0 0 0 5 3 20 0 15 0 404948073 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667705947136 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21747] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21747/stat : 21747 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667398547664 139668830263195 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21748] ppid=21620 vsize=10849012 memory=0 CPUtime=6.73 cores=0,2,4,6
/proc/21627/task/21748/stat : 21748 (java) S 21620 21627 19880 0 -1 1077944384 32347 13120 0 0 657 8 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668120078832 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21750] ppid=21620 vsize=10849012 memory=1408 CPUtime=7.01 cores=0,2,4,6
/proc/21627/task/21750/stat : 21750 (java) S 21620 21627 19880 0 -1 1077944384 40128 13120 0 0 684 9 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668119026288 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21751] ppid=21620 vsize=10849012 memory=3212 CPUtime=4.35 cores=0,2,4,6
/proc/21627/task/21751/stat : 21751 (java) S 21620 21627 19880 0 -1 1077944384 26767 13120 0 0 417 10 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668117973744 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21755] ppid=21620 vsize=10849012 memory=1526492 CPUtime=0.08 cores=0,2,4,6
/proc/21627/task/21755/stat : 21755 (java) S 21620 21627 19880 0 -1 1077944384 3 13120 0 0 0 0 5 3 20 0 15 0 404948076 11109388288 381623 33554432000 4194304 4196468 140724931832720 139667364990048 139668830254805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
[pid=21627/tid=21757] ppid=21620 vsize=10849012 memory=1526492 CPUtime=1.65 cores=0,2,4,6
/proc/21627/task/21757/stat : 21757 (java) S 21620 21627 19880 0 -1 1077944384 1505 13120 0 0 74 83 5 3 20 0 15 0 404948077 11109388288 381623 33554432000 4194304 4196468 140724931832720 139668116920624 139668830255746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23171072 140724931840758 140724931843269 140724931843269 140724931846095 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1526492 KiB

Child status: 143
Real time (s): 2465.33
CPU time (s): 2520.06
CPU user time (s): 2515.83
CPU system time (s): 4.22523
CPU usage (%): 102.22
Max. virtual memory (cumulated for all children) (KiB): 10852344
Max. memory (cumulated for all children) (KiB): 1624356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.22523
maximum resident set size= 1624440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348622
page faults= 0
swaps= 0
block input operations= 2576
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 315796
involuntary context switches= 9286


# summary of solver processes directly reported to runsolver:
#   pid: 21627
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.22523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4624 second user time and 22.3633 second system time

The end

Launcher Data

Begin job on node135 at 2019-09-12 13:15:44
IDJOB=4386997
IDBENCH=120428
IDSOLVER=2823
FILE ID=node135/4386997-1568286984
RUNJOBID= node135-1568286944-21597
PBS_JOBID= 21701073
Free space on /tmp= 56752 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4386997-1568286984/watcher-4386997-1568286984 -o /tmp/evaluation-result-4386997-1568286984/solver-4386997-1568286984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1568286944-21597 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=965507031 HOME/instance-4386997-1568286984.xml

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

MD5SUM BENCH= 2c28ca4ad49bcbb6099e9194469961d5
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:        31076184 kB
MemAvailable:   31880536 kB
Buffers:           92900 kB
Cached:           988584 kB
SwapCached:        36472 kB
Active:           471596 kB
Inactive:         649944 kB
Active(anon):       9860 kB
Inactive(anon):    60340 kB
Active(file):     461736 kB
Inactive(file):   589604 kB
Unevictable:      108968 kB
Mlocked:          108968 kB
SwapTotal:      67108860 kB
SwapFree:       66965396 kB
Dirty:             70228 kB
Writeback:             0 kB
AnonPages:        117268 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:     503140 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:50