Trace number 4396581

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.43 2351.68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396581-1568406240/watcher-4396581-1568406240 -o /tmp/evaluation-result-4396581-1568406240/solver-4396581-1568406240 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1982757258 HOME/instance-4396581-1568406240.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
solver pid=3721, runsolver pid=3718
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.41 1.38 1.40 3/218 3779
/proc/meminfo: memFree=30708860/32770624 swapFree=66995248/67108860
[pid=3721] ppid=3718 vsize=9972712 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 4481 13203 0 0 1 0 4 3 20 0 6 0 416875505 10212057088 4204 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2493178 4204 1935 1 0 2481616 0
[pid=3721/tid=3774] ppid=3718 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 2329 13203 0 0 1 0 4 3 20 0 6 0 416875514 10212057088 4270 33554432000 4194304 4196468 140733717068560 140340930699856 140340943986032 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=9972712 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 416875515 10212057088 4270 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=9972712 memory=288370637008057984 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 416875515 10212057088 4270 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 6 0 416875515 10212057088 4270 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 6 0 416875515 10212057088 4270 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.211434 s]*
/proc/loadavg: 1.41 1.38 1.40 3/227 3788
/proc/meminfo: memFree=30686224/32770624 swapFree=66995248/67108860
[pid=3721] ppid=3718 vsize=10819664 memory=43860 CPUtime=0.25 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 7264 13203 0 0 17 1 4 3 20 0 15 0 416875505 11079335936 10965 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2704916 10965 3161 1 0 2667149 0
[pid=3721/tid=3774] ppid=3718 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 3770 13203 0 0 11 1 4 3 20 0 15 0 416875514 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340930695296 140340958884442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10819664 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10819664 memory=288370637008057984 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10819664 memory=140260856346240 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875516 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 416875517 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340405200032 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875517 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340270981872 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 350 13203 0 0 1 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 312 13203 0 0 1 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10819664 memory=140260856346240 CPUtime=0.1 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) R 3718 3721 436 0 -1 4202560 610 13203 0 0 3 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340482395640 140340958875030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10819664 memory=140260856346240 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079335936 10965 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43860 KiB

[startup+0.310382 s]*
/proc/loadavg: 1.41 1.38 1.40 3/227 3788
/proc/meminfo: memFree=30673416/32770624 swapFree=66995248/67108860
[pid=3721] ppid=3718 vsize=10820148 memory=55000 CPUtime=0.39 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 10969 13203 0 0 29 3 4 3 20 0 15 0 416875505 11079831552 13750 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2705037 13750 3293 1 0 2667149 0
[pid=3721/tid=3774] ppid=3718 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 7448 13203 0 0 19 2 4 3 20 0 15 0 416875514 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340930663008 140340942943582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875515 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875516 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 416875517 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340405200032 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875517 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340270981872 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 359 13203 0 0 2 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) R 3718 3721 436 0 -1 1077944384 313 13203 0 0 2 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10820148 memory=140260856346240 CPUtime=0.12 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 619 13203 0 0 5 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10820148 memory=140260856346240 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875520 11079831552 13750 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 55000 KiB

[startup+0.70344 s]
/proc/loadavg: 1.41 1.38 1.40 5/227 3788
/proc/meminfo: memFree=30658880/32770624 swapFree=66995248/67108860
[pid=3721] ppid=3718 vsize=10824360 memory=87660 CPUtime=1.15 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 15138 13203 0 0 103 5 4 3 20 0 15 0 416875505 11084144640 21915 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2706090 21915 3502 1 0 2668173 0
[pid=3721/tid=3774] ppid=3718 vsize=10824360 memory=4639059877604708710 CPUtime=0.66 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 10397 13203 0 0 55 4 4 3 20 0 15 0 416875514 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340930690256 140340958875030 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10824360 memory=20992 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10824360 memory=280521493984736 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10824360 memory=280521494027040 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875515 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10824360 memory=140260856345121 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875515 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 5 13203 0 0 0 0 4 3 20 0 15 0 416875516 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 13 13203 0 0 0 0 4 3 20 0 15 0 416875517 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340405200032 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875517 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340270981872 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) R 3718 3721 436 0 -1 4202560 914 13203 0 0 16 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340484494112 140340940391169 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 764 13203 0 0 12 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) R 3718 3721 436 0 -1 4202560 829 13203 0 0 17 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340482398704 140340942943582 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10824360 memory=3632 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875520 11084144640 21915 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87660 KiB

