Trace number 4402621

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.12 2469.23

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesT/
StripPacking-T1e.xml
MD5SUMf7b8b642e131c8af917aaf97f4ae3b24
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark123.921
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402621-1568967666/watcher-4402621-1568967666 -o /var/tmp/evaluation-result-4402621-1568967666/solver-4402621-1568967666 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402621-1568967666.xml 

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

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


[startup+0.100141 s]*
/proc/loadavg: 0.72 0.19 0.10 3/218 31664
/proc/meminfo: memFree=5794512/32770624 swapFree=66972068/67108860
[pid=31607] ppid=31604 vsize=9972712 memory=18952 CPUtime=0.09 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 4460 13233 0 0 1 0 5 3 20 0 6 0 472708430 10212057088 4738 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2493178 4738 1934 1 0 2481616 0
[pid=31607/tid=31660] ppid=31604 vsize=9972712 memory=4279135703946725007 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 2254 13233 0 0 1 0 5 3 20 0 6 0 472708439 10212057088 4738 33554432000 4194304 4196468 140722223272288 140314616275536 140314630121267 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 6 0 472708440 10212057088 4738 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=9972712 memory=139713933629056 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 6 0 472708440 10212057088 4738 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 6 0 472708440 10212057088 4738 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 6 0 472708440 10212057088 4738 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.211942 s]*
/proc/loadavg: 0.72 0.19 0.10 3/227 31673
/proc/meminfo: memFree=5768788/32770624 swapFree=66972068/67108860
[pid=31607] ppid=31604 vsize=10823808 memory=48864 CPUtime=0.27 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 7978 13233 0 0 17 2 5 3 20 0 15 0 472708430 11083579392 12150 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2705952 12216 3307 1 0 2668052 0
[pid=31607/tid=31660] ppid=31604 vsize=10823808 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 4528 13233 0 0 10 1 5 3 20 0 15 0 472708439 11083579392 12216 33554432000 4194304 4196468 140722223272288 140314616251136 140314637118493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11083579392 12282 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10823808 memory=139713933629056 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11083579392 12282 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11083579392 12282 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11083579392 12282 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10823808 memory=139713933629056 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708441 11083579392 12282 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 13 13233 0 0 0 0 5 3 20 0 15 0 472708442 11083579392 12348 33554432000 4194304 4196468 140722223272288 140314098525600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708442 11083579392 12348 33554432000 4194304 4196468 140722223272288 140313964307952 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10823808 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11083579392 12348 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10823808 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 623 13233 0 0 1 0 5 3 20 0 15 0 472708444 11083579392 12348 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10823808 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 55 13233 0 0 1 0 5 3 20 0 15 0 472708445 11083579392 12348 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10823808 memory=139713933629056 CPUtime=0.11 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 614 13233 0 0 3 0 5 3 20 0 15 0 472708445 11083579392 12348 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11083579392 12348 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10823808 memory=139713933629056 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708445 11083579392 12348 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 48864 KiB

[startup+0.31129 s]*
/proc/loadavg: 0.72 0.19 0.10 3/227 31673
/proc/meminfo: memFree=5759008/32770624 swapFree=66972068/67108860
[pid=31607] ppid=31604 vsize=10820196 memory=54332 CPUtime=0.41 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 10770 13233 0 0 30 3 5 3 20 0 15 0 472708430 11079880704 13583 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2705049 13583 3319 1 0 2667149 0
[pid=31607/tid=31660] ppid=31604 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 7230 13233 0 0 19 2 5 3 20 0 15 0 472708439 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314616249024 140314628519262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708441 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 13 13233 0 0 0 0 5 3 20 0 15 0 472708442 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314098525600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708442 11079880704 13583 33554432000 4194304 4196468 140722223272288 140313964307952 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11079880704 13583 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 624 13233 0 0 2 0 5 3 20 0 15 0 472708444 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 55 13233 0 0 1 0 5 3 20 0 15 0 472708445 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 631 13233 0 0 5 0 5 3 20 0 15 0 472708445 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11079880704 13583 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708445 11079880704 13583 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 54332 KiB

