Trace number 4395905

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.2? (TO) 2520.14 2470.04

General information on the benchmark

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395905-1568393537/watcher-4395905-1568393537 -o /tmp/evaluation-result-4395905-1568393537/solver-4395905-1568393537 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323907941-3247 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1708485658 HOME/instance-4395905-1568393537.xml 

running on 4 cores: 0-3

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=3601, runsolver pid=3598
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.43 1.12 1.29 3/215 3654
/proc/meminfo: memFree=27830284/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=9972712 memory=14044 CPUtime=0.08 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 3750 13150 0 0 0 0 5 3 20 0 6 0 415360078 10212057088 3511 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2493178 3511 1437 1 0 2481616 0
[pid=3601/tid=3654] ppid=3598 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 1845 13150 0 0 0 0 5 3 20 0 6 0 415360087 10212057088 3841 33554432000 4194304 4196468 140725537203968 139879009940048 139878893219702 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=9972712 memory=364 CPUtime=0.08 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 6 0 415360088 10212057088 3841 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=9972712 memory=288370764217837184 CPUtime=0.08 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 6 0 415360088 10212057088 3841 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 6 0 415360088 10212057088 3841 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 6 0 415360088 10212057088 3841 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14044 KiB

[startup+0.211106 s]*
/proc/loadavg: 1.43 1.12 1.29 6/228 3667
/proc/meminfo: memFree=27807952/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10819664 memory=39328 CPUtime=0.24 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 7094 13150 0 0 15 1 5 3 20 0 15 0 415360078 11079335936 9832 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2704916 9832 3162 1 0 2667149 0
[pid=3601/tid=3654] ppid=3598 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 3639 13150 0 0 10 1 5 3 20 0 15 0 415360087 11079335936 9832 33554432000 4194304 4196468 140725537203968 139879009933280 139878641576783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10819664 memory=364 CPUtime=0.08 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11079335936 9832 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10819664 memory=288370764217837184 CPUtime=0.08 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360088 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10819664 memory=140388066125440 CPUtime=0.08 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360090 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 13 13150 0 0 0 0 5 3 20 0 15 0 415360090 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878360671392 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360091 11079335936 9832 33554432000 4194304 4196468 140725537203968 139877890908912 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10819664 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10819664 memory=0 CPUtime=0.09 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 350 13150 0 0 1 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878563724144 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) R 3598 3601 804 0 -1 1077944384 267 13150 0 0 0 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10819664 memory=140388066125440 CPUtime=0.1 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) R 3598 3601 804 0 -1 4202560 606 13150 0 0 2 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878326057280 139879030125121 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10819664 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10819664 memory=140388066125440 CPUtime=0.08 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360094 11079335936 9832 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39328 KiB

[startup+0.311545 s]*
/proc/loadavg: 1.43 1.12 1.29 3/228 3667
/proc/meminfo: memFree=27795656/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10821172 memory=50780 CPUtime=0.4 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 10326 13150 0 0 29 3 5 3 20 0 15 0 415360078 11080880128 12695 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2705293 12695 3298 1 0 2667405 0
[pid=3601/tid=3654] ppid=3598 vsize=10820148 memory=1398722017469774279 CPUtime=0.29 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 1077944384 6961 13150 0 0 19 2 5 3 20 0 15 0 415360087 11079831552 12696 33554432000 4194304 4196468 140725537203968 139879009906448 139879030782509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11079831552 12696 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360088 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10820148 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360090 11079831552 12696 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10821172 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 13 13150 0 0 0 0 5 3 20 0 15 0 415360090 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878360671392 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360091 11080880128 12696 33554432000 4194304 4196468 140725537203968 139877890908912 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10821172 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11080880128 12696 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10820148 memory=0 CPUtime=0.1 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 360 13150 0 0 2 0 5 3 20 0 15 0 415360094 11079831552 12696 33554432000 4194304 4196468 140725537203968 139878563724016 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10820148 memory=-1 CPUtime=0.09 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) S 3598 3601 804 0 -1 1077944384 290 13150 0 0 1 0 5 3 20 0 15 0 415360094 11079831552 12696 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10821172 memory=140388066125440 CPUtime=0.13 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 619 13150 0 0 5 0 5 3 20 0 15 0 415360094 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10821172 memory=-1 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11080880128 12696 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10821172 memory=140388066125440 CPUtime=0.08 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360094 11080880128 12696 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10821172 KiB
Current children cumulated memory: 50780 KiB