[startup+1.50075 s]
/proc/loadavg: 1.41 1.38 1.40 3/227 3788
/proc/meminfo: memFree=30611992/32770624 swapFree=66995248/67108860
[pid=3721] ppid=3718 vsize=10834676 memory=186036 CPUtime=2.7 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 23794 13203 0 0 253 10 4 3 20 0 15 0 416875505 11094708224 46509 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2708669 46509 3587 1 0 2670733 0
[pid=3721/tid=3774] ppid=3718 vsize=10834676 memory=16269336121038 CPUtime=1.42 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 15849 13203 0 0 129 6 4 3 20 0 15 0 416875514 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340930670608 140340958875030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 57 13203 0 0 1 0 4 3 20 0 15 0 416875515 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 28 13203 0 0 1 0 4 3 20 0 15 0 416875515 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 330 13203 0 0 1 0 4 3 20 0 15 0 416875515 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 59 13203 0 0 1 0 4 3 20 0 15 0 416875515 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10834676 memory=280521493992320 CPUtime=0.08 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 338 13203 0 0 1 0 4 3 20 0 15 0 416875516 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10834676 memory=280521494419520 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 14 13203 0 0 0 0 4 3 20 0 15 0 416875517 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340405200096 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10834676 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875517 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340270981888 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10834676 memory=5859271421084259688 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10834676 memory=280521494534912 CPUtime=0.42 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) R 3718 3721 436 0 -1 1077944384 1293 13203 0 0 35 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10834676 memory=-7384994778349281184 CPUtime=0.44 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 1758 13203 0 0 37 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10834676 memory=8761640388971749472 CPUtime=0.49 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 1856 13203 0 0 42 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10834676 memory=-7531822216213012384 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10834676 memory=6944656592452938395 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1 13203 0 0 0 0 4 3 20 0 15 0 416875520 11094708224 46509 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 10834676 KiB

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

/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 424455 13203 0 0 224782 91 4 3 20 0 15 0 416875514 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340930698000 140340572093795 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10849032 memory=3212320 CPUtime=9.57 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 24581 13203 0 0 854 96 4 3 20 0 15 0 416875515 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10849032 memory=3212320 CPUtime=9.55 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 33042 13203 0 0 851 97 4 3 20 0 15 0 416875515 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10849032 memory=3212320 CPUtime=9.52 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 28259 13203 0 0 848 97 4 3 20 0 15 0 416875515 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10849032 memory=3212320 CPUtime=9.57 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 32151 13203 0 0 853 97 4 3 20 0 15 0 416875515 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10849032 memory=3212320 CPUtime=3.03 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 24106 13203 0 0 258 38 4 3 20 0 15 0 416875516 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10849032 memory=5904 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 36 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340405200096 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10849032 memory=3212320 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 46 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340270981888 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10849032 memory=3212320 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10849032 memory=1804 CPUtime=8.56 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 41418 13203 0 0 842 7 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10849032 memory=988 CPUtime=8.66 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 40736 13203 0 0 854 5 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10849032 memory=2016 CPUtime=2.77 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 69807 13203 0 0 262 8 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10849032 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10849032 memory=3848 CPUtime=1.25 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1584 13203 0 0 61 57 4 3 20 0 15 0 416875520 11109408768 803080 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 2310.74 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 3212320 KiB

