Trace number 4403261

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3? (TO) 2400.27 2361.79

General information on the benchmark

NameBinPacking/BinPacking-sum-s28/
BinPacking-sum-s28-195.xml
MD5SUMd65d33615c5545f7b52e9722b13d9f63
Bench CategoryCOP (optimization 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 variables2201
Number of constraints179
Number of domains2
Minimum domain size89
Maximum domain size162
Distribution of domain sizes[{"size":89,"count":1},{"size":162,"count":2200}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2112},{"degree":5,"count":88}]
Minimum constraint arity25
Maximum constraint arity2200
Distribution of constraint arities[{"arity":25,"count":176},{"arity":89,"count":1},{"arity":2200,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":88},{"type":"lex","count":1},{"type":"sum","count":88},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403261-1568981855/watcher-4403261-1568981855 -o /var/tmp/evaluation-result-4403261-1568981855/solver-4403261-1568981855 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4403261-1568981855.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=23841, runsolver pid=23838

[startup+0.100135 s]*
/proc/loadavg: 1.56 1.59 1.52 3/218 23898
/proc/meminfo: memFree=3837704/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=9972712 memory=18592 CPUtime=0.08 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 4384 13157 0 0 1 0 5 2 20 0 6 0 474434138 10212057088 4648 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2493178 4648 1934 1 0 2481616 0
[pid=23841/tid=23894] ppid=23838 vsize=9988792 memory=4279135703946986127 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 2209 13157 0 0 1 0 5 2 20 0 6 0 474434147 10228523008 4714 33554432000 4194304 4196468 140733996735040 139902474465872 139902483752160 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=9988792 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 6 0 474434148 10228523008 4714 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=9988792 memory=139677783910016 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 6 0 474434148 10228523008 4714 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 6 0 474434148 10228523008 4714 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 6 0 474434148 10228523008 4714 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210025 s]*
/proc/loadavg: 1.56 1.59 1.52 4/227 23907
/proc/meminfo: memFree=3822380/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10820196 memory=41180 CPUtime=0.26 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 7262 13157 0 0 18 1 5 2 20 0 15 0 474434138 11079880704 10295 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2705049 10295 3291 1 0 2667149 0
[pid=23841/tid=23894] ppid=23838 vsize=10820196 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 3750 13157 0 0 11 0 5 2 20 0 15 0 474434147 11079880704 10295 33554432000 4194304 4196468 140733996735040 139902474440144 139902488322577 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10820196 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079880704 10295 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10820196 memory=139677783910016 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079880704 10295 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079880704 10295 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079880704 10295 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10820196 memory=139677783910016 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434149 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 33 13157 0 0 0 0 5 2 20 0 15 0 474434150 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901960918176 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434150 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901379011312 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 358 13157 0 0 1 0 5 2 20 0 15 0 474434152 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 303 13157 0 0 1 0 5 2 20 0 15 0 474434152 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10820196 memory=139677783910016 CPUtime=0.1 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) R 23838 23841 19335 0 -1 4202560 602 13157 0 0 3 0 5 2 20 0 15 0 474434153 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901925255664 139902502641046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10820196 memory=139677783910016 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434153 11079880704 10295 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41180 KiB

[startup+0.317748 s]*
/proc/loadavg: 1.56 1.59 1.52 3/227 23907
/proc/meminfo: memFree=3809900/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10820268 memory=49636 CPUtime=0.4 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 10264 13157 0 0 31 2 5 2 20 0 15 0 474434138 11079954432 12409 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2705067 12409 3316 1 0 2667149 0
[pid=23841/tid=23894] ppid=23838 vsize=10820268 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 6740 13157 0 0 21 1 5 2 20 0 15 0 474434147 11079954432 12409 33554432000 4194304 4196468 140733996735040 139902474449008 139902502651037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10820268 memory=7228928657774891088 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079954432 12409 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10820268 memory=2080 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079954432 12409 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079954432 12409 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10820268 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11079954432 12409 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434149 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 33 13157 0 0 0 0 5 2 20 0 15 0 474434150 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901960918176 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434150 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901379011312 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 359 13157 0 0 2 0 5 2 20 0 15 0 474434152 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 303 13157 0 0 1 0 5 2 20 0 15 0 474434152 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10820268 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) S 23838 23841 19335 0 -1 1077944384 611 13157 0 0 5 0 5 2 20 0 15 0 474434153 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901925255664 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434153 11079954432 12409 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 49636 KiB