[startup+0.700761 s]
/proc/loadavg: 0.72 0.19 0.10 3/227 31673
/proc/meminfo: memFree=5742860/32770624 swapFree=66972068/67108860
[pid=31607] ppid=31604 vsize=10824364 memory=87808 CPUtime=1.15 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 15185 13233 0 0 102 5 5 3 20 0 15 0 472708430 11084148736 21952 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2706091 21952 3514 1 0 2668173 0
[pid=31607/tid=31660] ppid=31604 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 10499 13233 0 0 56 3 5 3 20 0 15 0 472708439 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314616254112 140314628482405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10824364 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708440 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708440 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 5 13233 0 0 0 0 5 3 20 0 15 0 472708441 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 13 13233 0 0 0 0 5 3 20 0 15 0 472708442 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314098525600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708442 11084148736 21952 33554432000 4194304 4196468 140722223272288 140313964307952 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11084148736 21952 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10824364 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 1034 13233 0 0 12 0 5 3 20 0 15 0 472708444 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10824364 memory=15460 CPUtime=0.24 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) R 31604 31607 31341 0 -1 4202560 635 13233 0 0 16 0 5 3 20 0 15 0 472708445 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314168998000 140314624275095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 785 13233 0 0 17 0 5 3 20 0 15 0 472708445 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11084148736 21952 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708445 11084148736 21952 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 87808 KiB

[startup+1.50067 s]
/proc/loadavg: 0.74 0.20 0.11 3/227 31673
/proc/meminfo: memFree=5699068/32770624 swapFree=66972068/67108860
[pid=31607] ppid=31604 vsize=10834680 memory=174020 CPUtime=2.47 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 21971 13233 0 0 229 10 5 3 20 0 15 0 472708430 11094712320 43505 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2708670 43505 3582 1 0 2670733 0
[pid=31607/tid=31660] ppid=31604 vsize=10834680 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 15486 13233 0 0 130 6 5 3 20 0 15 0 472708439 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314616233696 140314247414106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 75 13233 0 0 1 0 5 3 20 0 15 0 472708440 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 46 13233 0 0 0 0 5 3 20 0 15 0 472708440 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 36 13233 0 0 1 0 5 3 20 0 15 0 472708440 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 382 13233 0 0 1 0 5 3 20 0 15 0 472708440 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 158 13233 0 0 1 0 5 3 20 0 15 0 472708441 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10834680 memory=279427619563776 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 13 13233 0 0 0 0 5 3 20 0 15 0 472708442 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314098525664 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708442 11094712320 43505 33554432000 4194304 4196468 140722223272288 140313964307968 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10834680 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11094712320 43505 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10834680 memory=1552 CPUtime=0.31 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 1107 13233 0 0 23 0 5 3 20 0 15 0 472708444 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10834680 memory=1040 CPUtime=0.35 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 885 13233 0 0 27 0 5 3 20 0 15 0 472708445 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10834680 memory=3644 CPUtime=0.48 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 1573 13233 0 0 40 0 5 3 20 0 15 0 472708445 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10834680 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11094712320 43505 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10834680 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 1 13233 0 0 0 0 5 3 20 0 15 0 472708445 11094712320 43505 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834680 KiB

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

/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 78583 13233 0 0 229449 54 5 3 20 0 15 0 472708439 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314616273600 140314262276969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10849036 memory=1181072 CPUtime=12.06 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 16330 13233 0 0 1136 62 5 3 20 0 15 0 472708440 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10849036 memory=2427 CPUtime=12.03 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 16995 13233 0 0 1137 58 5 3 20 0 15 0 472708440 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10849036 memory=1181072 CPUtime=12.08 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 13935 13233 0 0 1137 63 5 3 20 0 15 0 472708440 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10849036 memory=1181072 CPUtime=12.06 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 11029 13233 0 0 1140 58 5 3 20 0 15 0 472708440 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10849036 memory=1181072 CPUtime=10.93 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 18699 13233 0 0 1028 57 5 3 20 0 15 0 472708441 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10849036 memory=1181072 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 17 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314098525728 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10849036 memory=1181072 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295268 33554432000 4194304 4196468 140722223272288 140313964307968 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10849036 memory=1181072 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11109412864 295268 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10849036 memory=3612 CPUtime=5.86 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 66400 13233 0 0 572 6 5 3 20 0 15 0 472708444 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10849036 memory=42476 CPUtime=6.23 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 61468 13233 0 0 606 9 5 3 20 0 15 0 472708445 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10849036 memory=1181072 CPUtime=3.66 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 74062 13233 0 0 350 8 5 3 20 0 15 0 472708445 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10849036 memory=1181072 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11109412864 295268 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10849036 memory=1181072 CPUtime=1.53 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 2179 13233 0 0 73 72 5 3 20 0 15 0 472708445 11109412864 295268 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 2370.93 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1181072 KiB