[startup+2322.3 s]
/proc/loadavg: 1.68 1.59 1.56 3/228 4678
/proc/meminfo: memFree=26748976/32770624 swapFree=66995296/67108860
[pid=3721] ppid=3718 vsize=10849032 memory=3209752 CPUtime=2370.86 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 750318 13203 0 0 236513 566 4 3 20 0 15 0 416875505 11109408768 802438 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2712258 802438 3637 1 0 2674317 0
[pid=3721/tid=3774] ppid=3718 vsize=10849032 memory=3209752 CPUtime=2308.76 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 451178 13203 0 0 230777 92 4 3 20 0 15 0 416875514 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340930695696 140340572091911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10849032 memory=3209752 CPUtime=9.6 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 25103 13203 0 0 857 96 4 3 20 0 15 0 416875515 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10849032 memory=3209752 CPUtime=9.58 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 33228 13203 0 0 854 97 4 3 20 0 15 0 416875515 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10849032 memory=3209752 CPUtime=9.55 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 28357 13203 0 0 851 97 4 3 20 0 15 0 416875515 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10849032 memory=3209752 CPUtime=9.59 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 32272 13203 0 0 855 97 4 3 20 0 15 0 416875515 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10849032 memory=0 CPUtime=3.05 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 24305 13203 0 0 259 39 4 3 20 0 15 0 416875516 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10849032 memory=3209752 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 36 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340405200096 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10849032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 46 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340270981888 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10849032 memory=3209752 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10849032 memory=3209752 CPUtime=8.56 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 41420 13203 0 0 842 7 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10849032 memory=3209752 CPUtime=8.66 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 40738 13203 0 0 854 5 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10849032 memory=3209752 CPUtime=2.77 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 69810 13203 0 0 262 8 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10849032 memory=3632 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10849032 memory=3209752 CPUtime=1.27 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1615 13203 0 0 62 58 4 3 20 0 15 0 416875520 11109408768 802438 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 2370.86 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 3209752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2351.3 s]
/proc/loadavg: 1.52 1.56 1.56 3/228 4679
/proc/meminfo: memFree=26762168/32770624 swapFree=66995296/67108860
[pid=3721] ppid=3718 vsize=10849032 memory=3209760 CPUtime=2400.02 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 770100 13203 0 0 239427 568 4 3 20 0 15 0 416875505 11109408768 802440 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2712258 802440 3637 1 0 2674317 0
[pid=3721/tid=3774] ppid=3718 vsize=10849032 memory=3209760 CPUtime=2337.7 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 469755 13203 0 0 233670 93 4 3 20 0 15 0 416875514 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340930697632 140340576346359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=10849032 memory=3632 CPUtime=9.64 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 25212 13203 0 0 861 96 4 3 20 0 15 0 416875515 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=10849032 memory=3209760 CPUtime=9.63 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 33726 13203 0 0 859 97 4 3 20 0 15 0 416875515 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=10849032 memory=3209760 CPUtime=9.6 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 28474 13203 0 0 856 97 4 3 20 0 15 0 416875515 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=10849032 memory=3209760 CPUtime=9.64 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 32514 13203 0 0 860 97 4 3 20 0 15 0 416875515 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=10849032 memory=3209760 CPUtime=3.05 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 24511 13203 0 0 259 39 4 3 20 0 15 0 416875516 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=10849032 memory=3209752 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 36 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340405200096 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=10849032 memory=3209752 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 46 13203 0 0 0 0 4 3 20 0 15 0 416875517 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340270981888 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=10849032 memory=3209752 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 2 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=10849032 memory=3209760 CPUtime=8.56 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 41422 13203 0 0 842 7 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=10849032 memory=21136 CPUtime=8.66 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 40740 13203 0 0 854 5 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=10849032 memory=1804 CPUtime=2.77 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 69812 13203 0 0 262 8 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=10849032 memory=3209760 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=10849032 memory=3632 CPUtime=1.29 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1642 13203 0 0 63 59 4 3 20 0 15 0 416875520 11109408768 802440 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 3209760 KiB

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

[startup+2351.67 s]
# the end of solver process 3721 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.69 s, system=5.73892 s

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