[startup+0.700705 s]
/proc/loadavg: 1.56 1.59 1.52 3/227 23907
/proc/meminfo: memFree=3795432/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10824364 memory=81896 CPUtime=1.15 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 14660 13157 0 0 104 4 5 2 20 0 15 0 474434138 11084148736 20474 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2706091 20474 3514 1 0 2668173 0
[pid=23841/tid=23894] ppid=23838 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 10023 13157 0 0 56 3 5 2 20 0 15 0 474434147 11084148736 20474 33554432000 4194304 4196468 140733996735040 139902474456272 139902502641046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10824364 memory=827 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11084148736 20474 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11084148736 20474 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434148 11084148736 20474 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434148 11084148736 20474 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10824364 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 5 13157 0 0 0 0 5 2 20 0 15 0 474434149 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10824364 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 33 13157 0 0 0 0 5 2 20 0 15 0 474434150 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901960918176 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10824364 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434150 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901379011312 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10824364 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) R 23838 23841 19335 0 -1 1077944384 834 13157 0 0 13 0 5 2 20 0 15 0 474434152 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10824364 memory=15460 CPUtime=0.23 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) R 23838 23841 19335 0 -1 4202560 799 13157 0 0 16 0 5 2 20 0 15 0 474434152 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901926297520 139902487754417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10824364 memory=17668 CPUtime=0.24 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) R 23838 23841 19335 0 -1 4202560 750 13157 0 0 17 0 5 2 20 0 15 0 474434153 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901925255960 139902480745343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10824364 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10824364 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434153 11084148736 20474 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81896 KiB

[startup+1.50144 s]
/proc/loadavg: 1.56 1.59 1.52 3/227 23907
/proc/meminfo: memFree=3749708/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10834680 memory=174432 CPUtime=2.59 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 21558 13157 0 0 242 10 5 2 20 0 15 0 474434138 11094712320 43608 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2708670 43608 3593 1 0 2670733 0
[pid=23841/tid=23894] ppid=23838 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 14834 13157 0 0 130 6 5 2 20 0 15 0 474434147 11094712320 43608 33554432000 4194304 4196468 140733996735040 139902474436928 139902502651037 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 7 13157 0 0 1 0 5 2 20 0 15 0 474434148 11094712320 43608 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 72 13157 0 0 1 0 5 2 20 0 15 0 474434148 11094712320 43608 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 328 13157 0 0 1 0 5 2 20 0 15 0 474434148 11094712320 43608 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 76 13157 0 0 1 0 5 2 20 0 15 0 474434148 11094712320 43608 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10834680 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 156 13157 0 0 1 0 5 2 20 0 15 0 474434149 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10834680 memory=279355276208384 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 33 13157 0 0 0 0 5 2 20 0 15 0 474434150 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901960918240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 2 13157 0 0 0 0 5 2 20 0 15 0 474434150 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901379011328 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10834680 memory=1220 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10834680 memory=10600 CPUtime=0.37 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 1318 13157 0 0 30 0 5 2 20 0 15 0 474434152 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10834680 memory=1736 CPUtime=0.39 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 964 13157 0 0 32 0 5 2 20 0 15 0 474434152 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10834680 memory=6068 CPUtime=0.49 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) R 23838 23841 19335 0 -1 4202560 1558 13157 0 0 42 0 5 2 20 0 15 0 474434153 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901925250704 139902488309233 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10834680 memory=636 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10834680 memory=2836 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1 13157 0 0 0 0 5 2 20 0 15 0 474434153 11094712320 43608 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 10834680 KiB

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