[startup+0.705389 s]
/proc/loadavg: 1.43 1.12 1.29 4/228 3667
/proc/meminfo: memFree=27781940/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10822312 memory=77052 CPUtime=1.08 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 14485 13150 0 0 95 5 5 3 20 0 15 0 415360078 11082047488 19263 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2705578 19263 3497 1 0 2667661 0
[pid=3601/tid=3654] ppid=3598 vsize=10822312 memory=5795117241467496816 CPUtime=0.67 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 9979 13150 0 0 55 4 5 3 20 0 15 0 415360087 11082047488 19263 33554432000 4194304 4196468 140725537203968 139879009918576 139879022183774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10822312 memory=46760 CPUtime=0.08 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11082047488 19263 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10822312 memory=2452 CPUtime=0.08 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10822312 memory=280775836594496 CPUtime=0.08 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360088 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10822312 memory=3624 CPUtime=0.08 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360088 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10822312 memory=8897 CPUtime=0.08 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 5 13150 0 0 0 0 5 3 20 0 15 0 415360090 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10822312 memory=4420 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 13 13150 0 0 0 0 5 3 20 0 15 0 415360090 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878360671392 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10822312 memory=6628 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360091 11082047488 19263 33554432000 4194304 4196468 140725537203968 139877890908912 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10822312 memory=6660 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10822312 memory=3472328296227418193 CPUtime=0.18 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) R 3598 3601 804 0 -1 4202560 732 13150 0 0 10 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878563713808 139879018806282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10822312 memory=0 CPUtime=0.19 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) R 3598 3601 804 0 -1 4202560 744 13150 0 0 11 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878327099696 139879022013689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10822312 memory=0 CPUtime=0.25 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 793 13150 0 0 17 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10822312 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10822312 memory=-7749696028082845524 CPUtime=0.08 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360094 11082047488 19263 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 77052 KiB

[startup+1.50076 s]
/proc/loadavg: 1.43 1.12 1.29 4/228 3667
/proc/meminfo: memFree=27735580/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10834676 memory=168676 CPUtime=2.41 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 21654 13150 0 0 223 10 5 3 20 0 15 0 415360078 11094708224 42169 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2708669 42169 3578 1 0 2670733 0
[pid=3601/tid=3654] ppid=3598 vsize=10834676 memory=0 CPUtime=1.43 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 15426 13150 0 0 129 6 5 3 20 0 15 0 415360087 11094708224 42169 33554432000 4194304 4196468 140725537203968 139879009930096 139879038124634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10834676 memory=280775837013440 CPUtime=0.09 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 308 13150 0 0 1 0 5 3 20 0 15 0 415360088 11094708224 42169 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10834676 memory=3472328296227418193 CPUtime=0.09 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 58 13150 0 0 1 0 5 3 20 0 15 0 415360088 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 75 13150 0 0 1 0 5 3 20 0 15 0 415360088 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 27 13150 0 0 1 0 5 3 20 0 15 0 415360088 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10834676 memory=0 CPUtime=0.09 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 213 13150 0 0 1 0 5 3 20 0 15 0 415360090 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10834676 memory=-7749696028082845524 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 13 13150 0 0 0 0 5 3 20 0 15 0 415360090 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878360671456 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10834676 memory=55 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 2 13150 0 0 0 0 5 3 20 0 15 0 415360091 11094708224 42169 33554432000 4194304 4196468 140725537203968 139877890908928 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10834676 memory=8 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11094708224 42169 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10834676 memory=280775836617856 CPUtime=0.35 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) R 3598 3601 804 0 -1 4202560 924 13150 0 0 27 0 5 3 20 0 15 0 415360094 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878563724016 139879030392736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10834676 memory=0 CPUtime=0.31 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) R 3598 3601 804 0 -1 4202560 984 13150 0 0 23 0 5 3 20 0 15 0 415360094 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878327114608 139879038115222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10834676 memory=0 CPUtime=0.44 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) R 3598 3601 804 0 -1 1077944384 1414 13150 0 0 36 0 5 3 20 0 15 0 415360094 11094708224 42169 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10834676 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11094708224 42206 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10834676 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1 13150 0 0 0 0 5 3 20 0 15 0 415360094 11094708224 42206 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 74769 13150 0 0 229421 47 5 3 20 0 15 0 415360087 11109408768 210211 33554432000 4194304 4196468 140725537203968 139879009938368 139878659922255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10849032 memory=840844 CPUtime=11.45 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 18627 13150 0 0 1079 58 5 3 20 0 15 0 415360088 11109408768 210211 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10849032 memory=840788 CPUtime=11.41 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 12705 13150 0 0 1074 59 5 3 20 0 15 0 415360088 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10849032 memory=840788 CPUtime=11.45 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 14160 13150 0 0 1080 57 5 3 20 0 15 0 415360088 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10849032 memory=840788 CPUtime=11.49 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 19784 13150 0 0 1084 57 5 3 20 0 15 0 415360088 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10849032 memory=840788 CPUtime=11.11 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 16237 13150 0 0 1049 54 5 3 20 0 15 0 415360090 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10849032 memory=840844 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 26 13150 0 0 0 0 5 3 20 0 15 0 415360090 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878360671456 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10849032 memory=840844 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 19 13150 0 0 0 0 5 3 20 0 15 0 415360091 11109408768 210211 33554432000 4194304 4196468 140725537203968 139877890908928 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10849032 memory=840844 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10849032 memory=840844 CPUtime=8.09 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 57607 13150 0 0 793 8 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878563724016 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10849032 memory=840844 CPUtime=7.12 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) S 3598 3601 804 0 -1 1077944384 45454 13150 0 0 699 5 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10849032 memory=840844 CPUtime=2.61 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 47411 13150 0 0 246 7 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10849032 memory=3624 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10849032 memory=2828 CPUtime=1.39 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1055 13150 0 0 68 63 5 3 20 0 15 0 415360094 11109408768 210211 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 2370.25 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 840844 KiB