[startup+2382.3 s]
/proc/loadavg: 1.45 1.36 1.30 3/228 32531
/proc/meminfo: memFree=2679104/32770624 swapFree=66972092/67108860
[pid=31607] ppid=31604 vsize=10849036 memory=1181112 CPUtime=2431.83 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 363886 13233 0 0 242791 384 5 3 20 0 15 0 472708430 11109412864 295278 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2712259 295278 3635 1 0 2674317 0
[pid=31607/tid=31660] ppid=31604 vsize=10849036 memory=1181112 CPUtime=2354.41 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 79573 13233 0 0 235378 55 5 3 20 0 15 0 472708439 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314616273648 140314264596929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10849036 memory=1181112 CPUtime=12.37 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 16634 13233 0 0 1166 63 5 3 20 0 15 0 472708440 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10849036 memory=1181112 CPUtime=12.35 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 17017 13233 0 0 1168 59 5 3 20 0 15 0 472708440 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10849036 memory=1181112 CPUtime=12.39 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 14238 13233 0 0 1166 65 5 3 20 0 15 0 472708440 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10849036 memory=1181112 CPUtime=12.38 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 11127 13233 0 0 1170 60 5 3 20 0 15 0 472708440 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10849036 memory=241072 CPUtime=11.21 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 18938 13233 0 0 1054 59 5 3 20 0 15 0 472708441 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 17 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314098525728 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10849036 memory=1181112 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295278 33554432000 4194304 4196468 140722223272288 140313964307968 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10849036 memory=1181112 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11109412864 295278 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10849036 memory=1181112 CPUtime=5.86 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 66402 13233 0 0 572 6 5 3 20 0 15 0 472708444 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10849036 memory=1181112 CPUtime=6.23 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 61470 13233 0 0 606 9 5 3 20 0 15 0 472708445 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10849036 memory=780 CPUtime=3.66 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 74064 13233 0 0 350 8 5 3 20 0 15 0 472708445 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10849036 memory=1181112 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11109412864 295278 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10849036 memory=5984 CPUtime=1.57 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 2197 13233 0 0 75 74 5 3 20 0 15 0 472708445 11109412864 295278 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 2431.83 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1181112 KiB