/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 1434238 13157 0 0 225272 153 5 2 20 0 15 0 474434147 11107315712 802727 33554432000 4194304 4196468 140733996735040 139902474463264 139902078819407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10846988 memory=3210908 CPUtime=6.35 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 68102 13157 0 0 550 78 5 2 20 0 15 0 474434148 11107315712 802727 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10846988 memory=5659 CPUtime=6.4 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 61529 13157 0 0 557 76 5 2 20 0 15 0 474434148 11107315712 802727 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10846988 memory=3210908 CPUtime=6.35 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 68218 13157 0 0 550 78 5 2 20 0 15 0 474434148 11107315712 802727 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10846988 memory=3210908 CPUtime=6.33 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 65809 13157 0 0 553 73 5 2 20 0 15 0 474434148 11107315712 802727 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10846988 memory=3210908 CPUtime=1.27 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 25495 13157 0 0 99 21 5 2 20 0 15 0 474434149 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10846988 memory=3210908 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 44 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901960918240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10846988 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 10 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901379011328 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10846988 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10846988 memory=2241 CPUtime=7.19 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 51515 13157 0 0 707 5 5 2 20 0 15 0 474434152 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10846988 memory=3210908 CPUtime=8.67 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 55394 13157 0 0 854 6 5 2 20 0 15 0 474434152 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10846988 memory=3616 CPUtime=2.61 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) S 23838 23841 19335 0 -1 1077944384 37080 13157 0 0 249 5 5 2 20 0 15 0 474434153 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901925255664 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10846988 memory=55132 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10846988 memory=3210908 CPUtime=1.34 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1532 13157 0 0 59 68 5 2 20 0 15 0 474434153 11107315712 802727 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 2300.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3210908 KiB

[startup+2322.3 s]
/proc/loadavg: 1.70 1.73 1.67 3/227 24255
/proc/meminfo: memFree=688152/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10846988 memory=3212980 CPUtime=2360.54 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 1951864 13157 0 0 235498 549 5 2 20 0 15 0 474434138 11107315712 803245 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2711747 803245 3636 1 0 2673805 0
[pid=23841/tid=23894] ppid=23838 vsize=10846988 memory=3212980 CPUtime=2314.26 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 1501738 13157 0 0 231262 157 5 2 20 0 15 0 474434147 11107315712 803245 33554432000 4194304 4196468 140733996735040 139902474463152 139902072710292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10846988 memory=3212980 CPUtime=6.42 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 72590 13157 0 0 557 78 5 2 20 0 15 0 474434148 11107315712 803245 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10846988 memory=0 CPUtime=6.46 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 64404 13157 0 0 563 76 5 2 20 0 15 0 474434148 11107315712 803245 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10846988 memory=3212980 CPUtime=6.41 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 71001 13157 0 0 556 78 5 2 20 0 15 0 474434148 11107315712 803245 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10846988 memory=3212980 CPUtime=6.39 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 68488 13157 0 0 559 73 5 2 20 0 15 0 474434148 11107315712 803245 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10846988 memory=33 CPUtime=1.28 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 25805 13157 0 0 99 22 5 2 20 0 15 0 474434149 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10846988 memory=3212980 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 44 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901960918240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10846988 memory=3212980 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 10 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901379011328 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10846988 memory=3212980 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10846988 memory=3212980 CPUtime=7.19 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 51518 13157 0 0 707 5 5 2 20 0 15 0 474434152 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10846988 memory=55140 CPUtime=8.67 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 55399 13157 0 0 854 6 5 2 20 0 15 0 474434152 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10846988 memory=988 CPUtime=2.61 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) S 23838 23841 19335 0 -1 1077944384 37087 13157 0 0 249 5 5 2 20 0 15 0 474434153 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901925255664 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10846988 memory=55140 CPUtime=1.38 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1571 13157 0 0 61 70 5 2 20 0 15 0 474434153 11107315712 803245 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 2360.54 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3212980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.6 s]
/proc/loadavg: 1.57 1.70 1.66 3/227 24257
/proc/meminfo: memFree=698656/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=10846988 memory=3211964 CPUtime=2400.04 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 1963883 13157 0 0 239446 551 5 2 20 0 15 0 474434138 11107315712 802991 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2711747 802991 3636 1 0 2673805 0
[pid=23841/tid=23894] ppid=23838 vsize=10846988 memory=3212988 CPUtime=2353.5 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 1513037 13157 0 0 235185 158 5 2 20 0 15 0 474434147 11107315712 802991 33554432000 4194304 4196468 140733996735040 139902474463296 139902072710210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=10846988 memory=6791534058613427641 CPUtime=6.48 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 72722 13157 0 0 563 78 5 2 20 0 15 0 474434148 11107315712 802991 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=10846988 memory=301741386309566757 CPUtime=6.52 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 64651 13157 0 0 569 76 5 2 20 0 15 0 474434148 11107315712 802991 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=10846988 memory=6791534058613427641 CPUtime=6.47 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 71178 13157 0 0 562 78 5 2 20 0 15 0 474434148 11107315712 802991 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=10846988 memory=55140 CPUtime=6.45 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 68634 13157 0 0 565 73 5 2 20 0 15 0 474434148 11107315712 802991 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=10846988 memory=988 CPUtime=1.28 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 25821 13157 0 0 99 22 5 2 20 0 15 0 474434149 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=10846988 memory=2024 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 44 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901960918240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=10846988 memory=55140 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 10 13157 0 0 0 0 5 2 20 0 15 0 474434150 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901379011328 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=10846988 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434152 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=10846988 memory=2024 CPUtime=7.19 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 51518 13157 0 0 707 5 5 2 20 0 15 0 474434152 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=10846988 memory=1220 CPUtime=8.67 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 55399 13157 0 0 854 6 5 2 20 0 15 0 474434152 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=10846988 memory=10600 CPUtime=2.61 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) S 23838 23841 19335 0 -1 1077944384 37087 13157 0 0 249 5 5 2 20 0 15 0 474434153 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901925255664 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=10846988 memory=3212304 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 15 0 474434153 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=10846988 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1573 13157 0 0 62 71 5 2 20 0 15 0 474434153 11107315712 802991 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 3211964 KiB

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