[startup+2382.3 s]
/proc/loadavg: 1.33 1.34 1.38 3/229 3886
/proc/meminfo: memFree=26868656/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10849032 memory=840912 CPUtime=2431.1 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 311655 13150 0 0 242746 356 5 3 20 0 15 0 415360078 11109408768 210228 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2712258 210228 3634 1 0 2674317 0
[pid=3601/tid=3654] ppid=3598 vsize=10849032 memory=840912 CPUtime=2354.01 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 75526 13150 0 0 235346 47 5 3 20 0 15 0 415360087 11109408768 210228 33554432000 4194304 4196468 140725537203968 139879009938528 139878656146759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10849032 memory=840872 CPUtime=11.76 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 18647 13150 0 0 1108 60 5 3 20 0 15 0 415360088 11109408768 210228 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10849032 memory=840912 CPUtime=11.72 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 12787 13150 0 0 1104 60 5 3 20 0 15 0 415360088 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10849032 memory=15749645081696 CPUtime=11.76 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 14348 13150 0 0 1110 58 5 3 20 0 15 0 415360088 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10849032 memory=840912 CPUtime=11.79 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 20082 13150 0 0 1113 58 5 3 20 0 15 0 415360088 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10849032 memory=840912 CPUtime=11.41 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 16457 13150 0 0 1078 55 5 3 20 0 15 0 415360090 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10849032 memory=840912 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 26 13150 0 0 0 0 5 3 20 0 15 0 415360090 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878360671456 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10849032 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 19 13150 0 0 0 0 5 3 20 0 15 0 415360091 11109408768 210228 33554432000 4194304 4196468 140725537203968 139877890908928 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10849032 memory=840912 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10849032 memory=3624 CPUtime=8.09 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 57609 13150 0 0 793 8 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878563724016 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10849032 memory=46824 CPUtime=7.12 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) S 3598 3601 804 0 -1 1077944384 45456 13150 0 0 699 5 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10849032 memory=1432 CPUtime=2.61 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 47413 13150 0 0 246 7 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10849032 memory=776 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10849032 memory=840872 CPUtime=1.42 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1073 13150 0 0 70 64 5 3 20 0 15 0 415360094 11109408768 210228 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 2431.1 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 840912 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.32 1.38 3/229 3890
/proc/meminfo: memFree=26865972/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10849032 memory=841008 CPUtime=2491.97 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 313276 13150 0 0 248825 364 5 3 20 0 15 0 415360078 11109408768 210252 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2712258 210252 3634 1 0 2674317 0
[pid=3601/tid=3654] ppid=3598 vsize=10849032 memory=841008 CPUtime=2413.24 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 76292 13150 0 0 241268 48 5 3 20 0 15 0 415360087 11109408768 210252 33554432000 4194304 4196468 140725537203968 139879009937680 139878659556338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10849032 memory=840920 CPUtime=12.09 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 18685 13150 0 0 1139 62 5 3 20 0 15 0 415360088 11109408768 210252 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10849032 memory=840960 CPUtime=12.05 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 13033 13150 0 0 1135 62 5 3 20 0 15 0 415360088 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10849032 memory=840920 CPUtime=12.09 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 14597 13150 0 0 1141 60 5 3 20 0 15 0 415360088 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10849032 memory=840960 CPUtime=12.12 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 20161 13150 0 0 1144 60 5 3 20 0 15 0 415360088 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10849032 memory=841008 CPUtime=11.72 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 16675 13150 0 0 1107 57 5 3 20 0 15 0 415360090 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10849032 memory=841008 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 26 13150 0 0 0 0 5 3 20 0 15 0 415360090 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878360671456 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10849032 memory=841008 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 19 13150 0 0 0 0 5 3 20 0 15 0 415360091 11109408768 210252 33554432000 4194304 4196468 140725537203968 139877890908928 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10849032 memory=841008 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10849032 memory=841008 CPUtime=8.09 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 57611 13150 0 0 793 8 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878563724016 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10849032 memory=3624 CPUtime=7.12 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) S 3598 3601 804 0 -1 1077944384 45459 13150 0 0 699 5 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10849032 memory=841008 CPUtime=2.61 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 47415 13150 0 0 246 7 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10849032 memory=841008 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10849032 memory=1432 CPUtime=1.44 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1091 13150 0 0 71 65 5 3 20 0 15 0 415360094 11109408768 210252 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 2491.97 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 841008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470 s]*
/proc/loadavg: 1.46 1.36 1.39 2/210 3903
/proc/meminfo: memFree=27505076/32770688 swapFree=66919992/67108860
[pid=3601] ppid=3598 vsize=10849032 memory=841036 CPUtime=2520.08 cores=0-3
/proc/3601/stat : 3601 (java) S 3598 3601 804 0 -1 1077944320 314008 13150 0 0 251632 368 5 3 20 0 15 0 415360078 11109408768 210259 33554432000 4194304 4196468 140725537203968 140725537186512 139879038103287 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
/proc/3601/statm: 2712258 210259 3634 1 0 2674317 0
[pid=3601/tid=3654] ppid=3598 vsize=10849032 memory=1398722017469774279 CPUtime=2440.6 cores=0-3
/proc/3601/task/3654/stat : 3654 (java) R 3598 3601 804 0 -1 4202560 76655 13150 0 0 244003 49 5 3 20 0 15 0 415360087 11109408768 210259 33554432000 4194304 4196468 140725537203968 139879009937792 139878656146783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3655] ppid=3598 vsize=10849032 memory=4126316290023845779 CPUtime=12.24 cores=0-3
/proc/3601/task/3655/stat : 3655 (java) S 3598 3601 804 0 -1 1077944384 18692 13150 0 0 1153 63 5 3 20 0 15 0 415360088 11109408768 210259 33554432000 4194304 4196468 140725537203968 139879042346000 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3656] ppid=3598 vsize=10849032 memory=1764 CPUtime=12.19 cores=0-3
/proc/3601/task/3656/stat : 3656 (java) S 3598 3601 804 0 -1 1077944384 13119 13150 0 0 1149 62 5 3 20 0 15 0 415360088 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878611000464 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3657] ppid=3598 vsize=10849032 memory=841036 CPUtime=12.24 cores=0-3
/proc/3601/task/3657/stat : 3657 (java) S 3598 3601 804 0 -1 1077944384 14607 13150 0 0 1156 60 5 3 20 0 15 0 415360088 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878609947408 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3658] ppid=3598 vsize=10849032 memory=984 CPUtime=12.26 cores=0-3
/proc/3601/task/3658/stat : 3658 (java) S 3598 3601 804 0 -1 1077944384 20338 13150 0 0 1158 60 5 3 20 0 15 0 415360088 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878608894864 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3659] ppid=3598 vsize=10849032 memory=2020 CPUtime=11.87 cores=0-3
/proc/3601/task/3659/stat : 3659 (java) S 3598 3601 804 0 -1 1077944384 16750 13150 0 0 1121 58 5 3 20 0 15 0 415360090 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878564776176 139879038114434 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3660] ppid=3598 vsize=10849032 memory=1432 CPUtime=0.08 cores=0-3
/proc/3601/task/3660/stat : 3660 (java) S 3598 3601 804 0 -1 1077944384 26 13150 0 0 0 0 5 3 20 0 15 0 415360090 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878360671456 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3661] ppid=3598 vsize=10849032 memory=0 CPUtime=0.08 cores=0-3
/proc/3601/task/3661/stat : 3661 (java) S 3598 3601 804 0 -1 1077944384 19 13150 0 0 0 0 5 3 20 0 15 0 415360091 11109408768 210259 33554432000 4194304 4196468 140725537203968 139877890908928 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3662] ppid=3598 vsize=10849032 memory=-1598831813028945398 CPUtime=0.08 cores=0-3
/proc/3601/task/3662/stat : 3662 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139877583509456 139879038121883 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3663] ppid=3598 vsize=10849032 memory=7523937626509956656 CPUtime=8.1 cores=0-3
/proc/3601/task/3663/stat : 3663 (java) S 3598 3601 804 0 -1 1077944384 57611 13150 0 0 794 8 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878563724016 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3664] ppid=3598 vsize=10849032 memory=6226627142632695094 CPUtime=7.12 cores=0-3
/proc/3601/task/3664/stat : 3664 (java) S 3598 3601 804 0 -1 1077944384 45459 13150 0 0 699 5 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878327114608 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3665] ppid=3598 vsize=10849032 memory=6226627142632695094 CPUtime=2.61 cores=0-3
/proc/3601/task/3665/stat : 3665 (java) S 3598 3601 804 0 -1 1077944384 47415 13150 0 0 246 7 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878326061552 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3666] ppid=3598 vsize=10849032 memory=7524220209606191696 CPUtime=0.08 cores=0-3
/proc/3601/task/3666/stat : 3666 (java) S 3598 3601 804 0 -1 1077944384 3 13150 0 0 0 0 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139877549951840 139879038113493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
[pid=3601/tid=3667] ppid=3598 vsize=10849032 memory=5933602908685364329 CPUtime=1.46 cores=0-3
/proc/3601/task/3667/stat : 3667 (java) S 3598 3601 804 0 -1 1077944384 1105 13150 0 0 72 66 5 3 20 0 15 0 415360094 11109408768 210259 33554432000 4194304 4196468 140725537203968 139878325008944 139879038114434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23453696 140725537204975 140725537207493 140725537207493 140725537210319 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 841036 KiB

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