[startup+2442.3 s]
/proc/loadavg: 1.30 1.32 1.29 3/229 32558
/proc/meminfo: memFree=2675528/32770624 swapFree=66972100/67108860
[pid=31607] ppid=31604 vsize=10849036 memory=1183280 CPUtime=2492.76 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 365786 13233 0 0 248876 392 5 3 20 0 15 0 472708430 11109412864 295820 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2712259 295820 3635 1 0 2674317 0
[pid=31607/tid=31660] ppid=31604 vsize=10849036 memory=1183240 CPUtime=2413.7 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 80430 13233 0 0 241306 56 5 3 20 0 15 0 472708439 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314616273584 140314261500546 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10849036 memory=1183240 CPUtime=12.7 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 16916 13233 0 0 1198 64 5 3 20 0 15 0 472708440 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10849036 memory=780 CPUtime=12.68 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 17105 13233 0 0 1199 61 5 3 20 0 15 0 472708440 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10849036 memory=1183240 CPUtime=12.72 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 14305 13233 0 0 1197 67 5 3 20 0 15 0 472708440 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10849036 memory=1183240 CPUtime=12.71 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 11303 13233 0 0 1202 61 5 3 20 0 15 0 472708440 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10849036 memory=1183240 CPUtime=11.49 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 19333 13233 0 0 1081 60 5 3 20 0 15 0 472708441 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10849036 memory=1183240 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 17 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314098525728 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10849036 memory=1183240 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295820 33554432000 4194304 4196468 140722223272288 140313964307968 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10849036 memory=1183240 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11109412864 295820 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10849036 memory=1183240 CPUtime=5.86 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 66406 13233 0 0 572 6 5 3 20 0 15 0 472708444 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10849036 memory=1183240 CPUtime=6.23 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 61474 13233 0 0 606 9 5 3 20 0 15 0 472708445 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10849036 memory=1183280 CPUtime=3.66 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 74068 13233 0 0 350 8 5 3 20 0 15 0 472708445 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10849036 memory=3612 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11109412864 295820 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10849036 memory=1183280 CPUtime=1.62 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 2220 13233 0 0 77 77 5 3 20 0 15 0 472708445 11109412864 295820 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 2492.76 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1183280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.2 s]
/proc/loadavg: 1.27 1.31 1.29 3/229 32561
/proc/meminfo: memFree=2672968/32770624 swapFree=66972100/67108860
[pid=31607] ppid=31604 vsize=10849036 memory=1183304 CPUtime=2520.08 cores=0,2,4,6
/proc/31607/stat : 31607 (java) S 31604 31607 31341 0 -1 1077944320 366085 13233 0 0 251603 397 5 3 20 0 15 0 472708430 11109412864 295826 33554432000 4194304 4196468 140722223272288 140722223254832 140314644438775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
/proc/31607/statm: 2712259 295826 3635 1 0 2674317 0
[pid=31607/tid=31660] ppid=31604 vsize=10849036 memory=-8253362762722141311 CPUtime=2440.28 cores=0,2,4,6
/proc/31607/task/31660/stat : 31660 (java) R 31604 31607 31341 0 -1 4202560 80687 13233 0 0 243963 57 5 3 20 0 15 0 472708439 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314616273056 140314262276969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31661] ppid=31604 vsize=10849036 memory=8514701219730522529 CPUtime=12.84 cores=0,2,4,6
/proc/31607/task/31661/stat : 31661 (java) S 31604 31607 31341 0 -1 1077944384 16917 13233 0 0 1211 65 5 3 20 0 15 0 472708440 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314648680720 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31662] ppid=31604 vsize=10849036 memory=4427205132082312746 CPUtime=12.82 cores=0,2,4,6
/proc/31607/task/31662/stat : 31662 (java) S 31604 31607 31341 0 -1 1077944384 17107 13233 0 0 1213 61 5 3 20 0 15 0 472708440 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314569640336 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31663] ppid=31604 vsize=10849036 memory=4715435516538746410 CPUtime=12.86 cores=0,2,4,6
/proc/31607/task/31663/stat : 31663 (java) S 31604 31607 31341 0 -1 1077944384 14324 13233 0 0 1210 68 5 3 20 0 15 0 472708440 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314216835600 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31664] ppid=31604 vsize=10849036 memory=-8486080722631693414 CPUtime=12.85 cores=0,2,4,6
/proc/31607/task/31664/stat : 31664 (java) S 31604 31607 31341 0 -1 1077944384 11305 13233 0 0 1215 62 5 3 20 0 15 0 472708440 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314215783056 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31665] ppid=31604 vsize=10849036 memory=-7023579799431922829 CPUtime=11.63 cores=0,2,4,6
/proc/31607/task/31665/stat : 31665 (java) S 31604 31607 31341 0 -1 1077944384 19350 13233 0 0 1094 61 5 3 20 0 15 0 472708441 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314171103728 140314644449922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31666] ppid=31604 vsize=10849036 memory=-7666414585839465563 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31666/stat : 31666 (java) S 31604 31607 31341 0 -1 1077944384 17 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314098525728 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31667] ppid=31604 vsize=10849036 memory=-6520478321162704286 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31667/stat : 31667 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708442 11109412864 295826 33554432000 4194304 4196468 140722223272288 140313964307968 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31668] ppid=31604 vsize=10849036 memory=7883103923042019431 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31668/stat : 31668 (java) S 31604 31607 31341 0 -1 1077944384 2 13233 0 0 0 0 5 3 20 0 15 0 472708444 11109412864 295826 33554432000 4194304 4196468 140722223272288 140313360329424 140314644457371 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31669] ppid=31604 vsize=10849036 memory=6004536801755688294 CPUtime=5.86 cores=0,2,4,6
/proc/31607/task/31669/stat : 31669 (java) S 31604 31607 31341 0 -1 1077944384 66406 13233 0 0 572 6 5 3 20 0 15 0 472708444 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314170050544 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31670] ppid=31604 vsize=10849036 memory=7524783154643888232 CPUtime=6.23 cores=0,2,4,6
/proc/31607/task/31670/stat : 31670 (java) S 31604 31607 31341 0 -1 1077944384 61474 13233 0 0 606 9 5 3 20 0 15 0 472708445 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314168998000 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31671] ppid=31604 vsize=10849036 memory=288230574492221466 CPUtime=3.66 cores=0,2,4,6
/proc/31607/task/31671/stat : 31671 (java) S 31604 31607 31341 0 -1 1077944384 74068 13233 0 0 350 8 5 3 20 0 15 0 472708445 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314167945456 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31672] ppid=31604 vsize=10849036 memory=288230621803970871 CPUtime=0.08 cores=0,2,4,6
/proc/31607/task/31672/stat : 31672 (java) S 31604 31607 31341 0 -1 1077944384 3 13233 0 0 0 0 5 3 20 0 15 0 472708445 11109412864 295826 33554432000 4194304 4196468 140722223272288 140312890567264 140314644448981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
[pid=31607/tid=31673] ppid=31604 vsize=10849036 memory=15534115864709562 CPUtime=1.64 cores=0,2,4,6
/proc/31607/task/31673/stat : 31673 (java) S 31604 31607 31341 0 -1 1077944384 2221 13233 0 0 78 78 5 3 20 0 15 0 472708445 11109412864 295826 33554432000 4194304 4196468 140722223272288 140314166893360 140314644449922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 34443264 140722223278691 140722223281333 140722223281333 140722223284175 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1183304 KiB

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