[startup+2361.79 s]
# the end of solver process 23841 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.68 s, system=5.59071 s

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

[startup+2361.71 s]
/proc/loadavg: 1.57 1.70 1.66 3/227 24257
/proc/meminfo: memFree=698656/32770624 swapFree=67002228/67108860
[pid=23841] ppid=23838 vsize=11043604 memory=3214112 CPUtime=2400.16 cores=1,3,5,7
/proc/23841/stat : 23841 (java) S 23838 23841 19335 0 -1 1077944320 1964312 13157 0 0 239457 552 5 2 20 0 17 0 474434138 11308650496 803528 33554432000 4194304 4196468 140733996735040 140733996717584 139902502629111 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
/proc/23841/statm: 2760901 803528 3637 1 0 2722959 0
[pid=23841/tid=23894] ppid=23838 vsize=11043604 memory=3212988 CPUtime=2353.6 cores=1,3,5,7
/proc/23841/task/23894/stat : 23894 (java) R 23838 23841 19335 0 -1 4202560 1513037 13157 0 0 235195 158 5 2 20 0 17 0 474434147 11308650496 803528 33554432000 4194304 4196468 140733996735040 139902474463296 139902072709588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23895] ppid=23838 vsize=11043604 memory=3212988 CPUtime=6.48 cores=1,3,5,7
/proc/23841/task/23895/stat : 23895 (java) S 23838 23841 19335 0 -1 1077944384 72722 13157 0 0 563 78 5 2 20 0 17 0 474434148 11308650496 803528 33554432000 4194304 4196468 140733996735040 139902506871824 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23896] ppid=23838 vsize=11043604 memory=3212988 CPUtime=6.52 cores=1,3,5,7
/proc/23841/task/23896/stat : 23896 (java) S 23838 23841 19335 0 -1 1077944384 64651 13157 0 0 569 76 5 2 20 0 17 0 474434148 11308650496 803528 33554432000 4194304 4196468 140733996735040 139902395145360 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23897] ppid=23838 vsize=11043604 memory=3212980 CPUtime=6.47 cores=1,3,5,7
/proc/23841/task/23897/stat : 23897 (java) S 23838 23841 19335 0 -1 1077944384 71178 13157 0 0 562 78 5 2 20 0 17 0 474434148 11308650496 803528 33554432000 4194304 4196468 140733996735040 139902394092304 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23898] ppid=23838 vsize=11043604 memory=3212988 CPUtime=6.45 cores=1,3,5,7
/proc/23841/task/23898/stat : 23898 (java) S 23838 23841 19335 0 -1 1077944384 68634 13157 0 0 565 73 5 2 20 0 17 0 474434148 11308650496 803528 33554432000 4194304 4196468 140733996735040 139902393039760 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23899] ppid=23838 vsize=11043604 memory=3212988 CPUtime=1.28 cores=1,3,5,7
/proc/23841/task/23899/stat : 23899 (java) S 23838 23841 19335 0 -1 1077944384 25821 13157 0 0 99 22 5 2 20 0 17 0 474434149 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901961971952 139902502640258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23900] ppid=23838 vsize=11043604 memory=3212988 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23900/stat : 23900 (java) S 23838 23841 19335 0 -1 1077944384 44 13157 0 0 0 0 5 2 20 0 17 0 474434150 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901960918240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23901] ppid=23838 vsize=11043604 memory=3211964 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23901/stat : 23901 (java) S 23838 23841 19335 0 -1 1077944384 10 13157 0 0 0 0 5 2 20 0 17 0 474434150 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901379011328 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23902] ppid=23838 vsize=11043604 memory=279355277113968 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23902/stat : 23902 (java) S 23838 23841 19335 0 -1 1077944384 237 13157 0 0 0 0 5 2 20 0 17 0 474434152 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901071611856 139902502647707 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23903] ppid=23838 vsize=11043604 memory=3212988 CPUtime=7.19 cores=1,3,5,7
/proc/23841/task/23903/stat : 23903 (java) S 23838 23841 19335 0 -1 1077944384 51518 13157 0 0 707 5 5 2 20 0 17 0 474434152 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901927361264 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23904] ppid=23838 vsize=11043604 memory=3616 CPUtime=8.67 cores=1,3,5,7
/proc/23841/task/23904/stat : 23904 (java) S 23838 23841 19335 0 -1 1077944384 55399 13157 0 0 854 6 5 2 20 0 17 0 474434152 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901926308720 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23905] ppid=23838 vsize=11043604 memory=3212988 CPUtime=2.61 cores=1,3,5,7
/proc/23841/task/23905/stat : 23905 (java) S 23838 23841 19335 0 -1 1077944384 37087 13157 0 0 249 5 5 2 20 0 17 0 474434153 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901925255664 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23906] ppid=23838 vsize=11043604 memory=3212988 CPUtime=0.07 cores=1,3,5,7
/proc/23841/task/23906/stat : 23906 (java) S 23838 23841 19335 0 -1 1077944384 3 13157 0 0 0 0 5 2 20 0 17 0 474434153 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901038054240 139902502639317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
[pid=23841/tid=23907] ppid=23838 vsize=11043604 memory=3616 CPUtime=1.4 cores=1,3,5,7
/proc/23841/task/23907/stat : 23907 (java) S 23838 23841 19335 0 -1 1077944384 1573 13157 0 0 62 71 5 2 20 0 17 0 474434153 11308650496 803528 33554432000 4194304 4196468 140733996735040 139901924203056 139902502640258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6606848 140733996743268 140733996745909 140733996745909 140733996748751 0
Current children cumulated CPU time: 2400.16 s
Current children cumulated vsize: 11043604 KiB
Current children cumulated memory: 3214112 KiB