[startup+2470.04 s]
# the end of solver process 3601 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.41 s, system=3.73097 s

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

Child status: 143
Real time (s): 2470.04
CPU time (s): 2520.14
CPU user time (s): 2516.41
CPU system time (s): 3.73097
CPU usage (%): 102.028
Max. virtual memory (cumulated for all children) (KiB): 10851728
Max. memory (cumulated for all children) (KiB): 841036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.41
system time used= 3.73097
maximum resident set size= 845248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300509
involuntary context switches= 13832


# summary of solver processes directly reported to runsolver:
#   pid: 3601
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.41
#   total CPU system time (s): 3.73097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9872 second user time and 24.2788 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 01:12:40
IDJOB=4395905
IDBENCH=120419
IDSOLVER=2846
FILE ID=node120/4395905-1568393537
RUNJOBID= node120-1323907941-3247
PBS_JOBID= 21701843
Free space on /tmp= 61616 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N1c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395905-1568393537/watcher-4395905-1568393537 -o /tmp/evaluation-result-4395905-1568393537/solver-4395905-1568393537 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1323907941-3247 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1708485658 HOME/instance-4395905-1568393537.xml

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

MD5SUM BENCH= 19f4dcf35e46defaa68e633424c84ce1
RANDOM SEED=1708485658

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        27833704 kB
MemAvailable:   31324896 kB
Buffers:          177140 kB
Cached:          3618620 kB
SwapCached:        77548 kB
Active:          1569936 kB
Inactive:        2812792 kB
Active(anon):     508648 kB
Inactive(anon):   127888 kB
Active(file):    1061288 kB
Inactive(file):  2684904 kB
Unevictable:      107232 kB
Mlocked:          107232 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             35336 kB
Writeback:             0 kB
AnonPages:        616016 kB
Mapped:            61636 kB
Shmem:             41008 kB
Slab:             150576 kB
SReclaimable:     121672 kB
SUnreclaim:        28904 kB
KernelStack:        3792 kB
PageTables:         6508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1854328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    458752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61580 MiB
End job on node120 at 2011-12-15 01:53:50