Trace number 4396580

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.2? (TO) 2400.13 2357.48

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n2c3w1r.xml
MD5SUM48163221e8f5f568f71e6a1b1b758a13
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 variables811
Number of constraints93
Number of domains2
Minimum domain size46
Maximum domain size63
Distribution of domain sizes[{"size":46,"count":1},{"size":63,"count":810}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":765},{"degree":5,"count":45}]
Minimum constraint arity18
Maximum constraint arity810
Distribution of constraint arities[{"arity":18,"count":90},{"arity":46,"count":1},{"arity":810,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":45},{"type":"lex","count":1},{"type":"sum","count":45},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.78/0.54	c Concrete v3.12.2.1568380929293 running
2400.03/2357.45	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2357.45		at concrete.MAC.mac(MAC.scala:192)
2400.03/2357.45		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2357.45		at scala.util.Try$.apply(Try.scala:212)
2400.03/2357.45		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2357.45		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2357.45		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2357.45		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2357.45		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2357.45		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2400.03/2357.45		at concrete.ProblemState.map(ProblemState.scala:238)
2400.03/2357.45		at concrete.ProblemState.map(ProblemState.scala:212)
2400.03/2357.45		at concrete.MAC.nextSolution(MAC.scala:348)
2400.03/2357.45		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2357.45		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2357.45		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2357.45		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2357.45		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2357.45		at scala.util.Success.map(Try.scala:264)
2400.03/2357.45		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2357.45		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2357.45		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2357.45		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2357.45		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2357.45		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2357.45		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2357.45		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2357.46		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2357.46		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2357.46		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2357.46		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2357.46		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2357.46		at scala.App.main(App.scala:75)
2400.03/2357.46		at scala.App.main$(App.scala:73)
2400.03/2357.46		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2357.46		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2357.47	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 (14183 MiB free)
  memory of node 1: 16384 MiB (15308 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396580-1568405852/watcher-4396580-1568405852 -o /tmp/evaluation-result-4396580-1568405852/solver-4396580-1568405852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1257 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=853942714 HOME/instance-4396580-1568405852.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=3435, runsolver pid=3432

[startup+0.100158 s]*
/proc/loadavg: 1.24 1.33 1.38 3/218 3492
/proc/meminfo: memFree=30189776/32770624 swapFree=66940900/67108860
[pid=3435] ppid=3432 vsize=9972712 memory=18332 CPUtime=0.1 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 4351 13307 0 0 1 1 5 3 20 0 6 0 416823878 10212057088 4583 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2493178 4583 1931 1 0 2481616 0
[pid=3435/tid=3488] ppid=3432 vsize=9972712 memory=-8817891684683923397 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 2163 13307 0 0 0 0 5 3 20 0 6 0 416823887 10212057088 4649 33554432000 4194304 4196468 140733452796064 139877856645712 139877884830877 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 416823888 10212057088 4649 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=9972712 memory=140138609129088 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 416823888 10212057088 4649 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 416823888 10212057088 4649 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 6 0 416823888 10212057088 4649 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.209996 s]*
/proc/loadavg: 1.24 1.33 1.38 3/227 3501
/proc/meminfo: memFree=30175020/32770624 swapFree=66940900/67108860
[pid=3435] ppid=3432 vsize=10819664 memory=40272 CPUtime=0.27 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 6916 13307 0 0 17 2 5 3 20 0 15 0 416823878 11079335936 10068 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2704916 10068 3171 1 0 2667149 0
[pid=3435/tid=3488] ppid=3432 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 3426 13307 0 0 10 1 5 3 20 0 15 0 416823887 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877856632112 139877877046078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10819664 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10819664 memory=288370514760840832 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10819664 memory=140138609129088 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 33 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877343241120 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079335936 10132 33554432000 4194304 4196468 140733452796064 139876750058480 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 493 13307 0 0 1 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 167 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10819664 memory=140138609129088 CPUtime=0.11 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) R 3432 3435 1225 0 -1 4202560 605 13307 0 0 3 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877307579120 139877877793993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10819664 memory=140138609129088 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079335936 10132 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40272 KiB

[startup+0.31036 s]*
/proc/loadavg: 1.24 1.33 1.38 3/227 3501
/proc/meminfo: memFree=30162344/32770624 swapFree=66940900/67108860
[pid=3435] ppid=3432 vsize=10820148 memory=49372 CPUtime=0.41 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 10612 13307 0 0 29 4 5 3 20 0 15 0 416823878 11079831552 12343 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2705037 12343 3303 1 0 2667149 0
[pid=3435/tid=3488] ppid=3432 vsize=10820196 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 7082 13307 0 0 19 3 5 3 20 0 15 0 416823887 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877856629168 139877807886198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823888 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 33 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079880704 12408 33554432000 4194304 4196468 140733452796064 139877343241120 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10820216 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823890 11079901184 12408 33554432000 4194304 4196468 140733452796064 139876750058480 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10820216 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079901184 12408 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10820216 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 503 13307 0 0 2 0 5 3 20 0 15 0 416823893 11079901184 12408 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10820216 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 167 13307 0 0 1 0 5 3 20 0 15 0 416823893 11079901184 12408 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10820216 memory=140138609129088 CPUtime=0.13 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 613 13307 0 0 5 0 5 3 20 0 15 0 416823893 11079901184 12408 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10820216 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079901184 12408 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10820260 memory=140138609129088 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823893 11079946240 12408 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49372 KiB

[startup+0.700669 s]
/proc/loadavg: 1.24 1.33 1.38 3/227 3501
/proc/meminfo: memFree=30147560/32770624 swapFree=66940900/67108860
[pid=3435] ppid=3432 vsize=10824360 memory=81924 CPUtime=1.16 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 14724 13307 0 0 102 6 5 3 20 0 15 0 416823878 11084144640 20481 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2706090 20481 3504 1 0 2668173 0
[pid=3435/tid=3488] ppid=3432 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 1077944384 10002 13307 0 0 54 5 5 3 20 0 15 0 416823887 11084144640 20481 33554432000 4194304 4196468 140733452796064 139877856626880 139877877488173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11084144640 20481 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11084144640 20481 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10825384 memory=140138474779408 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823888 11085193216 20481 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10825384 memory=140140487901773 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823888 11085193216 20481 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10825384 memory=624 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 6 13307 0 0 0 0 5 3 20 0 15 0 416823890 11085193216 20481 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10825384 memory=6297835844906604903 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 33 13307 0 0 0 0 5 3 20 0 15 0 416823890 11085193216 20546 33554432000 4194304 4196468 140733452796064 139877343241120 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10825384 memory=7380108234216663121 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823890 11085193216 20546 33554432000 4194304 4196468 140733452796064 139876750058480 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10824360 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11084144640 20522 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10824360 memory=2112 CPUtime=0.23 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) R 3432 3435 1225 0 -1 4202560 843 13307 0 0 15 0 5 3 20 0 15 0 416823893 11084144640 20522 33554432000 4194304 4196468 140733452796064 139877309670304 139877877905424 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10824360 memory=12040 CPUtime=0.21 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 785 13307 0 0 13 0 5 3 20 0 15 0 416823893 11084144640 20522 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10824360 memory=23680 CPUtime=0.25 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) R 3432 3435 1225 0 -1 1077944384 834 13307 0 0 17 0 5 3 20 0 15 0 416823893 11084144640 20522 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10825384 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11085193216 20522 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10825384 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823893 11085193216 20522 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81924 KiB