[startup+2351.6 s]
/proc/loadavg: 1.52 1.56 1.56 3/228 4679
/proc/meminfo: memFree=26762168/32770624 swapFree=66995296/67108860
[pid=3721] ppid=3718 vsize=11045648 memory=3213860 CPUtime=2400.33 cores=1,3,5,7
/proc/3721/stat : 3721 (java) S 3718 3721 436 0 -1 1077944320 770260 13203 0 0 239458 568 4 3 20 0 17 0 416875505 11310743552 803465 33554432000 4194304 4196468 140733717068560 140733717051104 140340958863095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
/proc/3721/statm: 2761412 803465 3637 1 0 2723471 0
[pid=3721/tid=3774] ppid=3718 vsize=11045648 memory=988 CPUtime=2338 cores=1,3,5,7
/proc/3721/task/3774/stat : 3774 (java) R 3718 3721 436 0 -1 4202560 469755 13203 0 0 233700 93 4 3 20 0 17 0 416875514 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340930694656 140340572538567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3775] ppid=3718 vsize=11045648 memory=2016 CPUtime=9.64 cores=1,3,5,7
/proc/3721/task/3775/stat : 3775 (java) S 3718 3721 436 0 -1 1077944384 25212 13203 0 0 861 96 4 3 20 0 17 0 416875515 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340963105808 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3776] ppid=3718 vsize=11045648 memory=8112282956445269571 CPUtime=9.63 cores=1,3,5,7
/proc/3721/task/3776/stat : 3776 (java) S 3718 3721 436 0 -1 1077944384 33726 13203 0 0 859 97 4 3 20 0 17 0 416875515 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340877925520 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3777] ppid=3718 vsize=11045648 memory=2832 CPUtime=9.6 cores=1,3,5,7
/proc/3721/task/3777/stat : 3777 (java) S 3718 3721 436 0 -1 1077944384 28474 13203 0 0 856 97 4 3 20 0 17 0 416875515 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340876872464 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3779] ppid=3718 vsize=11045648 memory=5904 CPUtime=9.64 cores=1,3,5,7
/proc/3721/task/3779/stat : 3779 (java) S 3718 3721 436 0 -1 1077944384 32514 13203 0 0 860 97 4 3 20 0 17 0 416875515 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340529650576 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3780] ppid=3718 vsize=11045648 memory=664 CPUtime=3.05 cores=1,3,5,7
/proc/3721/task/3780/stat : 3780 (java) S 3718 3721 436 0 -1 1077944384 24513 13203 0 0 259 39 4 3 20 0 17 0 416875516 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340485556464 140340958874242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3781] ppid=3718 vsize=11045648 memory=1156 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3781/stat : 3781 (java) S 3718 3721 436 0 -1 1077944384 36 13203 0 0 0 0 4 3 20 0 17 0 416875517 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340405200096 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3782] ppid=3718 vsize=11045648 memory=1000 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3782/stat : 3782 (java) S 3718 3721 436 0 -1 1077944384 46 13203 0 0 0 0 4 3 20 0 17 0 416875517 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340270981888 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3783] ppid=3718 vsize=11045648 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3783/stat : 3783 (java) S 3718 3721 436 0 -1 1077944384 96 13203 0 0 0 0 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140339667003344 140340958881691 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3784] ppid=3718 vsize=11045648 memory=6596 CPUtime=8.56 cores=1,3,5,7
/proc/3721/task/3784/stat : 3784 (java) S 3718 3721 436 0 -1 1077944384 41422 13203 0 0 842 7 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340484504304 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3785] ppid=3718 vsize=11045648 memory=12040 CPUtime=8.66 cores=1,3,5,7
/proc/3721/task/3785/stat : 3785 (java) S 3718 3721 436 0 -1 1077944384 40740 13203 0 0 854 5 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340483451760 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3786] ppid=3718 vsize=11045648 memory=2124 CPUtime=2.77 cores=1,3,5,7
/proc/3721/task/3786/stat : 3786 (java) S 3718 3721 436 0 -1 1077944384 69812 13203 0 0 262 8 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340482398704 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3787] ppid=3718 vsize=11045648 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/3721/task/3787/stat : 3787 (java) S 3718 3721 436 0 -1 1077944384 3 13203 0 0 0 0 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140339197242208 140340958873301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
[pid=3721/tid=3788] ppid=3718 vsize=11045648 memory=496 CPUtime=1.29 cores=1,3,5,7
/proc/3721/task/3788/stat : 3788 (java) S 3718 3721 436 0 -1 1077944384 1642 13203 0 0 63 59 4 3 20 0 17 0 416875520 11310743552 803465 33554432000 4194304 4196468 140733717068560 140340481346096 140340958874242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10665984 140733717072623 140733717075141 140733717075141 140733717077967 0
Current children cumulated CPU time: 2400.33 s
Current children cumulated vsize: 11045648 KiB
Current children cumulated memory: 3213860 KiB

Child status: 143
Real time (s): 2351.68
CPU time (s): 2400.43
CPU user time (s): 2394.69
CPU system time (s): 5.73892
CPU usage (%): 102.073
Max. virtual memory (cumulated for all children) (KiB): 11045648
Max. memory (cumulated for all children) (KiB): 3215392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.69
system time used= 5.73892
maximum resident set size= 3215392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 784304
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115214
involuntary context switches= 4995


# summary of solver processes directly reported to runsolver:
#   pid: 3721
#   total CPU time (s): 2400.43
#   total CPU user time (s): 2394.69
#   total CPU system time (s): 5.73892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3927 second user time and 22.8558 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 22:23:15
IDJOB=4396581
IDBENCH=137880
IDSOLVER=2847
FILE ID=node102/4396581-1568406240
RUNJOBID= node102-1568393561-471
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
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 /tmp/evaluation-result-4396581-1568406240/watcher-4396581-1568406240 -o /tmp/evaluation-result-4396581-1568406240/solver-4396581-1568406240 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1982757258 HOME/instance-4396581-1568406240.xml

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

MD5SUM BENCH= d65d33615c5545f7b52e9722b13d9f63
RANDOM SEED=1982757258

node102.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.13
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.13
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.13
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.13
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:        30717104 kB
MemAvailable:   31093088 kB
Buffers:          157384 kB
Cached:           512132 kB
SwapCached:         9880 kB
Active:          1181416 kB
Inactive:         328616 kB
Active(anon):     837480 kB
Inactive(anon):    34320 kB
Active(file):     343936 kB
Inactive(file):   294296 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995248 kB
Dirty:             35380 kB
Writeback:             0 kB
AnonPages:        941240 kB
Mapped:            48160 kB
Shmem:             22268 kB
Slab:             135712 kB
SReclaimable:     107176 kB
SUnreclaim:        28536 kB
KernelStack:        3744 kB
PageTables:         7508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2016880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-13 23:02:27