Child status: 143
Real time (s): 2361.79
CPU time (s): 2400.27
CPU user time (s): 2394.68
CPU system time (s): 5.59071
CPU usage (%): 101.629
Max. virtual memory (cumulated for all children) (KiB): 11043604
Max. memory (cumulated for all children) (KiB): 3214112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.68
system time used= 5.59071
maximum resident set size= 3214148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1980737
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80708
involuntary context switches= 4382


# summary of solver processes directly reported to runsolver:
#   pid: 23841
#   total CPU time (s): 2400.27
#   total CPU user time (s): 2394.68
#   total CPU system time (s): 5.59071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0265 second user time and 19.5551 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 14:16:51
IDJOB=4403261
IDBENCH=137880
IDSOLVER=2862
FILE ID=node136/4403261-1568981855
RUNJOBID= node136-1568967593-19367
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-s28/BinPacking-sum-s28-195.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403261-1568981855/watcher-4403261-1568981855 -o /var/tmp/evaluation-result-4403261-1568981855/solver-4403261-1568981855 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=801022688 HOME/instance-4403261-1568981855.xml

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

MD5SUM BENCH= d65d33615c5545f7b52e9722b13d9f63
RANDOM SEED=801022688

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3848136 kB
MemAvailable:   31090536 kB
Buffers:          143796 kB
Cached:         27006444 kB
SwapCached:         3540 kB
Active:         14309040 kB
Inactive:       13605180 kB
Active(anon):     761264 kB
Inactive(anon):    51260 kB
Active(file):   13547776 kB
Inactive(file): 13553920 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002228 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        882392 kB
Mapped:            65540 kB
Shmem:             40184 kB
Slab:             597932 kB
SReclaimable:     569164 kB
SUnreclaim:        28768 kB
KernelStack:        3984 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2034148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    792576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 14:56:13