[startup+1.50072 s]
/proc/loadavg: 1.24 1.33 1.38 4/227 3501
/proc/meminfo: memFree=30103128/32770624 swapFree=66940900/67108860
[pid=3435] ppid=3432 vsize=10834676 memory=171736 CPUtime=2.51 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 21500 13307 0 0 231 12 5 3 20 0 15 0 416823878 11094708224 42934 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2708669 42934 3573 1 0 2670733 0
[pid=3435/tid=3488] ppid=3432 vsize=10834676 memory=66628 CPUtime=1.44 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 14901 13307 0 0 129 7 5 3 20 0 15 0 416823887 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877856610304 139877868889438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 52 13307 0 0 1 0 5 3 20 0 15 0 416823888 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10834676 memory=280276949590176 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 30 13307 0 0 1 0 5 3 20 0 15 0 416823888 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 374 13307 0 0 1 0 5 3 20 0 15 0 416823888 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 56 13307 0 0 0 0 5 3 20 0 15 0 416823888 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 158 13307 0 0 1 0 5 3 20 0 15 0 416823890 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 33 13307 0 0 0 0 5 3 20 0 15 0 416823890 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877343241184 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 416823890 11094708224 42934 33554432000 4194304 4196468 140733452796064 139876750058496 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10834676 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 980 13307 0 0 27 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10834676 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) R 3432 3435 1225 0 -1 1077944384 925 13307 0 0 26 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10834676 memory=8112282956445269571 CPUtime=0.49 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 1774 13307 0 0 41 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10834676 memory=280276949834688 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 416823893 11094708224 42934 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834676 KiB

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