[startup+2469.23 s]
# the end of solver process 31607 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.1 s, system=4.01679 s

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

Child status: 143
Real time (s): 2469.23
CPU time (s): 2520.12
CPU user time (s): 2516.1
CPU system time (s): 4.01679
CPU usage (%): 102.061
Max. virtual memory (cumulated for all children) (KiB): 10851796
Max. memory (cumulated for all children) (KiB): 1183304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.1
system time used= 4.01678
maximum resident set size= 1187436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 314280
involuntary context switches= 10233


# summary of solver processes directly reported to runsolver:
#   pid: 31607
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.1
#   total CPU system time (s): 4.01679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6202 second user time and 23.2653 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 10:20:22
IDJOB=4402621
IDBENCH=120457
IDSOLVER=2861
FILE ID=node117/4402621-1568967666
RUNJOBID= node117-1568967595-31372
PBS_JOBID= 21704629
Free space on /var/tmp= 13480 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesT/StripPacking-T1e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402621-1568967666/watcher-4402621-1568967666 -o /var/tmp/evaluation-result-4402621-1568967666/solver-4402621-1568967666 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1567823593 HOME/instance-4402621-1568967666.xml

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

MD5SUM BENCH= f7b8b642e131c8af917aaf97f4ae3b24
RANDOM SEED=1567823593

node117.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.75
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.75
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.75
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.75
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:         5803020 kB
MemAvailable:   31209144 kB
Buffers:          115756 kB
Cached:         25196496 kB
SwapCached:        27656 kB
Active:         13104028 kB
Inactive:       12867988 kB
Active(anon):     632388 kB
Inactive(anon):    69048 kB
Active(file):   12471640 kB
Inactive(file): 12798940 kB
Unevictable:      107884 kB
Mlocked:          107884 kB
SwapTotal:      67108860 kB
SwapFree:       66972068 kB
Dirty:             35504 kB
Writeback:             0 kB
AnonPages:        746760 kB
Mapped:            61320 kB
Shmem:             32244 kB
Slab:             592620 kB
SReclaimable:     564004 kB
SUnreclaim:        28616 kB
KernelStack:        3984 kB
PageTables:         6736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1885644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 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 /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 11:01:32