/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 107149 13307 0 0 218591 42 5 3 20 0 15 0 416823887 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877856644080 139877442350981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10849032 memory=800 CPUtime=8.88 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 25622 13307 0 0 820 60 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10849032 memory=1976 CPUtime=8.88 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 22390 13307 0 0 820 60 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10849032 memory=504604 CPUtime=8.85 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 21600 13307 0 0 817 60 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10849032 memory=504604 CPUtime=8.86 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 21880 13307 0 0 817 61 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10849032 memory=504604 CPUtime=5.22 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 13106 13307 0 0 468 46 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10849032 memory=504604 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 52 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877343241248 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10849032 memory=504604 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 24 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876750058496 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10849032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10849032 memory=504604 CPUtime=6.55 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 50983 13307 0 0 643 4 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10849032 memory=504604 CPUtime=6.24 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 40267 13307 0 0 611 5 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10849032 memory=8112282956445269571 CPUtime=2.53 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 40142 13307 0 0 237 8 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10849032 memory=3068080 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10849032 memory=8112282956445269571 CPUtime=1.19 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1823 13307 0 0 55 56 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 2242.99 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 504604 KiB

[startup+2262.3 s]
/proc/loadavg: 1.60 1.54 1.48 3/229 4227
/proc/meminfo: memFree=28843604/32770624 swapFree=66940916/67108860
[pid=3435] ppid=3432 vsize=10849032 memory=504604 CPUtime=2303.71 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 348333 13307 0 0 229994 369 5 3 20 0 15 0 416823878 11109408768 126151 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2712258 126151 3634 1 0 2674317 0
[pid=3435/tid=3488] ppid=3432 vsize=10849032 memory=504604 CPUtime=2245.93 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 107689 13307 0 0 224543 42 5 3 20 0 15 0 416823887 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877856643952 139877442350960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10849032 memory=504604 CPUtime=9.12 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 25690 13307 0 0 844 60 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10849032 memory=504604 CPUtime=9.12 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 22433 13307 0 0 844 60 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10849032 memory=504604 CPUtime=9.11 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 21731 13307 0 0 842 61 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10849032 memory=504604 CPUtime=9.12 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 22134 13307 0 0 842 62 5 3 20 0 15 0 416823888 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10849032 memory=504604 CPUtime=5.38 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 13137 13307 0 0 483 47 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10849032 memory=504604 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 52 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877343241248 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10849032 memory=504604 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 24 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876750058496 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10849032 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10849032 memory=8112282956445269571 CPUtime=6.55 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 50985 13307 0 0 643 4 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10849032 memory=12040 CPUtime=6.25 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 40269 13307 0 0 612 5 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10849032 memory=504604 CPUtime=2.53 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 40144 13307 0 0 237 8 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10849032 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10849032 memory=504604 CPUtime=1.22 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1829 13307 0 0 56 58 5 3 20 0 15 0 416823893 11109408768 126151 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 2303.71 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 504604 KiB

[startup+2322.3 s]
/proc/loadavg: 1.74 1.58 1.50 3/227 4232
/proc/meminfo: memFree=28753016/32770624 swapFree=66940916/67108860
[pid=3435] ppid=3432 vsize=10849032 memory=653836 CPUtime=2364.66 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 359426 13307 0 0 236065 393 5 3 20 0 15 0 416823878 11109408768 163459 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2712258 163459 3634 1 0 2674317 0
[pid=3435/tid=3488] ppid=3432 vsize=10849032 memory=657940 CPUtime=2305.43 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 114389 13307 0 0 230492 43 5 3 20 0 15 0 416823887 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877856643616 139877442352901 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10849032 memory=662556 CPUtime=9.45 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 26637 13307 0 0 871 66 5 3 20 0 15 0 416823888 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10849032 memory=658476 CPUtime=9.45 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 23338 13307 0 0 871 66 5 3 20 0 15 0 416823888 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10849032 memory=672740 CPUtime=9.43 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 22643 13307 0 0 868 67 5 3 20 0 15 0 416823888 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10849032 memory=667612 CPUtime=9.43 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 22938 13307 0 0 869 66 5 3 20 0 15 0 416823888 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10849032 memory=662556 CPUtime=5.5 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 13416 13307 0 0 494 48 5 3 20 0 15 0 416823890 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10849032 memory=657940 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 52 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877343241248 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10849032 memory=653836 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 24 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 163459 33554432000 4194304 4196468 140733452796064 139876750058496 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10849032 memory=931 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10849032 memory=280276949732912 CPUtime=6.55 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 51373 13307 0 0 643 4 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10849032 memory=657940 CPUtime=6.25 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 40412 13307 0 0 612 5 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10849032 memory=4126316290023845779 CPUtime=2.53 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 40144 13307 0 0 237 8 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10849032 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10849032 memory=5972 CPUtime=1.25 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1844 13307 0 0 57 60 5 3 20 0 15 0 416823893 11109408768 163459 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 2364.66 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 653836 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.4 s]
/proc/loadavg: 1.56 1.55 1.50 3/227 4236
/proc/meminfo: memFree=28809396/32770624 swapFree=66940916/67108860
[pid=3435] ppid=3432 vsize=10849032 memory=625644 CPUtime=2400.03 cores=1,3,5,7
/proc/3435/stat : 3435 (java) S 3432 3435 1225 0 -1 1077944320 364739 13307 0 0 239600 395 5 3 20 0 15 0 416823878 11109408768 156411 33554432000 4194304 4196468 140733452796064 140733452778608 139877884808951 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
/proc/3435/statm: 2712258 156411 3634 1 0 2674317 0
[pid=3435/tid=3488] ppid=3432 vsize=10849032 memory=629720 CPUtime=2340.36 cores=1,3,5,7
/proc/3435/task/3488/stat : 3488 (java) R 3432 3435 1225 0 -1 4202560 118823 13307 0 0 233985 43 5 3 20 0 15 0 416823887 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877856644080 139877442349300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3489] ppid=3432 vsize=10849032 memory=1412 CPUtime=9.54 cores=1,3,5,7
/proc/3435/task/3489/stat : 3489 (java) S 3432 3435 1225 0 -1 1077944384 26661 13307 0 0 880 66 5 3 20 0 15 0 416823888 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877889051408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3490] ppid=3432 vsize=10849032 memory=0 CPUtime=9.54 cores=1,3,5,7
/proc/3435/task/3490/stat : 3490 (java) S 3432 3435 1225 0 -1 1077944384 23372 13307 0 0 880 66 5 3 20 0 15 0 416823888 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877777324944 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3491] ppid=3432 vsize=10849032 memory=288230574492221466 CPUtime=9.52 cores=1,3,5,7
/proc/3435/task/3491/stat : 3491 (java) S 3432 3435 1225 0 -1 1077944384 22847 13307 0 0 877 67 5 3 20 0 15 0 416823888 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877776272400 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3492] ppid=3432 vsize=10849032 memory=288230617509003574 CPUtime=9.52 cores=1,3,5,7
/proc/3435/task/3492/stat : 3492 (java) S 3432 3435 1225 0 -1 1077944384 23003 13307 0 0 877 67 5 3 20 0 15 0 416823888 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877775219856 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3493] ppid=3432 vsize=10849032 memory=15258138429359618 CPUtime=5.56 cores=1,3,5,7
/proc/3435/task/3493/stat : 3493 (java) S 3432 3435 1225 0 -1 1077944384 13433 13307 0 0 499 49 5 3 20 0 15 0 416823890 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877344294896 139877884820098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3494] ppid=3432 vsize=10849032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3494/stat : 3494 (java) S 3432 3435 1225 0 -1 1077944384 52 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877343241248 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3495] ppid=3432 vsize=10849032 memory=297237795272130855 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3495/stat : 3495 (java) S 3432 3435 1225 0 -1 1077944384 24 13307 0 0 0 0 5 3 20 0 15 0 416823890 11109408768 156411 33554432000 4194304 4196468 140733452796064 139876750058496 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3496] ppid=3432 vsize=10849032 memory=15262527885935970 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3496/stat : 3496 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139876442659024 139877884827547 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3497] ppid=3432 vsize=10849032 memory=-7886167514736700194 CPUtime=6.55 cores=1,3,5,7
/proc/3435/task/3497/stat : 3497 (java) S 3432 3435 1225 0 -1 1077944384 51472 13307 0 0 643 4 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877309684208 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3498] ppid=3432 vsize=10849032 memory=297237795272130855 CPUtime=6.25 cores=1,3,5,7
/proc/3435/task/3498/stat : 3498 (java) S 3432 3435 1225 0 -1 1077944384 40544 13307 0 0 612 5 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877308631664 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3499] ppid=3432 vsize=10849032 memory=15262527885935970 CPUtime=2.53 cores=1,3,5,7
/proc/3435/task/3499/stat : 3499 (java) S 3432 3435 1225 0 -1 1077944384 40442 13307 0 0 237 8 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877307579120 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3500] ppid=3432 vsize=10849032 memory=6811895185499135200 CPUtime=0.08 cores=1,3,5,7
/proc/3435/task/3500/stat : 3500 (java) S 3432 3435 1225 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139876409101408 139877884819157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
[pid=3435/tid=3501] ppid=3432 vsize=10849032 memory=-8983168789648662900 CPUtime=1.27 cores=1,3,5,7
/proc/3435/task/3501/stat : 3501 (java) S 3432 3435 1225 0 -1 1077944384 1850 13307 0 0 58 61 5 3 20 0 15 0 416823893 11109408768 156411 33554432000 4194304 4196468 140733452796064 139877306526000 139877884820098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18796544 140733452802800 140733452805317 140733452805317 140733452808143 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 625644 KiB

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

[startup+2357.48 s]
# the end of solver process 3435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.13 s, system=4.00128 s

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

Child status: 143
Real time (s): 2357.48
CPU time (s): 2400.13
CPU user time (s): 2396.13
CPU system time (s): 4.00128
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1025184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.13
system time used= 4.00128
maximum resident set size= 1027232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169922
involuntary context switches= 7930


# summary of solver processes directly reported to runsolver:
#   pid: 3435
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.13
#   total CPU system time (s): 4.00128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7773 second user time and 18.2149 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 22:16:54
IDJOB=4396580
IDBENCH=136462
IDSOLVER=2847
FILE ID=node149/4396580-1568405852
RUNJOBID= node149-1568396747-1257
PBS_JOBID= 21701870
Free space on /tmp= 61388 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n2c3w1r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396580-1568405852/watcher-4396580-1568405852 -o /tmp/evaluation-result-4396580-1568405852/solver-4396580-1568405852 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568396747-1257 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=853942714 HOME/instance-4396580-1568405852.xml

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

MD5SUM BENCH= 48163221e8f5f568f71e6a1b1b758a13
RANDOM SEED=853942714

node149.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.81
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.81
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.81
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.81
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:        30200288 kB
MemAvailable:   31076444 kB
Buffers:          167508 kB
Cached:          1009124 kB
SwapCached:        61348 kB
Active:          1323268 kB
Inactive:         698708 kB
Active(anon):     812608 kB
Inactive(anon):    72448 kB
Active(file):     510660 kB
Inactive(file):   626260 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940900 kB
Dirty:             35328 kB
Writeback:             0 kB
AnonPages:        896512 kB
Mapped:            57772 kB
Shmem:             31336 kB
Slab:             139220 kB
SReclaimable:     110140 kB
SUnreclaim:        29080 kB
KernelStack:        3696 kB
PageTables:         7280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-13 22:56:12